Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 18/07/2017, à 11:58

gnap

Démarage bloqué console initramfs

Bonjour à tous !

Je suis sur linux depuis peu et pour commencer à l'utiliser simplement j'avais décidé de l'installer sur une clé USB que j'utiliserait comme un disque normal. (tuto :  http://www.01audio-video.com/linux-ubun … r-usb.htm).
Je n'ai jamais vraiment eu de soucis majeur mais depuis hier je reste bloqué sur une console initramfs :
https://user.oc-static.com/upload/2017/ … 052_0.jpeg

J'ai regardé un peu sur le web ce que ça pouvait être et j'ai suivis les conseil en gravant linux sur une autre clé USB live et lancer gparted :
https://user.oc-static.com/upload/2017/ … 574_0.jpeg

J'ai ensuite installé boot repair, pour faire les réparations recommandées (ce qui n'a pas fonctionné) et en cliquant sur le deuxième bouton un message apparait me disant de noter cette adresse :  http://paste.ubuntu.com/25117641/

Pour info j'ai un ordinateur :
-Acer Aspire E5-571PG
- windows 10 famille
- intel core i7-4510U CPU 2.00GHz - 2.60GHz
- 8Go de RAM

Voilà je suis bloqué depuis quelques jours et je n'ai plus de pistes
Merci de votre aide !


Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images (Des hébergeurs comme Toile Libre, TDCT'Pix et hostingpics le permettent).

Dernière modification par cqfd93 (Le 18/07/2017, à 20:38)

Hors ligne

#2 Le 18/07/2017, à 12:53

Nuliel

Re : Démarage bloqué console initramfs

Bonjour,

Dans un premier temps, commence par désactiver le secure boot (je pense que c'est ça qui t'empêche de démarrer): pour ça juste après avoir appuyé sur le bouton power pour démarrer ton ordi, appuie sur f2 (attention, il faut être rapide), normalement tu devrais accéder au bios. Tu devrais avoir l'option secure boot avec l'ordre d'amorçage, il faut désactiver l'option secure boot. Ensuite, valide les changements et tu devrais pouvoir démarrer sur ta clé usb.

Dans un deuxième temps, il serait bien de refaire l'installation d'ubuntu sur la clé: le swap est bien trop grand, le système de fichier ext2 serait à remplacer par ext4. Sinon, pourquoi n'installes tu pas ubuntu sur le disque dur directement? (d'ailleurs, tu en as deux visiblement, un petit ssd et un gros disque dur j'imagine). Le tuto que tu as suivi date de 2011, il a quand même 6 ans! Je te conseille de consulter la documentation ubuntu française, elle est bien plus à jour.

Et peux tu donner la référence exacte de ton pc ou le nom exact de ta carte graphique?

Dernière modification par Nuliel (Le 18/07/2017, à 12:59)

Hors ligne

#3 Le 18/07/2017, à 13:23

??

Re : Démarage bloqué console initramfs

Bonjour
Je ne sais pas trop décoder une partition chiffrée.   Mais la grosse piste que je vois est l'installation sur un support externe qui peut avoir un N° fluctuant en fonction des périphériques USB connectés.
par exemple actuellement tu as cela dans le fichier /boot/grub/grub.cfg

menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
    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='hd2,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
    else
      search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
    fi
    linux    /boot/vmlinuz-4.8.0-58-generic.efi.signed root=UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 ro  quiet splash $vt_handoff
    initrd    /boot/initrd.img-4.8.0-58-generic
}

et je verrais plutôt un truc de ce style
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
    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='hd1,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahc1,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
    else
      search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
    fi
    linux    /boot/vmlinuz-4.8.0-58-generic.efi.signed root=UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 ro  quiet splash $vt_handoff
    initrd    /boot/initrd.img-4.8.0-58-generic
}

Mais le plus grave est que cette erreur , elle est aussi présente dans le fichier de boot EFI!!!!
Voici donc commet corriger
1) Booter avec le support d'installation
2) Choisir "essayer avant d'installer"
3) Mettre le clavier en français avec la commande     setxkbmap fr   qu'il faut frapper setxbk,qp fr
4) Monter la partition de boot EFI par la commande

sudo  mount -v    /dev/sda2  /mnt

5) Ouvrir le fichier de boot par la commande

sudo gedit   /mnt/EFI/ubuntu/grub.cfg

en se moquant du petit message d'avertissement (est corrigé avec la version 17.10) car c'est trop pénible d'installer la commande gksu!
6) Faire moins 1 sur  le mot hd2 pour le transformer en hd1
7) Sauver
8) Booter en ayant pris soin de démonter le support .

NOTA: Tu devrais te poser la question de la présence de la partition swap...... Elle est probablement inutile.
De plus ta partition / a une petite taille. Elle mériterait plus grand pour y stocker tes données sécurisées. Ton installation sécurisée pourrait être une erreur si tu prévois de stocker tes données dans une partition NTFS.
.

Dernière modification par ?? (Le 18/07/2017, à 17:32)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#4 Le 18/07/2017, à 13:58

moko138

Re : Démarage bloqué console initramfs

Pourquoi aller chercher un tutoriel périmé de 2011 ???
D'autant que sur notre site tu as un tutoriel mis à jour pour la compatibilité avec l'UEFI : doc.ubuntu-fr.org/tutoriel/installation_sur_disque_usb...


/!\ Ne jamais faire de "réparation recommandée" avant d'avoir eu confirmation par un spécialiste !

Voici le rapport boot-info :

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.
 => No boot loader is installed in the MBR of /dev/sdb.
 => No boot loader is installed in the MBR of /dev/sdc.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda2: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/Boot/bkpbootx64.efi /EFI/Boot/bootx64.efi 
                       /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi 
                       /EFI/OEM/Boot/bootmgfw.efi /EFI/OEM/Boot/bootmgr.efi 
                       /EFI/OEM/Boot/memtest.efi

sda3: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: unknown filesystem type ''

sda4: __________________________________________________________________________

    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:        /boot.ini /ntldr /NTDETECT.COM

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:        

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /casper/vmlinuz.efi 
                       /EFI/BOOT/grubx64.efi

sdc1: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

sdc2: __________________________________________________________________________

    File system:       ext2
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 16.04.2 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                   1 4,294,967,295 4,294,967,295  ee GPT

/dev/sda1 ends after the last sector of /dev/sda

GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sda1   +  R          2,048     1,230,847     1,228,800 Windows Recovery Environment (Windows)
/dev/sda2   +         1,230,848     1,845,247       614,400 EFI System partition
/dev/sda3   +         1,845,248     2,107,391       262,144 Microsoft Reserved Partition (Windows)
/dev/sda4             2,107,392 1,917,192,191 1,915,084,800 Data partition (Windows/Linux)
/dev/sda5   +  R  1,917,192,192 1,953,523,711    36,331,520 Windows Recovery Environment (Windows)

Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set

Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 14.6 GiB, 15631122432 bytes, 30529536 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                  32    30,529,535    30,529,504   c W95 FAT32 (LBA)


