Hello,
I was dual booting Win 2K and Gutsy and everything was working fine. However, for some reason, I had to reinstall Win 2K. No changes were made at all to the Linux partition. After the reinstall was complete, as expected, Windows destroyed my grub screen. Searching on the net, I found and used the following commands to restore grub:
After doing this, I did get my original grub menu back. When I choose the Windows option, the system boots correctly. However when I select the Ubuntu option, grub returns an error :
Can anyone point me how to get over this? I booted off the 7.10 Linux CD and mounted the Linux partition from the terminal, and I can verify that the files are still there. Here is my disk setup as reported by installer:
/dev/hda1 ntfs C:\windows partition
/dev/hda5 win32 D: partition for data
/dev/hda6 swap partition
/dev/hda3 ext3 /home partition
/dev/hda4 ext3 / with ubuntu files
The menu.lst file from /boot/grub shows
title 7.10 Ubuntu Linux
root(hd0, 2)
kernel /boot/vmlinuz-2.6.22-14-generic
title MS Windows
root(hd0, 0)
I can verify that the relevant /boot/vmlinuz file does exist on /dev/hda4
Any tips greatly appreciated. I dont want to reinstall Kubuntu unless absolutely necessary
I was dual booting Win 2K and Gutsy and everything was working fine. However, for some reason, I had to reinstall Win 2K. No changes were made at all to the Linux partition. After the reinstall was complete, as expected, Windows destroyed my grub screen. Searching on the net, I found and used the following commands to restore grub:
Code:
find /boot/grub/stage1 root (hd0,1) setup (hd0)
Code:
Error 15: Could not find file
/dev/hda1 ntfs C:\windows partition
/dev/hda5 win32 D: partition for data
/dev/hda6 swap partition
/dev/hda3 ext3 /home partition
/dev/hda4 ext3 / with ubuntu files
The menu.lst file from /boot/grub shows
title 7.10 Ubuntu Linux
root(hd0, 2)
kernel /boot/vmlinuz-2.6.22-14-generic
title MS Windows
root(hd0, 0)
I can verify that the relevant /boot/vmlinuz file does exist on /dev/hda4
Any tips greatly appreciated. I dont want to reinstall Kubuntu unless absolutely necessary
Comment