Dear folks,
I was succesfull at installing using ubuntu. Could boot to ubuntu and vista through GRUB with no issues.
but i decided to used easybcd to let vista (installed firt) "be in charge" of booting and now i can't boot to ubuntu!
i understand it is because neogrub isnt in the same partition as Ubuntu, and it can't find it.
first, it showed "error 17: File not Found" obviusly, it couldn't find ubuntu's stuff (/boot/vmlinuz-2.6.27-11-generic root=UUID=7d9addaa-ef27-4c88-b7b2-eb4b748a5118 ro locale=pt_BR quiet splash)
my menu.lst was like this:
title Ubuntu 8.10, kernel 2.6.27-11-generic
uuid 7d9addaa-ef27-4c88-b7b2-eb4b748a5118
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=7d9addaa-ef27-4c88-b7b2-eb4b748a5118 ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
then i realized i should point some directions to neogrub and changed it to:
title Ubuntu 8.10, kernel 2.6.27-11-generic
root (hd0,5)
uuid 7d9addaa-ef27-4c88-b7b2-eb4b748a5118
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=7d9addaa-ef27-4c88-b7b2-eb4b748a5118 ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
and even:
title Ubuntu 8.10, kernel 2.6.27-11-generic
root (hd0,5)
uuid 7d9addaa-ef27-4c88-b7b2-eb4b748a5118
kernel /boot/vmlinuz-2.6.27-11-generic root=(hd0,5) ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
I even tryied without the uuid part:
title Ubuntu 8.10, kernel 2.6.27-11-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.27-11-generic root=(hd0,5) ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
The only thing that happens is "Error 19: cannot mount selected partition" when i try to boot to ubuntu.
any leads?
thanx for the attention.
I was succesfull at installing using ubuntu. Could boot to ubuntu and vista through GRUB with no issues.
but i decided to used easybcd to let vista (installed firt) "be in charge" of booting and now i can't boot to ubuntu!
i understand it is because neogrub isnt in the same partition as Ubuntu, and it can't find it.
first, it showed "error 17: File not Found" obviusly, it couldn't find ubuntu's stuff (/boot/vmlinuz-2.6.27-11-generic root=UUID=7d9addaa-ef27-4c88-b7b2-eb4b748a5118 ro locale=pt_BR quiet splash)
my menu.lst was like this:
title Ubuntu 8.10, kernel 2.6.27-11-generic
uuid 7d9addaa-ef27-4c88-b7b2-eb4b748a5118
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=7d9addaa-ef27-4c88-b7b2-eb4b748a5118 ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
then i realized i should point some directions to neogrub and changed it to:
title Ubuntu 8.10, kernel 2.6.27-11-generic
root (hd0,5)
uuid 7d9addaa-ef27-4c88-b7b2-eb4b748a5118
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=7d9addaa-ef27-4c88-b7b2-eb4b748a5118 ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
and even:
title Ubuntu 8.10, kernel 2.6.27-11-generic
root (hd0,5)
uuid 7d9addaa-ef27-4c88-b7b2-eb4b748a5118
kernel /boot/vmlinuz-2.6.27-11-generic root=(hd0,5) ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
I even tryied without the uuid part:
title Ubuntu 8.10, kernel 2.6.27-11-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.27-11-generic root=(hd0,5) ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
The only thing that happens is "Error 19: cannot mount selected partition" when i try to boot to ubuntu.
any leads?
thanx for the attention.