Boot into a Live session of Ubuntu and then open a terminal and mount
your installed Ubuntu partition. (I'll use /dev/sda1 as your root.)

# mkdir /mnt/ubuntu
# mount /dev/sda1 /mnt/ubuntu
# mount -t proc none /mnt/ubuntu/proc
# mount -o bind /dev /mnt/ubuntu/dev
# chroot /mnt/Ubuntu
# apt-get update
# apt-get upgrade

-- 
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