Drive: sdc _____________________________________________________________________
Disk /dev/sdc: 28.7 GiB, 30752000000 bytes, 60062500 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdc1                   1    60,062,499    60,062,499  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sdc1   +             2,048    23,437,311    23,435,264 Swap partition (Linux)
/dev/sdc2            23,437,312    60,061,695    36,624,384 Data partition (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        C8CCDF44CCDF2C06                       ntfs       Recovery
/dev/sda2        C6E1-B20F                              vfat       ESP
/dev/sda3                                                          
/dev/sda4        7880E34D80E31084                       ntfs       Acer
/dev/sda5        0C44E4D244E4C016                       ntfs       Push Button Reset
/dev/sdb1        DEA8-1EDB                              vfat       
/dev/sdc1        f2a187f1-9225-4d7a-a7a3-f731181dfdb5   swap       
/dev/sdc2        56736fcc-5ad0-4495-b8c3-271880f4e4e6   ext2       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root  9 Jul 18 08:53 ata-HL-DT-ST_DVDRAM_GUA0N_KYRE3TE5401 -> ../../sr0
lrwxrwxrwx 1 root root  9 Jul 18 09:12 ata-WDC_WD10JPVX-22JC3T0_WD-WX61EC3EAAP2 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 18 09:12 ata-WDC_WD10JPVX-22JC3T0_WD-WX61EC3EAAP2-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 18 09:12 ata-WDC_WD10JPVX-22JC3T0_WD-WX61EC3EAAP2-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 18 09:12 ata-WDC_WD10JPVX-22JC3T0_WD-WX61EC3EAAP2-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 18 09:12 ata-WDC_WD10JPVX-22JC3T0_WD-WX61EC3EAAP2-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jul 18 09:12 ata-WDC_WD10JPVX-22JC3T0_WD-WX61EC3EAAP2-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Jul 18 09:12 usb-SanDisk_Cruzer_Switch_4C531001550330107423-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 18 09:12 usb-SanDisk_Cruzer_Switch_4C531001550330107423-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Jul 18 09:12 usb-SanDisk_Ultra_Fit_4C530001150331106082-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jul 18 09:12 usb-SanDisk_Ultra_Fit_4C530001150331106082-0:0-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jul 18 09:12 usb-SanDisk_Ultra_Fit_4C530001150331106082-0:0-part2 -> ../../sdc2
lrwxrwxrwx 1 root root  9 Jul 18 08:53 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Jul 18 09:12 wwn-0x50014ee659d2266b -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 18 09:12 wwn-0x50014ee659d2266b-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 18 09:12 wwn-0x50014ee659d2266b-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 18 09:12 wwn-0x50014ee659d2266b-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 18 09:12 wwn-0x50014ee659d2266b-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jul 18 09:12 wwn-0x50014ee659d2266b-part5 -> ../../sda5

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sdb1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdc2        /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6 ext2       (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl,uhelper=udisks2)


================================ sda4/boot.ini: ================================

--------------------------------------------------------------------------------
[boot loader]
timeout=
default=multi(0)disk(0)rdisk(0)partition(4)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(4)\WINDOWS="Windows" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------

=========================== sdb1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------

if loadfont /boot/grub/font.pf2 ; then
	set gfxmode=auto
	insmod efi_gop
	insmod efi_uga
	insmod gfxterm
	terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

menuentry "Try Ubuntu without installing" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
	initrd	/casper/initrd.lz
}
menuentry "Install Ubuntu" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
	initrd	/casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
	initrd	/casper/initrd.lz
}
menuentry "Check disc for defects" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  boot=casper integrity-check quiet splash ---
	initrd	/casper/initrd.lz
}
--------------------------------------------------------------------------------

=================== sdb1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

            ?? = ??             boot/grub/grub.cfg                             1

=========================== sdc2/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='hd2,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
else
  search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
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-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
	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='hd2,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
	else
	  search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
	fi
	linux	/boot/vmlinuz-4.8.0-58-generic.efi.signed root=UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.8.0-58-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
	menuentry 'Ubuntu, with Linux 4.8.0-58-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-58-generic-advanced-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
		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='hd2,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
		else
		  search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
		fi
		echo	'Loading Linux 4.8.0-58-generic ...'
		linux	/boot/vmlinuz-4.8.0-58-generic.efi.signed root=UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.8.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 4.8.0-58-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-58-generic-init-upstart-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
		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='hd2,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
		else
		  search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
		fi
		echo	'Loading Linux 4.8.0-58-generic ...'
		linux	/boot/vmlinuz-4.8.0-58-generic.efi.signed root=UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.8.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 4.8.0-58-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-58-generic-recovery-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd2,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
		else
		  search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
		fi
		echo	'Loading Linux 4.8.0-58-generic ...'
		linux	/boot/vmlinuz-4.8.0-58-generic.efi.signed root=UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.8.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
		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='hd2,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
		else
		  search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
		fi
		echo	'Loading Linux 4.8.0-36-generic ...'
	        linux	/boot/vmlinuz-4.8.0-36-generic root=UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.8.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
		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='hd2,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
		else
		  search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
		fi
		echo	'Loading Linux 4.8.0-36-generic ...'
	        linux	/boot/vmlinuz-4.8.0-36-generic root=UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.8.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-56736fcc-5ad0-4495-b8c3-271880f4e4e6' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd2,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  56736fcc-5ad0-4495-b8c3-271880f4e4e6
		else
		  search --no-floppy --fs-uuid --set=root 56736fcc-5ad0-4495-b8c3-271880f4e4e6
		fi
		echo	'Loading Linux 4.8.0-36-generic ...'
	        linux	/boot/vmlinuz-4.8.0-36-generic root=UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.8.0-36-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 C6E1-B20F
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

menuentry "Windows Boot UEFI loader" {
search --fs-uuid --no-floppy --set=root C6E1-B20F
chainloader (${root})/EFI/Boot/bkpbootx64.efi
}

menuentry "EFI/ubuntu/fwupx64.efi" {
search --fs-uuid --no-floppy --set=root C6E1-B20F
chainloader (${root})/EFI/ubuntu/fwupx64.efi
}

menuentry "EFI/ubuntu/mmx64.efi" {
search --fs-uuid --no-floppy --set=root C6E1-B20F
chainloader (${root})/EFI/ubuntu/mmx64.efi
}

menuentry "EFI/OEM/Boot/bootmgfw.efi" {
search --fs-uuid --no-floppy --set=root C6E1-B20F
chainloader (${root})/EFI/OEM/Boot/bootmgfw.efi
}
### END /etc/grub.d/25_custom ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-C6E1-B20F' {
	insmod part_gpt
	insmod fat
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  C6E1-B20F
	else
	  search --no-floppy --fs-uuid --set=root C6E1-B20F
	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 ###
--------------------------------------------------------------------------------

=============================== sdc2/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/sdc2 during installation
UUID=56736fcc-5ad0-4495-b8c3-271880f4e4e6 /               ext2    errors=remount-ro 0       1
# /boot/efi was on /dev/sda2 during installation
#UUID=C6E1-B20F  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sdc1 during installation
#UUID=f2a187f1-9225-4d7a-a7a3-f731181dfdb5 none            swap    sw              0       0
/dev/mapper/cryptswap1 none swap sw 0 0
UUID=C6E1-B20F	/boot/efi	vfat	defaults	0	1
--------------------------------------------------------------------------------

=================== sdc2: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

  26.476200104 = 28.428603392   boot/grub/grub.cfg                             1
  25.470119476 = 27.348332544   boot/vmlinuz-4.8.0-36-generic                  7
  22.198211670 = 23.835148288   boot/vmlinuz-4.8.0-58-generic                  8
  26.340396881 = 28.282785792   boot/vmlinuz-4.8.0-58-generic.efi.signed       7
  25.470119476 = 27.348332544   vmlinuz                                        7
  26.037429810 = 27.957477376   boot/initrd.img-4.8.0-36-generic               9
  26.353027344 = 28.296347648   boot/initrd.img-4.8.0-58-generic               5
  26.037429810 = 27.957477376   initrd.img                                     9
  26.037429810 = 27.957477376   initrd.img.old                                 9

======================== Unknown MBRs/Boot Sectors/etc: ========================


/dev/sda1: unknown GPT attributes
8000000000000001

/dev/sda2: unknown GPT attributes
8000000000000000

/dev/sda3: unknown GPT attributes
8000000000000000

/dev/sda5: unknown GPT attributes
8000000000000001

/dev/sdc1: unknown GPT attributes
8000000000000000

=============================== StdErr Messages: ===============================

File descriptor 9 (/proc/25122/mounts) leaked on lvs invocation. Parent PID 5853: bash
File descriptor 63 (pipe:[120936]) leaked on lvs invocation. Parent PID 5853: bash

ADDITIONAL INFORMATION :
=================== log of boot-repair 2017-07-18__09h12 ===================
boot-repair 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
Warning: failed to translate partition name
Warning: failed to translate partition name
Warning: failed to translate partition name
Warning: failed to translate partition name
boot-repair is executed in live-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory

=================== os-prober:
/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
/dev/sdc2:Ubuntu 16.04.2 LTS (16.04):Ubuntu:linux

