#1 Le 23/08/2018, à 12:04
- aaarrrggghhh
Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Bonjour,
Je viens d'acquérir un nouveau PC, un MSI GL62M 7RDX-2613XFR sans OS. J'ai voulu installer la dernière version d'ubuntu 18.04.1 LTS. Depuis que je l'ai installé, j'ai un problème au démarrage, je n'arrive à démarrer le PC qu'en nomodeset.
J'ai suivi les conseils données dans les discussions notamment ici et là.
J'ai fait un boot repair dont voici le lien http://paste.ubuntu.com/p/HwWSFPgKJ6/.
Je comprends bien qu'il faut installer le pilote du logiciel nvidia mais j'avoue, je suis un peu perdue, et je ne sais pas quoi faire de plus.
Merci d'avance de vos réponses.
Dernière modification par aaarrrggghhh (Le 02/09/2018, à 21:17)
Hors ligne
#2 Le 23/08/2018, à 14:28
- Mornagest
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Salut,
Tu arrives donc à lancer ton système "normalement" en utilisant le mode nomodeset ? Si c'est le cas, tu peux démarrer le gestionnaire de pilotes (généralement dans le menu "administration" mais ça dépend de ton environnement de bureau) et voir ce qu'il te propose pour ta carte graphique. Choisis les pilotes nVidia recommandés, attends qu'ils s'installent et redémarre ensuite pour voir si cela fonctionne sans nomodeset.
N'oubliez pas de consulter la documentation pour vous donner un coup de main !
Merci de modifier le premier message de votre sujet pour ajouter [Résolu] lorsque votre problème l'est :)
Xubuntu 20.04 sur deux ordinateurs, zéro souci. Passez à Xubuntu ;)
Hors ligne
#3 Le 23/08/2018, à 14:40
- NicoApi73
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Bonjour,
Pour compléter le post de Mornagest :
Sous Ubuntu, tu lances le gestionnaire de mise à jour, tu vas dans paramètres, tu sélectionnes Pilotes additionnels et tu devrais voir dedans apparaître le driver nVidia (probablement en version 390). Tu le sélectionnes et tu l'installes. Si le micro-code intel est proposé, installe le également.
Si le micro-code intel n'est pas proposé, tu ouvres un shell (terminal) et tu tapes :
sudo apt install intel-microcode
/!\ sudo c'est ce qui permet de passer une commande en mode administrateur. Ton mot de passe va t'être demandé, rien ne s'affichera quand tu vas le taper (pas même *)
Hors ligne
#4 Le 24/08/2018, à 10:40
- aaarrrggghhh
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
J'ai bien suivi vos conseils et je me suis aussi aidée de ce tuto.
J'ai aussi fait une mise à jour avec
sudo apt-get update && sudo apt-get upgrade.
Problème maintenant, au démarrage, l'ordi reste bloqué sur la page de démarrage avec le logo ubuntu, le menu grub ne s'affiche pas, je ne peux donc pas démarrer en nomodeset.
Est-ce que je retente une nouvelle installation d'ubuntu, est-ce que c'est une mauvaise configuration au niveau du boot system ?
Hors ligne
#5 Le 24/08/2018, à 10:43
- Mornagest
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Lorsque tu démarres, après que l'écran du BIOS de ton ordinateur se soit affiché, appuies sur la touche Échap pour accéder au menu de GRUB. Il est possible qu'il ne s'affiche pas par défaut lors du démarrage de ton ordinateur (ce que je trouve personnellement assez pénible).
Si ça fonctionne, on va pouvoir "réparer" ton installation comme ça
N'oubliez pas de consulter la documentation pour vous donner un coup de main !
Merci de modifier le premier message de votre sujet pour ajouter [Résolu] lorsque votre problème l'est :)
Xubuntu 20.04 sur deux ordinateurs, zéro souci. Passez à Xubuntu ;)
Hors ligne
#6 Le 24/08/2018, à 10:53
- aaarrrggghhh
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Mornagests a dit :
" appuies sur la touche Échap pour accéder au menu de GRUB"
Yep ça ça marche !!:)
Merci Mornagest
Je peux démarrer en nomodeset. Une première étape. Maintenant faut que je trouve la solution pour la suite.
Hors ligne
#7 Le 24/08/2018, à 10:56
- Mornagest
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Bien
Édite l'entrée du démarrage d'Ubuntu et ajoute
modprobe.blacklist=nouveau
entre quiet et splash (cfr ici : https://forum.ubuntu-fr.org/viewtopic.p … #p21887838 ). Si ça fonctionne correctement, tu pourras alors faire sudo update-grub pour modifier la ligne de démarrage de façon perenne.
N'oubliez pas de consulter la documentation pour vous donner un coup de main !
Merci de modifier le premier message de votre sujet pour ajouter [Résolu] lorsque votre problème l'est :)
Xubuntu 20.04 sur deux ordinateurs, zéro souci. Passez à Xubuntu ;)
Hors ligne
#8 Le 24/08/2018, à 11:41
- aaarrrggghhh
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Je fais un pas en arrière.
J'ai fait une erreur de manip je ne sais pas laquelle et je n'accède plus du tout au grub même en passant par le boot system.
Je ne peux donc pas éditer l'entrée de démarrage d'ubuntu comme tu me le conseilles.
Dernière modification par aaarrrggghhh (Le 24/08/2018, à 11:41)
Hors ligne
#9 Le 24/08/2018, à 11:51
- Mornagest
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Tu peux tenter de le réparer via un livecd d'Ubuntu, pas de panique : https://doc.ubuntu-fr.org/tutoriel/comm … ans_chroot
N'oubliez pas de consulter la documentation pour vous donner un coup de main !
Merci de modifier le premier message de votre sujet pour ajouter [Résolu] lorsque votre problème l'est :)
Xubuntu 20.04 sur deux ordinateurs, zéro souci. Passez à Xubuntu ;)
Hors ligne
#10 Le 24/08/2018, à 15:03
- aaarrrggghhh
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
J'essaie toujours de réparer mon grub mais je patine.
En suivant la restauration via live cd et la procédure sans chroot voila ce que j'obtiens.
sudo grub-install --root-directory=/media/ubuntu/E1A1-2FFF /dev/sda2
Installing for i386-pc platform.
grub-install: warning: File system `ext2' doesn't support embedding.
grub-install: 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: error: will not proceed with blocklists.
J'obtiens la même réponse avec boot-directory.
Pour l'instant je n'ose pas utiliser la procédure avec chroot qui a priori est dangereuse.
Hors ligne
#11 Le 24/08/2018, à 15:18
- malbo
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Je te suggère de démarrer ton ordi sur la LiveUSB de d'ubuntu 18.04.1 LTS en utilisant l'option nomodeset afin de faire une session live (Essayer Ubuntu). Depuis la session live, fais un Boot-Info et donne l'URL de ce Boot-Info dans ta réponse. But : tenter de comprendre où tu en es...
Hors ligne
#12 Le 24/08/2018, à 15:45
- NicoApi73
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
J'ai bien suivi vos conseils et je me suis aussi aidée de ce tuto.
J'ai aussi fait une mise à jour avec
sudo apt-get update && sudo apt-get upgrade.
Problème maintenant, au démarrage, l'ordi reste bloqué sur la page de démarrage avec le logo ubuntu, le menu grub ne s'affiche pas, je ne peux donc pas démarrer en nomodeset.
Est-ce que je retente une nouvelle installation d'ubuntu, est-ce que c'est une mauvaise configuration au niveau du boot system ?
Bonjour,
nomodeset ou tout autre paramètre se met avat que le logo ubutu s'affiche.
Comme tu es en simple boot, grub n'est pas visible, il faut appuyer sur la touche shit ou Echap dès que la page du bios disparaît. (celle qui te propose d'appuyer sur suppr, F1... pour accéder au bios).
Quant à ton erreur de manip, ton installation est toute neuve, tu n'as donc aucune donnée si je ne me trompe pas. Tu es également en simple boot, uniquement ubuntu : tu ne risques pas grand chose
EDIT : j'ai loupé une partie du fil : je viens de voir que tout t'avait été expliqué et que tu avais réussi à le faire
Dernière modification par NicoApi73 (Le 24/08/2018, à 15:47)
Hors ligne
#13 Le 24/08/2018, à 16:23
- NicoApi73
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Avais tu installé le driver nVidia, comme expliqué au post #3. Dans le tuto que tu as suivi, ils parlent du driver 384. Ta carte graphique est une GTX 1050 (nVidia), le driver que tu dois mettre est au moins le 390. Fais l'installation en mode graphique, il te proposera le driver approprié.
Hors ligne
#14 Le 24/08/2018, à 17:25
- aaarrrggghhh
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Depuis la session live, fais un Boot-Info
Le boot info est ici
Avais tu installé le driver nVidia, comme expliqué au post #3
Oui es en effet c'est le driver 390 que j'ai installe. Le problème est qu'entre temps j'ai fait une fausse manip et le grub n'apparait plus [post8].
Le mieux ne serait-il pas de refaire une installation ?
Hors ligne
#15 Le 24/08/2018, à 17:31
- malbo
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Ton dernier Boot-Info (dont tu as donné le lien dans le post précédent) est là :
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]
============================= Boot Info Summary: ===============================
=> No boot loader is installed in the MBR of /dev/sda.
=> Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/ubuntu/grub.cfg /EFI/BOOT/bkpbootx64.efi
/EFI/BOOT/bootx64.efi /EFI/BOOT/fbx64.efi
/EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
/EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi
/grub/i386-pc/core.img /boot/grub/i386-pc/core.img
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.03
Boot sector info: Syslinux looks at sector 32792 of /dev/sdb1 for its
second stage. The integrity check of Syslinux failed.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg
/EFI/BOOT/grubx64.efi /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 1,953,525,167 1,953,525,167 ee GPT
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
/dev/sda2 1,050,624 1,953,523,711 1,952,473,088 Data partition (Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 7.3 GiB, 7813988352 bytes, 15261696 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 * 2,048 15,261,695 15,259,648 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/loop1 squashfs
/dev/loop2 squashfs
/dev/loop3 squashfs
/dev/loop4 squashfs
/dev/loop5 squashfs
/dev/loop6 squashfs
/dev/loop7 squashfs
/dev/sda1 E1A1-2FFF vfat
/dev/sda2 99ca320a-30e9-481e-9736-a899f14cbd1f ext4
/dev/sdb1 F611-5500 vfat UBUNTU 18_0
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Aug 24 15:15 ata-HGST_HTS541010B7E610_WXC1E677VTLZ -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 24 15:15 ata-HGST_HTS541010B7E610_WXC1E677VTLZ-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 24 15:15 ata-HGST_HTS541010B7E610_WXC1E677VTLZ-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Aug 24 15:15 usb-JetFlash_Transcend_8GB_YBC4G115-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug 24 15:15 usb-JetFlash_Transcend_8GB_YBC4G115-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Aug 24 15:15 wwn-0x50014ee6b2af1102 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 24 15:15 wwn-0x50014ee6b2af1102-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 24 15:15 wwn-0x50014ee6b2af1102-part2 -> ../../sda2
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda1 /media/ubuntu/E1A1-2FFF vfat (rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
/dev/sda2 /media/ubuntu/99ca320a-30e9-481e-9736-a899f14cbd1f ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
/dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
========================== sda1/EFI/ubuntu/grub.cfg: ===========================
--------------------------------------------------------------------------------
search.fs_uuid 99ca320a-30e9-481e-9736-a899f14cbd1f root hd0,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? grub/i386-pc/core.img 1
?? = ?? boot/grub/i386-pc/core.img 1
=========================== sda2/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 99ca320a-30e9-481e-9736-a899f14cbd1f
else
search --no-floppy --fs-uuid --set=root 99ca320a-30e9-481e-9736-a899f14cbd1f
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=10
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 10 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=1
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-99ca320a-30e9-481e-9736-a899f14cbd1f' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 99ca320a-30e9-481e-9736-a899f14cbd1f
else
search --no-floppy --fs-uuid --set=root 99ca320a-30e9-481e-9736-a899f14cbd1f
fi
linux /boot/vmlinuz-4.15.0-33-generic root=UUID=99ca320a-30e9-481e-9736-a899f14cbd1f ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.15.0-33-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-99ca320a-30e9-481e-9736-a899f14cbd1f' {
menuentry 'Ubuntu, avec Linux 4.15.0-33-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-33-generic-advanced-99ca320a-30e9-481e-9736-a899f14cbd1f' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 99ca320a-30e9-481e-9736-a899f14cbd1f
else
search --no-floppy --fs-uuid --set=root 99ca320a-30e9-481e-9736-a899f14cbd1f
fi
echo 'Chargement de Linux 4.15.0-33-generic…'
linux /boot/vmlinuz-4.15.0-33-generic root=UUID=99ca320a-30e9-481e-9736-a899f14cbd1f ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-33-generic
}
menuentry 'Ubuntu, with Linux 4.15.0-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-33-generic-recovery-99ca320a-30e9-481e-9736-a899f14cbd1f' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 99ca320a-30e9-481e-9736-a899f14cbd1f
else
search --no-floppy --fs-uuid --set=root 99ca320a-30e9-481e-9736-a899f14cbd1f
fi
echo 'Chargement de Linux 4.15.0-33-generic…'
linux /boot/vmlinuz-4.15.0-33-generic root=UUID=99ca320a-30e9-481e-9736-a899f14cbd1f ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-33-generic
}
menuentry 'Ubuntu, avec Linux 4.15.0-30-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-30-generic-advanced-99ca320a-30e9-481e-9736-a899f14cbd1f' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 99ca320a-30e9-481e-9736-a899f14cbd1f
else
search --no-floppy --fs-uuid --set=root 99ca320a-30e9-481e-9736-a899f14cbd1f
fi
echo 'Chargement de Linux 4.15.0-30-generic…'
linux /boot/vmlinuz-4.15.0-30-generic root=UUID=99ca320a-30e9-481e-9736-a899f14cbd1f ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-30-generic
}
menuentry 'Ubuntu, with Linux 4.15.0-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-30-generic-recovery-99ca320a-30e9-481e-9736-a899f14cbd1f' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 99ca320a-30e9-481e-9736-a899f14cbd1f
else
search --no-floppy --fs-uuid --set=root 99ca320a-30e9-481e-9736-a899f14cbd1f
fi
echo 'Chargement de Linux 4.15.0-30-generic…'
linux /boot/vmlinuz-4.15.0-30-generic root=UUID=99ca320a-30e9-481e-9736-a899f14cbd1f ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-30-generic
}
menuentry 'Ubuntu, avec Linux 4.15.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-29-generic-advanced-99ca320a-30e9-481e-9736-a899f14cbd1f' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 99ca320a-30e9-481e-9736-a899f14cbd1f
else
search --no-floppy --fs-uuid --set=root 99ca320a-30e9-481e-9736-a899f14cbd1f
fi
echo 'Chargement de Linux 4.15.0-29-generic…'
linux /boot/vmlinuz-4.15.0-29-generic root=UUID=99ca320a-30e9-481e-9736-a899f14cbd1f ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-29-generic
}
menuentry 'Ubuntu, with Linux 4.15.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-29-generic-recovery-99ca320a-30e9-481e-9736-a899f14cbd1f' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 99ca320a-30e9-481e-9736-a899f14cbd1f
else
search --no-floppy --fs-uuid --set=root 99ca320a-30e9-481e-9736-a899f14cbd1f
fi
echo 'Chargement de Linux 4.15.0-29-generic…'
linux /boot/vmlinuz-4.15.0-29-generic root=UUID=99ca320a-30e9-481e-9736-a899f14cbd1f ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-29-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/25_custom ###
menuentry "EFI/BOOT/bkpbootx64.efi" {
search --fs-uuid --no-floppy --set=root E1A1-2FFF
chainloader (${root})/EFI/BOOT/bkpbootx64.efi
}
menuentry "EFI/BOOT/fbx64.efi" {
search --fs-uuid --no-floppy --set=root E1A1-2FFF
chainloader (${root})/EFI/BOOT/fbx64.efi
}
menuentry "EFI/ubuntu/fwupx64.efi" {
search --fs-uuid --no-floppy --set=root E1A1-2FFF
chainloader (${root})/EFI/ubuntu/fwupx64.efi
}
menuentry "EFI/ubuntu/mmx64.efi" {
search --fs-uuid --no-floppy --set=root E1A1-2FFF
chainloader (${root})/EFI/ubuntu/mmx64.efi
}
### END /etc/grub.d/25_custom ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sda2/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=99ca320a-30e9-481e-9736-a899f14cbd1f / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
#UUID=E1A1-2FFF /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
UUID=E1A1-2FFF /boot/efi vfat defaults 0 1
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
908.844692230 = 975.864557568 boot/grub/grub.cfg 2
432.641826630 = 464.545624064 boot/vmlinuz-4.15.0-29-generic 1
4.836788177 = 5.193461760 boot/vmlinuz-4.15.0-30-generic 1
6.114139557 = 6.565007360 boot/vmlinuz-4.15.0-33-generic 1
6.114139557 = 6.565007360 vmlinuz 1
4.836788177 = 5.193461760 vmlinuz.old 1
4.849460602 = 5.207068672 boot/initrd.img-4.15.0-29-generic 3
5.934192657 = 6.371790848 boot/initrd.img-4.15.0-30-generic 2
6.436695099 = 6.911348736 boot/initrd.img-4.15.0-33-generic 2
6.436695099 = 6.911348736 initrd.img 2
5.934192657 = 6.371790848 initrd.img.old 2
=========================== sdb1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
set timeout=5
menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz boot=casper integrity-check quiet splash ---
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
============================== sdb1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
DEFAULT loadconfig
LABEL loadconfig
CONFIG /isolinux/isolinux.cfg
APPEND /isolinux/
--------------------------------------------------------------------------------
=================== sdb1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================= sdb1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/9732/mountinfo) leaked on lvs invocation. Parent PID 17080: bash
File descriptor 63 (pipe:[114974]) leaked on lvs invocation. Parent PID 17080: bash
ADDITIONAL INFORMATION :
=================== log of boot-info 20180824_1515 ===================
boot-info version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
boot-info is executed in live-session (Ubuntu 18.04.1 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory
=================== os-prober:
/dev/sda2:Ubuntu 18.04.1 LTS (18.04):Ubuntu:linux
=================== blkid:
/dev/sda1: UUID="E1A1-2FFF" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="a1f47175-26ec-4935-ac90-9ac530af3d36"
/dev/sda2: UUID="99ca320a-30e9-481e-9736-a899f14cbd1f" TYPE="ext4" PARTUUID="828275f6-b796-475e-a335-efd7a06ff2e6"
/dev/sdb1: LABEL="UBUNTU 18_0" UUID="F611-5500" TYPE="vfat" PARTUUID="0077511a-01"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
=================== No kernel in /media/ubuntu/E1A1-2FFF/boot:
grub
Presence of EFI/Boot file detected: /media/ubuntu/E1A1-2FFF/EFI/Boot/bkpbootx64.efi
Presence of EFI/Boot file detected: /media/ubuntu/E1A1-2FFF/EFI/Boot/bootx64.efi
Presence of EFI/Boot file detected: /media/ubuntu/E1A1-2FFF/EFI/Boot/fbx64.efi
Presence of bkp file detected: /media/ubuntu/E1A1-2FFF/EFI/BOOT/bkpbootx64.efi
=================== /media/ubuntu/99ca320a-30e9-481e-9736-a899f14cbd1f/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Aug 23 16:31 grub.d
total 84
-rwxr-xr-x 1 root root 9783 Jul 17 18:13 00_header
-rwxr-xr-x 1 root root 6258 Jul 16 15:15 05_debian_theme
-rwxr-xr-x 1 root root 12693 Jul 17 18:13 10_linux
-rwxr-xr-x 1 root root 11298 Jul 17 18:13 20_linux_xen
-rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 559 Aug 8 12:56 25_custom
-rwxr-xr-x 1 root root 12059 Jul 17 18:13 30_os-prober
-rwxr-xr-x 1 root root 1418 Jul 17 18:13 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Jul 17 18:13 40_custom
-rwxr-xr-x 1 root root 216 Jul 17 18:13 41_custom
-rw-r--r-- 1 root root 483 Jul 17 18:13 README
=================== /media/ubuntu/99ca320a-30e9-481e-9736-a899f14cbd1f/etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
/boot/efi detected in the fstab of sda2: UUID=E1A1-2FFF (sda1)
=================== efibootmgr -v
BootCurrent: 0006
Timeout: 1 seconds
BootOrder: 0006,0003,0004,0005
Boot0003* ubuntu HD(1,GPT,a1f47175-26ec-4935-ac90-9ac530af3d36,0x800,0x100000)/File(EFIUBUNTUSHIMX64.EFI)..BO
Boot0004* UEFI: IP4 KIller PCIe Network Controller PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(309c2318a6f2,0)/IPv4(0.0.0.00.0.0.0,0,0)..BO
Boot0005* UEFI: IP6 KIller PCIe Network Controller PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(309c2318a6f2,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0006* UEFI: JetFlashTranscend 8GB 8.07, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(3,0)/HD(1,MBR,0x77511a,0x800,0xe8d800)..BO
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
No EFI in dmseg.
SecureBoot enabled.
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, grubenv-ok nogrub, no-docgrub, no-update-grub, 32, no-kernel, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, notbiosboot, /media/ubuntu/E1A1-2FFF.
sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, notbiosboot, /media/ubuntu/99ca320a-30e9-481e-9736-a899f14cbd1f.
sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA HGST HTS541010B7:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:1000GB:1000GB:ext4::;
BYT;
/dev/sdb:7814MB:scsi:512:512:msdos:JetFlash Transcend 8GB:;
1:1049kB:7814MB:7813MB:fat32::boot, lba;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1.8G
loop1 loop squashfs 86.9M
loop2 loop squashfs 34.7M
loop3 loop squashfs 140.9M
loop4 loop squashfs 2.3M
loop5 loop squashfs 13M
loop6 loop squashfs 14.5M
loop7 loop squashfs 3.7M
sda disk 931.5G
sda1 part vfat 512M
sda2 part ext4 931G
sdb disk 7.3G
sdb1 part vfat 7.3G UBUNTU 18_0
KNAME ROTA RO RM STATE MOUNTPOINT
loop0 1 1 0 /rofs
loop1 1 1 0 /snap/core/4917
loop2 1 1 0 /snap/gtk-common-themes/319
loop3 1 1 0 /snap/gnome-3-26-1604/70
loop4 1 1 0 /snap/gnome-calculator/180
loop5 1 1 0 /snap/gnome-characters/103
loop6 1 1 0 /snap/gnome-logs/37
loop7 1 1 0 /snap/gnome-system-monitor/51
sda 1 0 0 running
sda1 1 0 0 /media/ubuntu/E1A1-2FFF
sda2 1 0 0 /media/ubuntu/99ca320a-30e9-481e-9736-a899f14cbd1f
sdb 1 0 1 running
sdb1 1 0 1 /cdrom
=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=4022224k,nr_inodes=1005556,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=808680k,mode=755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15624)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=808676k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/var/lib/snapd/snaps/core_4917.snap on /snap/core/4917 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_319.snap on /snap/gtk-common-themes/319 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-26-1604_70.snap on /snap/gnome-3-26-1604/70 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_180.snap on /snap/gnome-calculator/180 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_103.snap on /snap/gnome-characters/103 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_37.snap on /snap/gnome-logs/37 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_51.snap on /snap/gnome-system-monitor/51 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda2 on /media/ubuntu/99ca320a-30e9-481e-9736-a899f14cbd1f type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
/dev/sda1 on /media/ubuntu/E1A1-2FFF type vfat (rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
=================== ls:
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sda1 sda2 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 tpmrm0 uhid uinput urandom userio vfio vga_arbiter vhci vhost-net vhost-vsock zero
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sda1
00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 10 00 00 04 00 00 00 00 00 00 02 00 00 00 |................|
00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040 80 01 29 ff 2f a1 e1 4e 4f 20 4e 41 4d 45 20 20 |..)./..NO NAME |
00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs tmpfs 790M 1.8M 788M 1% /run
/dev/sdb1 vfat 7.3G 1.9G 5.5G 26% /cdrom
/dev/loop0 squashfs 1.8G 1.8G 0 100% /rofs
/cow overlay 3.9G 453M 3.5G 12% /
tmpfs tmpfs 3.9G 65M 3.8G 2% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
tmpfs tmpfs 3.9G 4.0K 3.9G 1% /tmp
tmpfs tmpfs 790M 56K 790M 1% /run/user/999
/dev/loop1 squashfs 87M 87M 0 100% /snap/core/4917
/dev/loop2 squashfs 35M 35M 0 100% /snap/gtk-common-themes/319
/dev/loop3 squashfs 141M 141M 0 100% /snap/gnome-3-26-1604/70
/dev/loop4 squashfs 2.4M 2.4M 0 100% /snap/gnome-calculator/180
/dev/loop5 squashfs 13M 13M 0 100% /snap/gnome-characters/103
/dev/loop6 squashfs 15M 15M 0 100% /snap/gnome-logs/37
/dev/loop7 squashfs 3.8M 3.8M 0 100% /snap/gnome-system-monitor/51
/dev/sda2 ext4 916G 9.0G 860G 2% /media/ubuntu/99ca320a-30e9-481e-9736-a899f14cbd1f
/dev/sda1 vfat 511M 18M 494M 4% /media/ubuntu/E1A1-2FFF
=================== fdisk -l:
Disk /dev/loop0: 1.8 GiB, 1864450048 bytes, 3641504 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 86.9 MiB, 91099136 bytes, 177928 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 34.7 MiB, 36323328 bytes, 70944 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 140.9 MiB, 147722240 bytes, 288520 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 2.3 MiB, 2433024 bytes, 4752 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 14.5 MiB, 15196160 bytes, 29680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 3.7 MiB, 3887104 bytes, 7592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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: gpt
Disk identifier: BE0BAF12-1046-4A86-AF65-F743B26BA1A5
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 1953523711 1952473088 931G Linux filesystem
Disk /dev/sdb: 7.3 GiB, 7813988352 bytes, 15261696 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0077511a
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 15261695 15259648 7.3G c W95 FAT32 (LBA)
=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
=================== Final advice in case of suggested repair
Please do not forget to make your BIOS boot on sda1/efi/.../grub*.efi file!
=================== User settings
The settings chosen by the user will not act on the boot.
Apparemment, tout est normal là-dedans. C'est peut-être réparable mais le plus simple serait de refaire une installation toute neuve et toute propre en écrasant ton install actuelle.
Hors ligne
#16 Le 25/08/2018, à 13:44
- aaarrrggghhh
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
malbo a écrit :le plus simple serait de refaire une installation toute neuve et toute propre en écrasant ton install actuelle.
Donc, j'ai refait, une nouvelle instal en écrasant l'ancienne, j'ai installé le driver nvidia en mode graphique (j'ai choisi NVIDIA X server settings) et j'ai installé intell avec la commande
sudo apt install intel-microcode
J'ai cependant toujours le même problème au démarrage (écran noir ou bloqué sur la page de logo ubuntu) et suis obligée de passer par le nomodeset.
J'ai donc suivi la procédure suivante
Édite l'entrée du démarrage d'Ubuntu et ajoute
modprobe.blacklist=nouveau
entre quiet et splash (cfr ici : https://forum.ubuntu-fr.org/viewtopic.p … #p21887838 ). Si ça fonctionne correctement, tu pourras alors faire sudo update-grub pour modifier la ligne de démarrage de façon perenne.
ça ne règle visiblement pas mon problème de démarrage qui reste en écran noir.
Aurais-je manqué une étape ?
Merci pour vos précieux conseils (c'est bien la première fois que je galère autant pour installer un ubuntu ou dérivé)
Hors ligne
#17 Le 25/08/2018, à 14:52
- Mornagest
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Est-ce que ça fonctionnait sans les pilotes nVidia propriétaires ?
N'oubliez pas de consulter la documentation pour vous donner un coup de main !
Merci de modifier le premier message de votre sujet pour ajouter [Résolu] lorsque votre problème l'est :)
Xubuntu 20.04 sur deux ordinateurs, zéro souci. Passez à Xubuntu ;)
Hors ligne
#18 Le 25/08/2018, à 16:26
- NicoApi73
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Bonjour
Avec une session qui démarre (live ou pas) peux tu faire
dmesg -lerr
Hors ligne
#19 Le 25/08/2018, à 16:33
- aaarrrggghhh
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Bonjour
Avec une session qui démarre (live ou pas) peux tu faire dmesg -lerr
Voilà ce que ça donne :
dmesg -lerr
[ 0.053308] ACPI Error: [^^^PEG0.PEGP.EASP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[ 0.053330] ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC._REG, AE_NOT_FOUND (20170831/psparse-550)
[ 0.058138] ACPI Exception: Could not find/resolve named package element: V0PR (20170831/dspkginit-381)
[ 0.058171] ACPI Exception: Could not find/resolve named package element: V0PR (20170831/dspkginit-381)
[ 0.058214] ACPI Exception: Could not find/resolve named package element: V1PR (20170831/dspkginit-381)
[ 0.058244] ACPI Exception: Could not find/resolve named package element: V1PR (20170831/dspkginit-381)
[ 0.058286] ACPI Exception: Could not find/resolve named package element: V2PR (20170831/dspkginit-381)
[ 0.058315] ACPI Exception: Could not find/resolve named package element: V2PR (20170831/dspkginit-381)
[ 1.244371] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 1.244400] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 1.244419] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 3.693141] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 3.693169] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 3.693189] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 7.061233] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 7.061261] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 7.061281] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 7.673594] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 7.673622] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 7.673642] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 11.347795] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 11.347823] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 11.347843] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 12.266357] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 12.266385] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 12.266405] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 17.588972] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[ 17.589017] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[ 21.001252] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 21.001255] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 21.001257] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 21.307362] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 21.307365] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 21.307367] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 32.461538] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 32.461544] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 32.461548] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 33.686259] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 33.686266] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 33.686271] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 36.747994] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 36.747997] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 36.747999] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 39.197410] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 39.197415] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 39.197419] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 40.728307] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 40.728313] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 40.728317] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 41.340654] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 41.340660] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 41.340664] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 43.177801] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 43.177807] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 43.177811] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 44.708619] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 44.708625] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 44.708628] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 51.444451] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 51.444456] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 51.444458] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 54.812408] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 54.812414] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 54.812417] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 56.343297] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 56.343301] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 56.343303] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 56.955773] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 56.955779] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 56.955783] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 58.792718] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 58.792724] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 58.792728] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 65.834742] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 65.834745] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 65.834747] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 67.059450] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 67.059453] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 67.059455] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 67.365673] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 67.365680] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 67.365684] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 68.284191] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 68.284196] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 68.284198] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 68.896516] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 68.896522] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 68.896525] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 69.815077] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 69.815083] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 69.815086] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 77.775683] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 77.775689] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 77.775693] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 78.081857] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 78.081863] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 78.081867] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 79.000419] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 79.000428] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 79.000433] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 80.837518] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 80.837527] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 80.837533] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 85.430069] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 85.430077] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 85.430083] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 88.798012] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 88.798017] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 88.798020] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 90.941249] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 90.941252] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 90.941254] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 93.084500] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 93.084508] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 93.084512] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 99.208014] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 99.208017] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000081/00002000
[ 99.208019] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 99.208021] pcieport 0000:00:1c.0: [ 7] Bad DLLP
[ 99.820415] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 99.820423] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 99.820429] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 100.739000] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 100.739004] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 100.739006] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 101.351268] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 101.351272] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 101.351274] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 102.576030] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 102.576037] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 102.576039] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 103.188353] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 103.188359] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 103.188363] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 105.943951] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 105.943960] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 105.943965] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 106.556241] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 106.556248] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 106.556253] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 108.393337] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 108.393344] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 108.393348] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 111.455168] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 111.455175] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 111.455180] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 112.373622] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 112.373628] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 112.373632] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 124.620693] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 124.620699] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 124.620703] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 128.294884] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 128.294893] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 128.294898] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 128.907178] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 128.907186] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 128.907197] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 132.275068] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 132.275077] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00002081/00002000
[ 132.275083] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 132.275088] pcieport 0000:00:1c.0: [ 7] Bad DLLP
[ 135.643046] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 135.643052] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 135.643056] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 136.255367] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 136.255371] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 136.255373] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 138.704761] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 138.704767] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 138.704771] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 141.766648] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 141.766657] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 141.766662] pcieport 0000:
Hors ligne
#20 Le 25/08/2018, à 18:11
- NicoApi73
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Ok, rajoute pci=noaer dans grub, à la place de nomodeset.
Hors ligne
#21 Le 25/08/2018, à 20:56
- NicoApi73
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Peux tu donner le retour de la commande suivante STP :
sudo lshw -numeric
Je pense que c'est le port pci surlequel est connecté le module WIFI qui envoie ces erreurs.
Hors ligne
#22 Le 26/08/2018, à 11:40
- aaarrrggghhh
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Ok, rajoute pci=noaer dans grub, à la place de nomodeset.
C'est fait, ça ne change rien au démarrage.
Peux tu donner le retour de la commande suivante STP :
sudo lshw -numeric
Voilà ce que ça donne :
sudo lshw -numeric
[sudo] Mot de passe de claire :
claire-gl62m-7rdx
description: Ordinateur Bloc-notes
produit: GL62M 7RDX (16J9.3)
fabriquant: Micro-Star International Co., Ltd.
version: REV:1.0
numéro de série: 9S716J9622613ZHC000158
bits: 64 bits
fonctionnalités: smbios-3.0 dmi-3.0 smp vsyscall32
configuration: boot=normal chassis=notebook family=GL sku=16J9.3 uuid=F7DE4AA9-D827-47B1-98DE-C6648CE1111D
*-core
description: Carte mère
produit: MS-16J9
fabriquant: Micro-Star International Co., Ltd.
identifiant matériel: 0
version: REV:1.0
numéro de série: BSS-0123456789
emplacement: Default string
*-firmware
description: BIOS
fabriquant: American Megatrends Inc.
identifiant matériel: 1
version: E16J9IMS.31C
date: 10/24/2017
taille: 64KiB
capacité: 6080KiB
fonctionnalités: pci upgrade shadowing cdboot bootselect edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
*-memory
description: Mémoire Système
identifiant matériel: 3e
emplacement: Carte mère
taille: 8GiB
*-bank:0
description: SODIMM DDR4 Synchrone 2400 MHz (0,4 ns)
produit: M471A1K43CB1-CRC
fabriquant: Samsung
identifiant matériel: 0
numéro de série: 211C3ECF
emplacement: ChannelA-DIMM0
taille: 8GiB
bits: 64 bits
horloge: 2400MHz (0.4ns)
*-bank:1
description: Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2016-09-03 00:48+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2018-07-12 13:19+0000X-Generator: Launchpad (build 18719)Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2016-09-03 00:48+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2018-07-12 13:19+0000X-Generator: Launchpad (build 18719) [vide]
identifiant matériel: 1
emplacement: ChannelB-DIMM0
*-cache:0
description: L1 cache
identifiant matériel: 42
emplacement: L1 Cache
taille: 256KiB
capacité: 256KiB
fonctionnalités: synchronous internal write-back unified
configuration: level=1
*-cache:1
description: L2 cache
identifiant matériel: 43
emplacement: L2 Cache
taille: 1MiB
capacité: 1MiB
fonctionnalités: synchronous internal write-back unified
configuration: level=2
*-cache:2
description: L3 cache
identifiant matériel: 44
emplacement: L3 Cache
taille: 6MiB
capacité: 6MiB
fonctionnalités: synchronous internal write-back unified
configuration: level=3
*-cpu
description: CPU
produit: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
fabriquant: Intel Corp.
identifiant matériel: 45
information bus: cpu@0
version: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
numéro de série: To Be Filled By O.E.M.
emplacement: U3E1
taille: 3059MHz
capacité: 4005MHz
bits: 64 bits
horloge: 100MHz
fonctionnalités: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp cpufreq
configuration: cores=4 enabledcores=4 threads=4
*-pci
description: Host bridge
produit: Intel Corporation [8086:5910]
fabriquant: Intel Corporation [8086]
identifiant matériel: 100
information bus: pci@0000:00:00.0
version: 05
bits: 32 bits
horloge: 33MHz
*-pci:0
description: PCI bridge
produit: Skylake PCIe Controller (x16) [8086:1901]
fabriquant: Intel Corporation [8086]
identifiant matériel: 1
information bus: pci@0000:00:01.0
version: 05
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pm msi pciexpress normal_decode bus_master cap_list
configuration: driver=pcieport
ressources: irq:120 portE/S:e000(taille=4096) mémoire:de000000-df0fffff portE/S:c0000000(taille=301989888)
*-display NON-RÉCLAMÉ
description: 3D controller
produit: GP107M [GeForce GTX 1050 Mobile] [10DE:1C8D]
fabriquant: NVIDIA Corporation [10DE]
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: a1
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration: latency=0
ressources: mémoire:de000000-deffffff mémoire:c0000000-cfffffff mémoire:d0000000-d1ffffff portE/S:e000(taille=128) mémoire:df000000-df07ffff
*-display NON-RÉCLAMÉ
description: VGA compatible controller
produit: Intel Corporation [8086:591B]
fabriquant: Intel Corporation [8086]
identifiant matériel: 2
information bus: pci@0000:00:02.0
version: 04
bits: 64 bits
horloge: 33MHz
fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list
configuration: latency=0
ressources: mémoire:dd000000-ddffffff mémoire:b0000000-bfffffff portE/S:f000(taille=64) mémoire:c0000-dffff
*-usb
description: USB controller
produit: Sunrise Point-H USB 3.0 xHCI Controller [8086:A12F]
fabriquant: Intel Corporation [8086]
identifiant matériel: 14
information bus: pci@0000:00:14.0
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi xhci bus_master cap_list
configuration: driver=xhci_hcd latency=0
ressources: irq:123 mémoire:df310000-df31ffff
*-generic
description: Signal processing controller
produit: Sunrise Point-H Thermal subsystem [8086:A131]
fabriquant: Intel Corporation [8086]
identifiant matériel: 14.2
information bus: pci@0000:00:14.2
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi cap_list
configuration: driver=intel_pch_thermal latency=0
ressources: irq:18 mémoire:df32e000-df32efff
*-communication
description: Communication controller
produit: Sunrise Point-H CSME HECI #1 [8086:A13A]
fabriquant: Intel Corporation [8086]
identifiant matériel: 16
information bus: pci@0000:00:16.0
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi bus_master cap_list
configuration: driver=mei_me latency=0
ressources: irq:125 mémoire:df32d000-df32dfff
*-storage
description: SATA controller
produit: Sunrise Point-H SATA Controller [AHCI mode] [8086:A103]
fabriquant: Intel Corporation [8086]
identifiant matériel: 17
information bus: pci@0000:00:17.0
version: 31
bits: 32 bits
horloge: 66MHz
fonctionnalités: storage msi pm ahci_1.0 bus_master cap_list
configuration: driver=ahci latency=0
ressources: irq:124 mémoire:df328000-df329fff mémoire:df32c000-df32c0ff portE/S:f090(taille=8) portE/S:f080(taille=4) portE/S:f060(taille=32) mémoire:df32b000-df32b7ff
*-pci:1
description: PCI bridge
produit: Sunrise Point-H PCI Express Root Port #1 [8086:A110]
fabriquant: Intel Corporation [8086]
identifiant matériel: 1c
information bus: pci@0000:00:1c.0
version: f1
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration: driver=pcieport
ressources: irq:121 mémoire:df200000-df2fffff
*-network
description: Interface réseau sans fil
produit: Intel Corporation [8086:24FB]
fabriquant: Intel Corporation [8086]
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: wlp2s0
version: 10
numéro de série: a0:88:69:eb:02:9e
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-33-generic firmware=29.1044073957.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
ressources: irq:126 mémoire:df200000-df201fff
*-pci:2
description: PCI bridge
produit: Sunrise Point-H PCI Express Root Port #4 [8086:A113]
fabriquant: Intel Corporation [8086]
identifiant matériel: 1c.3
information bus: pci@0000:00:1c.3
version: f1
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration: driver=pcieport
ressources: irq:122 portE/S:d000(taille=4096) mémoire:df100000-df1fffff
*-network
description: Ethernet interface
produit: QCA8171 Gigabit Ethernet [1969:10A1]
fabriquant: Qualcomm Atheros [1969]
identifiant matériel: 0
information bus: pci@0000:03:00.0
nom logique: enp3s0
version: 10
numéro de série: 30:9c:23:18:a6:f2
taille: 100Mbit/s
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx duplex=full ip=192.168.1.13 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
ressources: irq:19 mémoire:df100000-df13ffff portE/S:d000(taille=128)
*-isa
description: ISA bridge
produit: Sunrise Point-H LPC Controller [8086:A152]
fabriquant: Intel Corporation [8086]
identifiant matériel: 1f
information bus: pci@0000:00:1f.0
version: 31
bits: 32 bits
horloge: 33MHz
fonctionnalités: isa bus_master
configuration: latency=0
*-memory NON-RÉCLAMÉ
description: Memory controller
produit: Sunrise Point-H PMC [8086:A121]
fabriquant: Intel Corporation [8086]
identifiant matériel: 1f.2
information bus: pci@0000:00:1f.2
version: 31
bits: 32 bits
horloge: 33MHz (30.3ns)
configuration: latency=0
ressources: mémoire:df324000-df327fff
*-multimedia
description: Audio device
produit: Intel Corporation [8086:A171]
fabriquant: Intel Corporation [8086]
identifiant matériel: 1f.3
information bus: pci@0000:00:1f.3
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi bus_master cap_list
configuration: driver=snd_hda_intel latency=32
ressources: irq:127 mémoire:df320000-df323fff mémoire:df300000-df30ffff
*-serial NON-RÉCLAMÉ
description: SMBus
produit: Sunrise Point-H SMBus [8086:A123]
fabriquant: Intel Corporation [8086]
identifiant matériel: 1f.4
information bus: pci@0000:00:1f.4
version: 31
bits: 64 bits
horloge: 33MHz
configuration: latency=0
ressources: mémoire:df32a000-df32a0ff portE/S:f040(taille=32)
*-scsi
identifiant matériel: 0
nom logique: scsi2
fonctionnalités: emulated
*-disk
description: ATA Disk
produit: HGST HTS541010B7
identifiant matériel: 0.0.0
information bus: scsi@2:0.0.0
nom logique: /dev/sda
version: 1A01
numéro de série: WXC1E677VTLZ
taille: 931GiB (1TB)
fonctionnalités: gpt-1.00 partitioned partitioned:gpt
configuration: ansiversion=5 guid=af42c8e2-9c0b-4840-9e94-8d71f8727dac logicalsectorsize=512 sectorsize=4096
*-volume:0 NON-RÉCLAMÉ
description: Windows FAT volume
fabriquant: mkfs.fat
identifiant matériel: 1
information bus: scsi@2:0.0.0,1
version: FAT32
numéro de série: e1a1-2fff
taille: 510MiB
capacité: 511MiB
fonctionnalités: boot fat initialized
configuration: FATs=2 filesystem=fat name=EFI System Partition
*-volume:1
description: Volume EXT4
fabriquant: Linux
identifiant matériel: 2
information bus: scsi@2:0.0.0,2
nom logique: /dev/sda2
nom logique: /
version: 1.0
numéro de série: cf87d0a8-6d84-4773-b25f-87ce76aa22ed
taille: 931GiB
fonctionnalités: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
configuration: created=2018-08-25 06:37:21 filesystem=ext4 lastmountpoint=/ modified=2018-08-26 06:34:19 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro,data=ordered mounted=2018-08-26 06:34:23 state=mounted
*-power NON-RÉCLAMÉ
description: To Be Filled By O.E.M.
produit: To Be Filled By O.E.M.
fabriquant: To Be Filled By O.E.M.
identifiant matériel: 1
version: To Be Filled By O.E.M.
numéro de série: To Be Filled By O.E.M.
capacité: 32768mWh
Hors ligne
#23 Le 26/08/2018, à 12:14
- NicoApi73
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
Tu as un problème avec ta carte WIFI :
[ 128.907186] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
[ 128.907197] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 132.275068] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
[ 132.275077] pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00002081/00002000
[ 132.275083] pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
[ 132.275088] pcieport 0000:00:1c.0: [ 7] Bad DLLP
*-pci:1
description: PCI bridge
produit: Sunrise Point-H PCI Express Root Port #1 [8086:A110]
fabriquant: Intel Corporation [8086]
identifiant matériel: 1c
information bus: pci@0000:00:1c.0
version: f1
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration: driver=pcieport
ressources: irq:121 mémoire:df200000-df2fffff
*-network
description: Interface réseau sans fil
produit: Intel Corporation [8086:24FB]
fabriquant: Intel Corporation [8086]
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: wlp2s0
version: 10
numéro de série: a0:88:69:eb:02:9e
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-33-generic firmware=29.1044073957.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
ressources: irq:126 mémoire:df200000-df201fff
Ca va me prendre un peu de temps pour regarder ce qui est remonté, car tu as une erreur un peu différente de ce que je vois habituellement.
status/mask=00002081/00002000
Hors ligne
#24 Le 26/08/2018, à 12:16
- NicoApi73
Re : Installation ubuntu MSI GL62M 7RDX-2613XFR [Résolu]
En regardant de plus prêt ton lshw, je ne vois pas trace du driver nVidia. Peux tu faire une photo de l'écran gestionnaire de mise à jour, paramètres, Pilotes additionnels STP
Hors ligne