Πρώτα καλώς ήρθες στην παρέα μας,δέυτερον μην γράφεις κεφαλέα γιατι είναι σαν να φωνάζεις, τρίτον ρίξε μιά ματιά
εδώΜετά η λύση στο πρόβλημα σου είναι αυτή.
The solution is to use a live-CD to mount the system (or boot from a completely separate installation), mount the failed OS partition(s), and complete the update process:
e.g.
sudo -i
# create a target mount point
mkdir /mnt/target
# mount root
mount /dev/sda8 /mnt/target
# mount boot
mount /dev/sda9 /mnt/target/boot
# into Jaunty
chroot /mnt/target/
# update
dpkg --configure -a
# done
exit
#unmount
umount /mnt/target/boot
umount /mnt/target
Πιστέυω να σε βοήθησα.
αυτό το βρήκα στο
Launchpad bug: #358654