=================== blkid:
/dev/sda1: LABEL="Recovery" UUID="C8CCDF44CCDF2C06" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="5b05e02c-96c4-4c06-af2b-50243690dd34"
/dev/sda2: LABEL="ESP" UUID="C6E1-B20F" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="0101e343-74e4-4e75-9da0-23b65d6e6567"
/dev/sda4: LABEL="Acer" UUID="7880E34D80E31084" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="249d2eb9-3f69-4d98-a3a1-abfc54a285d7"
/dev/sda5: LABEL="Push Button Reset" UUID="0C44E4D244E4C016" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f56bd98e-7a54-4c99-a0e7-76dff7eebe21"
/dev/sdb1: UUID="DEA8-1EDB" TYPE="vfat"
/dev/loop0: TYPE="squashfs"
/dev/sdc1: UUID="f2a187f1-9225-4d7a-a7a3-f731181dfdb5" TYPE="swap" PARTUUID="52027838-5da6-4333-b8b8-a2687836a853"
/dev/sdc2: UUID="56736fcc-5ad0-4495-b8c3-271880f4e4e6" TYPE="ext2" PARTUUID="2397cb42-4a0f-48b6-a256-7d9983ea9cb5"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="b697d5a1-599e-470e-8b8d-d624c20b9a18"


2 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.

XP not detected by os-prober on sda4. Please report this message to boot.repair@gmail.com
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi

=================== /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 Jun 29 16:51 grub.d
total 80
-rwxr-xr-x 1 root root  9791 Jan 13  2017 00_header
-rwxr-xr-x 1 root root  6258 Mar 15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12512 May 20 20:27 10_linux
-rwxr-xr-x 1 root root 11082 Jan 13  2017 20_linux_xen
-rwxr-xr-x 1 root root  1992 Jan 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 Jan 13  2017 30_os-prober
-rwxr-xr-x 1 root root  1418 Jan 13  2017 30_uefi-firmware
-rwxr-xr-x 1 root root   214 Jan 13  2017 40_custom
-rwxr-xr-x 1 root root   216 Jan 13  2017 41_custom
-rw-r--r-- 1 root root   483 Jan 13  2017 README




=================== /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/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=2
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 sdc2: UUID=C6E1-B20F   (sda2)

=================== sdc2recordfail=1/grub/grubenv :
recordfail=1




