Public bug reported:

Binary package hint: grub

Ubuntu 8.04, i386, alternate install CD.

I upgraded from Ubuntu 7.10 to 8.04. I used alternate CD, I upgraded
from working 7.10 that was up and running. I inserted CD with 8.04 and
upgrade was offered to me and I accepted it. Upgrade took long time but
after several hours system was finally upgraded. After reboot I saw
updated grub menu and when I selected default option, I met kernel panic
after several seconds.

After investigation I found that initrd line was missing in
/boot/grub/menu.lst in new records for 8.04

state of menu.lst after upgrade, notice missing initrd line in
2.6.24-16-generic records:

title           Ubuntu 8.04, kernel 2.6.24-16-generic
root            (hd0,5)
kernel          /boot/vmlinuz-2.6.24-16-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro quiet splash
quiet
savedefault

title           Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root            (hd0,5)
kernel          /boot/vmlinuz-2.6.24-16-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro single

title           Ubuntu 8.04, kernel 2.6.22-14-generic
root            (hd0,5)
kernel          /boot/vmlinuz-2.6.22-14-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro quiet splash
initrd          /boot/initrd.img-2.6.22-14-generic
quiet
savedefault

title           Ubuntu 8.04, kernel 2.6.22-14-generic (recovery mode)
root            (hd0,5)
kernel          /boot/vmlinuz-2.6.22-14-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro single
initrd          /boot/initrd.img-2.6.22-14-generic

title           Ubuntu 8.04, memtest86+
root            (hd0,5)
kernel          /boot/memtest86+.bin
quiet

I added line with initrd and problem is fixed. An example:

title           Ubuntu 8.04, kernel 2.6.24-16-generic
root            (hd0,5)
kernel          /boot/vmlinuz-2.6.24-16-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro quiet splash
initrd          /boot/initrd.img-2.6.24-16-generic
quiet
savedefault

This is a critical bug for new Linux users they cannot recover from my
point of view... I am not sure if this bug is in grub package or in
other package.

** Affects: grub (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Binary package hint: grub
  
  Ubuntu 8.04, i386, alternate install CD.
  
  I upgraded from Ubuntu 7.10 to 8.04. I used alternate CD, I upgraded
- from working 7.10 that was was up and running. I inserted CD with 8.04
- and upgrade was offered to me and I accepted it. Upgrade took long time
- but after several hours system was finally upgraded. After reboot I saw
+ from working 7.10 that was up and running. I inserted CD with 8.04 and
+ upgrade was offered to me and I accepted it. Upgrade took long time but
+ after several hours system was finally upgraded. After reboot I saw
  updated grub menu and when I selected default option, I met kernel panic
  after several seconds.
  
  After investigation I found that initrd line was missing in
  /boot/grub/menu.lst in new records for 8.04
  
  state of menu.lst after upgrade, notice missing initrd line in
  2.6.24-16-generic records:
  
  title           Ubuntu 8.04, kernel 2.6.24-16-generic
  root            (hd0,5)
  kernel          /boot/vmlinuz-2.6.24-16-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro quiet splash
  quiet
  savedefault
  
  title           Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
  root            (hd0,5)
  kernel          /boot/vmlinuz-2.6.24-16-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro single
  
  title           Ubuntu 8.04, kernel 2.6.22-14-generic
  root            (hd0,5)
  kernel          /boot/vmlinuz-2.6.22-14-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro quiet splash
  initrd          /boot/initrd.img-2.6.22-14-generic
  quiet
  savedefault
  
  title           Ubuntu 8.04, kernel 2.6.22-14-generic (recovery mode)
  root            (hd0,5)
  kernel          /boot/vmlinuz-2.6.22-14-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro single
  initrd          /boot/initrd.img-2.6.22-14-generic
  
  title           Ubuntu 8.04, memtest86+
  root            (hd0,5)
  kernel          /boot/memtest86+.bin
  quiet
  
  I added line with initrd and problem is fixed. An example:
  
  title           Ubuntu 8.04, kernel 2.6.24-16-generic
  root            (hd0,5)
  kernel          /boot/vmlinuz-2.6.24-16-generic 
root=UUID=1976de10-e52e-4bdf-bab4-fc2a5b948825 ro quiet splash
  initrd          /boot/initrd.img-2.6.24-16-generic
  quiet
  savedefault
  
  This is a critical bug for new Linux users they cannot recover from my
  point of view... I am not sure if this bug is in grub package or in
  other package.

-- 
initrd not configured in menu.lst after upgrade from Ubuntu 7.10 to 8.04
https://bugs.launchpad.net/bugs/222421
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to