Dual boot XP - Vista on two different VHD
Posted: 17. Jan 2012, 14:13
i have the necessity of install 2 os ntfs, one XP and one Vista in 2 different virtual disks, how can i do the dualboot from 2 different virtual disks?
I must configuring vhd XP on vhd Vista, for this i used the command bcdedit and i did these configurations:
########################################################
C:\Users\Administrator>bcdedit /enum
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
displayorder {current}
{c978ca04-4059-11e1-b4dc-0800272710c5}
{ntldr}
toolsdisplayorder {memdiag}
timeout 30
resume No
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Server 2008
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {6f266201-3e61-11e1-a62d-d7acbeaeb333}
nx OptOut
Windows Boot Loader
-------------------
identifier {c978ca04-4059-11e1-b4dc-0800272710c5}
device partition=E:
path \ntldr
description Windows_XP
locale en-US
inherit {bootloadersettings}
osdevice partition=E:
systemroot \Windows
resumeobject {c978ca04-4059-11e1-b4dc-0800272710c5}
nx OptOut
detecthal Yes
########################################################
when i try to reboot the virtual machine from Vista, i get two choices, one Vista and one XP, if i click on XP it stops on bar loading.
I don't understand because it not goes, someone can tell me something more in purpose?
Thanks a lot
By Symon
I must configuring vhd XP on vhd Vista, for this i used the command bcdedit and i did these configurations:
########################################################
C:\Users\Administrator>bcdedit /enum
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
displayorder {current}
{c978ca04-4059-11e1-b4dc-0800272710c5}
{ntldr}
toolsdisplayorder {memdiag}
timeout 30
resume No
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Server 2008
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {6f266201-3e61-11e1-a62d-d7acbeaeb333}
nx OptOut
Windows Boot Loader
-------------------
identifier {c978ca04-4059-11e1-b4dc-0800272710c5}
device partition=E:
path \ntldr
description Windows_XP
locale en-US
inherit {bootloadersettings}
osdevice partition=E:
systemroot \Windows
resumeobject {c978ca04-4059-11e1-b4dc-0800272710c5}
nx OptOut
detecthal Yes
########################################################
when i try to reboot the virtual machine from Vista, i get two choices, one Vista and one XP, if i click on XP it stops on bar loading.
I don't understand because it not goes, someone can tell me something more in purpose?
Thanks a lot
By Symon