=================== efibootmgr -v
BootCurrent: 0001
Timeout: 2 seconds
BootOrder: 2001,0004,0000,2002,2003
Boot0000* Windows Boot Manager	HD(2,GPT,0101e343-74e4-4e75-9da0-23b65d6e6567,0x12c800,0x96000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
Boot0001* USB HDD: SanDisk Cruzer Switch	PciRoot(0x0)/Pci(0x1d,0x0)/USB(0,0)/USB(2,0)/HD(1,MBR,0x0,0x20,0x1d1d7e0)RC
Boot0002* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot0003* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot0004* ubuntu	HD(2,GPT,0101e343-74e4-4e75-9da0-23b65d6e6567,0x12c800,0x96000)/File(EFIubuntushimx64.efi)
Boot0005* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot0006* SanDisk Cruzer Switch   	BBS(Network,,0x500)............................................................................A...........................
Boot0007* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot0008* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot0009* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot0016* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot0017* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot0018* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot0019* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot001A* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot001B* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot enabled.


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda1.
sda2	: 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,	/mnt/boot-sav/sda2.
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,	ntldr,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/media/ubuntu/Acer.
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,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda5.
sdc2	: sdc,	not-sepboot,	grubenv-ng	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,	/media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6.

sda	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	2048 sectors * 512 bytes
sdc	: GPT,	no-BIOS_boot,	has-no-EFIpart, 	usb-disk,	has-os,	2048 sectors * 512 bytes


=================== parted -l:

Model: ATA WDC WD10JPVX-22J (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:

Number  Start   End     Size    File system  Name                          Flags
1      1049kB  630MB   629MB   ntfs                                       hidden, diag
2      630MB   945MB   315MB   fat32                                      boot, esp
3      945MB   1079MB  134MB                Microsoft reserved partition  msftres
4      1079MB  982GB   981GB   ntfs         Basic data partition          msftdata
5      982GB   1000GB  18.6GB  ntfs                                       hidden, diag


Model: SanDisk Cruzer Switch (scsi)
Disk /dev/sdb: 15.6GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
1      16.4kB  15.6GB  15.6GB  primary  fat32        lba


Model: SanDisk Ultra Fit (scsi)
Disk /dev/sdc: 30.8GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number  Start   End     Size    File system     Name  Flags
1      1049kB  12.0GB  12.0GB  linux-swap(v1)
2      12.0GB  30.8GB  18.8GB  ext2

=================== parted -lm:

BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA WDC WD10JPVX-22J:;
1:1049kB:630MB:629MB:ntfs::hidden, diag;
2:630MB:945MB:315MB:fat32::boot, esp;
3:945MB:1079MB:134MB::Microsoft reserved partition:msftres;
4:1079MB:982GB:981GB:ntfs:Basic data partition:msftdata;
5:982GB:1000GB:18.6GB:ntfs::hidden, diag;

BYT;
/dev/sdb:15.6GB:scsi:512:512:msdos:SanDisk Cruzer Switch:;
1:16.4kB:15.6GB:15.6GB:fat32::lba;

BYT;
/dev/sdc:30.8GB:scsi:512:512:gpt:SanDisk Ultra Fit:;
1:1049kB:12.0GB:12.0GB:linux-swap(v1)::;
2:12.0GB:30.8GB:18.8GB:ext2::;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
sdb   disk           14.6G
sdb1  part vfat      14.6G
sr0   rom            1024M
loop0 loop squashfs   1.4G
sdc   disk           28.7G
sdc2  part ext2      17.5G
sdc1  part swap      11.2G
sda   disk          931.5G
sda4  part ntfs     913.2G Acer
sda2  part vfat       300M ESP
sda5  part ntfs      17.3G Push Button Reset
sda3  part            128M
sda1  part ntfs       600M Recovery

KNAME ROTA RO RM STATE   MOUNTPOINT
sdb      1  0  1 running
sdb1     1  0  1         /cdrom
sr0      1  0  1 running
loop0    1  1  0         /rofs
sdc      1  0  1 running
sdc2     1  0  1         /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6
sdc1     1  0  1
sda      1  0  0 running
sda4     1  0  0         /media/ubuntu/Acer
sda2     1  0  0         /mnt/boot-sav/sda2
sda5     1  0  0         /mnt/boot-sav/sda5
sda3     1  0  0
sda1     1  0  0         /mnt/boot-sav/sda1


=================== 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=4015960k,nr_inodes=1003990,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=806312k,mode=755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
aufs on / type aufs (rw,noatime,si=cde5c5b3fdd9b4a8)
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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
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/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
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/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=9120)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=806312k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/sdc2 on /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6 type ext2 (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl,uhelper=udisks2)
/dev/sda4 on /media/ubuntu/Acer type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


=================== ls:
/sys/block/sda (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda3 sda4 sda5 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/sys/block/sdc (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdc1 sdc2 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sdb sdb1 sdc sdc1 sdc2 sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sda1
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff bf 12 00 00 00 00 00  |................|
00000030  00 c8 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  06 2c df cc 44 df cc c8  |.........,..D...|
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/sda2
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 08 5e 1b  |.X.MSDOS5.0...^.|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 c8 12 00  |........?.......|
00000020  00 60 09 00 51 02 00 00  00 00 00 00 02 00 00 00  |.`..Q...........|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 0f b2 e1 c6 4e  4f 20 4e 41 4d 45 20 20  |..)....NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 56 40 88 4e 02 8a 56  |{......|.V@.N..V|
00000070  40 b4 41 bb aa 55 cd 13  72 10 81 fb 55 aa 75 0a  |@.A..U..r...U.u.|
00000080  f6 c1 01 74 05 fe 46 02  eb 2d 8a 56 40 b4 08 cd  |...t..F..-.V@...|
00000090  13 73 05 b9 ff ff 8a f1  66 0f b6 c6 40 66 0f b6  |.s......f...@f..|
000000a0  d1 80 e2 3f f7 e2 86 cd  c0 ed 06 41 66 0f b7 c9  |...?.......Af...|
000000b0  66 f7 e1 66 89 46 f8 83  7e 16 00 75 39 83 7e 2a  |f..f.F..~..u9.~*|
000000c0  00 77 33 66 8b 46 1c 66  83 c0 0c bb 00 80 b9 01  |.w3f.F.f........|
000000d0  00 e8 2c 00 e9 a8 03 a1  f8 7d 80 c4 7c 8b f0 ac  |..,......}..|...|
000000e0  84 c0 74 17 3c ff 74 09  b4 0e bb 07 00 cd 10 eb  |..t.<.t.........|
000000f0  ee a1 fa 7d eb e4 a1 7d  80 eb df 98 cd 16 cd 19  |...}...}........|
00000100  66 60 80 7e 02 00 0f 84  20 00 66 6a 00 66 50 06  |f`.~.... .fj.fP.|
00000110  53 66 68 10 00 01 00 b4  42 8a 56 40 8b f4 cd 13  |Sfh.....B.V@....|
00000120  66 58 66 58 66 58 66 58  eb 33 66 3b 46 f8 72 03  |fXfXfXfX.3f;F.r.|
00000130  f9 eb 2a 66 33 d2 66 0f  b7 4e 18 66 f7 f1 fe c2  |..*f3.f..N.f....|
00000140  8a ca 66 8b d0 66 c1 ea  10 f7 76 1a 86 d6 8a 56  |..f..f....v....V|
00000150  40 8a e8 c0 e4 06 0a cc  b8 01 02 cd 13 66 61 0f  |@............fa.|
00000160  82 74 ff 81 c3 00 02 66  40 49 75 94 c3 42 4f 4f  |.t.....f@Iu..BOO|
00000170  54 4d 47 52 20 20 20 20  00 00 00 00 00 00 00 00  |TMGR    ........|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 0d 0a 44 69  |..............Di|
000001b0  73 6b 20 65 72 72 6f 72  ff 0d 0a 50 72 65 73 73  |sk error...Press|
000001c0  20 61 6e 79 20 6b 65 79  20 74 6f 20 72 65 73 74  | any key to rest|
000001d0  61 72 74 0d 0a 00 00 00  00 00 00 00 00 00 00 00  |art.............|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  ac 01 b9 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 28 20 00  |........?....( .|
00000020  00 00 00 00 80 00 80 00  ff df 25 72 00 00 00 00  |..........%r....|
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  84 10 e3 80 4d e3 80 78  |............M..x|
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/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 08 46 72  |........?.....Fr|
00000020  00 00 00 00 80 00 80 00  ff 5f 2a 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  16 c0 e4 44 d2 e4 44 0c  |...........D..D.|
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

=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.9G     0  3.9G   0% /dev
tmpfs          tmpfs     788M  9.7M  778M   2% /run
/dev/sdb1      vfat       15G  1.5G   14G  10% /cdrom
/dev/loop0     squashfs  1.4G  1.4G     0 100% /rofs
aufs           aufs      3.9G  1.1G  2.9G  27% /
tmpfs          tmpfs     3.9G   26M  3.9G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs          tmpfs     3.9G  360K  3.9G   1% /tmp
tmpfs          tmpfs     788M  100K  788M   1% /run/user/999
/dev/sdc2      ext2       18G   10G  6.4G  62% /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6
/dev/sda4      fuseblk   914G  432G  482G  48% /media/ubuntu/Acer
/dev/sda1      fuseblk   600M  416M  185M  70% /mnt/boot-sav/sda1
/dev/sda2      vfat      296M   59M  238M  20% /mnt/boot-sav/sda2
/dev/sda5      fuseblk    18G   17G  1.2G  94% /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/loop0: 1.4 GiB, 1497772032 bytes, 2925336 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: B077E9CF-8F8D-4832-9238-0043076C7E16

Device          Start        End    Sectors   Size Type
/dev/sda1        2048    1230847    1228800   600M Windows recovery environment
/dev/sda2     1230848    1845247     614400   300M EFI System
/dev/sda3     1845248    2107391     262144   128M Microsoft reserved
/dev/sda4     2107392 1917192191 1915084800 913.2G Microsoft basic data
/dev/sda5  1917192192 1953523711   36331520  17.3G Windows recovery environment




Disk /dev/sdb: 14.6 GiB, 15631122432 bytes, 30529536 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdb1          32 30529535 30529504 14.6G  c W95 FAT32 (LBA)


Disk /dev/sdc: 28.7 GiB, 30752000000 bytes, 60062500 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: 3253F7AA-FD86-4ED3-80A2-FF6211E07F51

Device        Start      End  Sectors  Size Type
/dev/sdc1      2048 23437311 23435264 11.2G Linux swap
/dev/sdc2  23437312 60061695 36624384 17.5G Linux filesystem


=================== Advices
Please disable SecureBoot in the BIOS. Then try again.Do you want to continue?
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

=================== Recommended repair
The default repair of the Boot-Repair utility will reinstall the grub-efi-amd64-signed of sdc2, using the following options:        sda2/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s   fix-windows-boot use-standard-efi-file


/boot/efi added in sdc2/fstab
Quantity of real Windows: 1
Mount sda2 on /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi
ls sda2/efi: /OEM/Boot/zh-TW /OEM/Boot/zh-HK /OEM/Boot/zh-CN /OEM/Boot/uk-UA /OEM/Boot/tr-TR /OEM/Boot/sv-SE /OEM/Boot/sr-Latn-RS /OEM/Boot/sr-Latn-CS /OEM/Boot/sl-SI /OEM/Boot/sk-SK /OEM/Boot/ru-RU /OEM/Boot/ro-RO /OEM/Boot/Resources /OEM/Boot/qps-ploc /OEM/Boot/pt-PT /OEM/Boot/pt-BR /OEM/Boot/pl-PL /OEM/Boot/nl-NL /OEM/Boot/nb-NO /OEM/Boot/memtest.efi /OEM/Boot/lv-LV /OEM/Boot/lt-LT /OEM/Boot/ko-KR /OEM/Boot/ja-JP /OEM/Boot/it-IT /OEM/Boot/hu-HU /OEM/Boot/hr-HR /OEM/Boot/fr-FR /OEM/Boot/Fonts /OEM/Boot/fi-FI /OEM/Boot/et-EE /OEM/Boot/es-ES /OEM/Boot/en-US /OEM/Boot/en-GB /OEM/Boot/el-GR /OEM/Boot/de-DE /OEM/Boot/da-DK /OEM/Boot/cs-CZ /OEM/Boot/boot.stl /OEM/Boot/BOOTSTAT.DAT /OEM/Boot/bootmgr.efi /OEM/Boot/bootmgfw.efi /OEM/Boot/bg-BG /OEM/Boot/BCD.LOG2 /OEM/Boot/BCD.LOG1 /OEM/Boot/BCD.LOG /OEM/Boot/BCD /Microsoft/Recovery/BCD.LOG2 /Microsoft/Recovery/BCD.LOG1 /Microsoft/Recovery/BCD.LOG /Microsoft/Recovery/BCD /Microsoft/Boot/zh-TW /Microsoft/Boot/zh-HK /Microsoft/Boot/zh-CN /Microsoft/Boot/uk-UA /Microsoft/Boot/tr-TR /Microsoft/Boot/sv-SE /Microsoft/Boot/sr-Latn-RS /Microsoft/Boot/sr-Latn-CS /Microsoft/Boot/sl-SI /Microsoft/Boot/sk-SK /Microsoft/Boot/ru-RU /Microsoft/Boot/ro-RO /Microsoft/Boot/Resources /Microsoft/Boot/qps-ploc /Microsoft/Boot/pt-PT /Microsoft/Boot/pt-BR /Microsoft/Boot/pl-PL /Microsoft/Boot/nl-NL /Microsoft/Boot/nb-NO /Microsoft/Boot/memtest.efi /Microsoft/Boot/lv-LV /Microsoft/Boot/lt-LT /Microsoft/Boot/ko-KR /Microsoft/Boot/kdstub.dll /Microsoft/Boot/kd_0C_8086.dll /Microsoft/Boot/kd_07_1415.dll /Microsoft/Boot/kd_02_8086.dll /Microsoft/Boot/kd_02_19a2.dll /Microsoft/Boot/kd_02_1969.dll /Microsoft/Boot/kd_02_15b3.dll /Microsoft/Boot/kd_02_14e4.dll /Microsoft/Boot/kd_02_1137.dll /Microsoft/Boot/kd_02_10ec.dll /Microsoft/Boot/kd_02_10df.dll /Microsoft/Boot/ja-JP /Microsoft/Boot/it-IT /Microsoft/Boot/hu-HU /Microsoft/Boot/hr-HR /Microsoft/Boot/fr-FR /Microsoft/Boot/fr-CA /Microsoft/Boot/Fonts /Microsoft/Boot/fi-FI /Microsoft/Boot/et-EE /Microsoft/Boot/es-MX /Microsoft/Boot/es-ES /Microsoft/Boot/en-US /Microsoft/Boot/en-GB /Microsoft/Boot/el-GR /Microsoft/Boot/de-DE /Microsoft/Boot/da-DK /Microsoft/Boot/cs-CZ /Microsoft/Boot/boot.stl /Microsoft/Boot/BOOTSTAT.DAT /Microsoft/Boot/bootmgr.efi /Microsoft/Boot/bootmgfw.efi /Microsoft/Boot/bg-BG /Microsoft/Boot/BCD.LOG2 /Microsoft/Boot/BCD.LOG1 /Microsoft/Boot/BCD.LOG /Microsoft/Boot/BCD /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /OEM/Boot /Microsoft/Recovery /Microsoft/Boot /Boot/bootx64.efi
ls sda2: boot-sav
BOOTSECT.BAK
EFI  . Please report this message to boot.repair@gmail.com
Unhide GRUB boot menu in sdc2/etc/default/grub

*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 0b)
Subsystem: Acer Incorporated [ALI] Haswell-ULT Integrated Graphics Controller [1025:0866]
Kernel driver in use: i915
Kernel modules: i915
*******

grub-install --version
grub-install (GRUB) 2.02~beta2-36ubuntu3.11,grub-install (GRUB) 2.

chroot /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6 efibootmgr -v
BootCurrent: 0001
Timeout: 2 seconds
BootOrder: 2001,0004,0000,2002,2003
Boot0000* Windows Boot Manager	HD(2,GPT,0101e343-74e4-4e75-9da0-23b65d6e6567,0x12c800,0x96000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
Boot0001* USB HDD: SanDisk Cruzer Switch	PciRoot(0x0)/Pci(0x1d,0x0)/USB(0,0)/USB(2,0)/HD(1,MBR,0x0,0x20,0x1d1d7e0)RC
Boot0002* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot0003* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot0004* ubuntu	HD(2,GPT,0101e343-74e4-4e75-9da0-23b65d6e6567,0x12c800,0x96000)/File(EFIubuntushimx64.efi)
Boot0005* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot0006* SanDisk Cruzer Switch   	BBS(Network,,0x500)............................................................................A...........................
Boot0007* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot0008* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot0009* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot0016* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot0017* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot0018* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot0019* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot001A* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot001B* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

chroot /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6 uname -r
Kernel: 4.8.0-36-generic

Reinstall the grub-efi-amd64-signed of sdc2
Installing for x86_64-efi platform.
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
ls sda2/efi: /OEM/Boot/zh-TW /OEM/Boot/zh-HK /OEM/Boot/zh-CN /OEM/Boot/uk-UA /OEM/Boot/tr-TR /OEM/Boot/sv-SE /OEM/Boot/sr-Latn-RS /OEM/Boot/sr-Latn-CS /OEM/Boot/sl-SI /OEM/Boot/sk-SK /OEM/Boot/ru-RU /OEM/Boot/ro-RO /OEM/Boot/Resources /OEM/Boot/qps-ploc /OEM/Boot/pt-PT /OEM/Boot/pt-BR /OEM/Boot/pl-PL /OEM/Boot/nl-NL /OEM/Boot/nb-NO /OEM/Boot/memtest.efi /OEM/Boot/lv-LV /OEM/Boot/lt-LT /OEM/Boot/ko-KR /OEM/Boot/ja-JP /OEM/Boot/it-IT /OEM/Boot/hu-HU /OEM/Boot/hr-HR /OEM/Boot/fr-FR /OEM/Boot/Fonts /OEM/Boot/fi-FI /OEM/Boot/et-EE /OEM/Boot/es-ES /OEM/Boot/en-US /OEM/Boot/en-GB /OEM/Boot/el-GR /OEM/Boot/de-DE /OEM/Boot/da-DK /OEM/Boot/cs-CZ /OEM/Boot/boot.stl /OEM/Boot/BOOTSTAT.DAT /OEM/Boot/bootmgr.efi /OEM/Boot/bootmgfw.efi /OEM/Boot/bg-BG /OEM/Boot/BCD.LOG2 /OEM/Boot/BCD.LOG1 /OEM/Boot/BCD.LOG /OEM/Boot/BCD /Microsoft/Recovery/BCD.LOG2 /Microsoft/Recovery/BCD.LOG1 /Microsoft/Recovery/BCD.LOG /Microsoft/Recovery/BCD /Microsoft/Boot/zh-TW /Microsoft/Boot/zh-HK /Microsoft/Boot/zh-CN /Microsoft/Boot/uk-UA /Microsoft/Boot/tr-TR /Microsoft/Boot/sv-SE /Microsoft/Boot/sr-Latn-RS /Microsoft/Boot/sr-Latn-CS /Microsoft/Boot/sl-SI /Microsoft/Boot/sk-SK /Microsoft/Boot/ru-RU /Microsoft/Boot/ro-RO /Microsoft/Boot/Resources /Microsoft/Boot/qps-ploc /Microsoft/Boot/pt-PT /Microsoft/Boot/pt-BR /Microsoft/Boot/pl-PL /Microsoft/Boot/nl-NL /Microsoft/Boot/nb-NO /Microsoft/Boot/memtest.efi /Microsoft/Boot/lv-LV /Microsoft/Boot/lt-LT /Microsoft/Boot/ko-KR /Microsoft/Boot/kdstub.dll /Microsoft/Boot/kd_0C_8086.dll /Microsoft/Boot/kd_07_1415.dll /Microsoft/Boot/kd_02_8086.dll /Microsoft/Boot/kd_02_19a2.dll /Microsoft/Boot/kd_02_1969.dll /Microsoft/Boot/kd_02_15b3.dll /Microsoft/Boot/kd_02_14e4.dll /Microsoft/Boot/kd_02_1137.dll /Microsoft/Boot/kd_02_10ec.dll /Microsoft/Boot/kd_02_10df.dll /Microsoft/Boot/ja-JP /Microsoft/Boot/it-IT /Microsoft/Boot/hu-HU /Microsoft/Boot/hr-HR /Microsoft/Boot/fr-FR /Microsoft/Boot/fr-CA /Microsoft/Boot/Fonts /Microsoft/Boot/fi-FI /Microsoft/Boot/et-EE /Microsoft/Boot/es-MX /Microsoft/Boot/es-ES /Microsoft/Boot/en-US /Microsoft/Boot/en-GB /Microsoft/Boot/el-GR /Microsoft/Boot/de-DE /Microsoft/Boot/da-DK /Microsoft/Boot/cs-CZ /Microsoft/Boot/boot.stl /Microsoft/Boot/BOOTSTAT.DAT /Microsoft/Boot/bootmgr.efi /Microsoft/Boot/bootmgfw.efi /Microsoft/Boot/bg-BG /Microsoft/Boot/BCD.LOG2 /Microsoft/Boot/BCD.LOG1 /Microsoft/Boot/BCD.LOG /Microsoft/Boot/BCD /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /OEM/Boot /Microsoft/Recovery /Microsoft/Boot /Boot/bootx64.efi
ls sda2: boot-sav
BOOTSECT.BAK
EFI  . Please report this message to boot.repair@gmail.com
ls: cannot access '/media/ubuntu/Acer/': No such file or directory
ls: cannot access '/media/ubuntu/Acer/': No such file or directory
df /dev/sda2
Save and rename /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi/EFI/Boot/bootx64.efi (/media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi/EFI/Boot/bkpbootx64.efi)
cp /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi/EFI/ubuntu/shimx64.efi /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi/EFI/Boot/bootx64.efi
ls sda2/efi: /OEM/Boot/zh-TW /OEM/Boot/zh-HK /OEM/Boot/zh-CN /OEM/Boot/uk-UA /OEM/Boot/tr-TR /OEM/Boot/sv-SE /OEM/Boot/sr-Latn-RS /OEM/Boot/sr-Latn-CS /OEM/Boot/sl-SI /OEM/Boot/sk-SK /OEM/Boot/ru-RU /OEM/Boot/ro-RO /OEM/Boot/Resources /OEM/Boot/qps-ploc /OEM/Boot/pt-PT /OEM/Boot/pt-BR /OEM/Boot/pl-PL /OEM/Boot/nl-NL /OEM/Boot/nb-NO /OEM/Boot/memtest.efi /OEM/Boot/lv-LV /OEM/Boot/lt-LT /OEM/Boot/ko-KR /OEM/Boot/ja-JP /OEM/Boot/it-IT /OEM/Boot/hu-HU /OEM/Boot/hr-HR /OEM/Boot/fr-FR /OEM/Boot/Fonts /OEM/Boot/fi-FI /OEM/Boot/et-EE /OEM/Boot/es-ES /OEM/Boot/en-US /OEM/Boot/en-GB /OEM/Boot/el-GR /OEM/Boot/de-DE /OEM/Boot/da-DK /OEM/Boot/cs-CZ /OEM/Boot/boot.stl /OEM/Boot/BOOTSTAT.DAT /OEM/Boot/bootmgr.efi /OEM/Boot/bootmgfw.efi /OEM/Boot/bg-BG /OEM/Boot/BCD.LOG2 /OEM/Boot/BCD.LOG1 /OEM/Boot/BCD.LOG /OEM/Boot/BCD /Microsoft/Recovery/BCD.LOG2 /Microsoft/Recovery/BCD.LOG1 /Microsoft/Recovery/BCD.LOG /Microsoft/Recovery/BCD /Microsoft/Boot/zh-TW /Microsoft/Boot/zh-HK /Microsoft/Boot/zh-CN /Microsoft/Boot/uk-UA /Microsoft/Boot/tr-TR /Microsoft/Boot/sv-SE /Microsoft/Boot/sr-Latn-RS /Microsoft/Boot/sr-Latn-CS /Microsoft/Boot/sl-SI /Microsoft/Boot/sk-SK /Microsoft/Boot/ru-RU /Microsoft/Boot/ro-RO /Microsoft/Boot/Resources /Microsoft/Boot/qps-ploc /Microsoft/Boot/pt-PT /Microsoft/Boot/pt-BR /Microsoft/Boot/pl-PL /Microsoft/Boot/nl-NL /Microsoft/Boot/nb-NO /Microsoft/Boot/memtest.efi /Microsoft/Boot/lv-LV /Microsoft/Boot/lt-LT /Microsoft/Boot/ko-KR /Microsoft/Boot/kdstub.dll /Microsoft/Boot/kd_0C_8086.dll /Microsoft/Boot/kd_07_1415.dll /Microsoft/Boot/kd_02_8086.dll /Microsoft/Boot/kd_02_19a2.dll /Microsoft/Boot/kd_02_1969.dll /Microsoft/Boot/kd_02_15b3.dll /Microsoft/Boot/kd_02_14e4.dll /Microsoft/Boot/kd_02_1137.dll /Microsoft/Boot/kd_02_10ec.dll /Microsoft/Boot/kd_02_10df.dll /Microsoft/Boot/ja-JP /Microsoft/Boot/it-IT /Microsoft/Boot/hu-HU /Microsoft/Boot/hr-HR /Microsoft/Boot/fr-FR /Microsoft/Boot/fr-CA /Microsoft/Boot/Fonts /Microsoft/Boot/fi-FI /Microsoft/Boot/et-EE /Microsoft/Boot/es-MX /Microsoft/Boot/es-ES /Microsoft/Boot/en-US /Microsoft/Boot/en-GB /Microsoft/Boot/el-GR /Microsoft/Boot/de-DE /Microsoft/Boot/da-DK /Microsoft/Boot/cs-CZ /Microsoft/Boot/boot.stl /Microsoft/Boot/BOOTSTAT.DAT /Microsoft/Boot/bootmgr.efi /Microsoft/Boot/bootmgfw.efi /Microsoft/Boot/bg-BG /Microsoft/Boot/BCD.LOG2 /Microsoft/Boot/BCD.LOG1 /Microsoft/Boot/BCD.LOG /Microsoft/Boot/BCD /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /OEM/Boot /Microsoft/Recovery /Microsoft/Boot /Boot/bootx64.efi /Boot/bkpbootx64.efi
ls sda2: boot-sav
BOOTSECT.BAK
EFI  . Please report this message to boot.repair@gmail.com
Add /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi efi entries in /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/etc/grub.d/25_custom
Adding custom /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Adding custom /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi/EFI/Boot/bkpbootx64.efi
sda2/bkpbootx64.efi already added
Adding custom /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi/EFI/ubuntu/fwupx64.efi
Adding custom /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi/EFI/ubuntu/mmx64.efi
sda2/bootmgfw.efi already added
Adding custom /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6/boot/efi/EFI/OEM/Boot/bootmgfw.efi
ls: cannot access '/media/ubuntu/Acer/': No such file or directory
ls: cannot access '/media/ubuntu/Acer/': No such file or directory
Installing for x86_64-efi platform.
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0

chroot /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6 efibootmgr -v
BootCurrent: 0001
Timeout: 2 seconds
BootOrder: 0004,2001,0000,2002,2003
Boot0000* Windows Boot Manager	HD(2,GPT,0101e343-74e4-4e75-9da0-23b65d6e6567,0x12c800,0x96000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
Boot0001* USB HDD: SanDisk Cruzer Switch	PciRoot(0x0)/Pci(0x1d,0x0)/USB(0,0)/USB(2,0)/HD(1,MBR,0x0,0x20,0x1d1d7e0)RC
Boot0002* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot0003* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot0004* ubuntu	HD(2,GPT,0101e343-74e4-4e75-9da0-23b65d6e6567,0x12c800,0x96000)/File(EFIubuntushimx64.efi)
Boot0005* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot0006* SanDisk Cruzer Switch   	BBS(Network,,0x500)............................................................................A...........................
Boot0007* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot0008* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot0009* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot0016* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot0017* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot0018* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot0019* Realtek PXE B01 D00	BBS(128,,0x0).......................................................................
Boot001A* WDC WD10JPVX-22JC3T0            	BBS(HD,,0x500)................-...........A...............................................A.........................
Boot001B* HL-DT-ST DVDRAM GUA0N           	BBS(CDROM,,0x500)................-...........A...............................................A.........................
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

chroot /media/ubuntu/56736fcc-5ad0-4495-b8c3-271880f4e4e6 update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.8.0-58-generic
Found initrd image: /boot/initrd.img-4.8.0-58-generic
Found linux image: /boot/vmlinuz-4.8.0-36-generic
Found initrd image: /boot/initrd.img-4.8.0-36-generic
Found Windows Boot Manager on /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
Unhide GRUB boot menu in sdc2/boot/grub/grub.cfg

Boot successfully repaired.

You can now reboot your computer.
Please do not forget to make your BIOS boot on sdc (30.8GB) disk!

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\ubuntu\shimx64.efi

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#5 Le 18/07/2017, à 15:46

gnap

Re : Démarage bloqué console initramfs

Merci à tous pour vos messages ! ça fait plaisir

@ublender :
je passe par le boot dès que je veux changer d'OS au démarrage. C'est comme si mon ordinateur avait enregistré la possibilité de démarrer linux même lorsque la clé usb n'est pas branchée. Mais je n'arrive pas à aller à la ligne secure boot, elle est grisée. En revanche, lorsque je change de mode de boot (je l'avais fait une fois pour lancer Debian sur CD) cette option n'apparait plus.
J'ai un gros swap parce que j'avais vu qu'il fallait qu'il soit 2 fois plus grand que la mémoire de l'ordinateur (8go pour moi).
J'ai décidé de pas installer ubuntu sur mon disque dur parce que je débute et je voulais d'abord le tester sans rien changer à mon ordinateur
Ma carte graphique est une NVIDIA GeForce 840M Integrated RAMDAC

@??:
Je vais tester ces commandes sur le champ
edit : lorsque je tape sudo mount -v /sda/sda2 /mnt j'ai en retour mount: special device/sda/sda2 does not exist

@moko138:
Merci pour le lien ! je n'avais jamais vu ce tuto. Le tuto de 2011 que j'avais suivis est relativement simple à suivre même pour un débutant. Vu que la plupart des autres tutos incitent à partitionner le disque dur interne j'avais opter pour cette solution.

Dernière modification par gnap (Le 18/07/2017, à 16:15)

Hors ligne

#6 Le 18/07/2017, à 16:56

Nuliel

Re : Démarage bloqué console initramfs

Si la ligne secure boot est grisée, il est sûrement nécessaire de mettre un mot de passe sur le bios pour pouvoir changer ce paramètre.

En fait, il faut avoir un swap conséquent lorsque la quantité de mémoire vive est faible. Là, avec 8Go, je suis presque sûr que tu n'auras jamais besoin du swap (4 Go de swap suffiraient bien largement dans ton cas)
Pour une installation sur disque dur, il est forcément nécessaire de partitionner le disque, c'est impossible de faire sans. C'est comme construire plusieurs maisons sur une grande parcelle, il faut bien les délimiter smile

Dernière modification par Nuliel (Le 18/07/2017, à 17:01)

Hors ligne

#7 Le 18/07/2017, à 17:05

Nasman

Re : Démarage bloqué console initramfs

Le coup de la swap valant 2 fois la taille de la ram était valable pour les configs à moins de 1 Gio de ram. Au delà c'est plutôt la taille de la ram si tu souhaite activer l'hibernation (le contenu de la ram est copié dans la swap et le pc est éteint).
Pour les grosses configs (> 4 Gio de ram), il est probable que la swap ne soit jamais utilisée (si pas d'hibernation).


PC fixe sous Bionic 64 bits et portable avec Focal 64 bits

Hors ligne

#8 Le 18/07/2017, à 17:34

??

Re : Démarage bloqué console initramfs

gnap a écrit :

Merci à tous pour vos messages ! ça fait plaisir

@??:
Je vais tester ces commandes sur le champ
edit : lorsque je tape sudo mount -v /sda/sda2 /mnt j'ai en retour mount: special device/sda/sda2 does not exist
.

Je viens de corriger mon bug...

sudo mount -v /dev/sda2 /mnt

Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#9 Le 18/07/2017, à 22:32

gnap

Re : Démarage bloqué console initramfs

@ublender : j'ai désactivé la secure boot après l'ajout d'un mot de passe, mais la clef ne se lance toujours pas (en revanche la seconde clé live avec laquelle je fais tester ubuntu a toujours fonctionné). C'est justement parce que je n'avais pas trop envie de toucher au disque dur interne que j'ai décidé d'utiliser linux sur USB, je serais bien embetté si j'avais un problème similaire sur le disque

@Nasman: merci pour l'information, je mettrai moins la prochaine fois wink

@?? : les lignes de codes fonctionnent, j'ai bien remplacé hd2 par hd1, mais la clé ne se lance toujours pas. Que veux-tu dire à la 8e étape ? J'ai redémarré l'ordinateur, remplacé la clé Ubuntu live avec la clé où Ubuntu est installé, boot en faisant F2 pour mettre la lecture USB en première place, sauvegardé puis quitter mais toujours bloqué à la console initramfs

Hors ligne

#10 Le 18/07/2017, à 22:44

Bougron

Re : Démarage bloqué console initramfs

En réponse à intramfs essaies de répondre

fsck /dev/sdb2

Je ne sais pas ce que cela va donner

Tu ne peux pas booter directement via cette clé qui est faite en dépit du bon sens
Quel est le contenu de sa partition de boot? compares avec ta clé usb qui boote!

Tu devais booter en choisissant l'entrée shimx64.EFI de la partition fat32 de ton disque dur
ou l'entrée ubuntu de ta nvram

Dernière modification par Bougron (Le 19/07/2017, à 13:08)

Hors ligne

#11 Le 19/07/2017, à 11:22

gnap

Re : Démarage bloqué console initramfs

@Bougron : en réponse à la commande j'ai

fsc from util-linux 2.27.1
e2fsck 1.42.13 (17-may-2015)
fsck.ext2: No such file or directory while trying to open /dev/sbd2
Possibly non-existent device ?
Bougron a écrit :

Quel est le contenu de sa partition de boot? compres avec ta clé usb qui boote!
Tu devais booter en choisissant l'entrée shimx64.EFI de la partition fat32 de ton disque dur
ou l'entrée ubuntu de ta nvram

Comment ça compres avec ta clé ?
J'ai d'abord ajouté shimx64.EFI au boot et j'ai essayé de lancé ubuntu avec mais toujours bloqué
1500457565.jpg
1500457165.jpg

En cherchant shimx64.EFI sur google j'ai trouvé ce lien partie 5, il est indiqué qu'il ne faut surtout pas désactivé la secure boot pour les ordinateur Acer récent.

ublender a écrit :

Dans un premier temps, commence par désactiver le secure boot

ça ne fonctionne toujours pas hmm
Je ne sais pas si c'est important, mais au démarage j'arrive à chaque fois sur la page de chargement d'ubuntu (celle juste avant le mot de passe) et d'un coup je bascule vers la console initramfs

Dernière modification par gnap (Le 19/07/2017, à 11:47)

Hors ligne

#12 Le 19/07/2017, à 13:27

Bougron

Re : Démarage bloqué console initramfs

Bonjour
Je vais essayer de prendre en charge ton problème en trois étapes
il est important de savoir que ton bios est positionné en EFI donc on va s'intéresser aux fichiers de boot EFI qui sont dans des partitions FAT32.
1) Sur le disque dur

sda2: __________________________________________________________________________
    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/Boot/bkpbootx64.efi /EFI/Boot/bootx64.efi 
                       /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi 
                       /EFI/OEM/Boot/bootmgfw.efi /EFI/OEM/Boot/bootmgr.efi 
                       /EFI/OEM/Boot/memtest.efi

2) Sur ta clé USB d'installation

sdb1: __________________________________________________________________________
    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /casper/vmlinuz.efi 
                       /EFI/BOOT/grubx64.efi

3) Sur la clé USB où tu as installé UBUNTU   ==> Aucune n'est visible. Ce n'est donc pas surprenant que tu aies un problème...
Mais on voit qu'il y a deux partitions

sdc1: __________________________________________________________________________
    File system:       swap
    Boot sector type:  -
    Boot sector info: 
sdc2: __________________________________________________________________________
    File system:       ext2
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 16.04.2 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab

============================ Drive/Partition Info: =============================

Donc on est parti pour la première action
A) Tu bootes avec la clé USB d'installation
B) Tu choisis "essayer  avant d'installer"
C) Tu lances gparted
D) Tu te positionnes sur la partition SDC2
E) Tu fais l'action  "vérifier"
     Tu verras bien ce qui se passe. Si pas OK tu postes le résultat, mais tu continues quand même la suite
