#26 Le 15/12/2016, à 10:58
- malbo
Re : [Résolu]GRUB non installé
Je ne peux pas démarrer sur Ubuntu sans passer par F9 au démarrage. L'option secure boot est bien désactivée.
Merci pour ces précisions très importantes.
Le premier menu que tu vois en passant par F9 est le "Boot Menu", c'est à dire le menu de démarrage proposé par le système UEFI de ton ordi. Ce n'est donc PAS un menu proposé par Ubuntu.
Le menu affiché par Bougron dans le message 22 s'appelle le "menu Grub". En effet, tu pourras vérifier qu'il y a un titre en haut du menu qui commence par "GNU GRUB". Il s'agit là du menu proposé par Ubuntu. Si un de ces jours la partition racine de ton Ubuntu est écrasée par une fausse manœuvre, tu pourrais ne plus trouver ce menu Grub au démarrage alors que le Boot Menu fonctionnera toujours et te proposera toujours la même entrée pour Ubuntu (sauf qu'elle ne donnera rien si ton Ubuntu est écrasé)
Dernière modification par malbo (Le 15/12/2016, à 11:15)
Hors ligne
#27 Le 15/12/2016, à 13:42
- Laurent85
Re : [Résolu]GRUB non installé
Il y a des firmware UEFI hémiplégiques qui ne connaissent que Windows et ignorent les autres systèmes lors d'un démarrage par défaut, ouvre une un terminal et colle le résultat de la commande dans ta réponse,
systèmes enregistrés dans la mémoire nvram :
sudo efibootmgr -v
Hors ligne
#28 Le 15/12/2016, à 19:34
- gilounux
Re : [Résolu]GRUB non installé
Bonjour,
le résultat de sudo efibootmgr -v :
BootCurrent: 0004
Timeout: 0 seconds
BootOrder: 3001,3004,3005,2001,2002
Boot0000* Notebook Hard Drive BBS(HD,,0x500)................-.Z.......Z.A.Z........................................
Boot0001* Windows Boot Manager HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0004* ubuntu HD(9,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(\EFI\ubuntu\shimx64.efi)
Boot0005* Ubuntu HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(\EFI\ubuntu\grubx64.efi)RC
Boot2001* USB Drive (UEFI) RC
Boot3001* EFI Internal Hard Disk or Solid State Disk RC
Boot3004* EFI Internal Hard Disk or Solid State Disk RC
Boot3005* EFI Internal Hard Disk or Solid State Disk RC
Les 2 options 0004 et 0005 expliquent le fait que je vois 2 lignes 'Ubuntu' identiques dans le menu du boot (voir message 24) ?
Elles seraient liées au boot secure et non secure (shim/grub) ?
Donc l'idée serait de réordonner via efibootmgr -o en mettant le 0004 en 1er ? ou le 0005 ?
Ou bien ce n'est pas ça du tout ?
Merci.
Hors ligne
#29 Le 15/12/2016, à 20:03
- malbo
Re : [Résolu]GRUB non installé
Il y a une bizarrerie :
Boot0004* ubuntu HD(9,GPT,
Boot0005* Ubuntu HD(8,GPT,
Je te prie de démarrer une session de ton Ubuntu installé, refaire un Boot-Info depuis cette session et donner l'URL dans ta réponse. Peut-être que j'y comprendrai quelque chose(?)
Dernière modification par malbo (Le 15/12/2016, à 20:04)
Hors ligne
#30 Le 15/12/2016, à 20:57
- Laurent85
Re : [Résolu]GRUB non installé
Le plus simple en ligne de commande,
réinstallation de grub :
sudo grub-install
Ça permettra de vérifier qu'Ubuntu est correctement configuré d'une part concernant EFI et d'autre part la commande mettra Ubuntu en priorité pour le démarrage.
Vérifie ce qui a été fait, réaffiche les entrées de la nvram et leur ordre :
sudo efibootmgr -v
Tu devrais avoir l'entrée Ubuntu en tête de la ligne BootOrder.
Redémarre, et si Grub ne s'affiche pas au démarrage cela confirmera le problème de firmware UEFI dont je parlais.
Regarde aussi dans le Bios s'il n'y a pas une option pour valider l'enregistrement d'Ubuntu par l'UEFI, j'ai déjà lu ça quelque part. Le soucis est qu'il n'y a pas de standard, d'un constructeur à l'autre, d'une implémentation à l'autre de l'UEFI il n'y a pas moyen de donner une réponse unique pour régler le problème. Sauf concernant le démarrage de Windows bien sûr, là comme par hasard ça marche toujours
Dernière modification par Laurent85 (Le 15/12/2016, à 21:00)
Hors ligne
#31 Le 16/12/2016, à 00:37
- gilounux
Re : [Résolu]GRUB non installé
Bonjour,
l'exécution de la cde sudo grub-install s'est bien passée :
Installing for x86_64-efi platform.
Installation finished. No error reported.
et l'entrée Ubuntu est passée en tête (mais sur shim) :
sudo efibootmgr -v
BootCurrent: 0004
Timeout: 0 seconds
BootOrder: 0002,3001,3004,3005,2001,2002
Boot0000* Notebook Hard Drive BBS(HD,,0x500)................-.Z.......Z.A.Z........................................
Boot0001* Windows Boot Manager HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0002* ubuntu HD(9,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(\EFI\ubuntu\shimx64.efi)
Boot2001* USB Drive (UEFI) RC
Boot3001* EFI Internal Hard Disk or Solid State Disk RC
Boot3004* EFI Internal Hard Disk or Solid State Disk RC
Boot3005* EFI Internal Hard Disk or Solid State Disk RC
Par contre je redémarre sur Windows.
J'ai redémarré avec la touche F9 pour sélectionner Ubuntu et j'ai réaffiché le efibootmgr
sudo efibootmgr -v
[sudo] password for jgv:
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 3001,3002,3003,2001,2002
Boot0000* Notebook Hard Drive BBS(HD,,0x500)................-.Z.......Z.A.Z........................................
Boot0001* Windows Boot Manager HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0002* ubuntu HD(9,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(\EFI\ubuntu\shimx64.efi)
Boot0003* Ubuntu HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(\EFI\ubuntu\grubx64.efi)RC
Boot2001* USB Drive (UEFI) RC
Boot3001* EFI Internal Hard Disk or Solid State Disk RC
Boot3002* EFI Internal Hard Disk or Solid State Disk RC
Boot3003* EFI Internal Hard Disk or Solid State Disk RC
et on voit que l'entrée Ubuntu n'est plus en tête et qu'une entrée Ubuntu grub a été créée.
rapport boot-info :
http://paste2.org/f4GOF5zx
où il y a une suggestion de réparation.
Pour le moment je n'ai pas trouvé d'option BIOS permettant de valider l'enregistrement d'Ubuntu par l'UEFI.
Merci.
Hors ligne
#32 Le 16/12/2016, à 07:42
- malbo
Re : [Résolu]GRUB non installé
Ton dernier Boot-Info ( http://paste2.org/f4GOF5zx ) est là :
Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
============================= Boot Info Summary: ===============================
=> No boot loader is installed in the MBR of /dev/sda.
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:
sda3: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
sda4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda5: __________________________________________________________________________
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: /bootmgr /boot/BCD
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 16.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda8: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda9: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/Boot/bkpbootx64.efi /EFI/Boot/bootx64.efi
/EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
/EFI/ubuntu/shimx64.efi
/EFI/HP/BIOSUpdate/CryptRSA.efi
/EFI/HP/BIOSUpdate/CryptRSA32.efi
/EFI/HP/BIOSUpdate/HpBiosUpdate.efi
/EFI/HP/BIOSUpdate/HpBiosUpdate32.efi
/EFI/HP/SystemDiags/CryptRSA.efi
/EFI/HP/SystemDiags/CryptRSA32.efi
/EFI/HP/SystemDiags/SystemDiags.efi
/EFI/HP/SystemDiags/SystemDiags32.efi
/EFI/HP/boot/bootmgfw.efi /EFI/HP/boot/bootmgr.efi
/EFI/HP/boot/memtest.efi
/EFI/Microsoft/Boot/bootmgfw.efi
/EFI/Microsoft/Boot/bootmgr.efi
/EFI/Microsoft/Boot/memtest.efi
/EFI/HP/EFI/Boot/bootx64.efi
/boot-sav/log/2016-12-12__22h20boot-repair56/sda9/bootx
64.efi
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 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/sda1 1 625,142,447 625,142,447 ee GPT
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sda1 R 2,048 821,247 819,200 Windows Recovery Environment (Windows)
/dev/sda3 1,353,728 1,615,871 262,144 Microsoft Reserved Partition (Windows)
/dev/sda4 1,615,872 128,568,996 126,953,125 Data partition (Windows/Linux)
/dev/sda5 R 574,971,904 625,141,759 50,169,856 Data partition (Windows/Linux)
/dev/sda6 128,569,344 167,106,559 38,537,216 Data partition (Linux)
/dev/sda7 167,630,848 460,599,295 292,968,448 Data partition (Linux)
/dev/sda8 460,599,296 468,412,415 7,813,120 Swap partition (Linux)
/dev/sda9 167,106,560 167,630,847 524,288 EFI System partition
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 C6C6390FC63900EB ntfs WINRE
/dev/sda3
/dev/sda4 3404C58B04C55112 ntfs
/dev/sda5 DC8E35B98E358CD0 ntfs RECOVERY
/dev/sda6 3d9825b4-b1e2-434d-808d-5d756930179c ext4
/dev/sda7 9e34d7e5-edf2-41a3-9835-25bbb6362297 ext4
/dev/sda8 aa99317b-e56c-43b4-bcdf-3d1fd8b1e70b swap
/dev/sda9 8684-46BE vfat
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Dec 15 23:50 ata-Hitachi_HTS543232A7A384_E203421L3752JP -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 15 23:50 ata-Hitachi_HTS543232A7A384_E203421L3752JP-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 15 23:50 ata-Hitachi_HTS543232A7A384_E203421L3752JP-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Dec 15 23:50 ata-Hitachi_HTS543232A7A384_E203421L3752JP-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Dec 15 23:50 ata-Hitachi_HTS543232A7A384_E203421L3752JP-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 15 23:50 ata-Hitachi_HTS543232A7A384_E203421L3752JP-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Dec 15 23:50 ata-Hitachi_HTS543232A7A384_E203421L3752JP-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Dec 15 23:50 ata-Hitachi_HTS543232A7A384_E203421L3752JP-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Dec 15 23:50 ata-Hitachi_HTS543232A7A384_E203421L3752JP-part9 -> ../../sda9
lrwxrwxrwx 1 root root 9 Dec 15 23:50 wwn-0x5000cca706ed882f -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 15 23:50 wwn-0x5000cca706ed882f-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 15 23:50 wwn-0x5000cca706ed882f-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Dec 15 23:50 wwn-0x5000cca706ed882f-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Dec 15 23:50 wwn-0x5000cca706ed882f-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 15 23:50 wwn-0x5000cca706ed882f-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Dec 15 23:50 wwn-0x5000cca706ed882f-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Dec 15 23:50 wwn-0x5000cca706ed882f-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Dec 15 23:50 wwn-0x5000cca706ed882f-part9 -> ../../sda9
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda6 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda7 /home ext4 (rw,relatime,data=ordered)
/dev/sda9 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda6/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 3d9825b4-b1e2-434d-808d-5d756930179c
else
search --no-floppy --fs-uuid --set=root 3d9825b4-b1e2-434d-808d-5d756930179c
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=10
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3d9825b4-b1e2-434d-808d-5d756930179c' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 3d9825b4-b1e2-434d-808d-5d756930179c
else
search --no-floppy --fs-uuid --set=root 3d9825b4-b1e2-434d-808d-5d756930179c
fi
linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=3d9825b4-b1e2-434d-808d-5d756930179c ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.4.0-53-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-3d9825b4-b1e2-434d-808d-5d756930179c' {
menuentry 'Ubuntu, with Linux 4.4.0-53-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-advanced-3d9825b4-b1e2-434d-808d-5d756930179c' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 3d9825b4-b1e2-434d-808d-5d756930179c
else
search --no-floppy --fs-uuid --set=root 3d9825b4-b1e2-434d-808d-5d756930179c
fi
echo 'Loading Linux 4.4.0-53-generic ...'
linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=3d9825b4-b1e2-434d-808d-5d756930179c ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-53-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-53-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-init-upstart-3d9825b4-b1e2-434d-808d-5d756930179c' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 3d9825b4-b1e2-434d-808d-5d756930179c
else
search --no-floppy --fs-uuid --set=root 3d9825b4-b1e2-434d-808d-5d756930179c
fi
echo 'Loading Linux 4.4.0-53-generic ...'
linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=3d9825b4-b1e2-434d-808d-5d756930179c ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-53-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-53-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-recovery-3d9825b4-b1e2-434d-808d-5d756930179c' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 3d9825b4-b1e2-434d-808d-5d756930179c
else
search --no-floppy --fs-uuid --set=root 3d9825b4-b1e2-434d-808d-5d756930179c
fi
echo 'Loading Linux 4.4.0-53-generic ...'
linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=3d9825b4-b1e2-434d-808d-5d756930179c ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-53-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-3d9825b4-b1e2-434d-808d-5d756930179c' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 3d9825b4-b1e2-434d-808d-5d756930179c
else
search --no-floppy --fs-uuid --set=root 3d9825b4-b1e2-434d-808d-5d756930179c
fi
echo 'Loading Linux 4.4.0-21-generic ...'
linux /boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=3d9825b4-b1e2-434d-808d-5d756930179c ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-21-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-3d9825b4-b1e2-434d-808d-5d756930179c' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 3d9825b4-b1e2-434d-808d-5d756930179c
else
search --no-floppy --fs-uuid --set=root 3d9825b4-b1e2-434d-808d-5d756930179c
fi
echo 'Loading Linux 4.4.0-21-generic ...'
linux /boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=3d9825b4-b1e2-434d-808d-5d756930179c ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-21-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-3d9825b4-b1e2-434d-808d-5d756930179c' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 3d9825b4-b1e2-434d-808d-5d756930179c
else
search --no-floppy --fs-uuid --set=root 3d9825b4-b1e2-434d-808d-5d756930179c
fi
echo 'Loading Linux 4.4.0-21-generic ...'
linux /boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=3d9825b4-b1e2-434d-808d-5d756930179c ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-21-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/25_custom ###
menuentry "Windows UEFI bootmgfw.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry "Windows Boot UEFI loader" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/Boot/bkpbootx64.efi
}
menuentry "EFI/ubuntu/MokManager.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/ubuntu/MokManager.efi
}
menuentry "EFI/HP/BIOSUpdate/CryptRSA32.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/HP/BIOSUpdate/CryptRSA32.efi
}
menuentry "EFI/HP/BIOSUpdate/CryptRSA.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/HP/BIOSUpdate/CryptRSA.efi
}
menuentry "EFI/HP/BIOSUpdate/HpBiosUpdate32.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/HP/BIOSUpdate/HpBiosUpdate32.efi
}
menuentry "EFI/HP/BIOSUpdate/HpBiosUpdate.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/HP/BIOSUpdate/HpBiosUpdate.efi
}
menuentry "EFI/HP/boot/bootmgfw.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/HP/boot/bootmgfw.efi
}
menuentry "EFI/HP/SystemDiags/CryptRSA32.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/HP/SystemDiags/CryptRSA32.efi
}
menuentry "EFI/HP/SystemDiags/CryptRSA.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/HP/SystemDiags/CryptRSA.efi
}
menuentry "EFI/HP/SystemDiags/SystemDiags32.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/HP/SystemDiags/SystemDiags32.efi
}
menuentry "EFI/HP/SystemDiags/SystemDiags.efi" {
search --fs-uuid --no-floppy --set=root 8684-46BE
chainloader (${root})/EFI/HP/SystemDiags/SystemDiags.efi
}
### END /etc/grub.d/25_custom ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sda9)' --class windows --class os $menuentry_id_option 'osprober-efi-8684-46BE' {
insmod part_gpt
insmod fat
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 8684-46BE
else
search --no-floppy --fs-uuid --set=root 8684-46BE
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sda6/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/sda6 during installation
UUID=3d9825b4-b1e2-434d-808d-5d756930179c / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda2 during installation
#UUID=A635-90EE /boot/efi vfat umask=0077 0 1
# /boot/efi was on /dev/sda9 après correction manuelle
#UUID=EAA7-A6F9 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda7 during installation
UUID=9e34d7e5-edf2-41a3-9835-25bbb6362297 /home ext4 defaults 0 2
# swap was on /dev/sda8 during installation
UUID=aa99317b-e56c-43b4-bcdf-3d1fd8b1e70b none swap sw 0 0
#UUID=A635-90EE /boot/efi vfat defaults 0 1
UUID=8684-46BE /boot/efi vfat defaults 0 1
--------------------------------------------------------------------------------
=================== sda6: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
63.437099457 = 68.115066880 boot/grub/grub.cfg 1
63.551452637 = 68.237852672 boot/vmlinuz-4.4.0-21-generic 2
63.813171387 = 68.518871040 boot/vmlinuz-4.4.0-21-generic.efi.signed 1
72.688220978 = 78.048382976 boot/vmlinuz-4.4.0-53-generic 1
72.813220978 = 78.182600704 boot/vmlinuz-4.4.0-53-generic.efi.signed 1
63.551452637 = 68.237852672 vmlinuz 2
76.327095032 = 81.955594240 boot/initrd.img-4.4.0-21-generic 2
76.436977386 = 82.073579520 boot/initrd.img-4.4.0-53-generic 3
76.327095032 = 81.955594240 initrd.img 2
76.327095032 = 81.955594240 initrd.img.old 2
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/3516/mounts) leaked on lvs invocation. Parent PID 13126: bash
File descriptor 63 (pipe:[103805]) leaked on lvs invocation. Parent PID 13126: bash
ADDITIONAL INFORMATION :
=================== log of boot-info 2016-12-15__23h50 ===================
boot-info version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
Warning: failed to translate partition name
Warning: failed to translate partition name
boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=3d9825b4-b1e2-434d-808d-5d756930179c ro quiet splash vt.handoff=7
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda1': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount -t ntfs-3g -o remove_hiberfile /dev/sda1 /mnt/boot-sav/sda1
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda1': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount /dev/sda1 : Error code 14
mount -r /dev/sda1 /mnt/boot-sav/sda1
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda4': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount -t ntfs-3g -o remove_hiberfile /dev/sda4 /mnt/boot-sav/sda4
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda4': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount /dev/sda4 : Error code 14
mount -r /dev/sda4 /mnt/boot-sav/sda4
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda5': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount -t ntfs-3g -o remove_hiberfile /dev/sda5 /mnt/boot-sav/sda5
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda5': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount /dev/sda5 : Error code 14
mount -r /dev/sda5 /mnt/boot-sav/sda5
=================== os-prober:
/dev/sda6:The OS now in use - Ubuntu 16.04.1 LTS CurrentSession:linux
/dev/sda9@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
=================== blkid:
/dev/sda1: LABEL="WINRE" UUID="C6C6390FC63900EB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="9f3b8c97-7725-40f9-80ab-666277690461"
/dev/sda4: UUID="3404C58B04C55112" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="0038253f-d97c-44ee-a7fd-abe9eda9fdac"
/dev/sda5: LABEL="RECOVERY" UUID="DC8E35B98E358CD0" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="8ccfe0cd-20f9-4c82-a687-b6e6560a41d6"
/dev/sda6: UUID="3d9825b4-b1e2-434d-808d-5d756930179c" TYPE="ext4" PARTUUID="ae8107dd-1fef-4317-af54-e0f40e68666f"
/dev/sda7: UUID="9e34d7e5-edf2-41a3-9835-25bbb6362297" TYPE="ext4" PARTUUID="e78904b9-671b-47a9-afad-39a0d79c9ca1"
/dev/sda8: UUID="aa99317b-e56c-43b4-bcdf-3d1fd8b1e70b" TYPE="swap" PARTUUID="06e3b2f3-1b2b-4824-bbd2-44fc9bae3b65"
/dev/sda9: UUID="8684-46BE" TYPE="vfat" PARTUUID="fbe427c7-f6f0-433d-b180-ee021289df50"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="409ec9d8-9197-460a-bb74-3715ddb51155"
1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
Windows not detected by os-prober on sda4.
=================== /etc/grub.d/ :
drwxr-xr-x 2 root root 4096 déc. 12 23:23 grub.d
total 80
-rwxr-xr-x 1 root root 9791 avril 16 2016 00_header
-rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
-rwxr-xr-x 1 root root 12261 avril 16 2016 10_linux
-rwxr-xr-x 1 root root 11082 avril 16 2016 20_linux_xen
-rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 1854 déc. 12 23:23 25_custom
-rwxr-xr-x 1 root root 11692 avril 16 2016 30_os-prober
-rwxr-xr-x 1 root root 1418 avril 16 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 16 2016 40_custom
-rwxr-xr-x 1 root root 216 avril 16 2016 41_custom
-rw-r--r-- 1 root root 483 avril 16 2016 README
=================== /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"
/boot/efi detected in the fstab of sda6: UUID=8684-46BE (sda9)
Presence of EFI/Boot file detected: /mnt/boot-sav/sda5/EFI/Boot/bootx64.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bkpbootx64.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
Presence of bkp file detected: /boot/efi/EFI/Boot/bkpbootx64.efi
=================== efibootmgr -v
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 3001,3002,3003,2001,2002
Boot0000* Notebook Hard Drive BBS(HD,,0x500)................-.Z.......Z.A.Z........................................
Boot0001* Windows Boot Manager HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(EFIMicrosoftBootbootmgfw.efi)RC
Boot0002* ubuntu HD(9,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(EFIubuntushimx64.efi)
Boot0003* Ubuntu HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(EFIubuntugrubx64.efi)RC
Boot2001* USB Drive (UEFI) RC
Boot3001* EFI Internal Hard Disk or Solid State Disk RC
Boot3002* EFI Internal Hard Disk or Solid State Disk RC
Boot3003* EFI Internal Hard Disk or Solid State Disk RC
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)
=================== PARTITIONS & DISKS:
sda6 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, .
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, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
sda4 : sda, 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, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda4.
sda5 : 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, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda5.
sda7 : sda, maybesepboot, 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, /home.
sda9 : sda, 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, /boot/efi.
sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: ATA Hitachi HTS54323 (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 420MB 419MB ntfs hidden, diag
3 693MB 827MB 134MB Microsoft reserved partition msftres
4 827MB 65.8GB 65.0GB ntfs Basic data partition msftdata
6 65.8GB 85.6GB 19.7GB ext4
9 85.6GB 85.8GB 268MB fat32 boot, esp
7 85.8GB 236GB 150GB ext4
8 236GB 240GB 4000MB linux-swap(v1)
5 294GB 320GB 25.7GB ntfs Basic data partition hidden, msftdata
=================== parted -lm:
BYT;
/dev/sda:320GB:scsi:512:512:gpt:ATA Hitachi HTS54323:;
1:1049kB:420MB:419MB:ntfs::hidden, diag;
3:693MB:827MB:134MB::Microsoft reserved partition:msftres;
4:827MB:65.8GB:65.0GB:ntfs:Basic data partition:msftdata;
6:65.8GB:85.6GB:19.7GB:ext4::;
9:85.6GB:85.8GB:268MB:fat32::boot, esp;
7:85.8GB:236GB:150GB:ext4::;
8:236GB:240GB:4000MB:linux-swap(v1)::;
5:294GB:320GB:25.7GB:ntfs:Basic data partition:hidden, msftdata;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sda disk 298,1G
sda1 part ntfs 400M WINRE
sda3 part 128M
sda4 part ntfs 60,5G
sda5 part ntfs 23,9G RECOVERY
sda6 part ext4 18,4G
sda7 part ext4 139,7G
sda8 part swap 3,7G
sda9 part vfat 256M
KNAME ROTA RO RM STATE MOUNTPOINT
sda 1 0 0 running
sda1 1 0 0 /mnt/boot-sav/sda1
sda3 1 0 0
sda4 1 0 0 /mnt/boot-sav/sda4
sda5 1 0 0 /mnt/boot-sav/sda5
sda6 1 0 0 /
sda7 1 0 0 /home
sda8 1 0 0 [SWAP]
sda9 1 0 0 /boot/efi
=================== 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=790492k,nr_inodes=197623,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=162280k,mode=755)
/dev/sda6 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
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/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,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/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda9 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda7 on /home type ext4 (rw,relatime,data=ordered)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=162280k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (ro,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 holders inflight integrity power queue range removable ro sda1 sda3 sda4 sda5 sda6 sda7 sda8 sda9 size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd freefall full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kfd kmsg lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper: control
ls: cannot access '': No such file or directory
=================== 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 0c 00 00 00 00 00 |................|
00000030 55 85 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U...............|
00000040 f6 00 00 00 01 00 00 00 eb 00 39 c6 0f 39 c6 c6 |..........9..9..|
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 41 20 64 69 |............A di|
00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
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 a7 01 bf 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sda4
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 a8 18 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 a0 26 91 07 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 12 51 c5 04 8b c5 04 34 |.........Q.....4|
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 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 28 10 b9 d8 0f fc f3 aa e9 5f 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 a0 f8 01 e8 09 00 |...u...fa.......|
00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
00000200
ls sda5/efi: /ubuntu/shimx64.efi /Boot/bootx64.efi.grb /Boot/bootx64.efi
ls sda5: boot
bootmgr
bootmgr.efi
efi
EFI
FactoryUpdate
hp
preload
recovery
$RECYCLE.BIN
RM_Reserve
System Volume Information . Please report this message to boot.repair@gmail.com
ls /boot/efi/efi : Boot
HP
Microsoft
ubuntu
Error efitmp. Please report this message to boot.repair@gmail.com
=================== hexdump -n512 -C /dev/sda5
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 60 45 22 |........?....`E"|
00000020 00 00 00 00 80 00 80 00 ff 87 fd 02 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 d0 8c 35 8e b9 35 8e dc |..........5..5..|
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 41 20 64 69 |............A di|
00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
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 a7 01 bf 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sda9
00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 01 20 00 |.X.mkfs.fat... .|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 d8 f5 09 |........?.......|
00000020 00 00 08 00 c1 0f 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 be 46 84 86 20 20 20 20 20 20 20 20 20 |..).F.. |
00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 772M 0 772M 0% /dev
tmpfs tmpfs 159M 5.4M 154M 4% /run
/dev/sda6 ext4 18G 5.5G 12G 32% /
tmpfs tmpfs 793M 224K 793M 1% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 793M 0 793M 0% /sys/fs/cgroup
/dev/sda9 vfat 253M 92M 161M 37% /boot/efi
/dev/sda7 ext4 138G 105M 131G 1% /home
tmpfs tmpfs 159M 52K 159M 1% /run/user/1000
/dev/sda1 fuseblk 400M 236M 165M 59% /mnt/boot-sav/sda1
/dev/sda4 fuseblk 61G 48G 14G 79% /mnt/boot-sav/sda4
/dev/sda5 fuseblk 24G 22G 2.9G 88% /mnt/boot-sav/sda5
=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 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
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 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: 7812F004-AB75-4FBD-B6E1-6FA0C046A577
Device Start End Sectors Size Type
/dev/sda1 2048 821247 819200 400M Windows recovery environment
/dev/sda3 1353728 1615871 262144 128M Microsoft reserved
/dev/sda4 1615872 128568996 126953125 60.5G Microsoft basic data
/dev/sda5 574971904 625141759 50169856 23.9G Microsoft basic data
/dev/sda6 128569344 167106559 38537216 18.4G Linux filesystem
/dev/sda7 167630848 460599295 292968448 139.7G Linux filesystem
/dev/sda8 460599296 468412415 7813120 3.7G Linux swap
/dev/sda9 167106560 167630847 524288 256M EFI System
Partition table entries are not in disk order.
=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda6, using the following options: sda9/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
=================== Final advice in case of suggested repair
If your computer reboots directly into Windows, try to change the boot order in your BIOS.
If your BIOS does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\...\grub*.efi
=================== User settings
The settings chosen by the user will not act on the boot.
paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (), using paste2
On y voit le paramétrage du système UEFI dans cet extrait :
=================== efibootmgr -v
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 3001,3002,3003,2001,2002
Boot0000* Notebook Hard Drive BBS(HD,,0x500)................-.Z.......Z.A.Z........................................
Boot0001* Windows Boot Manager HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(EFIMicrosoftBootbootmgfw.efi)RC
Boot0002* ubuntu HD(9,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(EFIubuntushimx64.efi)
Boot0003* Ubuntu HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(EFIubuntugrubx64.efi)RC
Boot2001* USB Drive (UEFI) RC
Boot3001* EFI Internal Hard Disk or Solid State Disk RC
Boot3002* EFI Internal Hard Disk or Solid State Disk RC
Boot3003* EFI Internal Hard Disk or Solid State Disk RC
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com
La ligne suivante indique que la session Ubuntu a été démarrée en utilisant l'entrée Boot0002 :
BootCurrent: 0002
Laquelle entrée est détaillée sur cette ligne :
Boot0002* ubuntu HD(9,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(EFIubuntushimx64.efi)
Cette ligne est correcte parce que le "9" qui précède "GPT" indique qu'il s'agit de la 9ème partition (donc sda9). La partie fbe427c7-f6f0-433d-b180-ee021289df50 désigne bien cette partition comme on peut voir dans cet extrait de la partie "blkid" du Boot-Info :
/dev/sda9: UUID="8684-46BE" TYPE="vfat" PARTUUID="fbe427c7-f6f0-433d-b180-ee021289df50"
Et cette entrée Boot0002 pointe bien vers le fichier /EFI/ubuntu/shimx64.efi de la partition sda9.
Par contre, l'entrée Boot0001 et l'entrée Boot0003 comporte "HD(8,GPT," et pour moi ce n'est pas normal et on devrait voir "HD(9,GPT," comme pour l'entrée Boot0002. Je ne sais pas s'il y a un intérêt ou pas à vouloir rectifier ça puisque tout semble fonctionner. En tout cas, moi je ne sais pas comment faire.
Dernière modification par malbo (Le 16/12/2016, à 07:46)
Hors ligne
#33 Le 16/12/2016, à 11:18
- Bougron
Re : [Résolu]GRUB non installé
Bonjour Malbo
Pour t'éviter de tout relire
A) Cet ordinateur avait initialement une partition 2 contenant tous les fichiers de boot du constructeur dans laquelle il avait aussi mis ceux du fournisseur de logiciel.
B) Ce constructeur a trouvé le moyen de locker cette partition en écriture seule, C'est la troisième fois que je traite ce problème.
A chaque fois , je tâtonne car boot-repair évolue => Maintenant il est capable de supprimer le flag 'busy' et de faire un fsck de la partition FAT.
C) Bêtement, j'ai fait créé une petite partition en FAT32 en espérant y mettre le shimx64. qui s'est appelée sdaN
J'ai donc fait enlever le flag de boot esp de sda2 pour le mettre sur sdaN
D) Mais boot-repair a certainement été modifié pour ne plus rechercher une partition avec un drapeau ESP, il s'est donc entêté à vouloir écrire dans la partition SDA2!
E) Mais on n'a pas réussi à 'chrooter" sur ubuntu.
F) Donc j'ai fait supprimer la partition, pour en créer une nouvelle de taille beaucoup plus grande afin d'y copier tous les fichiers .EFI et de supprimer la partition SDA2
G) Boot-repair a alors pu copier les fichiers de boot de ubuntu.
Je vais regarder plus en détail les numéros de partitions qui ont été attribués pendant toutes ces opérations car je pense que l'origine de ces lignes provient de ces opérations. Il est en effet possible que sur le terrain, il y ait eu un peu plus de difficultés avec création de la nouvelle grande partition avant suppression de la nouvelle petite partition. Bien que le fait que cela soit le même UUID ( fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800) le contredise fortement.
En fait, c'est plus compliqué que cela, On trouve l'origine de l'erreur avec cette ligne qui a été recréée
Boot0001* Windows Boot Manager HD(8,GPT,fbe427c7-f6f0-433d-b180-ee021289df50,0x9f5d800,0x80000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Je ne pense pas que cela soit ubuntu, je ne pense pas que ce soit windows, donc je pense au bios
=> La partition 8 est la partition de swap.
Je ne serais pas surpris que ce bios ne sache pas l'identifier comme étant une partition valide.
Dernière modification par Bougron (Le 16/12/2016, à 12:26)
Hors ligne
#34 Le 16/12/2016, à 11:36
- malbo
Re : [Résolu]GRUB non installé
@Bougron : malgré tout, le fonctionnement actuel du dual-boot est correct puisque l'ordi démarre par défaut sur Windows (c'est ce que je comprends à la lecture du post #31) et l'accès à Ubuntu en passant par F9 est fonctionnel. Je pense qu'il vaudrait mieux ne toucher à rien et intervenir seulement pour aider gilounux s'il a des soucis dans l'avenir avec son dual-boot. Cela dit, tu es plus armé que moi pour juger de l'intérêt de poursuivre ou pas.
Hors ligne
#35 Le 16/12/2016, à 11:57
- Bougron
Re : [Résolu]GRUB non installé
On sait que, pour les ordinateurs HP de première génération EFI, ce n'est pas évident.
Tout comme toi, je considère que dès l'instant où ubuntu boote avec la touche F9, c'est une réussite.
Cette action permet alors de choisir les OS qui ne sont pas windows et on reste par défaut avec un boot windows.
J'ai envie de dire que cette série n'utilise pas le contenu du NVRAM pour piloter son boot mais se sert du NVRAM pour stocker sa façon de booter.
Accidentellement avec la commande EFIBOOTMGR, on peut y stocker d'autres informations qui ne sont pas utilisées pour mettre en route le boot.
Pour aller plus loin,
il y a bien la solution que boot-repair faisait à un moment donné et qu'on a réussi à faire supprimer.
Je pense qu'elle est encore décrite dans la doc (Remplacer le fichier de boot de windows par celui de ubuntu). Je l'ai qualifiée de KAMIKAZE.
Mais il y a une autre solution qu'on peut appliquer . C'est celle qui s'applique pour les ordinateurs bridés dans laquelle la touche F9 ne fonctionne pas:
A) Le boot se faisant obligatoirement avec windows.
B) C'est windows qui lance ubuntu.
Cette opération est fastidieuse. Alors j'ai donné un conseil qui peut s'appliquer ici pour éviter l'appui sur la touche F9.
Lorsque ubuntu est lancé, on ne l'arrête plus! :On choisit de le mettre en veille
Dernière modification par Bougron (Le 16/12/2016, à 12:29)
Hors ligne
#36 Le 16/12/2016, à 12:20
- Bougron
Re : [Résolu]GRUB non installé
Bonjour,
Une dernière remarque si je peux me permettre :
Lors de l'affichage du menu du boot, 2 lignes identiques apparaissent pour Ubuntu (UBUNTU HITACHI n° modèle ou série du disque)
Est-ce lié aux modes EFI/legacy ? MerciMerci à tous pour votre support (compétence, patience, réactivité)
Bonjour
Pour répondre à ta question.
Sans certitude de ma part, je pense qu'on voit la description de tes lignes stockée dans la NVRAM de la façon suivante
Boot3001* EFI Internal Hard Disk or Solid State Disk RC
Boot3002* EFI Internal Hard Disk or Solid State Disk RC
Boot3003* EFI Internal Hard Disk or Solid State Disk RC
Elles pourraient correspondre aux trois fichiers suivants:
EFI/ubuntu/MokManager.efi ===> il permet de booter avec une clé sécurisée non standard (je ne sais en dire plus).
/EFI/ubuntu/grubx64.efi ====> il permet de booter lorsque le secure boot n'est pas activé.
/EFI/ubuntu/shimx64.efi ====> Il permet de booter avec la clé sécurée officielle de ubuntu
Je ne sais pas te dire l'ordre retenu et si les trois programmes de boot fonctionnent pour ton EFI.
Mais comme il manque une ligne...... Il est possible que MokManager.efi soit d'emblée éliminé de la proposition.
Dernière modification par Bougron (Le 16/12/2016, à 12:21)
Hors ligne
#37 Le 16/12/2016, à 15:21
- Laurent85
Re : [Résolu]GRUB non installé
Il ne faut pas chercher à compendre à mon avis le firmware UEFI est bugué. Dans cette situation il y a plusieurs solutions à envisager :
rester comme ça et utiliser la touche F9 pour démarrer Ubuntu
une mise à jour du bios (firmware UEFI) est peut-être disponible et corrige aussi le défaut, c'est ce que dit la doc référencée après
modifier le paramétrage de Windows pour qu'il charge grub au lieu de son chargeur par défaut, je ne sais pas ce que ça vaut je n'ai pas Windows pour tester
bidouiller les fichiers de la partition efi et duper le firmware pour que pensant charger Windows il charge en réalité grub, cette solution devrait marcher dans tous les cas mais pareil il faut tester et c'est de la ligne de commande
Regarde la liste des solutions dans la doc https://doc.ubuntu-fr.org/uefi#contourn … _windows_8, je ne sais pas si certaines solutions sont valables avec Windows 10.
Perso je tenterais déjà la mise à jour du bios.
Hors ligne
#38 Le 16/12/2016, à 18:29
- Bougron
Re : [Résolu]GRUB non installé
Il ne faut pas chercher à comprendre à mon avis le firmware UEFI est bugué.
bidouiller les fichiers de la partition efi et duper le firmware pour que pensant charger Windows il charge en réalité grub, cette solution devrait marcher dans tous les cas mais pareil il faut tester et c'est de la ligne de commande
Cette solution n'est plus très conseillée, car c'est bien de tromper le firmawre mais alors le grub lui aussi est trompé et il lance ubuntu lorsqu'on lui demande de lancer windows.!!!!
Il faut donc modifier assez en profondeur le grub et recommencer cette modif a chaque fois que le grub reçoit une petite mise à jour.
En plus il arrive que les mises à jour de windows remettent en état. Il et faut recommencer la modif initiale.
==>Cette solution qui était présente dans boot-repair n'y est plus. Ce n'est pas plus mal.
Si tu savais, le nombre d'intervention qu'il a fallu corriger lorsque l'utilisateur changeait de version ubuntu et qu'il ne disposait plus du grub 'bidouillé'.
De cette grosse modif, il ne reste que la bidouille du fichier de boot de la structure boot. qui n'a pas fonctionné pour ce micro; /EFI/Boot/bkpbootx64.efi /EFI/Boot/bootx64.efi
On est tombé d'accord dans ce forum pour dire que la touche F9 est la bonne solution lorsqu'elle fonctionne et lorsque d'autres solutions (touche F12, BCDEDIT , shim certifié) sont inutilisables.
Il est vrai que je n'ai pas pensé à vérifier que
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
ne faisait pas booter ubuntu
Dernière modification par Bougron (Le 16/12/2016, à 18:40)
Hors ligne
#39 Le 19/12/2016, à 22:36
- gilounux
Re : [Résolu]GRUB non installé
Bonjour,
Merci pour toutes ces explications. Je vais continuer à démarrer sur Ubuntu via F9 et je verrai par la suite si je tente les différentes possibilités que vous indiquez.
Le jour où je décide de ne plus utiliser que Ubuntu, la meilleure façon de procéder est-elle bien de réinstaller en choisissant l'option "effacer le disque et installer Ubuntu" ?
Si vous le voulez bien on peut considérer le sujet comme résolu.
Merci à tous.
Hors ligne
#40 Le 19/12/2016, à 23:01
- Bougron
Re : [Résolu]GRUB non installé
Bonsoir
Même si tu supprimes windows, la façon de démarrer à partir du bios restera identique. De plus tu te priverais d'un outil qui permet de certifier que le matériel fonctionne spécialement le wifi voir les écrans.
Pour marquer résolu, tu te positionnes sur la première discussion. Tu cliques sur l'onglet "modifier" en bas à droite
Tu te positionnes au début de la ligne de titre et tu ajoutes [Résolu]
Si tu utilises peu Windows, il serait alors possible de regarder la taille qu'il occupe sur le disque. Un bon windows10 ne fait pas plus de 35 Go
Ici ce n'est pas exagéré. il y a deux partitions pour 70 Go en vrai dont la seconde est probablement devenue inutile
/dev/sda4 fuseblk 61G 48G 14G 79% /mnt/boot-sav/sda4
/dev/sda5 fuseblk 24G 22G 2.9G 88% /mnt/boot-sav/sda5
Dernière modification par Bougron (Le 19/12/2016, à 23:11)
Hors ligne