Ajuda! O Ubuntu não inicializa!

0

Instalei o Ubuntu no meu Chromebook e tudo funcionou bem até que tentei instalar o Steam. Nenhum jogo funcionou porque minha placa de vídeo estava desatualizada, então eu tentei instalar a atualização do driver Intel para o Ubuntu, ela abriu, mas alegou que eu não tinha uma placa de vídeo Intel. Eu tentei fazer apt-get update no terminal, mas ele disse um monte de coisas e depois disse: "você está root?" então eu fiz sudo apt-get update e veio com outro erro. Eu reiniciei o meu livro chrome e tentei iniciar o xfce4 até que ele aparecesse

/ $ sudo startxfce4
Entering /mnt/stateful_partition/crouton/chroots/precise...
/usr/bin/startxfce4: Starting X server

_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root

X.Org X Server 1.11.3
Release Date: 2011-12-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.42-61-generic x86_64 Ubuntu
Current Operating System: Linux localhost 3.10.18 #1 SMP Fri Dec 11 19:13:56 PST 2015 x86_64
Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=/dev/dm-0 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="1 vroot none ro 1,0 2506752 verity payload=PARTUUID=a426f256-534d-ba40-a9b8-ed38fc20733b/PARTNROFF=1 hashtree=PARTUUID=a426f256-534d-ba40-a9b8-ed38fc20733b/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=d810f4b5d34d05fb3f25e5b659467992216636df salt=43a025c4789be0386addcd863f295a8c95279dd6e3cb00fc3a476e8f409e60a8" noinitrd vt.global_cursor_default=0 kern_guid=a426f256-534d-ba40-a9b8-ed38fc20733b add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic  
Build Date: 12 February 2015  02:49:01PM
xorg-server 2:1.11.4-0ubuntu10.17 (For technical support please see ubuntu support) 
Current version of pixman: 0.30.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/tmp/Xorg.crouton.1.log", Time: Sat Dec 26 03:48:02 2015
(==) Using system config directory "/usr/share/X11/xorg.conf.d"

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
Please also check the log file at "/tmp/Xorg.crouton.1.log" for additional information.

 ddxSigGiveUp: Closing log
Server terminated with error (1). Closing log file.

Agora não posso entrar no meu Ubuntu! Por favor ajude!

    
por Julian Picart 26.12.2015 / 09:55

2 respostas

0

Inicie seu computador, na tela de login, clique em Ctl + Alt + F1

Login. Desinstalar a área de trabalho - 'sudo apt-get purge xfce4'

Instalar atualizações e upgrades: 'sudo apt-get update & amp; & amp; sudo apt-get upgrade '

Verifique o kernel mais recente: 'sudo apt-get dist-upgrade'

Instale todas as atualizações e upgrades.

Instale o desktop xfce4: 'sudo apt-get install xfce4 & amp; sudo apt-get upgrade xfce4 '

Verifique todos os novos pacotes 'sudo apt-get -f install'

Reinicialize e selecione o desktop xfce4. 'sudo reboot'

    
por DnrDevil 26.12.2015 / 15:00
0

Na tela do grub (se não aparecer automaticamente, você deve pressionar F2 ou SHIFT + F2 na inicialização, se não estiver errado) escolher o modo de recuperação do Ubuntu e tentar recuperar os pacotes danificados (há uma opção na tela ). Se isso não funcionar, a partir do modo de recuperação, abra um shell de root e instale o X11 (sudo apt-get install xorg)

    
por Matteo S. 26.12.2015 / 10:04