#1 Le 10/10/2018, à 21:30
- DarkArshyn
Problème d'installation UEFI sur Laptop [Résolu]
Bonjour à tous et à toutes,
Voilà, je souhaiterai installer Ubuntu 18.04 sur mon pc portable en dual boot avec Windows 10, c'est un Asus N580GD.
Seulement j'ai quelques soucis. En effet, mon ordinateur est en UEFI pur, c'est à dire que je n'ai aucune option CSM dans le BIOS.
Quand je lance la clé bootable (créée avec Rufus), ça plante une fois sur 2, les points d'Ubuntu vont des fois jusqu'au bout puis je peux accéder à l'installation où à des fois ça reste coincé du coup je dois arrêter mon pc et recommencer ce qui est un peu énervant.
Quand j'arrive à installer l'OS (par ce que oui à des fois ça marche), je me retrouve confronté à d'autres problèmes :
- Le clic droit du touchpad ne fonctionne pas (clic gauche à la place)
- Les options d'alimentation ne fonctionnent pas non plus, par exemple si j'essaie d'arrêter, de redémarrer ou de quitter la session, ça freeze je suis donc obligé de maintenir le bouton alimentation physique de ma machine pour l'éteindre en mode forcé. Et c'est pareil lorsque j'essaie via le terminal ou même la live session de la clé bootable, ça ne fonctionne tout simplement pas
À part utiliser une machine virtuelle, je ne vois pas du tout comment faire
Je précise ma configuration système :
Processeur : Intel i7-8750H 2.2Ghz 6CPUs
RAM : 16Go
Carte graphique : Nvidia GeForce GTX 1050 4Go
Disques durs : 1xSSD 512Go + 1×HDD 2To
OS : Windows 10 x64bits
Merci
Dernière modification par DarkArshyn (Le 14/10/2018, à 11:09)
Hors ligne
#2 Le 10/10/2018, à 21:59
- NicoApi73
Re : Problème d'installation UEFI sur Laptop [Résolu]
Salut,
Ta carte graphique est très mal supportée par le driver nouveau. Passe le paramètre modprobe.blacklist=nouveau pour l'installation, la session live et la première fois que tu lanceras ta version installée. Puis installe le driver propriétaire nVidia dès que possible (le 390). Ne te préoccupe pas pour l'instant de l'UEFI, normalement tu devrais pouvoir fonctionner avec. Surtout, fais ton installation dans le même mode que Windows, à savoir UEFI.
Dès que tu peux (session live), donne le retour de :
dmesg -lerr | tail -25
et
sudo lshw -numeric
On va regarder quel module WIFI tu as
EDIT : si tu ne comprends pas ou si tu as un doute, fais le savoir, je détaillerais
Dernière modification par NicoApi73 (Le 10/10/2018, à 22:04)
Hors ligne
#3 Le 10/10/2018, à 22:17
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
Salut,
Mon wifi fonctionne mais je ne comprends pas quel est le lien avec mon problème de freeze.
Pour la carte graphique pas de soucis j'installerai les drivers Nvidia.
Par contre comment je modifie le paramètre modeprobe.blacklist ?
Mon problème de touchpad sera également résolu ?
Merci
Hors ligne
#4 Le 10/10/2018, à 22:19
- Nuliel
Re : Problème d'installation UEFI sur Laptop [Résolu]
Attends attends avant d'installer le pilote nvidia, commence par dire si le secure boot est bien désactivé dans le bios et de donner le retour de
cat /etc/default/grub | grep GRUB_CMDLINE_LINUX
Moi je parie sur le paramètre acpi=off
Dernière modification par Nuliel (Le 10/10/2018, à 22:19)
Hors ligne
#5 Le 10/10/2018, à 22:21
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
J'enverrai les retours demain, je n'ai pas mon pc sous le coude pour le moment.
Cependant je peux bien confirmer que j'ai désactivé le SecureBoot et j'ai aussi désactivé le FastBoot
Hors ligne
#6 Le 10/10/2018, à 23:17
- NicoApi73
Re : Problème d'installation UEFI sur Laptop [Résolu]
Ton problème de freeze peut avoir plusieurs causes (qui peuvent se cumuler). Une est déjà certaine : la carte graphique et le driver nouveau. Une est possible si tu as un RTL8723BE comme module WIFI. Avec celui là, tu remplis 1 Go de log en quelques heures avec les nouveaux noyaux et parfois ça fait freezer le PC session installée et/ou la live.
@Naziel : record battu vendredi dernier : un disque dur rempli à presque 900 Go par kern.log et syslog Comme je n'avais pas vérifier si les archives de log étaient toutes effacées, ça a compressé 260 Go de log... J'en suis pas trop fier, mais en tout cas, ça prouve que c'est possible.
Pour passer le paramètre en question :
Lors de l'installation, au moment au tu choisis Installation ou Essayer sans installer, tu appuies sur e (la touche), tu te déplaces après quiet splash et tu entres modprobe.blacklist=nouveau, que tu vas probablement taper ,odprobe:blqcklist=nouvequ. Tu valides par F10.
Sur la session installée, comme tu es en dual-boot, grub va apparaître pour te permettre de choisir entre windows et ubuntu. A ce moment, tu appliques exactement la même procédure. (appui sur e, entrer modprobe.blacklist=nouveau, F10)
Pour installer le driver :
Tu ouvres le gestionnaire de mises à jour, paramètres, pilotes additionnels. Tu sélectionnes le driver propriétaire nVidia (le 390)
En ce qui concerne ton touchpad, regarde dans le bios si tu n'as pas une option pour le mettre en mode simple. Et si tu as entré acpi=off, comme le suppose Naziel, c'est cetain qu'il y a des fonctions qui vont moins bien fonctionner. Par contre, pas de relation entre ton touchpad et ta carte graphique.
EDIT : @Naziel : la session live plante une fois sur deux, sur cette session, je ne pense pas qu'il ait pu mettre acpi=off, vu qu'il ne sait pas passer modprobe.blacklist=nouveau. Mais autant vérifier
Dernière modification par NicoApi73 (Le 10/10/2018, à 23:20)
Hors ligne
#7 Le 11/10/2018, à 06:53
- Nuliel
Re : Problème d'installation UEFI sur Laptop [Résolu]
Faudrait aussi vérifier que le pilote du processeur est installé avec
dpkg -l | grep intel-microcode
(une fois ça venait de là)
Dernière modification par Nuliel (Le 11/10/2018, à 06:53)
Hors ligne
#8 Le 11/10/2018, à 09:22
- malbo
Re : Problème d'installation UEFI sur Laptop [Résolu]
Voilà, je souhaiterai installer Ubuntu 18.04 sur mon pc portable en dual boot avec Windows 10, c'est un Asus N580GD.
Seulement j'ai quelques soucis. En effet, mon ordinateur est en UEFI pur, c'est à dire que je n'ai aucune option CSM dans le BIOS.
D'après ton descriptif du post #1, ton modèle doit être le Asus N580GD-E4351T qu'on peut voir sur cette page de Darty : https://www.darty.com/nav/achat/informa … cteristics
Dans la notice de ce modèle téléchargeable chez Darty, on peut voir l'existence du paramètre "CSM support" sur la vue de la page 64. Pour moi, tu as bien l'option CSM (le mode de compatibilité Bios) même si je ne te propose pas de l'activer : je veux seulement te mettre le doigt dessus.
Dernière modification par malbo (Le 11/10/2018, à 09:26)
Hors ligne
#9 Le 11/10/2018, à 19:44
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
@NicoApi73, lorsque je rentre tes commandes, j'ai ceci :
- Pour la commande dmesg -lerr | tail -25 : https://imgur.com/oRoYFJ5
- Pour la commande sudo lshw -numeric : https://imgur.com/tQV9jlG
Je ne pense pas que mon freeze soit dû à ma carte graphique ou à mon wifi qui eux fonctionnent parfaitement bien. C'est lorsque je veux éteindre, redémarrer ou fermer la session que ça freeze. Je m'explique :
Quand je clique sur le bouton Power en haut à droite, j'ai bien les options "Eteindre", "Redémarrer", "Fermer la session". Cependant, le décompte qui habituellement va de 60 à 0 ne bouge pas, il reste à 60. Et lorsque je clique sur une des options d'alimentation, ça freeze je suis obligé d'éteindre mon pc en mode forcé
@Naziel, pour tes commandes, j'ai ceci :
- Pour la commande cat /etc/default/grub | grep GRUB_CMDLINE_LINUX : https://imgur.com/9TjCG1p
- Pour la commande dpkg -l | grep intel-microcode : https://imgur.com/qKpG8lP
@malbo, je peux te confirmer que sur mon pc je n'ai AUCUNE option CSM, je suis en UEFI classe 3 c'est à dire sans aucune émulation BIOS
Dernière modification par DarkArshyn (Le 11/10/2018, à 19:48)
Hors ligne
#10 Le 11/10/2018, à 20:26
- NicoApi73
Re : Problème d'installation UEFI sur Laptop [Résolu]
C'est nouveau qui est installé. Pour ce type de carte graphique, normalement il ne sait pas gérer correctement...
Tu n'as pas d'erreurs récurrentes. Par contre je ne connais pas les dernières erreurs acpi...
Hors ligne
#11 Le 11/10/2018, à 20:30
- malbo
Re : Problème d'installation UEFI sur Laptop [Résolu]
@malbo, je peux te confirmer que sur mon pc je n'ai AUCUNE option CSM, je suis en UEFI classe 3 c'est à dire sans aucune émulation BIOS
Est-ce que le nom complet de ton modèle est bien Asus N580GD-E4351T comme je l'ai supposé ? Sinon, quel est-il ?
Hors ligne
#12 Le 11/10/2018, à 20:38
- NicoApi73
Re : Problème d'installation UEFI sur Laptop [Résolu]
Fais la manip proposé au #6 :
Sur la session installée, comme tu es en dual-boot, grub va apparaître pour te permettre de choisir entre windows et ubuntu. A ce moment, tu appliques exactement la même procédure. (appui sur e, entrer modprobe.blacklist=nouveau, F10)
Tu lances et tu regardes si ça plante à l'arrêt...
Et n'oublie pas de répondre au post de malbo ci dessus STP
Dernière modification par NicoApi73 (Le 11/10/2018, à 20:39)
Hors ligne
#13 Le 11/10/2018, à 21:05
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
@malbo, oui je te confirme c'est bien ce modèle là mais comme je te le répète je suis en UEFI pur, je n'ai pas d'option CSM dans le BIOS
@NicoApi73 C'est pire si j'utilise le blacklist, je ne peux même pas démarrer, j'ai un stuck at boot
Hors ligne
#14 Le 11/10/2018, à 21:08
- malbo
Re : Problème d'installation UEFI sur Laptop [Résolu]
Merci pour la confirmation. Donc la notice fournie par Darty pour ce modèle Asus N580GD-E4351T, c'est de la merde. A qui se fier ?
Dernière modification par malbo (Le 11/10/2018, à 21:09)
Hors ligne
#15 Le 11/10/2018, à 21:11
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
Je pense plutôt que Asus fait une notice pour chaque gamme de pc plutôt que pour chaque modèle c'est pour ça que certaines infos dont celle-ci par exemple diffèrent
Hors ligne
#16 Le 11/10/2018, à 21:39
- NicoApi73
Re : Problème d'installation UEFI sur Laptop [Résolu]
@malbo, oui je te confirme c'est bien ce modèle là mais comme je te le répète je suis en UEFI pur, je n'ai pas d'option CSM dans le BIOS
@NicoApi73 C'est pire si j'utilise le blacklist, je ne peux même pas démarrer, j'ai un stuck at boot
Essaie avec nomodeset STP
Hors ligne
#17 Le 12/10/2018, à 18:00
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
Alors quand j'utilise nomodeset mon problème avec les boutons redémarrer et tout est corrigé. Par contre quand je met les drivers Nvidia et que je redémarre j'ai un stuck at boot impossible de démarrer
Et mon problème de touchpad n'est pas résolu non plus
Dernière modification par DarkArshyn (Le 12/10/2018, à 18:12)
Hors ligne
#18 Le 12/10/2018, à 18:02
- Nuliel
Re : Problème d'installation UEFI sur Laptop [Résolu]
Essaie avec modprobe.blacklist=nouveau et les pilotes nvidia
Dernière modification par Nuliel (Le 12/10/2018, à 18:02)
Hors ligne
#19 Le 13/10/2018, à 11:05
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
Je ne peux pas booter lorsque j'utilise la commande modprobe.blacklist=nouveau, j'ai mon écran en 800x600 vu que j'ai utilisé précédemment la commande nomodeset (qui elle fonctionne) mais les drivers Nvidia n'ont pas l'air de fonctionner vu que j'ai un stuck at boot en redémarrant.
Hors ligne
#20 Le 13/10/2018, à 11:52
- malbo
Re : Problème d'installation UEFI sur Laptop [Résolu]
Bonjour,
Pour qu'on ait un petit état des lieux, je te prie de faire un Boot-Info et de donner l'URL de ce Boot-Info dans ta réponse.
Hors ligne
#21 Le 13/10/2018, à 13:53
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
Voilà ce que j'ai avec le Boot Info
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.
=> No boot loader is installed in the MBR of /dev/sdb.
=> No boot loader is installed in the MBR of /dev/sdc.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb2: __________________________________________________________________________
File system: vfat
Boot sector type: Windows 8/2012: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/Boot/bootx64.efi /EFI/Boot/fbx64.efi
/EFI/Microsoft/Boot/bootmgfw.efi
/EFI/Microsoft/Boot/bootmgr.efi
/EFI/Microsoft/Boot/memtest.efi
sdb3: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
Mounting failed: mount: /mnt/BootInfo/sdb3: unknown filesystem type ''.
sdb4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /Windows/System32/winload.exe
sdc1: __________________________________________________________________________
File system: vfat
Boot sector type: Windows 8/2012: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg /EFI/BOOT/grubx64.efi
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 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 4,294,967,295 4,294,967,295 ee GPT
/dev/sda1 ends after the last sector of /dev/sda
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sda1 2,048 3,907,028,991 3,907,026,944 Data partition (Windows/Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 477 GiB, 512110190592 bytes, 1000215216 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: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 1 1,000,215,215 1,000,215,215 ee GPT
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sdb1 R 2,048 1,023,999 1,021,952 Windows Recovery Environment (Windows)
/dev/sdb2 1,024,000 1,228,799 204,800 EFI System partition
/dev/sdb3 1,228,800 1,261,567 32,768 Microsoft Reserved Partition (Windows)
/dev/sdb4 1,261,568 1,000,212,920 998,951,353 Data partition (Windows/Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
Drive: sdc _____________________________________________________________________
Disk /dev/sdc: 14.3 GiB, 15376318464 bytes, 30031872 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: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdc1 1 4,294,967,295 4,294,967,295 ee GPT
/dev/sdc1 ends after the last sector of /dev/sdc
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sdc1 2,048 30,031,838 30,029,791 Data partition (Windows/Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
"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 883E36763E365D7E ntfs Données
/dev/sdb1 80B0272BB02726DE ntfs Récupération
/dev/sdb2 8028-17E0 vfat
/dev/sdb3
/dev/sdb4 1CAE2E5CAE2E2EA8 ntfs Windows 10
/dev/sdc1 78DA-A7CA vfat UBUNTU 18_0
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Oct 13 11:43 ata-Micron_1100_MTFDDAV512TBN_18151C4434E7 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 13 11:44 ata-Micron_1100_MTFDDAV512TBN_18151C4434E7-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 13 11:43 ata-Micron_1100_MTFDDAV512TBN_18151C4434E7-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 13 11:43 ata-Micron_1100_MTFDDAV512TBN_18151C4434E7-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 13 11:44 ata-Micron_1100_MTFDDAV512TBN_18151C4434E7-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 9 Oct 13 11:43 ata-ST2000LM007-1R8174_WDZ7NGXY -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 13 11:44 ata-ST2000LM007-1R8174_WDZ7NGXY-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 Oct 13 11:43 usb-SanDisk_Ultra_USB_3.0_4C530001100422112145-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 13 11:43 usb-SanDisk_Ultra_USB_3.0_4C530001100422112145-0:0-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Oct 13 11:43 wwn-0x5000c500aadfc4d7 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 13 11:44 wwn-0x5000c500aadfc4d7-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 Oct 13 11:43 wwn-0x500a07511c4434e7 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 13 11:44 wwn-0x500a07511c4434e7-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 13 11:43 wwn-0x500a07511c4434e7-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 13 11:43 wwn-0x500a07511c4434e7-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 13 11:44 wwn-0x500a07511c4434e7-part4 -> ../../sdb4
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdc1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sdc1/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
}
--------------------------------------------------------------------------------
============================== sdc1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
DEFAULT loadconfig
LABEL loadconfig
CONFIG /isolinux/isolinux.cfg
APPEND /isolinux/
--------------------------------------------------------------------------------
=================== sdc1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================= sdc1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/6998/mountinfo) leaked on lvs invocation. Parent PID 13805: bash
File descriptor 63 (pipe:[77044]) leaked on lvs invocation. Parent PID 13805: bash
ADDITIONAL INFORMATION :
=================== log of boot-info 20181013_1143 ===================
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 --- nomodeset
ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type
=================== os-prober:
/dev/sdb2@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
=================== blkid:
/dev/sda1: LABEL="DonnM-CM-)es" UUID="883E36763E365D7E" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="9c4c1d07-364b-4cb4-8a91-71709a5c90aa"
/dev/sdb1: LABEL="RM-CM-)cupM-CM-)ration" UUID="80B0272BB02726DE" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="9f6b33dc-49fb-44ed-a735-15701ffa51fa"
/dev/sdb2: UUID="8028-17E0" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="9ee1b2a8-1672-4601-8fe7-3a63902d1c73"
/dev/sdb4: LABEL="Windows 10" UUID="1CAE2E5CAE2E2EA8" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="379aa0a6-e035-417c-8b81-02c29cb3b61a"
/dev/sdc1: LABEL="UBUNTU 18_0" UUID="78DA-A7CA" TYPE="vfat" PARTLABEL="Microsoft Basic Data" PARTUUID="897979b2-50b7-4b8b-813d-da09cbb30306"
/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"
/dev/sdb3: PARTLABEL="Microsoft reserved partition" PARTUUID="a67ccd3a-8f7d-4168-906c-705aed343ed0"
1 disks with OS, 1 OS : 0 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
Windows not detected by os-prober on sdb4.
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sdb2/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sdb2/EFI/Boot/bootx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sdb2/EFI/Boot/fbx64.efi
/usr/share/boot-sav/bs-cmd_terminal.sh: ligne 179: avertissement : command substitution: ignored null byte in input
=================== efibootmgr -v
BootCurrent: 0002
Timeout: 2 seconds
BootOrder: 0002,0001
Boot0001* Windows Boot Manager HD(2,GPT,9ee1b2a8-1672-4601-8fe7-3a63902d1c73,0xfa000,0x32000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...a................
Boot0002* UEFI: SanDisk, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(16,0)/HD(1,GPT,897979b2-50b7-4b8b-813d-da09cbb30306,0x800,0x1ca37df)..BO
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, 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, farbios, notbiosboot, /mnt/boot-sav/sda1.
sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, notbiosboot, /mnt/boot-sav/sdb1.
sdb2 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-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, /mnt/boot-sav/sdb2.
sdb4 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sdb4.
sda : GPT, no-BIOS_boot, has-no-EFIpart, not-usb, not-mmc, no-os, 2048 sectors * 512 bytes
sdb : GPT, no-BIOS_boot, has-correctEFI, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:2000GB:scsi:512:4096:gpt:ATA ST2000LM007-1R81:;
1:1049kB:2000GB:2000GB:ntfs:Basic data partition:msftdata;
BYT;
/dev/sdb:512GB:scsi:512:512:gpt:ATA Micron_1100_MTFD:;
1:1049kB:524MB:523MB:ntfs:Basic data partition:hidden, diag;
2:524MB:629MB:105MB:fat32:EFI system partition:boot, esp;
3:629MB:646MB:16.8MB::Microsoft reserved partition:msftres;
4:646MB:512GB:511GB:ntfs:Basic data partition:msftdata;
BYT;
/dev/sdc:15.4GB:scsi:512:512:gpt:SanDisk Ultra USB 3.0:;
1:1049kB:15.4GB:15.4GB:fat32:Microsoft Basic Data:msftdata;
=================== 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 1,8T
sda1 part ntfs 1,8T Données
sdb disk 477G
sdb1 part ntfs 499M Récupération
sdb2 part vfat 100M
sdb3 part 16M
sdb4 part ntfs 476,3G Windows 10
sdc disk 14,3G
sdc1 part vfat 14,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 /mnt/boot-sav/sda1
sdb 0 0 0 running
sdb1 0 0 0 /mnt/boot-sav/sdb1
sdb2 0 0 0 /mnt/boot-sav/sdb2
sdb3 0 0 0
sdb4 0 0 0 /mnt/boot-sav/sdb4
sdc 1 0 1 running
sdc1 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=8115068k,nr_inodes=2028767,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=1627248k,mode=755)
/dev/sdc1 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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
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)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16016)
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)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
/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)
tmpfs on /run/user/121 type tmpfs (rw,nosuid,nodev,relatime,size=1627244k,mode=700,uid=121,gid=125)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=1627244k,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)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb2 on /mnt/boot-sav/sdb2 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb4 on /mnt/boot-sav/sdb4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
=================== 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 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 sdb2 sdb3 sdb4 size slaves stat subsystem trace uevent
/sys/block/sdc (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 sdc1 size slaves stat subsystem trace uevent
/dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdb2 sdb3 sdb4 sdc sdc1 sg0 sg1 sg2 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sda1
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 ff 7f e0 e8 00 00 00 00 |................|
00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 7e 5d 36 3e 76 36 3e 88 |........~]6>v6>.|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sdb1
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 ff 97 0f 00 00 00 00 00 |................|
00000030 55 a6 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U...............|
00000040 f6 00 00 00 01 00 00 00 de 26 27 b0 2b 27 b0 80 |.........&'.+'..|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sdb2
00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 a0 0f 00 |........?.......|
00000020 00 20 03 00 01 03 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 e0 17 28 80 4e 4f 20 4e 41 4d 45 20 20 |..)..(.NO NAME |
00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|.V@.N..V|
00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t.....f@Iu..BOO|
00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
000001b0 72 2e 20 64 69 73 71 75 65 ff 0d 0a 50 72 65 73 |r. disque...Pres|
000001c0 73 65 7a 20 75 6e 65 20 74 6f 75 63 68 65 20 70 |sez une touche p|
000001d0 6f 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a |our red.marrer..|
000001e0 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 ac 01 ba 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sdb4
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 40 13 00 |........?....@..|
00000020 00 00 00 00 80 00 80 00 b8 c9 8a 3b 00 00 00 00 |...........;....|
00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 a8 2e 2e ae 5c 2e ae 1c |...............|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 7.8G 0 7.8G 0% /dev
tmpfs tmpfs 1.6G 2.0M 1.6G 1% /run
/dev/sdc1 vfat 15G 1.9G 13G 13% /cdrom
/dev/loop0 squashfs 1.8G 1.8G 0 100% /rofs
/cow overlay 7.8G 380M 7.4G 5% /
tmpfs tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
tmpfs tmpfs 7.8G 4.0K 7.8G 1% /tmp
/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
tmpfs tmpfs 1.6G 12K 1.6G 1% /run/user/121
tmpfs tmpfs 1.6G 32K 1.6G 1% /run/user/999
/dev/sda1 fuseblk 1.9T 113G 1.8T 7% /mnt/boot-sav/sda1
/dev/sdb1 fuseblk 499M 377M 123M 76% /mnt/boot-sav/sdb1
/dev/sdb2 vfat 96M 24M 73M 25% /mnt/boot-sav/sdb2
/dev/sdb4 fuseblk 477G 42G 435G 9% /mnt/boot-sav/sdb4
=================== 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: 1.8 TiB, 2000398934016 bytes, 3907029168 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: 5C85D1F8-C8E8-40FB-9B8D-9E7BD2B312ED
Device Start End Sectors Size Type
/dev/sda1 2048 3907028991 3907026944 1.8T Microsoft basic data
Disk /dev/sdb: 477 GiB, 512110190592 bytes, 1000215216 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: gpt
Disk identifier: DE5F3917-72B7-484D-B305-D9DF1E8781ED
Device Start End Sectors Size Type
/dev/sdb1 2048 1023999 1021952 499M Windows recovery environment
/dev/sdb2 1024000 1228799 204800 100M EFI System
/dev/sdb3 1228800 1261567 32768 16M Microsoft reserved
/dev/sdb4 1261568 1000212920 998951353 476.3G Microsoft basic data
Disk /dev/sdc: 14.3 GiB, 15376318464 bytes, 30031872 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: gpt
Disk identifier: A6D53AE4-671E-4386-8161-8687F12F03AF
Device Start End Sectors Size Type
/dev/sdc1 2048 30031838 30029791 14.3G Microsoft basic data
No OS or WinEFI system
/usr/share/boot-sav/gui-tab-other.sh: ligne 93: _checkbutton_repairfilesystems : commande introuvable
/usr/share/boot-sav/gui-tab-other.sh: ligne 93: _checkbutton_upload1 : commande introuvable
No OS or WinEFI system
=================== Suggested repair
The default repair of the Boot-Repair utility would not act on the MBR.
Additional repair would be performed: repair-filesystems fix-windows-boot
=================== User settings
The settings chosen by the user will not act on the boot.
@Naziel, merci pour le code ^^
Dernière modification par DarkArshyn (Le 13/10/2018, à 16:50)
Hors ligne
#22 Le 13/10/2018, à 22:43
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
Bonsoir,
Bonne nouvelle, j'ai réussi à tout installer
Le soucis venait bien de ma carte graphique, j'ai dû utiliser la commande nomodeset afin de pouvoir installer le driver Nvidia. Par contre comment dois-je faire pour que la suppression de la ligne nomodeset soit permanante au boot ? (car je dois appuyer sur e et l'enlever à chaque fois pour avoir ma résolution native)
Sinon, le problème de touchpad est le même, le clic droit est non fonctionnel et bizarement on peut l'obtenir en tapotant avec 2 doigts sur le touchpad
Ensuite je trouve que les ventilateurs sont très bruyant, est-ce normal ou s'agit-il d'un bug ?
Merci ^^
Hors ligne
#23 Le 13/10/2018, à 22:54
- NicoApi73
Re : Problème d'installation UEFI sur Laptop [Résolu]
Tu édites le fichier /etc/default/grub. Tu le suppimes dedans :
sudo nano /etc/default/grub
et tu fais :
sudo update-grub
Hors ligne
#24 Le 13/10/2018, à 22:56
- DarkArshyn
Re : Problème d'installation UEFI sur Laptop [Résolu]
Merci ^^
Et pour mon touchpad et mes ventilos ?
Pour le problème de touchpad j'ai vu qu'on pouvait installer un utilitaire GNOME
Hors ligne
#25 Le 14/10/2018, à 09:02
- Nuliel
Re : Problème d'installation UEFI sur Laptop [Résolu]
Un double ventilateur intelligent s’associe à 8 vitesses réglables automatiquement pour fournir un maximum de refroidissement, avec un minimum de bruit.
On dirait que c'est pas automatique
Pour le touchpad donne
xinput
et
cat /etc/default/grub | grep GRUB_CMDLINE_LINUX
Dernière modification par Nuliel (Le 14/10/2018, à 09:08)
Hors ligne