F) Tu te positionnes sur la partition de swap (SDC1)
    Si elle a un petit verrou de positionné,  tu déactives le swap et tu la démontes
G) Tu la supprimes
H) Tu te positionnes sur la partition SDA2
I) Tu fais l'action COPIER
J) Tu te repositionnes sur l'espace devenu  libre de ta clé USB contenant ubuntu
K) Tu fais l'action COLLER
Cette action est assez rapide.
L) Tu restes positionné sur la partition de copier  et tu choisis de modifier le UUID de cette partition. Il y aura une nouvelle valeur d'allouée.   En effet si on dispose de deux valeurs identiques, cela peut faire confusion.
Cela sera la fin de l'étape 1.

Maintenant on est parti pour la seconde action qui consiste à fabriquer une structure de boot digne d'une clé USB (voir l'exemple de ta clé)

a) Démonter la partition FAT32 de la clé USB ( Il peut y avoir un avertissement si elle n'est plus montée).

sudo umount -v /dev/sdc1

b) La remonter à un point de montage simple.

sudo mount -v /dev/sdc1  /mnt

c) Modifier le fichier de paramétrage

sudo gedit /mnt/ubuntu/grub.cfg

Nota, tu auras un petit message d'anomalie au lancement de gedit que tu ignoreras. (Installer le logiciel gksu sur une live USB pour régler ce problème est trop compliqué).
     Il faut remplacer le mot  hd2  ou hd1 pour le transformer en hd0 et je ne sais pas trop si cela a été fait
    voir la doc https://doc.ubuntu-fr.org/tutoriel/inst … disque_usb ('il faut modifier pour prendre en compte que la partition de boot sera le disque 0 et non le disque 2) car tu vas te préparer à booter direct via USB et non via l'intermédiaire du disque dur.

