Hi VPO,
My solution was to add new lines to Menu.1st

Using your preferred editor (vi, nano or whatever) - I will use nano as
an example:

     sudo nano /boot/grub/menu.1st

This will open menu.1st in nano

Find the last kernel list lines that look something like this:

title           Ubuntu 9.10, kernel 2.6.24-21-generic
root            (hd0,4)
kernel          /boot/vmlinuz-2.6.24-21-generic 
root=UUID=d0b20b1a-bf95-45f5-9276-59005afd293b ro quiet splash 
initrd          /boot/initrd.img-2.6.24-21-generic
quiet

title           Ubuntu 9.10, kernel 2.6.24-21-generic (recovery mode)
root            (hd0,4)
kernel          /boot/vmlinuz-2.6.24-21-generic 
root=UUID=d0b20b1a-bf95-45f5-9276-59005afd293b ro  single
initrd          /boot/initrd.img-2.6.24-21-generic


Copy these lines and past them directly below, then change all the kernel 
version entries (2.6.24-21-generic in this case) to whatever kernel is your 
most recent ie.  the one installed by the update process eg 
2.6.31-15-generic-pae  as it was for me.


Save the menu.1st file and reboot

This worked for me

-- 
karmic - mountall fails to mount filesystem on boot
https://bugs.launchpad.net/bugs/447747
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to