Page 1 sur 1

[BOOT] Dual boot / W10 - Manjaro

Publié : dim. 12 août 2018, 16:52
par ptitlu
Bonjour,
J'ai enfin décidé de sauter le pas et d'installer Manjaro. Pour l'instant j'en suis satisfait, et règle peu à peu les quelques soucis. Cependant, je bloque devant le fait d'afficher grub au démarrage. J'ai lu des topics qui traitent de ce souci mais je n'arrive pas à le régler.

L'ordinateur boot directement sur W10, et je dois jouer avec la touche F9 pour me rendre dans le menu d'amorçage (cf. image), comme si le pc ne bootait pas sur la partition sda/efi. Je remarque également que mon ancienne partition Ubuntu est toujours présente dans le grub après l'avoir formatée (je n'avais pas ce souci auparavant).
Image

Si je choisis de démarrer en passant par le "Démarrage EFI", je retrouve toutes mes entrées (mais je dois le faire manuellement...).
J'ai lu que certaines personnes n'avaient pas réussi à résoudre le pb à cause d'un bridage HP (curieux dans le sens où cela fonctionnait avec Ubuntu).
J'ai remis à jour le grub, etc., mais rien n'y fait.

Image

Mon grub.cfg :

Code : Tout sélectionner

GRUB_DEFAULT="Manjaro Linux"
GRUB_TIMEOUT="5"
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noaer"
GRUB_CMDLINE_LINUX=""

# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT="false"

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK="y"

# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT="5"
#GRUB_HIDDEN_TIMEOUT_QUIET="true"

# Uncomment to use basic console
GRUB_TERMINAL_INPUT="console"

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT="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="1024x768,800x600,auto"

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX="keep"

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY="true"

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
GRUB_BACKGROUND="/usr/share/grub/background.png"
GRUB_THEME="/boot/grub/themes/openbox/theme.txt"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
L'arborescence de ma partition EFI :

Code : Tout sélectionner

├── EFI
│   ├── Boot
│   │   └── bootx64.efi
│   ├── HP
│   │   ├── BIOS
│   │   │   ├── Current
│   │   │   │   ├── 081A9.bin
│   │   │   │   ├── 081A9.s12
│   │   │   │   └── 081A9.sig
│   │   │   ├── New
│   │   │   └── Previous
│   │   ├── BIOSUpdate
│   │   │   ├── CryptRSA32.efi
│   │   │   ├── CryptRSA.efi
│   │   │   ├── HpBiosMgmt32.efi
│   │   │   ├── HpBiosMgmt32.s09
│   │   │   ├── HpBiosMgmt32.s12
│   │   │   ├── HpBiosMgmt32.s14
│   │   │   ├── HpBiosMgmt.efi
│   │   │   ├── HpBiosMgmt.s09
│   │   │   ├── HpBiosMgmt.s12
│   │   │   ├── HpBiosMgmt.s14
│   │   │   ├── HpBiosUpdate32.efi
│   │   │   ├── HpBiosUpdate32.s09
│   │   │   ├── HpBiosUpdate32.s12
│   │   │   ├── HpBiosUpdate32.s14
│   │   │   ├── HpBiosUpdate32.sig
│   │   │   ├── HpBiosUpdate.efi
│   │   │   ├── HpBiosUpdate.s09
│   │   │   ├── HpBiosUpdate.s12
│   │   │   ├── HpBiosUpdate.s14
│   │   │   └── HpBiosUpdate.sig
│   │   ├── HP Support Framework
│   │   │   └── Logs
│   │   │       └── 2639569800.xml
│   │   └── SystemDiags
│   │       ├── CryptRSA32.efi
│   │       ├── CryptRSA.efi
│   │       ├── HpSysDiags32.efi
│   │       ├── HpSysDiags32.s09
│   │       ├── HpSysDiags32.s12
│   │       ├── HpSysDiags32.s14
│   │       ├── HpSysDiags.efi
│   │       ├── HpSysDiags.s09
│   │       ├── HpSysDiags.s12
│   │       ├── HpSysDiags.s14
│   │       ├── SystemDiags32.efi
│   │       ├── SystemDiags32.s09
│   │       ├── SystemDiags32.s12
│   │       ├── SystemDiags32.s14
│   │       ├── SystemDiags32.sig
│   │       ├── SystemDiags-8CG72407CJ.log
│   │       ├── SystemDiagsCeeHistory.log
│   │       ├── SystemDiags.efi
│   │       ├── SystemDiags.ini
│   │       ├── SystemDiags.log
│   │       ├── SystemDiags.s09
│   │       ├── SystemDiags.s12
│   │       ├── SystemDiags.s14
│   │       └── SystemDiags.sig
│   ├── Manjaro
│   │   └── grubx64.efi
│   ├── Microsoft
│   │   ├── Boot
│   │   │   ├── BCD
│   │   │   ├── BCD.LOG
│   │   │   ├── BCD.LOG1
│   │   │   ├── BCD.LOG2
│   │   │   ├── bg-BG
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── bootmgfw.efi
│   │   │   ├── bootmgr.efi
│   │   │   ├── BOOTSTAT.DAT
│   │   │   ├── boot.stl
│   │   │   ├── cs-CZ
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── da-DK
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── de-DE
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── el-GR
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── en-GB
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── en-US
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── es-ES
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── es-MX
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── et-EE
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── fi-FI
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── Fonts
│   │   │   │   ├── chs_boot.ttf
│   │   │   │   ├── cht_boot.ttf
│   │   │   │   ├── jpn_boot.ttf
│   │   │   │   ├── kor_boot.ttf
│   │   │   │   ├── malgun_boot.ttf
│   │   │   │   ├── malgunn_boot.ttf
│   │   │   │   ├── meiryo_boot.ttf
│   │   │   │   ├── meiryon_boot.ttf
│   │   │   │   ├── msjh_boot.ttf
│   │   │   │   ├── msjhn_boot.ttf
│   │   │   │   ├── msyh_boot.ttf
│   │   │   │   ├── msyhn_boot.ttf
│   │   │   │   ├── segmono_boot.ttf
│   │   │   │   ├── segoen_slboot.ttf
│   │   │   │   ├── segoe_slboot.ttf
│   │   │   │   └── wgl4_boot.ttf
│   │   │   ├── fr-CA
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── fr-FR
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── hr-HR
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── hu-HU
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── it-IT
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── ja-JP
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── kd_02_10df.dll
│   │   │   ├── kd_02_10ec.dll
│   │   │   ├── kd_02_1137.dll
│   │   │   ├── kd_02_14e4.dll
│   │   │   ├── kd_02_15b3.dll
│   │   │   ├── kd_02_1969.dll
│   │   │   ├── kd_02_19a2.dll
│   │   │   ├── kd_02_1af4.dll
│   │   │   ├── kd_02_8086.dll
│   │   │   ├── kd_07_1415.dll
│   │   │   ├── kd_0C_8086.dll
│   │   │   ├── kdstub.dll
│   │   │   ├── ko-KR
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── lt-LT
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── lv-LV
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── memtest.efi
│   │   │   ├── nb-NO
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── nl-NL
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── pl-PL
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── pt-BR
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── pt-PT
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── qps-ploc
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── Resources
│   │   │   │   ├── bootres.dll
│   │   │   │   ├── en-US
│   │   │   │   │   └── bootres.dll.mui
│   │   │   │   └── fr-FR
│   │   │   │       └── bootres.dll.mui
│   │   │   ├── ro-RO
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── ru-RU
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── sk-SK
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── sl-SI
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── sr-Latn-CS
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── sr-Latn-RS
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── sv-SE
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── tr-TR
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── uk-UA
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   └── bootmgr.efi.mui
│   │   │   ├── winsipolicy.p7b
│   │   │   ├── zh-CN
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   ├── zh-HK
│   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   └── memtest.efi.mui
│   │   │   └── zh-TW
│   │   │       ├── bootmgfw.efi.mui
│   │   │       ├── bootmgr.efi.mui
│   │   │       └── memtest.efi.mui
│   │   └── Recovery
│   │       ├── BCD
│   │       ├── BCD.LOG
│   │       ├── BCD.LOG1
│   │       └── BCD.LOG2
│   └── ubuntu
│       ├── fw
│       ├── fwupx64.efi
│       ├── grub.cfg
│       ├── grubx64.efi
│       ├── mmx64.efi
│       └── shimx64.efi
├── EUMONBMP.SYS
└── System Volume Information
    └── IndexerVolumeGuid
