[SOLVED] Can Grub boot Vista/W7?
Hello
I use CloneZilla to image partitions and Grub 0.97 in the MBR to boot the os restored in /sda1.
Although it works fine with XP, I can't get Vista or Windows7 to boot. For instance, Vista fails with error 0xc00000e and is unable to load WINLOAD.EXE.
I don't know if it's something in Windows or maybe Grub needs something else besides the following in menu.lst to be able to load Vista and W7?
Code:
parttype (hd0,0) 0x7
rootnoverify (hd0,0)
makeactive
chainloader +1
Thank you.