Ubuntu/Vista Dual Boot Problem...

Wally23

Member
I recently did a dual boot with Vista and Ubuntu. I wanted the Vista Boot Loader so I installed EasyBCD and made Vista Boot Loader in charge and installed NeroGrub and put in (which I believe) are the right boot options into the Menu.lst file. But when I boot up, select the NeroGrub, then select Ubuntu, I get an "Error 17, File missing" error. Anyone have any ideas on how I could fix this or what went wrong?

Here are the boot options I put into the Menu.lst file:

## ## End Default Options ##

title Ubuntu 8.10, kernel 2.6.27-11-generic
uuid 4d8da803-19f6-47d8-ab5b-9098589df6c9
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=4d8da803-19f6-47d8-ab5b-9098589df6c9 ro quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet

title Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
uuid 4d8da803-19f6-47d8-ab5b-9098589df6c9
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=4d8da803-19f6-47d8-ab5b-9098589df6c9 ro single
initrd /boot/initrd.img-2.6.27-11-generic

title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid 4d8da803-19f6-47d8-ab5b-9098589df6c9
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=4d8da803-19f6-47d8-ab5b-9098589df6c9 ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet

title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid 4d8da803-19f6-47d8-ab5b-9098589df6c9
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=4d8da803-19f6-47d8-ab5b-9098589df6c9 ro single
initrd /boot/initrd.img-2.6.27-7-generic

title Ubuntu 8.10, memtest86+
uuid 4d8da803-19f6-47d8-ab5b-9098589df6c9
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST
 
Hello Wally. Welcome to NST...
UUID lines are only supported by the beta builds of EasyBCD, so I would recommend installing and using the latest version to boot Ubuntu.
After installing 2.0, first try adding a normal Linux entry under the Linux tab in the Add/Remove Entries section of EasyBCD, making sure to point it at the correct drive and partition Ubuntu is installed to, and then if that doesn't work, go ahead, and uninstall NeoGrub under the NeoGrub tab, and then try adding another Linux entry under the Linux tab again, this time selecting the "Grub is not installed..." check box, and it should work.
If its still not booting after that, then boot from the LiveCD, get to the desktop, and copy over the contents of the /boot/grub/menu.lst into your next post.

See the second link in my sig for more info.
 
Thanks man! I used the 2.0 Beta version and I uninstalled NeroGrub, used just added a new one under the Linux tab and it didn't work at first, but then I tried selectiong "Grub is not installed" and it worked like a charm. Thanks again! :smile:
 
Back
Top