It should be possible to make grldr work with Vista, which means that it should be possible to have Wubi working with Vista but at the moment it is a manual operation. Here are the instructions courtesy of grub4dos:
http://grub4dos.sourceforge.net/wiki...a_boot_manager
1. Run wubi as usual
2. Before rebboting, use bcdedit to configure the startup menu:
Then copy grldr.mbr to C:\, grldr and menu.lst to the root directory of any FAT16/FAT32/NTFS/EXT2 partition. grldr.mbr can also be used to start GRUB for DOS in Windows NT/2000/XP/2003 (in fact, grldr.mbr is basicly the first 16 sectors of grldr). To use grldr.mbr as the boot file, use the following line in boot.ini:Code:bcdedit /create /d "Ubuntu" /application bootsector bcdedit /set {id} device boot bcdedit /set {id} path \grldr.mbr bcdedit /displayorder {id} /addlast
C:\grldr.mbr="Start GRUB4DOS"
As in Windows Vista, you need to copy grldr and menu.lst to the root directory of any FAT16/FAT32/NTFS/EXT2 partition.
NOTE1: You will find the relevant files in http://download.gna.org/grub4dos/ . Use the menu.lst file that comes with wubi (c:\wubi\boot\grub\menu.lst).
NOTE2: you need to replace the {id} with a number. I guess the id number is returned by the first command.
NOTE3: these commands need elevated privileges, they should be used inside cmd.exe which is started with "Run as administrator".
Let us know how it goes



Adv Reply



Bookmarks