Hello,
I am trying to dual boot Vista and Ubuntu 9.10. My setup is:
sda -> Vista
sdb -> Ubuntu (Usb hdd)
My original plan was to just select between the two in the BIOS, but that didn't work, so the next logical step was to use easybcd.
I have 3 options from easybcd:
1. Add a linux/grub2 entry.
2. Add a neogrub entry and chainload.
3. Use PLoP.
Results:
1. Hangs a "Starting cmain()..." and corrupts my Ubuntu partition (maybe me shutting off the computer after it freezes is the causes the corruption.)
2. The same thing as this post happens, from there I can then start grub2 by typing
3. Works.
Problem with the current state of options 2 and 3 is that they're slow and require input. Option 1 makes me have to reinstall Ubuntu. This setup worked fine with ubuntu 8.04 with legacy grub on non ext4.
Any help would be appreciated! I really don't want to replace the windows loader for grub.
I am trying to dual boot Vista and Ubuntu 9.10. My setup is:
sda -> Vista
sdb -> Ubuntu (Usb hdd)
My original plan was to just select between the two in the BIOS, but that didn't work, so the next logical step was to use easybcd.
I have 3 options from easybcd:
1. Add a linux/grub2 entry.
2. Add a neogrub entry and chainload.
3. Use PLoP.
Results:
1. Hangs a "Starting cmain()..." and corrupts my Ubuntu partition (maybe me shutting off the computer after it freezes is the causes the corruption.)
2. The same thing as this post happens, from there I can then start grub2 by typing
Code:
root=(hd1,0)
kernel /boot/grub/core.img
boot
Problem with the current state of options 2 and 3 is that they're slow and require input. Option 1 makes me have to reinstall Ubuntu. This setup worked fine with ubuntu 8.04 with legacy grub on non ext4.
Any help would be appreciated! I really don't want to replace the windows loader for grub.