d) Recopier les fichiers de boot de ubuntu dans le répertoire de boot d'une clé usb. J'espère que cette commande ne contient pas d'erreur de codif car je ne l'écris pas souvent.

sudo   cp  -v  /mnt/EFI/ubuntu/*    /mnt/EFI/Boot

e) Changer le contenu du fichier de boot

sudo cp -v   /mnt/EFI/Boot/grubx64.efi    /mnt/EFI/Boot/bootx64.efi

f) Démonter la partition de boot

sudo umount -v /dev/sdc1

La troisième action consiste à informer le fichier /etc/fstab de ces modifications.
a) Récupérer le UUID ( neuf caractères) de la nouvelle partition ESP

sudo blkid | grep sdc1

elle sera de cette forme
/dev/sda2: UUID="4879-5212" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="cede99d7-4497-4328-ab76-0b5344779345"
b)  Traiter le problème du swap.
Mon point de vue est qu'un swap sur une clé USB n'est pas très utile. Je ne te propose pas de créer une partition swap dans l'espace restant car je pense que cet espace restant peut être utilisé à autre chose qu'un swap.  Je pense que tu as une RAM dépassant 4 Go qui n'a pas souvent besoin de swapper. Si tu veux vraiment une partition de swap, tu pourras le faire plus tard.
c) Monter la partition / (Racine)

sudo mount -v /dev/sdc2 /mnt

d) Modifier le fichier fstab

sudo gedit /mnt/etc/fstab

e) Mettre quelques caractères ##### au début de la ligne qui identifie la partition de swap au cas où par la suite tu voudrais en faire une nouvelle
f) Remplacer les 7 caractères de l'UUID de la partition EFI par ceux  que tu as identifié.
g) sauvegarder le fichier
h) Booter avec cette clé USB connectée seule exactement de la même façon qu'avec la clé USB d'installation.

Je pense que cela devrait marcher

Dernière modification par Bougron (Le 19/07/2017, à 17:55)

Hors ligne

#13 Le 19/07/2017, à 15:26

moko138

Re : Démarage bloqué console initramfs

[HS]   S'il te plaît, Bougron,
Quand tu en auras le temps, pourrais-tu relire
doc.ubuntu-fr.org/tutoriel/installation_sur_disque_usb
?
J'y ai fait du ménage hier (dans la partie legacy), mais tu sais que
pour la partie UEFI, je ne suis pas compétent.

Merci !   smile            [/HS]

Dernière modification par moko138 (Le 19/07/2017, à 16:10)


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#14 Le 19/07/2017, à 15:52

gnap

Re : Démarage bloqué console initramfs

l'étape 1 s'est passé sans trop de soucis :
1500472181.jpg

En revanche pour la partie 2, dès la première commande le terminal me renvoit

umount: /dev/sdc1: mountpoint not found

La fat32 de ma clé USB s'appelle /dev/sda2 dans mon cas. Dois-je remplacer sdc1 par sda2 ?

Hors ligne

#15 Le 19/07/2017, à 17:49

Bougron

Re : Démarage bloqué console initramfs

Elle s'appelle  "copy of sda2"

Je ne suis pas certain que tu ais validé de l'exécution de la copy.

En tout cas, j'ai oublié une chose:  C'est juste après la fin de la copie.
   Il faut modifier la partition copiée et prendre l'action   "changer la valeur de L'UUID" afin qu'il n'y ait pas de doublon.

Dernière modification par Bougron (Le 19/07/2017, à 17:50)

Hors ligne

#16 Le 20/07/2017, à 10:12

gnap

Re : Démarage bloqué console initramfs

Et ça fonctionne !! Je vous écris depuis ubuntu big_smile
Merci 1000 fois à tout le monde !

Juste pour savoir, avez-vous une idée de comment ça a pu arriver ? Je regardaos une vidéo, mon écran s'est bloqué et après avoir éteint mon ordinateur sauvagement, j'étais bloqué sur la console.
L'ordinateur est peut-être un petit peu plus lent au démarrage (raport avec la swap ?), mais ça fonctionne c'est l'essentiel

Hors ligne

#17 Le 20/07/2017, à 11:43

Bougron

Re : Démarage bloqué console initramfs

Bonjour.
C'est une bonne nouvelle.

Vu ce que tu décris, je ne sais pas trop pourquoi cela est arrivé.
j'imagine que l'OS a décidé d'activer le swap car la ram commençait à être presque à moitié utilisée
Peut-être as-tu seulement une connectique USB2 et dans ce cas, tu as été trop impatient.
La suite est classique, en coupant sauvagement l'alimentation, il est nécessaire de faire un fsck.
Tu l'as tenté une première fois en ligne de commande, en faisant une faute de frappe et une seconde fois avec gparted.   Il n'y avait peut-être que cela à faire.

Si l'ordinateur est un peu plus lent au démarrage, je ne pense pas que cela soit du à l'absence de partition swap.

Bonjour Moko138.  Je n'avais pas retouché la partie EFI car j'espérais qu'assez rapidement,
l'installateur saurait nous obéir en acceptant d'écrire dans la partition EFI de la clé USB.
J'ai constaté que cette partie est très utile pour les tablettes équipées d'un SSD de 32 go dès l'instant où on désire conserver windows.
Je vais faire cela sous forme de mode d'emploi avec la version 17.10 plutôt que sous forme littéraire pas facile à comprendre.

Hors ligne

#18 Le 20/07/2017, à 22:40

LienRag

Re : Démarage bloqué console initramfs

Sur une installation sur une clé USB (en dur comme tu l'as fait, pas en live) je n'ai jamais vu recommander d'utiliser une swap, qui va flinguer la clé.
Pour la même raison je lis souvent d'utiliser l'ext2, mais sur ce forum on m'a aussi dit qu'ext4 est maintenant capable d'adapter sa journalisation aux SSD et donc de ne pas abîmer excessivement la clé...

Hors ligne

#19 Le 23/07/2017, à 23:09

gnap

Re : Démarage bloqué console initramfs

Le problème est revenu...
Même schéma: l'écran et le son (tourne en boucle) se bloquent, extinction sauvage puis impossible de redémarrer.
Je pense que le mieux est de réinstaller Linux sur la clé en suivant ce tutoriel
Des idées pour récupérer les données ? (/opt/lampp, home, les favoris de mon navigateur et si possible la configuration d'Ubuntu: logiciel installés, préférences...)

Merci smile

Hors ligne

#20 Le 24/07/2017, à 00:25

??

Re : Démarage bloqué console initramfs

Bonsoir

gnap a écrit :

Le problème est revenu...
Même schéma: l'écran et le son (tourne en boucle) se bloquent, extinction sauvage puis impossible de redémarrer.

extinction sauvage dit un fsck. Tu connais la technique

gnap a écrit :

Je pense que le mieux est de réinstaller Linux sur la clé en suivant ce tutoriel
Des idées pour récupérer les données ? (/opt/lampp, home, les favoris de mon navigateur et si possible la configuration d'Ubuntu: logiciel installés, préférences...)

Merci smile

Même si tu réinstalles, tu ne seras pas a l'abri  du même problème

pour récupérer les données et les config, Les points d'entrée sont ces  docs
https://doc.ubuntu-fr.org/tutoriel/recu … _un_livecd
https://doc.ubuntu-fr.org/reinstallation_ubuntu

Dernière modification par ?? (Le 24/07/2017, à 00:28)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne