VMware vSphere

 View Only
  • 1.  How do I boot ESXi 5 from a MBR-disk instead of GPT ?

    Posted Aug 26, 2011 12:37 PM

    I need to boot ESXi 5 from a non GPT partitioned disk.
    If I try to do so it complains that all bootbanks use a wrong partition type.

    I hope there is a boot.cfg parameter like

    allow.obscure.disklayouts=yes

    any other ideas are welcome



  • 2.  RE: How do I boot ESXi 5 from a MBR-disk instead of GPT ?

    Posted Aug 29, 2011 05:05 PM

    Hi,

    ESXi 5 is GPT based installs. If you would like to have a MBR based fresh installed system, there is a hackish way. Have a previous installation of ESX/ESXi 4 and a VMFS on disk. Do a fresh install with preserve vmfs, that should give you a fresh installed box with MBR. You can later upgrade vmfs3 to Vmfs 5  manually from vSphere Client.

    Otherwise an upgrade, should also always leave you with an MBR system.

    Hope that helps.

    Thanks,



  • 3.  RE: How do I boot ESXi 5 from a MBR-disk instead of GPT ?

    Posted Aug 30, 2011 01:35 AM

    Thanks for the explanation

    I think I found a different way
    it allows to run esxi5 from a single fat partition that I can create with Windows.

    It surely is not supported but it will do for my needs



  • 4.  RE: How do I boot ESXi 5 from a MBR-disk instead of GPT ?

    Posted Sep 09, 2011 09:28 PM

    Hi

    Would love to know how you have done this.

    Thanks



  • 5.  RE: How do I boot ESXi 5 from a MBR-disk instead of GPT ?

    Posted Sep 09, 2011 09:53 PM

    This is covered in the vSphere Upgrade Guide pp.74-75, available in various formats here:

    http://www.vmware.com/support/pubs/vsphere-esxi-vcenter-server-pubs.html



  • 6.  RE: How do I boot ESXi 5 from a MBR-disk instead of GPT ?

    Posted Sep 09, 2011 10:04 PM

    Thanks I will give this a try, however I was also interested in how continuum did this with windows.



  • 7.  RE: How do I boot ESXi 5 from a MBR-disk instead of GPT ?

    Posted Sep 10, 2011 01:55 PM

    Hi
    that is quiet easy.
    I create a primary FAT partition and install syslinix bootloader.
    Then I edit the syslinux.cfg file and tell syslinux to chainload mboot.c32 instead of the usual safeboot.c32

    When that is done I only have to add the files that are usually stored in the active bootbank..

    This way I can boot esxi5 from multiboot-sticks are CDs and dont need any fancy partitioning scheme.

    Be careful: this no longer behaves like a regular ESXi - it does not keep changes in the config the way a normal ESXi does.

    I dont use such a stick for production - just for recovery and demo-needs it is nice.

    Let me know if you want detailed instructions



  • 8.  RE: How do I boot ESXi 5 from a MBR-disk instead of GPT ?

    Posted Sep 10, 2011 05:33 PM

    Thanks. Will give it a shot.