This post isn't specifically regarding any NeoSmart software, but is heavily related to modifying bootmgr/bcd to create a bootable usb hard drive that will allow the user to select whether they want to install
1. Windows Server 2008 x86
2. Windows Server 2008 x64
3. Windows Server 2008 Web x86
4. Windows Server 2008 Web x64
My main question for all your bootmgr guru's is whether this is possible or not.
Currently I am using grub4dos to chainload bootmgr:
title 0. Install Windows Server 2008 (x86)
root (hd0,0)
chainloader /WinSources/Win2k8x86/bootmgr
My understanding is that bootmgr is hard coded to load data from /boot/bcd and I'm guessing I need to create a bcd store that points to different subfolders for each set of install media but I'm not sure that this is even possible as it seems to uncompress data from an image and then load \windows\system32\boot\winload.exe which again seems to be hard coded.
Am I missnig something obvious? It seems as though Microsoft has really outdone themselves on overcomplicating something as simple as a boot loader.
I find it hard to believe that I am the only one wanting to do something like this but my google searches have turned up nothing.
Any light you can shed would be greatly appreciated.
Thanks,
Dan
1. Windows Server 2008 x86
2. Windows Server 2008 x64
3. Windows Server 2008 Web x86
4. Windows Server 2008 Web x64
My main question for all your bootmgr guru's is whether this is possible or not.
Currently I am using grub4dos to chainload bootmgr:
title 0. Install Windows Server 2008 (x86)
root (hd0,0)
chainloader /WinSources/Win2k8x86/bootmgr
My understanding is that bootmgr is hard coded to load data from /boot/bcd and I'm guessing I need to create a bcd store that points to different subfolders for each set of install media but I'm not sure that this is even possible as it seems to uncompress data from an image and then load \windows\system32\boot\winload.exe which again seems to be hard coded.
Am I missnig something obvious? It seems as though Microsoft has really outdone themselves on overcomplicating something as simple as a boot loader.
I find it hard to believe that I am the only one wanting to do something like this but my google searches have turned up nothing.
Any light you can shed would be greatly appreciated.
Thanks,
Dan