[Ilugc] boot loader problem

  • From: mehul.forums@xxxxxxxxx (mehul)
  • Date: Sun Jan 21 04:40:11 2007

On 1/21/07, Zico <mailzico@xxxxxxxxx> wrote:


Friends,

i had Ubuntu,Debian in my machine.  My Debian is in /dev/hda9 and my
Ubuntu
is in /dev/hda1.
Tonight, i noticed that, i cannot enter into Ubuntu from boot loader (
GRUB
). I made an operation before that...
i installed grub in /dev/hda... i think it is in /dev/hda1....
what i did...

grub-install /dev/hda

now, i tried to configure the boot loader from "boot config" , but i
cannot
enter into Ubuntu yet.
Here i want to add one thing, there is nothing about Ubuntu in
/boot/grub/menu.lst

what will i do? install the full again????


I guess the entry relating to Ubuntu is missing
It should be something like this
title Ubuntu
root (hd0,8)
kernel /boot/vmlinuz-2.6.xx-xx-x86 (replace with whatever kernel version you
have got)
initrd /boot/initrd.img-2.6.xx-xx-x86 ( version no. will be same as above)
savedefault
boot

Add it at the bottom of the file /boot/grub/menu.lst (of debian and not
ubuntu) and reboot. It should work now.

Other related posts: