1. Download grub4dos-0.4.3-2007-04-21.zip, decompress grldr, grldr. mbr to C: \ 2. To export "GRUB4DOS"/appl
1. Download grub4dos-0.4.3-2007-04-21.zip, decompress grldr, grldr. mbr to C :\
2. To begin :\
3. Run the following command prompt:
Code:
Bcdedit/create/d "GRUB4DOS"/application bootsector
The command result should return a GUID, which is used by the subsequent command
Bcdedit/set {GUID} device partition = C:
Bcdedit/set {GUID} path \ grldr. mbr
Bcdedit/displayorder {GUID}/addlast
4. Edit C: \ menu. lst.
Code:
Color black/cyan yellow/cyan
Timeout 30
Default/default
Title Microsoft Windows Vista
Root (hd0, 0)
Savedefault
Makeactive
Chainloader + 1
Title install ubuntu
Root (hd0, 0)
Kernel =/vmlinuz
Initrd =/initrd.gz
Title reboot
Savedefault -- wait = 2
Reboot
Title halt
Savedefault -- wait = 2
Halt
5. Restart and select GRUB4DOS. Then select install ubuntu.