Le boot secure est désactivé notamment.

Voici le rapport avec un boot-repair :

Code : Tout sélectionner

Boot Info Script 8f991e4 + Boot-Repair extra info      [Boot-Info 25oct2017]


============================= Boot Info Summary: ===============================

 => Windows 7/8/2012 is installed in the MBR of /dev/sda.
 => No known boot loader is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/ubuntu/grub.cfg /EFI/Boot/bootx64.efi 
                       /EFI/Manjaro/grubx64.efi /EFI/ubuntu/fwupx64.efi 
                       /EFI/ubuntu/grubx64.efi /EFI/ubuntu/mmx64.efi 
                       /EFI/ubuntu/shimx64.efi 
                       /EFI/HP/BIOSUpdate/CryptRSA.efi 
                       /EFI/HP/BIOSUpdate/CryptRSA32.efi 
                       /EFI/HP/BIOSUpdate/HpBiosMgmt.efi 
                       /EFI/HP/BIOSUpdate/HpBiosMgmt32.efi 
                       /EFI/HP/BIOSUpdate/HpBiosUpdate.efi 
                       /EFI/HP/BIOSUpdate/HpBiosUpdate32.efi 
                       /EFI/HP/SystemDiags/CryptRSA.efi 
                       /EFI/HP/SystemDiags/CryptRSA32.efi 
                       /EFI/HP/SystemDiags/HpSysDiags.efi 
                       /EFI/HP/SystemDiags/HpSysDiags32.efi 
                       /EFI/HP/SystemDiags/SystemDiags.efi 
                       /EFI/HP/SystemDiags/SystemDiags32.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi

sda2: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sda2: unknown filesystem type ''.

sda3: __________________________________________________________________________

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

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:        

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Manjaro Linux
    Boot files:        /boot/grub/grub.cfg /etc/fstab

sdb1: __________________________________________________________________________

    File system:       iso9660
    Boot sector type:  Unknown
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sda2: unknown filesystem type ''.
mount: /mnt/BootInfo/sdb1: /dev/sdb1 already mounted or mount point busy.

sdb2: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT16
    Boot sector info:  According to the info in the boot sector, sdb2 starts 
                       at sector 0. But according to the info from fdisk, 
                       sdb2 starts at sector 3737268. According to the info 
                       in the boot sector, sdb2 has 0 sectors.
    Mounting failed:   mount: /mnt/BootInfo/sda2: unknown filesystem type ''.
