GRUB issues - request help
Hi all. I have a Vista/Ubuntu dual boot but can no longer boot into Linux.
Before the trouble, I was working in Linux and installed the recommended updates. I think it upgraded the kernel. Afterwards, it said I had to reboot so I did. Only, at that point I was no longer able to boot into Linux, but can boot into Windows fine.
This happened one other time before when I also installed some updates (and updated the kernel). It is not just a matter of fixing the menu.lst file. Last time I had to use the Super Grub live cd to repair GRUB. Last time it worked, this time it didn't. I don't know what to do. Any ideas?
Thanks.
Re: GRUB issues - request help
Quote:
Originally Posted by
lwpack
Hi all. I have a Vista/Ubuntu dual boot but can no longer boot into Linux.
Before the trouble, I was working in Linux and installed the recommended updates. I think it upgraded the kernel. Afterwards, it said I had to reboot so I did. Only, at that point I was no longer able to boot into Linux, but can boot into Windows fine.
This happened one other time before when I also installed some updates (and updated the kernel). It is not just a matter of fixing the menu.lst file. Last time I had to use the Super Grub live cd to repair GRUB. Last time it worked, this time it didn't. I don't know what to do. Any ideas?
Thanks.
You need to reinstall Grub on to the master drive's MBR.
Boot your rescue CD and run grub-install pointing to your master boot disk.
This may help: USB Boot using GRUB ( case sensetive )
Re: GRUB issues - request help
Quote:
Originally Posted by
lwpack
I tried reinstalling GRUB using the Super Grub cd. It said it was successful but still wouldn't boot.
I don't know what you mean by "boot your rescue cd and run grub-install pointing to your master boot disk."
Right now I'm using the Ubuntu live cd. Is this the rescue cd? What does pointing to your master boot disk mean?
Thanks for the help.
I believe Ubuntu has a rescue mode? Boot it and see.
If you are booting from you master drive then you want to install Grub to it.
Something like: grub-install <Options> /dev/hda
If you are using the BIOS to boot from a different drive then you need to install and configure Grub for that configuration.
The simplest way is to install Grub on your master drive and then configure it to your set up.
Post your grub.conf or menu.lst, which ever you use.