Boot from live cd/usb Kubuntu

open konsole :

sudo su -
mkdir /mnt/tmp
mount /dev/sd(your / partition) /mnt/tmp
mount -o bind /dev /mnt/tmp/dev
mount -o bind /dev/pts /mnt/tmp/dev/pts
mount -o bind /dev/shm /mnt/tmp/dev/shm
mount -o bind /proc /mnt/tmp/proc
mount -o bind /proc/bus/usb /mnt/tmp/proc/bus/usb
mount -o bind /sys /mnt/tmp/sys
chroot /mnt/tmp

now you can launch sshd or directly

aptitude update
aptitude safe-upgrade

and reboot

-- 
Karmic Latest - upstart kept back - missing mountall
https://bugs.launchpad.net/bugs/430125
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