mount: /mnt/BootInfo/sdb1: /dev/sdb1 already mounted or mount point busy.
mount: /mnt/BootInfo/sdb2: /dev/sdb2 already mounted or mount point busy.

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 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   500,118,191   500,118,191  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sda1                 2,048       534,527       532,480 EFI System partition
/dev/sda2               534,528       567,295        32,768 Microsoft Reserved Partition (Windows)
/dev/sda3               567,296   270,922,807   270,355,512 Data partition (Windows/Linux)
/dev/sda4      R    466,221,056   468,228,095     2,007,040 Windows Recovery Environment (Windows)
/dev/sda5      R    468,228,096   500,107,263    31,879,168 Data partition (Windows/Linux)
/dev/sda6           270,922,808   466,221,055   195,298,248 Data partition (Linux)

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

Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 14.5 GiB, 15518924800 bytes, 30310400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *              0     3,815,135     3,815,136   0 Empty
/dev/sdb2           3,737,268     3,741,939         4,672  ef EFI (FAT-12/16/32)

/dev/sdb1 overlaps with /dev/sdb2

GUID Partition Table detected, but does not seem to be used.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sdb1   +  R              0     3,815,079     3,815,080 Data partition (Windows/Linux)
/dev/sdb2   +  R      3,737,268     3,741,939         4,672 Data partition (Windows/Linux)

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

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/loop1                                              squashfs   
/dev/loop2                                              squashfs   
/dev/loop3                                              squashfs   
/dev/loop4                                              squashfs   
/dev/loop5                                              squashfs   
/dev/loop6                                              squashfs   
/dev/loop7                                              squashfs   
/dev/sda1        00F3-0262                              vfat       
/dev/sda2                                                          
/dev/sda3        CE98880F9887F46D                       ntfs       WINDOWS
/dev/sda4        60941077941051C0                       ntfs       Windows RE tools
/dev/sda5        FC5041BB50417E00                       ntfs       RECOVERY
/dev/sda6        6b95ffe0-168c-48fe-9cc8-eb2bd938a199   ext4       
/dev/sdb1        2018-07-25-03-21-56-00                 iso9660    Ubuntu 18.04.1 LTS amd64
/dev/sdb2        0D5F-1DB6                              vfat       

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

total 0
lrwxrwxrwx 1 root root  9 Aug 12 14:00 ata-SAMSUNG_MZNTY256HDHP-000H1_S2ZPNB0J128140 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 12 14:00 ata-SAMSUNG_MZNTY256HDHP-000H1_S2ZPNB0J128140-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 12 14:00 ata-SAMSUNG_MZNTY256HDHP-000H1_S2ZPNB0J128140-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 12 14:01 ata-SAMSUNG_MZNTY256HDHP-000H1_S2ZPNB0J128140-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 12 14:01 ata-SAMSUNG_MZNTY256HDHP-000H1_S2ZPNB0J128140-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Aug 12 14:01 ata-SAMSUNG_MZNTY256HDHP-000H1_S2ZPNB0J128140-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Aug 12 14:00 ata-SAMSUNG_MZNTY256HDHP-000H1_S2ZPNB0J128140-part6 -> ../../sda6
lrwxrwxrwx 1 root root  9 Aug 12 14:00 usb-TOSHIBA_TransMemory_54B80A3FA794C13190021E28-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug 12 14:00 usb-TOSHIBA_TransMemory_54B80A3FA794C13190021E28-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug 12 14:00 usb-TOSHIBA_TransMemory_54B80A3FA794C13190021E28-0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 Aug 12 14:00 wwn-0x5002538d41b0625d -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 12 14:00 wwn-0x5002538d41b0625d-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 12 14:00 wwn-0x5002538d41b0625d-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 12 14:01 wwn-0x5002538d41b0625d-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 12 14:01 wwn-0x5002538d41b0625d-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Aug 12 14:01 wwn-0x5002538d41b0625d-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Aug 12 14:00 wwn-0x5002538d41b0625d-part6 -> ../../sda6

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sdb         /cdrom                   iso9660    (ro,noatime,nojoliet,check=s,map=n,blocksize=2048)


========================== sda1/EFI/ubuntu/grub.cfg: ===========================

--------------------------------------------------------------------------------
search.fs_uuid 5b026f0d-d3c1-4286-97ca-fc5d3d4f4214 root hd0,gpt6 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
--------------------------------------------------------------------------------

=========================== sda6/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
  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="Manjaro Linux"
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 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
}

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt6' --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  6b95ffe0-168c-48fe-9cc8-eb2bd938a199
else
  search --no-floppy --fs-uuid --set=root 6b95ffe0-168c-48fe-9cc8-eb2bd938a199
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=1024x768,800x600,auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_input console
terminal_output gfxterm
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt6' --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  6b95ffe0-168c-48fe-9cc8-eb2bd938a199
else
  search --no-floppy --fs-uuid --set=root 6b95ffe0-168c-48fe-9cc8-eb2bd938a199
