#101 Le 07/06/2017, à 02:41
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
??? c'est vide, Entre le rapport bisnext et maintenant il s'est passé quelque chose !? Voilà la liste des fichiers et répertoires qu'il y avait dans l'esp :
_____________________________ md5sum of EFI files _____________________________
EFI files in /dev/sda1:
04461732d55beb15f0f29f59eca7f418 /EFI/boot/ubuntu/grubx64.efi
04461732d55beb15f0f29f59eca7f418 /EFI/ubuntu/grubx64.efi
0f08ecaaa01879b16987aeafd1fe20cc /EFI/boot/fwupx64.efi
0f08ecaaa01879b16987aeafd1fe20cc /EFI/boot/ubuntu/fwupx64.efi
0f08ecaaa01879b16987aeafd1fe20cc /EFI/ubuntu/fwupx64.efi
3aef9c72ad50faa8db576c01f85a0915 /EFI/boot/ubuntu/shimx64.efi
3aef9c72ad50faa8db576c01f85a0915 /EFI/ubuntu/shimx64.efi
61c7898dd613614b15cee0081226572c /EFI/boot/ubuntu/fbx64.efi
61c7898dd613614b15cee0081226572c /EFI/ubuntu/fbx64.efi
bf39cf9416a9403d40a9b69541486e74 /EFI/boot/ubuntu/mmx64.efi
bf39cf9416a9403d40a9b69541486e74 /EFI/ubuntu/mmx64.efi
Hors ligne
#102 Le 07/06/2017, à 03:35
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
j'ai, peut etre, repris la procedure ennoncee dans ton post#97.
y' a-t- il pas moyen de les recuperer?
Hors ligne
#103 Le 07/06/2017, à 03:43
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
oui, quand j'ai fait cette procedure pour la premiere fois il y avait un dvd d'ubuntu inseree en plus de la cle usb de lubuntu, et j'ai pense que ca n'a pas marche a cause de cela, j'ai refait, alors, l'operation apres avoir genere le rapport bisnext. je m'en excuse.
Hors ligne
#104 Le 07/06/2017, à 12:47
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Tu as plutôt fait une mauvaise manip à mon avis. On reprend la procédure pour recréer l'esp. S'il y a une erreur ne poursuit pas et ne recommence pas, donne le retour commande et attends la suite. Laisse si possible l'ordi allumé dans la session live en attendant.
Je part du principe que tu n'as rien tenté d'autre depuis sinon dis ce que tu as fait ou génère d'abord un rapport bisnext avant de commencer la procédure qui suit et attends la réponse.
C'est la procédure du message #91 à un détail près.
A partir de la session live, ouvre un terminal.
clavier fr :
setxkbmap fr
préparation de chroot :
sudo mount /dev/sda2 /mnt
sudo mount /dev/sda1 /mnt/boot/efi
sudo mount --bind /dev /mnt/dev
sudo chroot /mnt mount -t proc proc /proc
sudo chroot /mnt mount -t sysfs sysfs /sys
sudo chroot /mnt mount -t devpts devpts /dev/pts
installation des paquets du chargeur dans la session live (autant installer aussi ceux pour Secure Boot) :
sudo apt install shim-signed grub-efi-amd64-signed
installation du chargeur dans l'esp mais sans l'enregistrement à la nvram boguée (c'est elle qui plante le système) :
sudo grub-install --no-nvram --root-directory=/mnt
duplication du chargeur ubuntu en chargeur par défaut, l'ordi ne trouvant pas Windows va se rabattre sur le chargeur par défaut bootx64.efi. Comme on ne peut pas s'enregistrer à la nvram de l'efi on ruse en prenant l'identité du chargeur bootx64.efi :
sudo -s
cd /mnt/boot/efi/EFI
cp -r ubuntu Boot
cd Boot
cp shimx64.efi bootx64.efi
exit
Redémarre.
Hors ligne
#105 Le 07/06/2017, à 14:37
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
En cas de doute, je m'abstiens, donc voici le rapport bisnext: https://paste.debian.net/970440/
J'attends ta réponse pour la suite.
Hors ligne
#106 Le 07/06/2017, à 14:55
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Toujours vide tu peux continuer, après la procédure et avant de redémarrer génère un rapport bisnext.
Hors ligne
#107 Le 07/06/2017, à 17:14
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
lubuntu@lubuntu:~$ setxkbmap fr
lubuntu@lubuntu:~$ sudo mount /dev/sda2 /mnt
lubuntu@lubuntu:~$ sudo mount /dev/sda1 /mnt/boot/efi
lubuntu@lubuntu:~$ sudo mount --bind /dev /mnt/dev
lubuntu@lubuntu:~$ sudo chroot /mnt mount -t proc proc /proc
lubuntu@lubuntu:~$ sudo chroot /mnt mount -t sysfs sysfs /sys
lubuntu@lubuntu:~$ sudo chroot /mnt mount -t devpts devpts /dev/pts
lubuntu@lubuntu:~$ sudo apt install shim-signed grub-efi-amd64-signed
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
grub-efi-amd64 grub-efi-amd64-bin shim
The following packages will be REMOVED:
grub-gfxpayload-lists grub-pc
The following NEW packages will be installed:
grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed shim shim-signed
0 upgraded, 5 newly installed, 2 to remove and 85 not upgraded.
Need to get 1,758 kB of archives.
After this operation, 9,348 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu zesty/main amd64 grub-efi-amd64-bin amd64 2.02~beta3-4ubuntu2 [650 kB]
Get:2 http://archive.ubuntu.com/ubuntu zesty/main amd64 grub-efi-amd64 amd64 2.02~beta3-4ubuntu2 [72.4 kB]
Get:3 http://archive.ubuntu.com/ubuntu zesty/main amd64 grub-efi-amd64-signed amd64 1.80+2.02~beta3-4ubuntu2 [293 kB]
Get:4 http://archive.ubuntu.com/ubuntu zesty/main amd64 shim amd64 0.9+1474479173.6c180c6-1ubuntu1 [434 kB]
Get:5 http://archive.ubuntu.com/ubuntu zesty/main amd64 shim-signed amd64 1.28+0.9+1474479173.6c180c6-1ubuntu1 [309 kB]
Fetched 1,758 kB in 3s (548 kB/s)
Preconfiguring packages ...
(Reading database ... 114933 files and directories currently installed.)
Removing grub-gfxpayload-lists (0.7) ...
Removing grub-pc (2.02~beta3-4ubuntu2) ...
Selecting previously unselected package grub-efi-amd64-bin.
(Reading database ... 114913 files and directories currently installed.)
Preparing to unpack .../grub-efi-amd64-bin_2.02~beta3-4ubuntu2_amd64.deb ...
Unpacking grub-efi-amd64-bin (2.02~beta3-4ubuntu2) ...
Selecting previously unselected package grub-efi-amd64.
Preparing to unpack .../grub-efi-amd64_2.02~beta3-4ubuntu2_amd64.deb ...
Unpacking grub-efi-amd64 (2.02~beta3-4ubuntu2) ...
Selecting previously unselected package grub-efi-amd64-signed.
Preparing to unpack .../grub-efi-amd64-signed_1.80+2.02~beta3-4ubuntu2_amd64.deb ...
Unpacking grub-efi-amd64-signed (1.80+2.02~beta3-4ubuntu2) ...
Selecting previously unselected package shim.
Preparing to unpack .../shim_0.9+1474479173.6c180c6-1ubuntu1_amd64.deb ...
Unpacking shim (0.9+1474479173.6c180c6-1ubuntu1) ...
Selecting previously unselected package shim-signed.
Preparing to unpack .../shim-signed_1.28+0.9+1474479173.6c180c6-1ubuntu1_amd64.deb ...
Unpacking shim-signed (1.28+0.9+1474479173.6c180c6-1ubuntu1) ...
Setting up grub-efi-amd64-bin (2.02~beta3-4ubuntu2) ...
Setting up grub-efi-amd64 (2.02~beta3-4ubuntu2) ...
Setting up shim (0.9+1474479173.6c180c6-1ubuntu1) ...
Setting up shim-signed (1.28+0.9+1474479173.6c180c6-1ubuntu1) ...
find: ‘/var/lib/dkms’: No such file or directory
No DKMS packages installed: not changing Secure Boot validation state.
Setting up grub-efi-amd64-signed (1.80+2.02~beta3-4ubuntu2) ...
Processing triggers for man-db (2.7.6.1-2) ...
lubuntu@lubuntu:~$ sudo grub-install --no-nvram --root-directory=/mnt
Installing for x86_64-efi platform.
Installation finished. No error reported.
lubuntu@lubuntu:~$ sudo -s
root@lubuntu:~# cd /mnt/boot/efi/EFI
root@lubuntu:/mnt/boot/efi/EFI# cp -r ubuntu Boot
root@lubuntu:/mnt/boot/efi/EFI# cd Boot
root@lubuntu:/mnt/boot/efi/EFI/Boot# cp shimx64.efi bootx64.efi
root@lubuntu:/mnt/boot/efi/EFI/Boot# exit
pas d'erreur, je génére le rapport bisnext puis je redémarre
Hors ligne
#108 Le 07/06/2017, à 17:29
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
voici le rapport bisnext régénéré à la troisième commande
Jun 7, 2017, bisnext report id 9c76f
bisnext 0.03
============================ Hardware and System Summary ======================
System: Kernel: 4.10.0-19-generic x86_64 (64 bit gcc: 6.3.0)
Desktop: LXDE (Openbox 3.6.1) dm: lightdm Distro: Ubuntu 17.04
Machine: Device: laptop System: Acer product: Aspire ES1-533 v: V1.04
Mobo: Acer model: Stego_AP v: V1.04
UEFI: Insyde v: V1.04 date: 09/07/2016
Battery BAT1: charge: 29.7 Wh 100.0% condition: 29.7/32.5 Wh (92%)
volts: 12.8/11.3
model: COMPAL 0038314234314341 status: Full
CPU: Dual core Intel Celeron N3350 (-MCP-) cache: 1024 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 4377
clock speeds: min/max: 800/2400 MHz 1: 2368 MHz 2: 1704 MHz
3: 2338 MHz
Memory: Array-1 capacity: 16 GB devices: 2 EC: None
Device-1: ChannelA-DIMM0 size: 2 GB speed: 1600 MHz type: DDR3
manufacturer: N/A part: N/A
Device-2: N/A size: N/A speed: N/A type: N/A
manufacturer: N/A part: N/A
Device-3: N/A size: N/A speed: N/A type: N/A
manufacturer: N/A part: N/A
Device-4: N/A size: N/A speed: N/A type: N/A
manufacturer: N/A part: N/A
Graphics: Card: Intel Device 5a85 bus-ID: 00:02.0 chip-ID: 8086:5a85
Display Server: X.Org 1.19.3 drivers: modesetting (unloaded: fbdev,vesa)
tty size: 1366x768@59.97hz
GLX Renderer: Mesa DRI Intel HD Graphics 500 (Broxton 2x6)
GLX Version: 3.0 Mesa 17.0.3 Direct Rendering: Yes
Audio: Card Intel Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster
driver: snd_hda_intel bus-ID: 00:0e.0 chip-ID: 8086:5a98
Sound: Advanced Linux Sound Architecture v: k4.10.0-19-generic
Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: 1000
bus-ID: 01:00.0 chip-ID: 10ec:8168
IF: enp1s0 state: down mac: <filter>
Card-2: Intel Device 24fb
driver: iwlwifi bus-ID: 02:00.0 chip-ID: 8086:24fb
IF: wlp2s0 state: up speed: N/A duplex: N/A mac: <filter>
Drives: HDD Total Size: 501.2GB (1.3% used)
ID-1: /dev/sda model: WDC_WD5000LPCX size: 500.1GB
ID-2: USB /dev/sdb model: Flash_Disk size: 1.1GB
Optical: /dev/sr0 model: HL-DT-ST DVDRAM GUE1N
rev: 1.00 dev-links: cdrom,cdrw,dvd,dvdrw
Features: speed: 24x multisession: yes
audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition: ID-1: /mnt size: 457G used: 5.2G (2%) fs: ext4 dev: /dev/sda2
label: N/A uuid: 2d8212c3-924d-4f85-834e-29aa4512e8bc
ID-2: /mnt/boot/efi size: 511M used: 7.9M (2%) fs: vfat dev: /dev/sda1
label: N/A uuid: 13E5-4016
ID-3: swap-1 size: 0.48GB used: 0.01GB (2%) fs: swap dev: /dev/zram0
label: N/A uuid: N/A
ID-4: swap-2 size: 0.48GB used: 0.01GB (2%) fs: swap dev: /dev/zram1
label: N/A uuid: N/A
RAID: System: supported: N/A
No RAID devices: /proc/mdstat, md_mod kernel module present
Unused Devices: none
Unmounted: ID-1: /dev/sdb1 size: 0.96G
label: Lubuntu 17.04 amd64 uuid: 2017-04-12-03-27-33-00
ID-2: /dev/sdb2 size: 0.00G
fs: FAT (12 bit) label: N/A uuid: C1B1-9637
Sensors: None detected - is lm-sensors installed and configured?
Repos: Active apt sources in file: /etc/apt/sources.list
deb cdrom:[Lubuntu 17.04 _Zesty Zapus_ - Release amd64 (20170412)]/ zesty main multiverse restricted universe
deb http://archive.ubuntu.com/ubuntu/ zesty main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ zesty-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ zesty-updates main restricted universe multiverse
Processes: CPU: % used - Memory: MB / % used - top 10 active
1: cpu: 1.9% command: abiword pid: 21852 mem: 80.80MB (4.4%)
2: cpu: 1.9% command: firefox pid: 2548 mem: 307.19MB (16.8%)
3: cpu: 1.8% command: plugin-container pid: 2655 mem: 355.41MB (19.5%)
4: cpu: 0.6% command: Xorg pid: 1491 mem: 56.69MB (3.1%)
5: cpu: 0.5% command: bash pid: 21917 mem: 4.45MB (0.2%)
6: cpu: 0.5% command: lxterminal pid: 21890 mem: 24.99MB (1.3%)
7: cpu: 0.3% command: xfce4-power-manager pid: 1720 mem: 20.76MB (1.1%)
8: cpu: 0.1% command: init pid: 1 mem: 7.91MB (0.4%)
9: cpu: 0.0% daemon: ~kworker/0:3~ pid: 22551 mem: 0.00MB (0.0%)
10: cpu: 0.0% command: sed pid: 21968 mem: 1.00MB (0.0%)
Memory: MB / % used - CPU: % used - top 10 active
1: mem: 355.47MB (19.5%) command: plugin-container pid: 2655 cpu: 1.8%
2: mem: 307.19MB (16.8%) command: firefox pid: 2548 cpu: 1.9%
3: mem: 80.80MB (4.4%) command: abiword pid: 21852 cpu: 1.9%
4: mem: 57.71MB (3.1%) command: nm-applet pid: 1730 cpu: 0.0%
5: mem: 56.69MB (3.1%) command: Xorg pid: 1491 cpu: 0.6%
6: mem: 30.27MB (1.6%) command: lxpanel pid: 1704 cpu: 0.0%
7: mem: 27.48MB (1.5%) command: update-notifier pid: 1719 cpu: 0.0%
8: mem: 24.99MB (1.3%) command: lxterminal pid: 21890 cpu: 0.5%
9: mem: 24.07MB (1.3%) command: pcmanfm pid: 1711 cpu: 0.0%
10: mem: 20.76MB (1.1%) command: xfce4-power-manager pid: 1720 cpu: 0.3%
Info: Processes: 175 Uptime: 3:04 Memory: 829.0/1822.3MB
Init: systemd v: 232 runlevel: 5 Gcc sys: N/A
Client: Shell (bash 4.4.51 running in bash) inxi: 2.3.12
_______________________________ UEFI settings _________________________________
Computer booted in UEFI mode for this session.
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,2001,2002,2003
Boot0000* Linux HD(1,MBR,0x4294967173,0x1c4fa0,0x1200)/File(\EFI\Boot\grubx64.efi)RC
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
vfat partition details:
/dev/sda1: UUID="13E5-4016" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="5d6525e4-6f3d-4f4a-861c-25c7a643edf8"
/dev/sdb2: SEC_TYPE="msdos" UUID="C1B1-9637" TYPE="vfat" PARTUUID="39cc9385-02"
__________________________________ Secure Boot ________________________________
Secure Boot active
__________________________________ OS prober ________________________________
/dev/sda2:Ubuntu 17.04 (17.04):Ubuntu:linux
_____________________________ md5sum of EFI files _____________________________
EFI files in /dev/sda1:
04461732d55beb15f0f29f59eca7f418 /EFI/Boot/grubx64.efi
04461732d55beb15f0f29f59eca7f418 /EFI/ubuntu/grubx64.efi
3aef9c72ad50faa8db576c01f85a0915 /EFI/Boot/bootx64.efi
3aef9c72ad50faa8db576c01f85a0915 /EFI/Boot/shimx64.efi
3aef9c72ad50faa8db576c01f85a0915 /EFI/ubuntu/shimx64.efi
61c7898dd613614b15cee0081226572c /EFI/Boot/fbx64.efi
61c7898dd613614b15cee0081226572c /EFI/ubuntu/fbx64.efi
bf39cf9416a9403d40a9b69541486e74 /EFI/Boot/mmx64.efi
bf39cf9416a9403d40a9b69541486e74 /EFI/ubuntu/mmx64.efi
========================= Boot Information Details ============================
=> No boot loader is installed in the MBR of /dev/sda.
=> No known boot loader 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:
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 17.04
Boot files: /etc/fstab /etc/default/grub
sdb1: __________________________________________________________________________
File system: iso9660
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: /dev/sdb1 is already mounted or /tmp/bisnext-ulIOx12K/sdb1 busy
sdb2: __________________________________________________________________________
File system: vfat
Boot sector type: FAT16
Boot sector info: According to the info in the boot sector, sdb2 starts
at sector 0. But according to the info from fdisk,
sdb2 starts at sector 1855392. According to the info
in the boot sector, sdb2 has 0 sectors.
Mounting failed: mount: /dev/sdb1 is already mounted or /tmp/bisnext-ulIOx12K/sdb1 busy
mount: /dev/sdb2 is already mounted or /tmp/bisnext-ulIOx12K/sdb2 busy
_________________________=== Drive/Partition Info ===__________________________
Drive: sda _____________________________________________________________________
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 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 976,773,167 976,773,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 976,771,071 975,720,448 Data partition (Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 1010.3 MiB, 1059323904 bytes, 2068992 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 * 0 1,867,775 1,867,776 0 Empty
/dev/sdb2 1,855,392 1,859,999 4,608 ef EFI (FAT-12/16/32)
/dev/sdb1 overlaps with /dev/sdb2
GUID Partition Table detected, but does not seem to be used.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sdb1 + R 0 1,867,719 1,867,720 Data partition (Windows/Linux)
/dev/sdb2 + R 1,855,392 1,859,999 4,608 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/sda1 13E5-4016 vfat
/dev/sda2 2d8212c3-924d-4f85-834e-29aa4512e8bc ext4
/dev/sdb1 2017-04-12-03-27-33-00 iso9660 Lubuntu 17.04 amd64
/dev/sdb2 C1B1-9637 vfat
/dev/zram0 8830eb83-33ef-44ca-b787-776a3c642e62 swap
/dev/zram1 f2f378b1-95d4-4b57-b951-a95688590da0 swap
_________________________ "ls -l /dev/disk/by_id" output ______________________
total 0
lrwxrwxrwx 1 root root 9 Jun 7 13:13 ata-HL-DT-ST_DVDRAM_GUE1N_KXUG9CK4537 -> ../../sr0
lrwxrwxrwx 1 root root 9 Jun 7 13:13 ata-WDC_WD5000LPCX-21VHAT0_WD-WX91E366LNNY -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 7 13:13 ata-WDC_WD5000LPCX-21VHAT0_WD-WX91E366LNNY-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 7 13:13 ata-WDC_WD5000LPCX-21VHAT0_WD-WX91E366LNNY-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Jun 7 13:13 usb-EXIGO_Flash_Disk_1409510016C29904-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 7 13:13 usb-EXIGO_Flash_Disk_1409510016C29904-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 7 13:13 usb-EXIGO_Flash_Disk_1409510016C29904-0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 Jun 7 13:13 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root 9 Jun 7 13:13 wwn-0x50014ee65c4d0b2b -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 7 13:13 wwn-0x50014ee65c4d0b2b-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 7 13:13 wwn-0x50014ee65c4d0b2b-part2 -> ../../sda2
_________________________ "ls -R /dev/mapper/" output _________________________
None
________________________________ Mount points _________________________________
Device Mount_Point Type Options
/dev/sdb /cdrom iso9660 (ro,noatime)
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda2 /mnt ext4 (rw,relatime,data=ordered)
/dev/sda1 /mnt/boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
__________________________=== Boot Files Content ===___________________________
_______________________________ 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=2d8212c3-924d-4f85-834e-29aa4512e8bc / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
#UUID=13E5-4016 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
UUID=13E5-4016 /boot/efi vfat defaults 0 1
____________________________ sda2/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_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
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"
===============================================================================
Running System Information
===============================================================================
______________________________ Kernel parameters ______________________________
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
______________________________ Boot-up Statistics ______________________________
Startup finished in 10.981s (firmware) + 1min 53.509s (loader) + 29.243s (kernel) + 6.064s (userspace) = 2min 39.799s
blame, first 10:
dev-sdb.device 5.041s
dev-loop0.device 4.807s
snapd.autoimport.service 3.381s
NetworkManager.service 3.341s
dev-zram0.device 2.939s
dev-zram1.device 2.929s
ModemManager.service 2.913s
accounts-daemon.service 2.395s
rsyslog.service 1.449s
networking.service 1.338s
critical-chain:
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.
1 graphical.target @5.605s
2 multi-user.target @5.605s
3 systemd-resolved.service @4.914s +689ms
4 network.target @4.913s
5 wpa_supplicant.service @5.579s +419ms
6 basic.target @1.111s
7 sockets.target @1.111s
8 snapd.socket @1.103s +7ms
9 sysinit.target @1.102s
10 systemd-backlight@backlight:intel_backlight.service @2.126s +122ms
11 system-systemd\x2dbacklight.slice @2.125s
12 system.slice @263ms
13 -.slice @250ms
_________________________ RAM usage & Free disk space _________________________
total used free shared buff/cache available
Mem: 1.8G 748M 183M 308M 890M 602M
Swap: 911M 16M 894M
Swappiness = 60
Filesystem Mounted on Type Size Used Avail Use% IUse%
aufs / aufs 912M 253M 659M 28% 2%
/dev/loop0 /rofs squashfs 866M 866M 0 100% 100%
/dev/sda2 /mnt ext4 457G 5.2G 429G 2% 1%
/dev/sdb /cdrom iso9660 912M 912M 0 100% -
_________________________________ USB devices __________________________________
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 004: ID 0bda:57b3 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 8087:0aa7 Intel Corp.
Bus 001 Device 002: ID 0204:6025 Chipsbank Microelectronics Co., Ltd CBM2080 / CBM2090 Flash drive controller
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/7p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 480M
|__ Port 4: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 5: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 5: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 7: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 7: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 8: Dev 5, If 0, Class=Vendor Specific Class, Driver=rtsx_usb, 480M
_______________________________ Wireless Status _______________________________
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
3: acer-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
___________________________________ Modules Loaded ____________________________
Module Size Used by
8250_dw 16384 0
ac97_bus 16384 1 snd_soc_core
acer_wmi 20480 0
aesni_intel 167936 4
aes_x86_64 20480 1 aesni_intel
ahci 36864 1
arc4 16384 2
aufs 237568 3289
autofs4 40960 2
bluetooth 557056 26 btrtl,btintel,bnep,btbcm,btusb
bnep 20480 2
btbcm 16384 1 btusb
btintel 16384 1 btusb
btrfs 1093632 0
btrtl 16384 1 btusb
btusb 45056 0
ccm 20480 1
cfg80211 602112 3 iwlmvm,iwlwifi,mac80211
cmac 16384 1
coretemp 16384 0
crc32_pclmul 16384 0
crct10dif_pclmul 16384 0
cryptd 24576 3 crypto_simd,ghash_clmulni_intel,aesni_intel
crypto_simd 16384 1 aesni_intel
drm 352256 7 i915,drm_kms_helper
drm_kms_helper 151552 1 i915
fb_sys_fops 16384 1 drm_kms_helper
fjes 73728 0
ghash_clmulni_intel 16384 0
glue_helper 16384 1 aesni_intel
hfs 57344 0
hfsplus 106496 0
hid 114688 2 i2c_hid,hid_multitouch
hid_multitouch 20480 0
i2c_algo_bit 16384 1 i915
i2c_designware_core 20480 1 i2c_designware_platform
i2c_designware_platform 16384 0
i2c_hid 20480 0
i915 1449984 7
idma64 20480 6
input_leds 16384 0
intel_lpss 16384 1 intel_lpss_pci
intel_lpss_pci 16384 0
intel_pmc_ipc 20480 1 intel_telemetry_pltdrv
intel_powerclamp 16384 0
intel_punit_ipc 16384 1 intel_telemetry_pltdrv
intel_rapl 20480 0
intel_rapl_perf 16384 0
intel_telemetry_core 16384 1 intel_telemetry_pltdrv
intel_telemetry_pltdrv 20480 0
ip_tables 24576 0
irqbypass 16384 1 kvm
isofs 40960 1
iwlmvm 368640 0
iwlwifi 229376 1 iwlmvm
jfs 184320 0
joydev 20480 0
kvm 593920 1 kvm_intel
kvm_intel 200704 0
libahci 32768 1 ahci
libcrc32c 16384 1 xfs
lp 20480 0
mac80211 782336 1 iwlmvm
mac_hid 16384 0
media 40960 2 uvcvideo,videodev
mei 102400 1 mei_me
mei_me 40960 0
memstick 16384 1 rtsx_usb_ms
mii 16384 1 r8169
minix 36864 0
msdos 20480 0
nls_iso8859_1 16384 0
nls_utf8 16384 1
ntfs 102400 0
parport 49152 3 lp,parport_pc,ppdev
parport_pc 32768 0
pcbc 16384 0
pinctrl_broxton 40960 0
pinctrl_intel 20480 1 pinctrl_broxton
ppdev 20480 0
qnx4 16384 0
r8169 81920 0
raid6_pq 114688 1 btrfs
rtsx_usb 20480 2 rtsx_usb_sdmmc,rtsx_usb_ms
rtsx_usb_ms 20480 0
rtsx_usb_sdmmc 28672 0
sdhci 45056 1 sdhci_pci
sdhci_pci 28672 0
serio_raw 16384 0
shpchp 36864 0
snd 77824 16 snd_compress,snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_soc_core,snd_pcm
snd_compress 20480 1 snd_soc_core
snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 49152 1
snd_hda_codec_realtek 90112 1
snd_hda_core 81920 7 snd_hda_intel,snd_hda_codec,snd_hda_ext_core,snd_soc_skl,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_ext_core 24576 1 snd_soc_skl
snd_hda_intel 36864 3
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 102400 8 snd_hda_intel,snd_hda_codec,snd_pcm_dmaengine,snd_hda_ext_core,snd_hda_core,snd_soc_skl,snd_hda_codec_hdmi,snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_soc_core 233472 1 snd_soc_skl
snd_soc_skl 65536 0
snd_soc_skl_ipc 49152 1 snd_soc_skl
snd_soc_sst_dsp 28672 1 snd_soc_skl_ipc
snd_soc_sst_ipc 16384 1 snd_soc_skl_ipc
snd_soc_sst_match 16384 1 snd_soc_skl
snd_timer 32768 1 snd_pcm
soundcore 16384 1 snd
sparse_keymap 16384 1 acer_wmi
spi_pxa2xx_platform 24576 0
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
tpm_crb 16384 0
uas 24576 0
ufs 73728 0
usb_storage 69632 2 uas
uvcvideo 90112 0
video 40960 2 acer_wmi,i915
videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 24576 1 uvcvideo
videobuf2_vmalloc 16384 1 uvcvideo
videodev 172032 3 uvcvideo,videobuf2_core,videobuf2_v4l2
virt_dma 16384 1 idma64
wmi 16384 1 acer_wmi
x86_pkg_temp_thermal 16384 0
xfs 1187840 0
xor 24576 1 btrfs
x_tables 36864 1 ip_tables
zram 24576 2
______________________________ Additional Drivers _____________________________
== cpu-microcode.py ==
driver : intel-microcode - distro non-free
__________________________________ Locales ___________________________________
locale command output:
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
/etc/default/locale:
LANG="en_US.UTF-8"
Active keyboard layout:
rules: evdev
model: pc105
layout: fr
Default keyboard layout:
XKBMODEL="pc105"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
_____________________________ Upgradable Packages _____________________________
Live Session
________________________ Package Configuration Pending ________________________
None
__________________________ Package Installation Pending _______________________
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 85 not upgraded.
__________________ Configuration files of uninstalled packages: ________________
Package Version
grub-pc 2.02~beta3-4ubuntu2
Use the following command to clean old configuration files:
sudo apt purge grub-pc
_________________________ Kernel Packages Installed __________________________
Package Version
linux-generic 4.10.0.19.21
linux-headers-4.10.0-19 4.10.0-19.21
linux-headers-4.10.0-19-generic 4.10.0-19.21
linux-headers-generic 4.10.0.19.21
linux-image-4.10.0-19-generic 4.10.0-19.21
linux-image-extra-4.10.0-19-generic 4.10.0-19.21
linux-image-generic 4.10.0.19.21
linux-signed-generic 4.10.0.19.21
linux-signed-image-4.10.0-19-generic 4.10.0-19.21
linux-signed-image-generic 4.10.0.19.21
Files in /boot directory:
abi-4.10.0-19-generic
config-4.10.0-19-generic
grub
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin
System.map-4.10.0-19-generic
_________________________________ System Logs ________________________________
Failed services:
0 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Selection of relevent log entries:
[ 0.000000] efi: EFI v2.50 by INSYDE Corp.
[ 0.000000] efi: ACPI 2.0=0x7affe014 ESRT=0x78866b98 SMBIOS=0x78865000 SMBIOS 3.0=0x78863000 PROP=0x66b74258
[ 0.000000] ACPI: UEFI 0x000000007AFFA000 000042 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[ 0.000000] ACPI: UEFI 0x000000007AFFD000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.184817] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x3c, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.184961] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.462081] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.587746] pci 0000:01:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[ 0.600442] pci 0000:02:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[ 0.691097] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x3c, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.691851] SCSI subsystem initialized
[ 0.692474] Registered efivars operations
[ 0.840862] pci 0000:00:15.0: xHCI BIOS handoff failed (BIOS bug ?) 00012201
[ 15.911076] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 15.912418] efifb: probing for efifb
[ 15.912444] efifb: framebuffer at 0x80000000, using 4128k, total 4128k
[ 15.912447] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 15.912448] efifb: scrolling: redraw
[ 15.912451] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 15.927644] fb0: EFI VGA frame buffer device
[ 15.954848] EFI Variables Facility v0.08 2004-May-17
[ 15.980106] EFI: Loaded cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to '.builtin_trusted_keys'
[ 15.980136] EFI: Loaded cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to '.builtin_trusted_keys'
[ 15.980159] EFI: Loaded cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5' linked to '.builtin_trusted_keys'
[ 15.980171] EFI: Problem loading in-kernel X.509 certificate (-65)
[ 15.980215] EFI: Problem loading in-kernel X.509 certificate (-65)
[ 15.984206] EFI: Loaded cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' linked to '.builtin_trusted_keys'
[ 15.984547] EFI: Loaded cert 'Acer Database Forbidden: 9de028a2638669f109745d3e2a7ad5c9e64ed392' linked to '.system_blacklist_keyring'
[ 16.286660] scsi host0: ahci
[ 16.293275] scsi host1: ahci
[ 16.303261] fb: switching to inteldrmfb from EFI VGA
[ 16.322957] [drm] GuC firmware load skipped
[ 16.770564] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 16.770606] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 16.773999] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPCX-2 1A01 PQ: 0 ANSI: 5
[ 16.815079] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 16.815344] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 16.831560] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GUE1N 1.00 PQ: 0 ANSI: 5
[ 16.858746] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 16.859202] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 16.859313] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 17.277593] scsi host2: usb-storage 1-4:1.0
[ 18.284189] scsi 2:0:0:0: Direct-Access EXIGO Flash Disk 5.00 PQ: 0 ANSI: 2
[ 18.285277] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 18.285539] sd 2:0:0:0: [sdb] 2068992 512-byte logical blocks: (1.06 GB/1010 MiB)
[ 18.288381] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 18.644382] sd 0:0:0:0: [sda] Attached SCSI disk
[ 32.465493] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-26.ucode failed with error -2
[ 32.465554] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-25.ucode failed with error -2
[ 32.465607] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-24.ucode failed with error -2
[ 32.465652] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-23.ucode failed with error -2
[ 32.951841] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
[ 33.108365] iwlwifi 0000:02:00.0: loaded firmware version 22.361476.0 op_mode iwlmvm
[ 33.258688] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[ 34.500288] acer_wmi: Enabling Launch Manager failed: 0xe4 - 0x0
[ 128.338550] wlp2s0: RX AssocResp from 14:b9:68:37:0b:a4 (capab=0x431 status=0 aid=4)
_____________________________________ Xorg ____________________________________
xrandr:
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1366x768 59.97*+
1360x768 59.80 59.96
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
960x600 60.00
960x540 59.99
800x600 60.00 60.32 56.25
840x525 60.01 59.88
800x512 60.17
700x525 59.98
640x512 60.02
720x450 59.89
640x480 60.00 59.94
680x384 59.80 59.96
576x432 60.06
512x384 60.00
400x300 60.32 56.34
320x240 60.05
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
Selection of relevent log entries:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 35.437] (==) No Layout section. Using the first Screen section.
[ 35.437] (==) No screen section available. Using defaults.
[ 35.437] (**) |-->Screen "Default Screen Section" (0)
[ 35.437] (**) | |-->Monitor "<default monitor>"
[ 35.437] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 35.478] (--) PCI:*(0:0:2:0) 8086:5a85:1025:1084 rev 11, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[ 35.478] (II) LoadModule: "glx"
[ 35.489] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 35.691] (II) LoadModule: "modesetting"
[ 35.691] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 35.709] (II) LoadModule: "fbdev"
[ 35.710] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 35.710] (II) LoadModule: "vesa"
[ 35.710] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 35.743] (WW) Falling back to old probe method for fbdev
[ 35.743] (II) Loading sub module "fbdevhw"
[ 35.743] (II) LoadModule: "fbdevhw"
[ 35.743] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 35.745] (WW) Falling back to old probe method for vesa
[ 35.745] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 35.745] (II) Loading sub module "glamoregl"
[ 35.745] (II) LoadModule: "glamoregl"
[ 35.746] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 36.328] (II) modeset(0): Output eDP-1 has no monitor section
[ 36.338] (II) modeset(0): Output HDMI-1 has no monitor section
[ 36.340] (II) modeset(0): Output DP-1 has no monitor section
[ 36.524] (II) modeset(0): Output HDMI-2 has no monitor section
[ 36.724] (II) Loading sub module "fb"
[ 36.724] (II) LoadModule: "fb"
[ 36.724] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 36.726] (II) UnloadModule: "fbdev"
[ 36.726] (II) UnloadModule: "vesa"
[ 36.871] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 36.877] (II) modeset(0): Setting screen physical size to 361 x 203
[ 37.058] (II) LoadModule: "libinput"
[ 37.059] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 37.197] (II) LoadModule: "synaptics"
[ 37.198] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 37.408] (II) UnloadModule: "synaptics"
GPU Manager logs:
log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /run/u-d-c-nvidia-was-loaded file
can't access /run/u-d-c-fglrx-was-loaded file
Looking for fglrx modules in /lib/modules/4.10.0-19-generic/updates/dkms
Looking for nvidia modules in /lib/modules/4.10.0-19-generic/updates/dkms
Is nvidia loaded? no
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is nouveau loaded? no
Is nouveau blacklisted? no
Is fglrx kernel module available? no
Is nvidia kernel module available? no
Vendor/Device Id: 8086:5a85
BusID "PCI:0@0:2:0"
Is boot vga? yes
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Found "/dev/dri/card0", driven by "i915"
output 0:
card0-eDP-1
Number of connected outputs for /dev/dri/card0: 1
Does it require offloading? yes
I couldn't open /var/lib/ubuntu-drivers-common/last_gfx_boot for reading.
Create /var/lib/ubuntu-drivers-common/last_gfx_boot for the 1st time
last cards number = 1
Has amd? no
Has intel? yes
Has nvidia? no
How many cards? 1
Has the system changed? Yes
main_arch_path x86_64-linux-gnu, other_arch_path i386-linux-gnu
Current alternative: /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf
Current core alternative: (null)
Current egl alternative: /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf
Is nvidia enabled? no
Is nvidia egl enabled? no
Is fglrx enabled? no
Is mesa enabled? yes
Is mesa egl enabled? yes
Is pxpress enabled? no
Is prime enabled? no
Is prime egl enabled? no
Is nvidia available? no
Is nvidia egl available? no
Is fglrx available? no
Is fglrx-core available? no
Is mesa available? yes
Is mesa egl available? yes
Is pxpress available? no
Is prime available? no
Is prime egl available? no
System configuration has changed
Single card detected
Nothing to do
No change - nothing to do
==============================================================================
# System Information for Ubuntu 17.04 in /dev/sda2
==============================================================================
_____________________________ Upgradable Packages _____________________________
apport 2.20.4-0ubuntu4.1 from:2.20.4-0ubuntu4
apport-gtk 2.20.4-0ubuntu4.1 from:2.20.4-0ubuntu4
bash 4.4-2ubuntu1.1 from:4.4-2ubuntu1
bind9-host 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
distro-info-data 0.33ubuntu0.1 from:0.33
dnsutils 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
firefox 53.0.3+build1-0ubuntu0.17.04.2 from:52.0.1+build2-0ubuntu1
ghostscript 9.19~dfsg+1-0ubuntu7.4 from:9.19~dfsg+1-0ubuntu7.1
ghostscript-x 9.19~dfsg+1-0ubuntu7.4 from:9.19~dfsg+1-0ubuntu7.1
gir1.2-javascriptcoregtk-4.0 2.16.3-0ubuntu0.17.04.1 from:2.16.1-1
gir1.2-webkit2-4.0 2.16.3-0ubuntu0.17.04.1 from:2.16.1-1
gnome-desktop3-data 3.24.1-0ubuntu1 from:3.24.0-0ubuntu1
gnome-software 3.22.7-0ubuntu3.17.04.2 from:3.22.7-0ubuntu3
gnome-software-common 3.22.7-0ubuntu3.17.04.2 from:3.22.7-0ubuntu3
gnome-software-plugin-snap 3.22.7-0ubuntu3.17.04.2 from:3.22.7-0ubuntu3
imagemagick 8:6.9.7.4+dfsg-3ubuntu1.1 from:8:6.9.7.4+dfsg-3ubuntu1
imagemagick-6-common 8:6.9.7.4+dfsg-3ubuntu1.1 from:8:6.9.7.4+dfsg-3ubuntu1
imagemagick-6.q16 8:6.9.7.4+dfsg-3ubuntu1.1 from:8:6.9.7.4+dfsg-3ubuntu1
krb5-locales 1.15-1ubuntu0.1 from:1.15-1
libbind9-140 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
libcurl3 7.52.1-4ubuntu1.1 from:7.52.1-4ubuntu1
libcurl3-gnutls 7.52.1-4ubuntu1.1 from:7.52.1-4ubuntu1
libdns-export162 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
libdns162 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
libfreetype6 2.6.3-3ubuntu2.2 from:2.6.3-3ubuntu2
libgnome-desktop-3-12 3.24.1-0ubuntu1 from:3.24.0-0ubuntu1
libgs9 9.19~dfsg+1-0ubuntu7.4 from:9.19~dfsg+1-0ubuntu7.1
libgs9-common 9.19~dfsg+1-0ubuntu7.4 from:9.19~dfsg+1-0ubuntu7.1
libgssapi-krb5-2 1.15-1ubuntu0.1 from:1.15-1
libicu57 57.1-5ubuntu0.1 from:57.1-5
libisc-export160 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
libisc160 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
libisccc140 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
libisccfg140 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
libjavascriptcoregtk-4.0-18 2.16.3-0ubuntu0.17.04.1 from:2.16.1-1
libjbig2dec0 0.13-4ubuntu0.1 from:0.13-4
libk5crypto3 1.15-1ubuntu0.1 from:1.15-1
libkrb5-3 1.15-1ubuntu0.1 from:1.15-1
libkrb5support0 1.15-1ubuntu0.1 from:1.15-1
libldap-2.4-2 2.4.44+dfsg-3ubuntu2.1 from:2.4.44+dfsg-3ubuntu2
libldap-common 2.4.44+dfsg-3ubuntu2.1 from:2.4.44+dfsg-3ubuntu2
liblightdm-gobject-1-0 1.22.0-0ubuntu2.1 from:1.22.0-0ubuntu2
liblwres141 1:9.10.3.dfsg.P4-10.1ubuntu5 from:1:9.10.3.dfsg.P4-10.1ubuntu4
libmagickcore-6.q16-3 8:6.9.7.4+dfsg-3ubuntu1.1 from:8:6.9.7.4+dfsg-3ubuntu1
libmagickwand-6.q16-3 8:6.9.7.4+dfsg-3ubuntu1.1 from:8:6.9.7.4+dfsg-3ubuntu1
libminiupnpc10 1.9.20140610-2ubuntu2.17.04.1 from:1.9.20140610-2ubuntu2
libnspr4 2:4.13.1-0ubuntu0.17.04.1 from:2:4.12-6ubuntu1
libnss-resolve 232-21ubuntu3 from:232-21ubuntu2
libnss3 2:3.28.4-0ubuntu0.17.04.1 from:2:3.26.2-1ubuntu1
libpam-systemd 232-21ubuntu3 from:232-21ubuntu2
libsmbclient 2:4.5.8+dfsg-0ubuntu0.17.04.2 from:2:4.5.4+dfsg-1ubuntu2
libsndfile1 1.0.27-1ubuntu0.1 from:1.0.27-1
libsystemd0 232-21ubuntu3 from:232-21ubuntu2
libtasn1-6 4.10-1ubuntu0.1 from:4.10-1
libudev1 232-21ubuntu3 from:232-21ubuntu2
libwbclient0 2:4.5.8+dfsg-0ubuntu0.17.04.2 from:2:4.5.4+dfsg-1ubuntu2
libwebkit2gtk-4.0-37 2.16.3-0ubuntu0.17.04.1 from:2.16.1-1
libxslt1.1 1.1.29-2ubuntu0.1 from:1.1.29-2
lightdm 1.22.0-0ubuntu2.1 from:1.22.0-0ubuntu2
linux-firmware 1.164.1 from:1.164
login 1:4.2-3.2ubuntu1.17.04.2 from:1:4.2-3.2ubuntu1
lxterminal 0.3.0-1ubuntu0.1 from:0.3.0-1
passwd 1:4.2-3.2ubuntu1.17.04.2 from:1:4.2-3.2ubuntu1
python3-apport 2.20.4-0ubuntu4.1 from:2.20.4-0ubuntu4
python3-distupgrade 1:17.04.8 from:1:17.04.7
python3-problem-report 2.20.4-0ubuntu4.1 from:2.20.4-0ubuntu4
samba-libs 2:4.5.8+dfsg-0ubuntu0.17.04.2 from:2:4.5.4+dfsg-1ubuntu2
snapd 2.25+17.04 from:2.23.6+17.04.1
sudo 1.8.19p1-1ubuntu1.1 from:1.8.19p1-1ubuntu1
systemd 232-21ubuntu3 from:232-21ubuntu2
systemd-sysv 232-21ubuntu3 from:232-21ubuntu2
ubuntu-release-upgrader-core 1:17.04.8 from:1:17.04.7
ubuntu-release-upgrader-gtk 1:17.04.8 from:1:17.04.7
udev 232-21ubuntu3 from:232-21ubuntu2
________________________ Package Configuration Pending ________________________
Setting up grub-efi-amd64 (2.02~beta3-4ubuntu2) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up grub-efi-amd64-signed (1.80+2.02~beta3-4ubuntu2) ...
__________________________ Package Installation Pending _______________________
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded.
9 not fully installed or removed.
Conf os-prober (1.74ubuntu1 Ubuntu:17.04/zesty [amd64])
Conf grub-common (2.02~beta3-4ubuntu2 Ubuntu:17.04/zesty [amd64])
Conf grub2-common (2.02~beta3-4ubuntu2 Ubuntu:17.04/zesty [amd64])
Conf grub-efi-amd64-bin (2.02~beta3-4ubuntu2 Ubuntu:17.04/zesty [amd64])
Conf mokutil (0.3.0-0ubuntu4 Ubuntu:17.04/zesty [amd64])
Conf grub-efi-amd64 (2.02~beta3-4ubuntu2 Ubuntu:17.04/zesty [amd64])
Conf shim-signed (1.28+0.9+1474479173.6c180c6-1ubuntu1 Ubuntu:17.04/zesty [amd64])
Conf grub-efi-amd64-signed (1.80+2.02~beta3-4ubuntu2 Ubuntu:17.04/zesty [amd64])
Conf shim (0.9+1474479173.6c180c6-1ubuntu1 Ubuntu:17.04/zesty [amd64])
_________________________ Kernel Packages Installed __________________________
Package Version
linux-generic 4.10.0.21.23
linux-headers-4.10.0-19 4.10.0-19.21
linux-headers-4.10.0-19-generic 4.10.0-19.21
linux-headers-4.10.0-21 4.10.0-21.23
linux-headers-4.10.0-21-generic 4.10.0-21.23
linux-headers-generic 4.10.0.21.23
linux-image-4.10.0-19-generic 4.10.0-19.21
linux-image-4.10.0-21-generic 4.10.0-21.23
linux-image-extra-4.10.0-19-generic 4.10.0-19.21
linux-image-extra-4.10.0-21-generic 4.10.0-21.23
linux-image-generic 4.10.0.21.23
linux-signed-generic 4.10.0.21.23
linux-signed-image-4.10.0-21-generic 4.10.0-21.23
linux-signed-image-generic 4.10.0.21.23
Files in /boot directory:
abi-4.10.0-19-generic
abi-4.10.0-21-generic
config-4.10.0-19-generic
config-4.10.0-21-generic
efi
grub
grub.bak
initrd.img-4.10.0-19-generic
initrd.img-4.10.0-21-generic
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin
System.map-4.10.0-19-generic
System.map-4.10.0-21-generic
vmlinuz-4.10.0-19-generic
vmlinuz-4.10.0-21-generic
vmlinuz-4.10.0-21-generic.efi.signed
__________________________________ Locales ___________________________________
/etc/default/locale:
# File generated by update-locale
LANG="fr_FR.UTF-8"
LC_NUMERIC="ar_TN.UTF-8"
LC_TIME="ar_TN.UTF-8"
LC_MONETARY="ar_TN.UTF-8"
LC_PAPER="ar_TN.UTF-8"
LC_NAME="ar_TN.UTF-8"
LC_ADDRESS="ar_TN.UTF-8"
LC_TELEPHONE="ar_TN.UTF-8"
LC_MEASUREMENT="ar_TN.UTF-8"
LC_IDENTIFICATION="ar_TN.UTF-8"
Default keyboard layout:
XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT="oss"
XKBOPTIONS=""
BACKSPACE="guess"
_________________________________ System Logs ________________________________
Selection of relevent log entries:
None
_____________________________________ Xorg ____________________________________
============================ Disks SMART Attributes ===========================
### ATA disks: sda
# Drive sda:
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.10.0-19-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Blue Mobile
Device Model: WDC WD5000LPCX-21VHAT0
LU WWN Device Id: 5 0014ee 65c4d0b2b
Firmware Version: 01.01A01
User Capacity: 500,107,862,016 bytes [500 GB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Form Factor: 2.5 inches
Device is: In smartctl database [for details use: -P show]
ATA Version is: ACS-3 T13/2161-D revision 5
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Wed Jun 7 16:18:05 2017 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE
1 Raw_Read_Error_Rate POSR-K 200 200 051 - 0
3 Spin_Up_Time POS--K 148 147 021 - 1583
4 Start_Stop_Count -O--CK 099 099 000 - 1507
5 Reallocated_Sector_Ct PO--CK 200 200 140 - 0
7 Seek_Error_Rate -OSR-K 200 200 000 - 0
9 Power_On_Hours -O--CK 100 100 000 - 193
10 Spin_Retry_Count -O--CK 100 100 000 - 0
11 Calibration_Retry_Count -O--CK 100 100 000 - 0
12 Power_Cycle_Count -O--CK 100 100 000 - 184
191 G-Sense_Error_Rate -O--CK 098 098 000 - 2
192 Power-Off_Retract_Count -O--CK 200 200 000 - 87
193 Load_Cycle_Count -O--CK 199 199 000 - 3701
194 Temperature_Celsius -O---K 105 103 000 - 38
196 Reallocated_Event_Count -O--CK 200 200 000 - 0
197 Current_Pending_Sector -O--CK 200 200 000 - 0
198 Offline_Uncorrectable ----CK 100 253 000 - 0
199 UDMA_CRC_Error_Count -O--CK 200 200 000 - 0
200 Multi_Zone_Error_Rate ---R-- 100 253 000 - 0
||||||_ K auto-keep
|||||__ C event count
||||___ R error rate
|||____ S speed/performance
||_____ O updated online
|______ P prefailure warning
SMART Error Log Version: 1
No Errors Logged
### USB disks: sdb
# Drive sdb:
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.10.0-19-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: scsi error unsupported field in scsi command
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
=============================== StdErr Messages ===============================
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map
.
Hors ligne
#109 Le 07/06/2017, à 18:01
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Raaah t'a fait un boot-repair depuis l'installation... et fallait pas
Vérifie déjà que ça démarre, tu verras plus tard pour les autres problèmes que boot-repair a créé. Tu as redémarré ou pas ?
Hors ligne
#110 Le 07/06/2017, à 22:09
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
oui, j'ai redémarré mais le boot sur le disque dur du systeme n'a pas eu lieu. j'ai changé l'ordre de priorité des devices bootables dans le bios mais en vain. Au redémarrage, après le logo acer, j'ai un écran gris affichant furtivement deux lignes impossible de les fixer pour les lire. J'ai inséré la cle usb en la mettant en premier lieu dabs le classemnet bootable etj'ai pu ouvrir une session live et générer un rapport bisnext dont voici le lien: https://paste.debian.net/970522/
Hors ligne
#111 Le 08/06/2017, à 12:00
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
??????? pas de réaction?
Hors ligne
#112 Le 08/06/2017, à 12:27
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Enlève la clé usb et le dvd. Démarre et maintiens la touche shift enfoncée, est-ce que le menu grub apparaît ?
Hors ligne
#113 Le 08/06/2017, à 13:04
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Merci, laurent 85 de t'accrocher a mon probleme, c'est sympa.
pour repondre a ta question, oui le menu grub apparait avec en haut de l'ecran: GNU GRUB Version 2.02 beta3-4 ubuntu2.
je tape exit et ca me renvoie a un ecran qui affiche : Boot succeeded- linux
je valide et ca me renvoie a Boot Manager dont le menu ne contient que:
1. Linux (WD5000LPCX-21VHTO)
j'appuie dessous, ca ne boote pas mais me renvoie au menu grub.
j'insere la cle usb et je redemarre, j'appuie sur shiftm ca me renvoie au menu grub
Je tape exit et ca me renvoie a un ecran qui affiche : Boot succeeded- linux
je valide et ca me renvoie a Boot Manager dont le menu contient :
1. Linux (WD5000LPCX-21VHTO)
2. Linux Exigo ( cle usb)
j'appuie sur le 2 et ca boote sur une live session de lubuntu
voila ou j'en suis.
Hors ligne
#114 Le 08/06/2017, à 13:18
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
pour etre sur qu'on parle de la meme chose, voici ce qui est affiche dans le menu grub:
GNU GRUB version 2.02 beta 3-4 ubuntu2
Minimal bash like line editing is supported for the first word TQB lists possible command completions. Anywhere else TAB lists possible device or file completions.
grub>
le menu grub dont tu parlesm c'est bien cela, non?
Hors ligne
#115 Le 08/06/2017, à 13:25
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
C'est ce que tu obtiens en faisant ce que je t'ai demandé ?
Dernière modification par Laurent85 (Le 08/06/2017, à 13:26)
Hors ligne
#116 Le 08/06/2017, à 14:22
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
oui, absolument
Hors ligne
#117 Le 08/06/2017, à 16:48
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Bon bah c'est bon signe, cela signifie que l'ordi a bien lancé grub au démarrage. Ça c'est la bonne nouvelle.
La mauvaise c'est qu'il faut tout recommencer. A mon avis ce que tu as fais en parallèle à mes consignes sans vraiment savoir est venu tout péter... le grub-repair, l'esp soudainement vide, et qui sait quoi d'autre.
Donc si tu es prêt à recommencer, suis uniquement la procédure. Si elle ne marche pas au moins on sera fixé, parce que là je ne peux pas faire le tri entre ce qui a marché et le reste.
Donc la procédure, donne des retours en cas de doute ou d'erreur, et ne recommence pas et attends la réponse. J'ai pris soin de simuler la procédure dans une machine virtuelle pour vérifier sa validité, ne fait pas autre chose, j'espère ne pas avoir fait d'erreur de saisie cette fois.
Pas de dvd.
Démarre sur la session live usb, ouvre un terminal, clavier fr :
setxkbmap fr
installion de gdisk :
sudo apt install gdisk
suppression de la table de partition du disque dur :
sudo sgdisk --zap-all /dev/sda
installation en mode sans installation du chargeur :
ubiquity -b
sélectionne le type d'installation Effacer le disque et installe.
A la fin de l'installation sélectionne continuer à tester et arrête l'ordi à partir du menu. Démarre à nouveau sur une session live usb, ouvre un terminal, clavier fr :
setxkbmap fr
préparation de chroot :
sudo mount /dev/sda2 /mnt
sudo mount /dev/sda1 /mnt/boot/efi
sudo mount --bind /dev /mnt/dev
sudo chroot /mnt mount -t proc proc /proc
sudo chroot /mnt mount -t sysfs sysfs /sys
sudo chroot /mnt mount -t devpts devpts /dev/pts
installation des paquets du chargeur dans la session live :
sudo apt install shim-signed grub-efi-amd64-signed
installation du chargeur dans l'esp mais sans l'enregistrement à la nvram boguée :
sudo grub-install --no-nvram --root-directory=/mnt
duplication du chargeur ubuntu en chargeur par défaut :
sudo -s
cd /mnt/boot/efi/EFI
cp -r ubuntu Boot
cd Boot
cp shimx64.efi bootx64.efi
exit
Modification du paramétrage de grub pour que le menu s'affiche :
sudo mount --bind /run/resolvconf /mnt/run/resolvconf
sudo chroot /mnt apt install grub2-common
sudo cp /mnt/usr/share/grub/default/grub /mnt/etc/default
sudo sed -i 's/^GRUB_HIDDEN/#&/' /mnt/etc/default/grub
sudo chroot /mnt update-grub
Et AVANT de redémarrer génère un rapport bisnext et attends la réponse.
Hors ligne
#118 Le 08/06/2017, à 17:13
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Avant de tout recommencer, je dois te preciser que je recois le menu grub avec le secure boot desactive. En activant le secure boot et en appyant sur shift, le menu grub n'apparait pas. Est ce que ca chnge quelque chose a la nouvelle procedure? Est ce que je dois maintenir le secure boot active? ou peu importem qu'il soit active ou desactive. J'attend ta reponse pour recommencer la procedure.
Hors ligne
#119 Le 08/06/2017, à 17:54
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Désactive Secure Boot. Si à la fin la procédure ne donne pas le résultat escompté je changerai juste un truc.
Hors ligne
#120 Le 08/06/2017, à 18:45
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
O.K, Chef, j'entame la procedure.
Hors ligne
#121 Le 08/06/2017, à 19:42
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Voici les commandes et leur retour dans l'attente du rapport bisnext
lubuntu@lubuntu:~$ setxkbmap fr
lubuntu@lubuntu:~$ sudo mount /dev/sda2 /mnt
mount: /dev/sda2 is already mounted or /mnt busy
/dev/sda2 is already mounted on /mnt
lubuntu@lubuntu:~$ sudo mount /dev/sda1 /mnt/boot/efi
mount: /dev/sda1 is already mounted or /mnt/boot/efi busy
/dev/sda1 is already mounted on /mnt/boot/efi
lubuntu@lubuntu:~$ sudo mount --bind /dev /mnt/dev
lubuntu@lubuntu:~$ sudo chroot /mnt mount -t proc proc /proc
mount: proc is already mounted or /proc busy
proc is already mounted on /proc
lubuntu@lubuntu:~$ sudo chroot /mnt mount -t sysfs sysfs /sys
mount: sysfs is already mounted or /sys busy
sysfs is already mounted on /sys
lubuntu@lubuntu:~$ sudo chroot /mnt mount -t devpts devpts /dev/pts
lubuntu@lubuntu:~$ sudo apt install shim-signed grub-efi-amd64-signed
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
grub-efi-amd64 grub-efi-amd64-bin shim
The following packages will be REMOVED:
grub-gfxpayload-lists grub-pc
The following NEW packages will be installed:
grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed shim shim-signed
0 upgraded, 5 newly installed, 2 to remove and 0 not upgraded.
Need to get 1,758 kB of archives.
After this operation, 9,348 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu zesty/main amd64 grub-efi-amd64-bin amd64 2.02~beta3-4ubuntu2 [650 kB]
Get:2 http://archive.ubuntu.com/ubuntu zesty/main amd64 grub-efi-amd64 amd64 2.02~beta3-4ubuntu2 [72.4 kB]
Get:3 http://archive.ubuntu.com/ubuntu zesty/main amd64 grub-efi-amd64-signed amd64 1.80+2.02~beta3-4ubuntu2 [293 kB]
Get:4 http://archive.ubuntu.com/ubuntu zesty/main amd64 shim amd64 0.9+1474479173.6c180c6-1ubuntu1 [434 kB]
Get:5 http://archive.ubuntu.com/ubuntu zesty/main amd64 shim-signed amd64 1.28+0.9+1474479173.6c180c6-1ubuntu1 [309 kB]
Fetched 1,758 kB in 2s (850 kB/s)
Preconfiguring packages ...
(Reading database ... 114697 files and directories currently installed.)
Removing grub-gfxpayload-lists (0.7) ...
Removing grub-pc (2.02~beta3-4ubuntu2) ...
Selecting previously unselected package grub-efi-amd64-bin.
(Reading database ... 114677 files and directories currently installed.)
Preparing to unpack .../grub-efi-amd64-bin_2.02~beta3-4ubuntu2_amd64.deb ...
Unpacking grub-efi-amd64-bin (2.02~beta3-4ubuntu2) ...
Selecting previously unselected package grub-efi-amd64.
Preparing to unpack .../grub-efi-amd64_2.02~beta3-4ubuntu2_amd64.deb ...
Unpacking grub-efi-amd64 (2.02~beta3-4ubuntu2) ...
Selecting previously unselected package grub-efi-amd64-signed.
Preparing to unpack .../grub-efi-amd64-signed_1.80+2.02~beta3-4ubuntu2_amd64.deb ...
Unpacking grub-efi-amd64-signed (1.80+2.02~beta3-4ubuntu2) ...
Selecting previously unselected package shim.
Preparing to unpack .../shim_0.9+1474479173.6c180c6-1ubuntu1_amd64.deb ...
Unpacking shim (0.9+1474479173.6c180c6-1ubuntu1) ...
Selecting previously unselected package shim-signed.
Preparing to unpack .../shim-signed_1.28+0.9+1474479173.6c180c6-1ubuntu1_amd64.deb ...
Unpacking shim-signed (1.28+0.9+1474479173.6c180c6-1ubuntu1) ...
Setting up grub-efi-amd64-bin (2.02~beta3-4ubuntu2) ...
Setting up grub-efi-amd64 (2.02~beta3-4ubuntu2) ...
Setting up shim (0.9+1474479173.6c180c6-1ubuntu1) ...
Setting up shim-signed (1.28+0.9+1474479173.6c180c6-1ubuntu1) ...
find: ‘/var/lib/dkms’: No such file or directory
No DKMS packages installed: not changing Secure Boot validation state.
Setting up grub-efi-amd64-signed (1.80+2.02~beta3-4ubuntu2) ...
Processing triggers for man-db (2.7.6.1-2) ...
lubuntu@lubuntu:~$ sudo grub-install --no-nvram --root-directory=/mnt
Installing for x86_64-efi platform.
Installation finished. No error reported.
lubuntu@lubuntu:~$ sudo -s
root@lubuntu:~# cd /mnt/boot/efi/EFI
root@lubuntu:/mnt/boot/efi/EFI# cp -r ubuntu Boot
root@lubuntu:/mnt/boot/efi/EFI# cd Boot
root@lubuntu:/mnt/boot/efi/EFI/Boot# cp shimx64.efi bootx64.efi
root@lubuntu:/mnt/boot/efi/EFI/Boot# exit
exit
lubuntu@lubuntu:~$ sudo mount --bind /run/resolvconf /mnt/run/resolvconf
lubuntu@lubuntu:~$ sudo chroot /mnt apt install grub2-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
grub-common os-prober
Suggested packages:
multiboot-doc grub-emu xorriso desktop-base
The following NEW packages will be installed:
grub-common grub2-common os-prober
0 upgraded, 3 newly installed, 0 to remove and 78 not upgraded.
Need to get 2,310 kB of archives.
After this operation, 13.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://tn.archive.ubuntu.com/ubuntu zesty/main amd64 grub-common amd64 2.02~beta3-4ubuntu2 [1,761 kB]
Get:2 http://tn.archive.ubuntu.com/ubuntu zesty/main amd64 grub2-common amd64 2.02~beta3-4ubuntu2 [529 kB]
Get:3 http://tn.archive.ubuntu.com/ubuntu zesty/main amd64 os-prober amd64 1.74ubuntu1 [19.8 kB]
Fetched 2,310 kB in 2s (842 kB/s)
Selecting previously unselected package grub-common.
(Reading database ... 147854 files and directories currently installed.)
Preparing to unpack .../grub-common_2.02~beta3-4ubuntu2_amd64.deb ...
Unpacking grub-common (2.02~beta3-4ubuntu2) ...
Selecting previously unselected package grub2-common.
Preparing to unpack .../grub2-common_2.02~beta3-4ubuntu2_amd64.deb ...
Unpacking grub2-common (2.02~beta3-4ubuntu2) ...
Selecting previously unselected package os-prober.
Preparing to unpack .../os-prober_1.74ubuntu1_amd64.deb ...
Unpacking os-prober (1.74ubuntu1) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for install-info (6.3.0.dfsg.1-1) ...
Setting up grub-common (2.02~beta3-4ubuntu2) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Running in chroot, ignoring request.
Processing triggers for systemd (232-21ubuntu2) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up grub2-common (2.02~beta3-4ubuntu2) ...
Setting up os-prober (1.74ubuntu1) ...
Processing triggers for ureadahead (0.100.0-19) ...
lubuntu@lubuntu:~$ sudo cp /mnt/usr/share/grub/default/grub /mnt/etc/default
lubuntu@lubuntu:~$ sudo sed -i 's/^GRUB_HIDDEN/#&/' /mnt/etc/default/grub
lubuntu@lubuntu:~$ sudo chroot /mnt update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.10.0-22-generic
Found initrd image: /boot/initrd.img-4.10.0-22-generic
Found linux image: /boot/vmlinuz-4.10.0-19-generic
Found initrd image: /boot/initrd.img-4.10.0-19-generic
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Adding boot menu entry for EFI firmware configuration
done
lubuntu@lubuntu:~$
Hors ligne
#122 Le 08/06/2017, à 20:02
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
voila le lien pour le rapport bisnext: https://paste.debian.net/970672/
j'attends ta réponse pour le redémarrage.
Hors ligne
#123 Le 08/06/2017, à 20:23
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Je ne vois pas un fichier, je ne sais pas trop là, Eteins l'ordi avec le menu, enlève la clé usb et redémarre. Dis ce que tu obtiens sans rien changer dans le bios.
Hors ligne
#124 Le 08/06/2017, à 20:57
- bouhq
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Hourrrrrrrra, enfin, on y est arrivé. Lubuntu est installé sur le disque dur, le boot s'est fait le plus normalement du monde, on me demande si je veux installer des mises à jour, qu'est e que je fais? Y'a-t-il une suite à l'installation?
Merci du fond du cœur, laurent 85. Tu es un champion.
Hors ligne
#125 Le 08/06/2017, à 21:17
- Laurent85
Re : [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Ah ça fait plaisir à lire, on est deux à avoir gagné en équipe , tu sais bouhq je vois souvent des utilisateurs abandonner... tu n'as pas lâché et tu as eu raison
Bon petit bémol quand même, tu vas traîner ce boulet de bios pourri, et tant qu'une mise à jour du bios ne viendra pas corriger tout ça bah ça sera pénible pour toi en cas de problème.
Tu peux mettre à jour normalement. Je ne pense pas qu'une mise à jour poussera dans le système une version de grub via une dépendance. Normalement c'est bon. N'installe pas grub surtout ! Les paquets grub2-common et grub-common ne pose pas de problème, je les ai installés pour que la mise à jour du menu fonctionne quand arrivent de nouveaux noyaux.
Hors ligne