• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

How to get Virtualbox booting over PXE while EFI is enabled?

Scheduled Pinned Locked Moved
General Problems
4
22
27.9k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q
    Quazz Moderator @x23piracy
    last edited by Dec 3, 2016, 9:38 PM

    @x23piracy Why?

    You can still boot in UEFI with a mounted DVD, install it, schedule capture, boot in legacy network boot and capture the image. The capturing process does not need to happen in the same mode as the OS is in, it’s irrelevant for it.

    1 Reply Last reply Reply Quote 0
    • X
      x23piracy
      last edited by x23piracy Dec 3, 2016, 3:41 PM Dec 3, 2016, 9:39 PM

      i know that i can create my vm in efi and capture it in legacy and still have efi when deployed, but i am searching for a way to also offer the current images as efi version without renewing the images (install from scratch in efi mode).

      This has not really todo with the topic i just found it useful to paste that link i found for a mbr > efi convert.

      ║▌║█║▌│║▌║▌█

      D 2 Replies Last reply Dec 3, 2016, 9:49 PM Reply Quote 0
      • D
        dureal99d @x23piracy
        last edited by Dec 3, 2016, 9:49 PM

        @x23piracy perhpas i shall do a tutorial to help you understand what i’m trying to convey to you. I understand what you are trying to do and i’m trying to tell you I’ve already done it and its possible but it appears i am confusing you.

        X 1 Reply Last reply Dec 3, 2016, 10:10 PM Reply Quote 0
        • D
          dureal99d @x23piracy
          last edited by Dec 3, 2016, 9:59 PM

          @x23piracy would you be patient enough to wait until tomorrow and i can have a full video done that will show you how to fully convert and image to uefi from bios boot and the network boot via virtual box.

          1 Reply Last reply Reply Quote 0
          • X
            x23piracy @dureal99d
            last edited by Dec 3, 2016, 10:10 PM

            @dureal99d show me what ever will help. 🙂 it’s welcome

            ║▌║█║▌│║▌║▌█

            1 Reply Last reply Reply Quote 1
            • X
              x23piracy @x23piracy
              last edited by x23piracy Dec 3, 2016, 4:17 PM Dec 3, 2016, 10:17 PM

              @x23piracy said in How to get Virtualbox booting over PXE while EFI is enabled?:

              I found the following article howto convert from mbr to gpt:
              https://social.technet.microsoft.com/wiki/contents/articles/14286.converting-windows-bios-installation-to-uefi.aspx

              I could successfully convert a vm from mbr to efi with the guide above, it works.

              ║▌║█║▌│║▌║▌█

              1 Reply Last reply Reply Quote 1
              • X
                x23piracy
                last edited by x23piracy Dec 4, 2016, 5:55 AM Dec 4, 2016, 11:36 AM

                Can someone show me please a standard gpt partition layout for windows 10?
                I could convert a mbr to gpt image but there is a little free space gap on the hdd between the reserved system and little fat32 partition and the main data partition. I would like to close this gap but need to see a standard windows 10 gpt partition layout:

                alt text

                https://msdn.microsoft.com/windows/hardware/commercialize/manufacture/desktop/configure-uefigpt-based-hard-drive-partitions

                @dureal99d how do you did that? Haven’t seen your post about the video, sure i can wait for it.

                Regards X23

                ║▌║█║▌│║▌║▌█

                Q D 3 Replies Last reply Dec 4, 2016, 12:26 PM Reply Quote 0
                • Q
                  Quazz Moderator @x23piracy
                  last edited by Quazz Dec 4, 2016, 6:29 AM Dec 4, 2016, 12:26 PM

                  @x23piracy The standard GPT layout has 4 partitions. System Reserved (boot), Microsoft thingy (can’t remember exactly), Recovery I think? and then the Windows partition.

                  X 1 Reply Last reply Dec 4, 2016, 3:35 PM Reply Quote 0
                  • X
                    x23piracy @Quazz
                    last edited by Dec 4, 2016, 3:35 PM

                    @Quazz said in How to get Virtualbox booting over PXE while EFI is enabled?:

                    @x23piracy The standard GPT layout has 4 partitions. System Reserved (boot), Microsoft thingy (can’t remember exactly), Recovery I think? and then the Windows partition.

                    Well after doing the convert from the articel i posted i have the layout below but where is the recovery partition you talk about? i want to make it like it will be after a normal install via uefi (gpt) but i need exactly how it needs to be.

                    Regards X23

                    ║▌║█║▌│║▌║▌█

                    1 Reply Last reply Reply Quote 0
                    • D
                      dureal99d @x23piracy
                      last edited by Dec 4, 2016, 10:20 PM

                      @x23piracy said in How to get Virtualbox booting over PXE while EFI is enabled?:

                      I co

                      PLEASE LOOK AT HERE

                      1 Reply Last reply Reply Quote 0
                      • D
                        dureal99d @x23piracy
                        last edited by Dec 4, 2016, 10:21 PM

                        @x23piracy

                        1. Download gpt-fdisk (gdisk) for Windows.
                        2. Copy the binary to a known location.
                        3. Boot into Windows Recovery Environment.
                        • If you don’t have one, download Windows10ISO from: https://www.microsoft.com/en-in/softw…
                        • Create a bootable USB by following https://www.youtube.com/watch?v=Q8gQu… or by burning the ISO to a DVD.
                        1. Shutdown Windows and boot using this media (Legacy or UEFI Mode).
                        2. Get to the command prompt. Either by pressing Shift+F10 or by navigating to it.
                        3. Go to diskpart and find out the disk identifier for your Windows installation.
                          diskpart
                          list disk
                          sel disk X
                          list par
                        4. Navigate to the location where gdisk binary is kept and type:
                          gdisk -l X: (Replace X with the disk number)
                          This will list out the partitions available in the disk. Make sure this is the one your want to convert.
                        5. Now, convert the partition table from MBR to GPT.
                          gdisk X:
                          Type w to write changes. Press Y whenever prompted.
                        6. Type the following commands:
                          diskpart
                          sel disk X (Replace X with the disk number)
                          list par

                        Now we make some space for our EFI partition

                        Note the partition number of the partition which you want to shrink

                        sel par X (Replace X with the partition number)

                        You may delete the System Reserved partition and replace it with the EFI partition. To do that, type:

                        sel par X (Replace X with the System Reserved Partition)

                        del par override

                        The shrink command is not required if you do the above two commands.

                        I’ll just go ahead and shrink. 500MB extra doesn’t matter to me 😄

                        shrink desired = 200 minimum = 200

                        The following commands are common:

                        create par efi
                        format fs = fat32 quick # Format this with fat32 file system
                        assign letter = Z:
                        exit

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        2 / 2
                        • First post
                          21/22
                          Last post

                        161

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project