Tente isto:
Você pode usar o Ubuntu Live-Dvd / Usb para executar o apt-get para obter os novos arquivos para consertar seu sistema:
Boot the Ubuntu Live CD.
Press Ctrl-Alt-F1
Run in the terminal:
sudo -i
fdisk -l
A saída de fdisk -l
assim:
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x0008a792
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 102402047 102195200 48.7G 7 HPFS/NTFS/exFAT
/dev/sda3 102402048 307202047 204800000 97.7G 7 HPFS/NTFS/exFAT
/dev/sda4 307204094 614682623 307478530 146.6G f W95 Ext'd (LBA)
/dev/sda5 307204096 409604095 102400000 48.8G 7 HPFS/NTFS/exFAT
/dev/sda6 409606144 585385983 175779840 83.8G 83 Linux
/dev/sda7 585388032 614682623 29294592 14G 82 Linux swap / Solaris
Continue em execução:
umount /dev/sda6
fsck -a /dev/sda6
mount /dev/sda6 /mnt
mount --bind /dev /mnt/dev
mount --bind /dev/pts /mnt/dev/pts
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt
nano /etc/resolv.conf
No arquivo aberto, adicione servidores de nome OpenDNS, digite estas linhas:
nameserver 208.67.222.222
nameserver 208.67.220.220
Salvar arquivo: Control + O - Fechar nano: Control + X, continuar executando
dpkg --configure -a
apt-get -f install
apt-get update
apt-get dist-upgrade
apt-get install --reinstall xubuntu-desktop
apt-get autoremove
apt-get clean
exit
reboot
Se um aplicativo interromper o processo por um erro, repita o comando. Se o erro persistir, remova-o: apt-get remove [app]