Re: Écran noir/éteint après installation linux mint 17.3
Posté : ven. 8 janv. 2016 16:32
Dernier message de la page précédente :
Tedsc, il voit plus rien, tout est bloqué. ati c'est vraiment une m... à installer
https://forum-francophone-linuxmint.fr/
Dernier message de la page précédente :
Tedsc, il voit plus rien, tout est bloqué. ati c'est vraiment une m... à installerCode : Tout sélectionner
su -sCode : Tout sélectionner
sudo -sCode : Tout sélectionner
sudo -sCode : 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 / # Code : Tout sélectionner
sudo -s