fi
insmod gfxmenu
loadfont ($root)/boot/grub/themes/openbox/unifont-bold-16.pf2
loadfont ($root)/boot/grub/themes/openbox/unifont-regular-14.pf2
loadfont ($root)/boot/grub/themes/openbox/unifont-regular-16.pf2
loadfont ($root)/boot/grub/themes/openbox/unifont-regular-32.pf2
insmod png
set theme=($root)/boot/grub/themes/openbox/theme.txt
export theme
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/06_grub-customizer_menu_color_helper ###
set color_normal=light-gray/black
set color_highlight=green/black
### END /etc/grub.d/06_grub-customizer_menu_color_helper ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6b95ffe0-168c-48fe-9cc8-eb2bd938a199' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt6' --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  6b95ffe0-168c-48fe-9cc8-eb2bd938a199
	else
	  search --no-floppy --fs-uuid --set=root 6b95ffe0-168c-48fe-9cc8-eb2bd938a199
	fi
	echo	'Chargement de Linux 4.16.18-1-MANJARO x64…'
	linux	/boot/vmlinuz-4.16-x86_64 root=UUID=6b95ffe0-168c-48fe-9cc8-eb2bd938a199 rw  quiet splash pci=noaer
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/intel-ucode.img /boot/initramfs-4.16-x86_64.img
}
submenu 'Options avancées pour Manjaro Linux' $menuentry_id_option 'gnulinux-advanced-6b95ffe0-168c-48fe-9cc8-eb2bd938a199' {
	menuentry 'Manjaro Linux (Kernel: 4.16.18-1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.16.18-1-MANJARO x64-advanced-6b95ffe0-168c-48fe-9cc8-eb2bd938a199' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt6' --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  6b95ffe0-168c-48fe-9cc8-eb2bd938a199
		else
		  search --no-floppy --fs-uuid --set=root 6b95ffe0-168c-48fe-9cc8-eb2bd938a199
		fi
		echo	'Chargement de Linux 4.16.18-1-MANJARO x64…'
		linux	/boot/vmlinuz-4.16-x86_64 root=UUID=6b95ffe0-168c-48fe-9cc8-eb2bd938a199 rw  quiet splash pci=noaer
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/intel-ucode.img /boot/initramfs-4.16-x86_64.img
	}
	menuentry 'Manjaro Linux (Kernel: 4.16.18-1-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.16.18-1-MANJARO x64-fallback-6b95ffe0-168c-48fe-9cc8-eb2bd938a199' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt6' --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  6b95ffe0-168c-48fe-9cc8-eb2bd938a199
		else
		  search --no-floppy --fs-uuid --set=root 6b95ffe0-168c-48fe-9cc8-eb2bd938a199
		fi
		echo	'Chargement de Linux 4.16.18-1-MANJARO x64…'
		linux	/boot/vmlinuz-4.16-x86_64 root=UUID=6b95ffe0-168c-48fe-9cc8-eb2bd938a199 rw  quiet splash pci=noaer
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initramfs-4.16-x86_64-fallback.img
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-00F3-0262' {
	insmod part_gpt
	insmod fat
	set root='hd0,gpt1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt1' --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  00F3-0262
	else
	  search --no-floppy --fs-uuid --set=root 00F3-0262
	fi
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###

### 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 ###

### BEGIN /etc/grub.d/60_memtest86+ ###
if [ "${grub_platform}" == "pc" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
        search --fs-uuid --no-floppy --set=root --hint-ieee1275='ieee1275//disk@0,gpt6' --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  6b95ffe0-168c-48fe-9cc8-eb2bd938a199
        linux16 /boot/memtest86+/memtest.bin 
    }
fi
### END /etc/grub.d/60_memtest86+ ###
--------------------------------------------------------------------------------

=============================== sda6/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
#UUID=00F3-0262                            /boot/efi      vfat    defaults,noatime 0 2
UUID=6b95ffe0-168c-48fe-9cc8-eb2bd938a199 /              ext4    defaults,noatime,discard 0 1
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
UUID=00F3-0262	/boot/efi	vfat	defaults	0	1
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 209.330833435 = 224.767270912  boot/grub/grub.cfg                             2
 215.317539215 = 231.195447296  boot/vmlinuz-4.16-x86_64                       1
 138.541397095 = 148.757692416  boot/initramfs-4.16-x86_64-fallback.img        1
 138.404232025 = 148.610412544  boot/initramfs-4.16-x86_64.img                 1

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

Unknown MBR on /dev/sdb

