QUOTE (Alexnharvey @ Jan 31 2010, 03:41 PM)

What code should I use to boot Ubuntu 8.04.4 LTS (via grub?) in grub4dos? Grub is installed on the linux partition sda6.
Thanks
If the grub in sda6 is working, you can directly use it's menu.lst.
Boot to grub4dos command line.
in it type
CODE
find --set-root /menu.lst
[ENTER]
provided that you have in ROOT of the sda6 the menu.lst file (if you have it in, say, /boot/menu.lst change line accodingly)
grub4dos should find the file allright (of course if you have several partitions with file menu.lst you may want to temporary rename the "other" ones).
now type:
CODE
root
[ENTER]
grub4dos will reply with the partition in grub4dos notation, probably (hd0,5)

Now, simply issue the command:
CODE
configfile (hd0,5)/menu.lst
[ENTER]
Wonko