Page 6 sur 10

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:32
par mpat

Dernier message de la page précédente :

Tedsc, il voit plus rien, tout est bloqué. ati c'est vraiment une m... à installer

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:35
par Pipipipochama
Je fais tout ça et je vous tiens au courant

Donc si je rachète un PC un jour, je prends sans ATI ?

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:39
par mpat
ha que oui : ati, lexmark et compagnie à proscrire. mieux de se renseigner avant d'acheter si c'est pour Linux

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:45
par Pipipipochama
Image

ça marche pas...

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:47
par Robinwood

Code : Tout sélectionner

su -s

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:49
par Tangos
Non, c'est :

Code : Tout sélectionner

sudo -s

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:49
par mpat
que je dis en terminal c'est pour désigner l'application. merci Robinwood

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:52
par Robinwood

Code : Tout sélectionner

sudo -s
effectivement.
sudo -s remplace sudo après cette commande et sudo en début des commandes est inutile, sinon:
Sur tes deux commandes grub il ne manque pas sudo?
grub-install /dev/sda1
update-grub

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:56
par Tangos
Je serais lui, je graverais l'iso sur une clé USB et je recommencerais tout depuis le début. Je ne suis pas certain que de restaurer le grub puisse marcher. C'est le pilote ATI qui a tout fait sauter. Il est déconseillé de l'installer via le site AMD/ATI. Il vaut mieux passer par les dépôts. J'en ai déjà fait l'expérience. De plus, son /home va être corrompu puisque les paquets AMD/ATI ont été installés.

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:57
par Pipipipochama

Code : Tout sélectionner

mint@mint ~ $ su -s
su: option requires an argument -- 's'
Usage: su [options] [LOGIN]

Options:
  -c, --command COMMAND         pass COMMAND to the invoked shell
  -h, --help                    display this help message and exit
  -, -l, --login                make the shell a login shell
  -m, -p,
  --preserve-environment        do not reset environment variables, and
                                keep the same shell
  -s, --shell SHELL             use SHELL instead of the default in passwd

mint@mint ~ $ sudo mount /dev/sda1 /mnt
mount: /dev/sda1 already mounted or /mnt busy
mount: according to mtab, /dev/sda1 is already mounted on /mnt
mint@mint ~ $ sudo mount /dev/sda1 /mnt/boot
mount: /dev/sda1 already mounted or /mnt/boot busy
mount: according to mtab, /dev/sda1 is already mounted on /mnt/boot
mint@mint ~ $ sudo mount --bind /dev /mnt/dev/
mint@mint ~ $ sudo chroot /mnt
mint / # grub-install /dev/sda1
Installing for i386-pc platform.
/proc/devices: fopen failed: No such file or directory
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
/proc/devices: fopen failed: No such file or directory
device node not found
device node not found
device node not found
/proc/devices: fopen failed: No such file or directory
device node not found
device node not found
/proc/devices: fopen failed: No such file or directory
device node not found
grub-install.real: warning: File system `ext2' doesn't support embedding.
grub-install.real: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub-install.real: error: will not proceed with blocklists.
mint / # 
j'ai pas l'impression que ça fonctionne...

Re: Écran noir/éteint après installation linux mint 17.3

Posté : ven. 8 janv. 2016 16:59
par Tangos
C'est normal puisque c'est la commande :

Code : Tout sélectionner

sudo -s