00000000  45 52 08 00 00 00 90 90  00 00 00 00 00 00 00 00  |ER..............|
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000020  33 ed fa 8e d5 bc 00 7c  fb fc 66 31 db 66 31 c9  |3......|..f1.f1.|
00000030  66 53 66 51 06 57 8e dd  8e c5 52 be 00 7c bf 00  |fSfQ.W....R..|..|
00000040  06 b9 00 01 f3 a5 ea 4b  06 00 00 52 b4 41 bb aa  |.......K...R.A..|
00000050  55 31 c9 30 f6 f9 cd 13  72 16 81 fb 55 aa 75 10  |U1.0....r...U.u.|
00000060  83 e1 01 74 0b 66 c7 06  f3 06 b4 42 eb 15 eb 02  |...t.f.....B....|
00000070  31 c9 5a 51 b4 08 cd 13  5b 0f b6 c6 40 50 83 e1  |1.ZQ....[...@P..|
00000080  3f 51 f7 e1 53 52 50 bb  00 7c b9 04 00 66 a1 b0  |?Q..SRP..|...f..|
00000090  07 e8 44 00 0f 82 80 00  66 40 80 c7 02 e2 f2 66  |..D.....f@.....f|
000000a0  81 3e 40 7c fb c0 78 70  75 09 fa bc ec 7b ea 44  |.>@|..xpu....{.D|
000000b0  7c 00 00 e8 83 00 69 73  6f 6c 69 6e 75 78 2e 62  ||.....isolinux.b|
000000c0  69 6e 20 6d 69 73 73 69  6e 67 20 6f 72 20 63 6f  |in missing or co|
000000d0  72 72 75 70 74 2e 0d 0a  66 60 66 31 d2 66 03 06  |rrupt...f`f1.f..|
000000e0  f8 7b 66 13 16 fc 7b 66  52 66 50 06 53 6a 01 6a  |.{f...{fRfP.Sj.j|
000000f0  10 89 e6 66 f7 36 e8 7b  c0 e4 06 88 e1 88 c5 92  |...f.6.{........|
00000100  f6 36 ee 7b 88 c6 08 e1  41 b8 01 02 8a 16 f2 7b  |.6.{....A......{|
00000110  cd 13 8d 64 10 66 61 c3  e8 1e 00 4f 70 65 72 61  |...d.fa....Opera|
00000120  74 69 6e 67 20 73 79 73  74 65 6d 20 6c 6f 61 64  |ting system load|
00000130  20 65 72 72 6f 72 2e 0d  0a 5e ac b4 0e 8a 3e 62  | error...^....>b|
00000140  04 b3 07 cd 10 3c 0a 75  f1 cd 18 f4 eb fd 00 00  |.....<.u........|
00000150  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000160  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000170  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000190  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 00 00 00 00  |................|
000001b0  58 ed 38 00 00 00 00 00  c4 b4 3e 66 00 00 80 00  |X.8.......>f....|
000001c0  01 00 00 74 e0 fa 00 00  00 00 e0 36 3a 00 00 fe  |...t.......6:...|
000001d0  ff ff ef fe ff ff b4 06  39 00 40 12 00 00 00 00  |........9.@.....|
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  00 00 00 00 00 00 55 aa  |..............U.|
00000200


/dev/sdb1: unknown GPT attributes
1000000000000001

/dev/sdb2: unknown GPT attributes
1000000000000001
Unknown BootLoader on sdb1

00000000  45 52 08 00 00 00 90 90  00 00 00 00 00 00 00 00  |ER..............|
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000020  33 ed fa 8e d5 bc 00 7c  fb fc 66 31 db 66 31 c9  |3......|..f1.f1.|
00000030  66 53 66 51 06 57 8e dd  8e c5 52 be 00 7c bf 00  |fSfQ.W....R..|..|
00000040  06 b9 00 01 f3 a5 ea 4b  06 00 00 52 b4 41 bb aa  |.......K...R.A..|
00000050  55 31 c9 30 f6 f9 cd 13  72 16 81 fb 55 aa 75 10  |U1.0....r...U.u.|
00000060  83 e1 01 74 0b 66 c7 06  f3 06 b4 42 eb 15 eb 02  |...t.f.....B....|
00000070  31 c9 5a 51 b4 08 cd 13  5b 0f b6 c6 40 50 83 e1  |1.ZQ....[...@P..|
00000080  3f 51 f7 e1 53 52 50 bb  00 7c b9 04 00 66 a1 b0  |?Q..SRP..|...f..|
00000090  07 e8 44 00 0f 82 80 00  66 40 80 c7 02 e2 f2 66  |..D.....f@.....f|
000000a0  81 3e 40 7c fb c0 78 70  75 09 fa bc ec 7b ea 44  |.>@|..xpu....{.D|
000000b0  7c 00 00 e8 83 00 69 73  6f 6c 69 6e 75 78 2e 62  ||.....isolinux.b|
000000c0  69 6e 20 6d 69 73 73 69  6e 67 20 6f 72 20 63 6f  |in missing or co|
000000d0  72 72 75 70 74 2e 0d 0a  66 60 66 31 d2 66 03 06  |rrupt...f`f1.f..|
000000e0  f8 7b 66 13 16 fc 7b 66  52 66 50 06 53 6a 01 6a  |.{f...{fRfP.Sj.j|
000000f0  10 89 e6 66 f7 36 e8 7b  c0 e4 06 88 e1 88 c5 92  |...f.6.{........|
00000100  f6 36 ee 7b 88 c6 08 e1  41 b8 01 02 8a 16 f2 7b  |.6.{....A......{|
00000110  cd 13 8d 64 10 66 61 c3  e8 1e 00 4f 70 65 72 61  |...d.fa....Opera|
00000120  74 69 6e 67 20 73 79 73  74 65 6d 20 6c 6f 61 64  |ting system load|
00000130  20 65 72 72 6f 72 2e 0d  0a 5e ac b4 0e 8a 3e 62  | error...^....>b|
00000140  04 b3 07 cd 10 3c 0a 75  f1 cd 18 f4 eb fd 00 00  |.....<.u........|
00000150  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001b0  58 ed 38 00 00 00 00 00  c4 b4 3e 66 00 00 80 00  |X.8.......>f....|
000001c0  01 00 00 74 e0 fa 00 00  00 00 e0 36 3a 00 00 fe  |...t.......6:...|
000001d0  ff ff ef fe ff ff b4 06  39 00 40 12 00 00 00 00  |........9.@.....|
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  00 00 00 00 00 00 55 aa  |..............U.|
00000200


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

File descriptor 9 (/proc/5342/mountinfo) leaked on lvs invocation. Parent PID 18872: bash
File descriptor 63 (pipe:[74316]) leaked on lvs invocation. Parent PID 18872: bash

ADDITIONAL INFORMATION :
=================== log of boot-repair 20180812_1400 ===================
boot-repair version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
grub-probe: error: cannot find a GRUB drive for /dev/sdb1.  Check your device.map.
Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes.
boot-repair is executed in live-session (Ubuntu 18.04.1 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory

=================== os-prober:
/dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
/dev/sda6:Manjaro Linux (18.0):ManjaroLinux:linux

=================== blkid:
/dev/sda1: UUID="00F3-0262" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="3496c663-71e0-47e3-88b0-1815dcaf08de"
/dev/sda3: LABEL="WINDOWS" UUID="CE98880F9887F46D" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="2f791310-15bd-424a-b261-6e601a9be9a7"
/dev/sda4: LABEL="Windows RE tools" UUID="60941077941051C0" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="72f0b586-ce55-4505-ae3c-6c2cfd80a5a1"
/dev/sda5: LABEL="RECOVERY" UUID="FC5041BB50417E00" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="79cd3d53-c0a2-4859-8a22-5d889eb55137"
/dev/sda6: UUID="6b95ffe0-168c-48fe-9cc8-eb2bd938a199" TYPE="ext4" PARTUUID="ba973638-9c5d-4324-8ca2-58a20bc5a229"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sdb1: UUID="2018-07-25-03-21-56-00" LABEL="Ubuntu 18.04.1 LTS amd64" TYPE="iso9660" PTUUID="663eb4c4" PTTYPE="dos" PARTUUID="663eb4c4-01"
/dev/sdb2: SEC_TYPE="msdos" UUID="0D5F-1DB6" TYPE="vfat" PARTUUID="663eb4c4-02"
/dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="bd19837e-6115-4267-a8c1-addca2c35d36"


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

Windows not detected by os-prober on sda3.
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda1/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/bootx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda5/EFI/Boot/bootx64.efi

=================== sda6/etc/grub.d/ :
drwxr-xr-x  3 root root   4096 Aug 12 12:10 grub.d
total 72
-rwxr-xr-x 1 root root  8871 Jun  1 17:26 00_header
-rwxr-xr-x 1 root root   270 Aug 12 12:10 06_grub-customizer_menu_color_helper
-rwxr-xr-x 1 root root 11990 Jun  1 17:26 10_linux
-rwxr-xr-x 1 root root 11465 Jun  1 17:26 20_linux_xen
-rwxr-xr-x 1 root root 11334 Jun  1 17:26 30_os-prober
-rwxr-xr-x 1 root root   214 Jun  1 17:26 40_custom
-rwxr-xr-x 1 root root   216 Jun  1 17:26 41_custom
-rwxr-xr-x 1 root root  1219 Aug  3  2016 60_memtest86+
-rw-r--r-- 1 root root   483 Jun  1 17:26 README
drwxr-xr-x 4 root root  4096 Aug 12 12:10 backup




=================== sda6/etc/default/grub :

GRUB_DEFAULT="Manjaro Linux"
GRUB_TIMEOUT="5"
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noaer"
GRUB_CMDLINE_LINUX=""

# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT="false"

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK="y"

# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT="5"
#GRUB_HIDDEN_TIMEOUT_QUIET="true"

# Uncomment to use basic console
GRUB_TERMINAL_INPUT="console"

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT="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="1024x768,800x600,auto"

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX="keep"

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY="true"

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
GRUB_BACKGROUND="/usr/share/grub/background.png"
GRUB_THEME="/boot/grub/themes/openbox/theme.txt"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"



/boot/efi detected in the fstab of sda6: UUID=00F3-0262                             (sda1)

=================== sda6saved_entry=gnulinux-simple-6b95ffe0-168c-48fe-9cc8-eb2bd938a199/grub/grubenv :
saved_entry=gnulinux-simple-6b95ffe0-168c-48fe-9cc8-eb2bd938a199



/usr/share/boot-sav/bs-cmd_terminal.sh: line 179: warning: command substitution: ignored null byte in input

=================== efibootmgr -v
BootCurrent: 0002
Timeout: 5 seconds
BootOrder: 0000,3000,0001,2001,2002,2004
Boot0000* ubuntu	HD(1,GPT,3496c663-71e0-47e3-88b0-1815dcaf08de,0x800,0x82000)/File(EFIubuntushimx64.efi)RC
Boot0001* Windows Boot Manager	HD(1,GPT,3496c663-71e0-47e3-88b0-1815dcaf08de,0x800,0x82000)/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.}...I................
Boot0002* Disque dur USB (UEFI) - TOSHIBA TransMemory (TOSHIBA TransMemory)	PciRoot(0x0)/Pci(0x14,0x0)/USB(2,0)/HD(1,MBR,0x663eb4c4,0x3906b4,0x1240)RC
Boot0004* USB Hard Drive (UEFI) - General UDisk (General UDisk)	PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(1,MBR,0x13930903,0x800,0xf3b800)RC
Boot2001* EFI USB Device	RC
Boot3000* Internal Hard Disk or Solid State Disk	RC

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
sda1	: 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,	notbiosboot, /mnt/boot-sav/sda1.
sda3	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda3.
sda4	: 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,	notbiosboot, /mnt/boot-sav/sda4.
sda5	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-maybe-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda5.
sda6	: sda,	not-sepboot,	grubenv-ng	grub2,	grub1 ,	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,	pacman,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda6.

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


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

BYT;
/dev/sda:256GB:scsi:512:4096:gpt:ATA SAMSUNG MZNTY256:;
1:1049kB:274MB:273MB:fat32:EFI system partition:boot, esp;
2:274MB:290MB:16.8MB::Microsoft reserved partition:msftres;
3:290MB:139GB:138GB:ntfs:Basic data partition:msftdata;
6:139GB:239GB:100GB:ext4::;
4:239GB:240GB:1028MB:ntfs:Basic data partition:hidden, diag;
5:240GB:256GB:16.3GB:ntfs:Basic data partition:hidden, msftdata;

BYT;
/dev/sdb:15.5GB:scsi:512:512:unknown:TOSHIBA TransMemory:;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs   1.8G
loop1 loop squashfs  86.9M
loop2 loop squashfs  34.7M
loop3 loop squashfs 140.9M
loop4 loop squashfs   2.3M
loop5 loop squashfs    13M
loop6 loop squashfs  14.5M
loop7 loop squashfs   3.7M
sda   disk          238.5G
sda1  part vfat       260M
sda2  part             16M
sda3  part ntfs     128.9G WINDOWS
sda4  part ntfs       980M Windows RE tools
sda5  part ntfs      15.2G RECOVERY
sda6  part ext4      93.1G
sdb   disk iso9660   14.5G Ubuntu 18.04.1 LTS amd64
sdb1  part iso9660    1.8G Ubuntu 18.04.1 LTS amd64
sdb2  part vfat       2.3M Ubuntu 18.04.1 LTS amd64

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /rofs
loop1    1  1  0         /snap/core/4917
loop2    1  1  0         /snap/gtk-common-themes/319
loop3    1  1  0         /snap/gnome-3-26-1604/70
loop4    1  1  0         /snap/gnome-calculator/180
loop5    1  1  0         /snap/gnome-characters/103
loop6    1  1  0         /snap/gnome-logs/37
loop7    1  1  0         /snap/gnome-system-monitor/51
sda      0  0  0 running
sda1     0  0  0         /mnt/boot-sav/sda1
sda2     0  0  0
sda3     0  0  0         /mnt/boot-sav/sda3
sda4     0  0  0         /mnt/boot-sav/sda4
sda5     0  0  0         /mnt/boot-sav/sda5
sda6     0  0  0         /mnt/boot-sav/sda6
sdb      1  0  1 running /cdrom
sdb1     1  0  1
sdb2     1  0  1


=================== 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=3998076k,nr_inodes=999519,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=803852k,mode=755)
/dev/sdb on /cdrom type iso9660 (ro,noatime,nojoliet,check=s,map=n,blocksize=2048)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
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/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16566)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=803848k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/var/lib/snapd/snaps/core_4917.snap on /snap/core/4917 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_319.snap on /snap/gtk-common-themes/319 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-26-1604_70.snap on /snap/gnome-3-26-1604/70 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_180.snap on /snap/gnome-calculator/180 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_103.snap on /snap/gnome-characters/103 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_37.snap on /snap/gnome-logs/37 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_51.snap on /snap/gnome-system-monitor/51 type squashfs (ro,nodev,relatime,x-gdu.hide)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=803848k,mode=700)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw,relatime,data=ordered)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sdb1 sdb2 size slaves stat subsystem trace uevent
/dev (filtered):  HID-SENSOR-2000e1.1.auto HID-SENSOR-2000e1.11.auto HID-SENSOR-2000e1.12.auto HID-SENSOR-2000e1.3.auto HID-SENSOR-2000e1.5.auto HID-SENSOR-2000e1.6.auto acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 iio:device0 iio:device1 iio:device2 iio:device3 iio:device4 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 sda6 sdb sdb1 sdb2 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 tpmrm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper:  control



Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.9G     0  3.9G   0% /dev
tmpfs          tmpfs     786M  1.9M  784M   1% /run
/dev/sdb       iso9660   1.9G  1.9G     0 100% /cdrom
/dev/loop0     squashfs  1.8G  1.8G     0 100% /rofs
/cow           overlay   3.9G  398M  3.5G  11% /
tmpfs          tmpfs     3.9G   33M  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  4.0K  3.9G   1% /tmp
tmpfs          tmpfs     786M   56K  785M   1% /run/user/999
/dev/loop1     squashfs   87M   87M     0 100% /snap/core/4917
/dev/loop2     squashfs   35M   35M     0 100% /snap/gtk-common-themes/319
/dev/loop3     squashfs  141M  141M     0 100% /snap/gnome-3-26-1604/70
/dev/loop4     squashfs  2.4M  2.4M     0 100% /snap/gnome-calculator/180
/dev/loop5     squashfs   13M   13M     0 100% /snap/gnome-characters/103
/dev/loop6     squashfs   15M   15M     0 100% /snap/gnome-logs/37
/dev/loop7     squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/51
tmpfs          tmpfs     786M     0  786M   0% /run/user/0
/dev/sda1      vfat      256M   90M  167M  35% /mnt/boot-sav/sda1
/dev/sda3      fuseblk   129G   97G   33G  75% /mnt/boot-sav/sda3
/dev/sda4      fuseblk   980M  474M  507M  49% /mnt/boot-sav/sda4
/dev/sda5      fuseblk    16G   14G  1.7G  90% /mnt/boot-sav/sda5
/dev/sda6      ext4       92G  7.9G   79G  10% /mnt/boot-sav/sda6

=================== fdisk -l:
Disk /dev/loop0: 1.8 GiB, 1864450048 bytes, 3641504 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 86.9 MiB, 91099136 bytes, 177928 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop2: 34.7 MiB, 36323328 bytes, 70944 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop3: 140.9 MiB, 147722240 bytes, 288520 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop4: 2.3 MiB, 2433024 bytes, 4752 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop5: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop6: 14.5 MiB, 15196160 bytes, 29680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop7: 3.7 MiB, 3887104 bytes, 7592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 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: AF692C1A-A4C9-479F-8802-4A489705432A

Device         Start       End   Sectors   Size Type
/dev/sda1       2048    534527    532480   260M EFI System
/dev/sda2     534528    567295     32768    16M Microsoft reserved
/dev/sda3     567296 270922807 270355512 128.9G Microsoft basic data
/dev/sda4  466221056 468228095   2007040   980M Windows recovery environment
/dev/sda5  468228096 500107263  31879168  15.2G Microsoft basic data
/dev/sda6  270922808 466221055 195298248  93.1G Linux filesystem

Partition table entries are not in disk order.


Disk /dev/sdb: 14.5 GiB, 15518924800 bytes, 30310400 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: 0x663eb4c4

Device     Boot   Start     End Sectors  Size Id Type
/dev/sdb1  *          0 3815135 3815136  1.8G  0 Empty
/dev/sdb2       3737268 3741939    4672  2.3M ef EFI (FAT-12/16/32)



=================== Recommended repair
The default repair of the Boot-Repair utility will purge (in order to fix packages) and reinstall the grub-efi-amd64-signed of sda6, using the following options:        sda1/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s   fix-windows-boot use-standard-efi-file


/boot/efi added in sda6/fstab
Quantity of real Windows: 1
Mount sda1 on /mnt/boot-sav/sda6/boot/efi
efi files in sda1/efi: /Microsoft/Boot/memtest.efi /Microsoft/Boot/bootmgr.efi /Microsoft/Boot/bootmgfw.efi /HP/SystemDiags/SystemDiags32.efi /HP/SystemDiags/SystemDiags.efi /HP/SystemDiags/HpSysDiags32.efi /HP/SystemDiags/HpSysDiags.efi /HP/SystemDiags/CryptRSA32.efi /HP/SystemDiags/CryptRSA.efi /HP/BIOSUpdate/HpBiosUpdate32.efi /HP/BIOSUpdate/HpBiosUpdate.efi /HP/BIOSUpdate/HpBiosMgmt32.efi /HP/BIOSUpdate/HpBiosMgmt.efi /HP/BIOSUpdate/CryptRSA32.efi /HP/BIOSUpdate/CryptRSA.efi /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /ubuntu/fwupx64.efi /Manjaro/grubx64.efi /Boot/bootx64.efi
chroot /mnt/boot-sav/sda6 pacman -Sy --noconfirm pacman
warning: pacman-5.1.1-1 is up to date -- reinstalling
chroot /mnt/boot-sav/sda6 pacman-db-upgrade
Purge the GRUB of sda6
error: target not found: grub-efi-amd64-signed
grub-efi-amd64-signed NOT available (pacman -Syw --noconfirm  problem)
error: target not found: grub-efi
grub-efi NOT available (pacman -Syw --noconfirm  problem)
error: target not found: grub2-efi
grub2-efi NOT available (pacman -Syw --noconfirm  problem)
=================== grub-efi-amd64-signed purge cancelled
Please enable a repository containing the [grub-efi-amd64-signed] packages in the software sources of Manjaro Linux (sda6). Then try again.
Gtk-Message: 14:01:08.664: GtkDialog mapped without a transient parent. This is discouraged.
Merci d'avance !

ptitlu

Re: [BOOT] Dual boot / W10 - Manjaro

Publié : dim. 12 août 2018, 16:56
par waitnsea
Bonjour,
Manjaro est une distribution différente d'Archlinux, même si elle en est issue: dépôts différents, gestion des noyaux différents, etc...
Tu devrais t'adresser à leur forum qui est très actif.
Quant à Boot-Repair, il me semble que c'est un outil assez spécifique d'Ubuntu qui a sa gestion non moins spécifique du boot-secure.

Re: [BOOT] Dual boot / W10 - Manjaro

Publié : lun. 13 août 2018, 00:12
par ptitlu
Bonsoir,
C'est ce que j'ai fait mais la section fr de manjaro ne semble pas très active. Peut-être devrais-je essayer sur le forum anglais.

Merci quand même.
Ptitlu

Re: [BOOT] Dual boot / W10 - Manjaro

Publié : lun. 13 août 2018, 12:23
par Seb
Salut,
tu tiens absolument à utiliser grub ? rEFInd est en mon sens plus pratique pour ce genre de choses ( il detecte lui meme les os presents au boot )
apres que tu utilise grub2 ou refind je pense que ce qu'il te faut la c'est utiliser "efibootmgr" en creeant une nouvelle entry

pour mon refind c'est:
efibootmgr -c -d /dev/sda -p 1 -l /EFI/refind/refind_x64.efi -L rEFInd

pour ton grub ca devrais ressembler a ca:
efiboomgr -c -d /dev/sda -p 1 /EFI/Manjaro/grubx64.efi -L Grub

en esperant que ma réponse te soit utile ^^ :)

Re: [BOOT] Dual boot / W10 - Manjaro

Publié : mar. 14 août 2018, 12:12
par benjarobin
Ce n'est que mon avis, mais je n'aime vraiment pas l'auto-détection.