#2026 Le 13/05/2020, à 23:29
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
impec
Par contre la terminologie 'BIOS configuré en mode Legacy' est un abus de langage, je vais remplacer la phrase par:
Veuillez activer le mode BIOS-compatibility/CSM/Legacy dans votre firmware UEFI, et utiliser ce logiciel depuis un live-CD (ou live-USB).
s'il n'y a rien d'autre important à corriger dans Boot-Repair je vais commencer à regarder pour mettre à jour Boot-Repair-Disk.
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2027 Le 14/05/2020, à 00:28
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
YannUbuntu a écrit;
s'il n'y a rien d'autre important à corriger dans Boot-Repair je vais commencer à regarder pour mettre à jour Boot-Repair-Disk.
Ce qu'il y a de dommage avec le Boot-Repair-Disk, c'est que tu aies supprimé la fonction de recherche de mise à jour des paquets du PPA, au lancement de la session, comme çà avait fonctionné à un moment.
Ou alors, une suggestion;
Mettre un message sur le bureau (genre fenêtre zenity) disant de faire la mise à jour des paquets du PPA boot-repair avant de le lancer, de manière à utiliser la dernière version disponible. En utilisant un bouton lanceur présent sur le bureau ou dans la fenêtre zenity pas exemple, pour lancer la maj des paquets dans un terminal.
Il me semble que çà serait le top.
Lorsque j’utilisais cette iso en live, la première des choses que je faisais après avoir paramétré la connexion internet, ouvrir Synaptic, et faire la maj des paquets du PPA.
@+. Babdu89 .
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2028 Le 15/05/2020, à 02:03
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Et paf, 6h de codage et tests en plus, merci Babdu
Donc à venir avec ppa119:
- une fois par jour, et seulement si boot-repair n'a pas été mis à jour ou installé dans la journée, message au demarrage recommandant de mettre à jour boot-repair, sauf pour Boot-Repair-Disk qui proposera une mise à jour automatisée.
- au demarrage, si plus de 3 logs dans /var/log/boot-repair , proposition de supprimer les logs. J'ai failli ne pas le proposer pour les sessions live, mais je ne sais pas différencier des live persistants, si vous avez des idées n'hésitez pas.
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2029 Le 15/05/2020, à 07:54
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
@Yann, je vais regarder avec un live persistent si on retrouve les logs avec des tests successifs....
OK, j'ai trouvé une clé MultiSystem avec une iso avec mode persistent...
@suivre.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 15/05/2020, à 08:50)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2030 Le 15/05/2020, à 11:15
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@YannUbuntu.
Le tests sont fait depuis une clé live MultiSystem.
Pour le mode persistent il faudra vérifier le comportement avec des clés faites en mode persistent avec d'autres logiciels ou en lignes de commandes.
Lorsque l'on créé une clé MultiSYStem, le logiciel attribue un label (multisystem) à la partition FAT 32 de la clé.
Particularité de démarrage de la clé live MultiSystem, elle démarre depuis un Grub modifié par son auteur frafa.
Il y a donc un fichier grub.cfg dans /boot/grub
Comme cette clé est aussi capable de démarrer avec de très vieux grub. (grub-legacy) à la place du grub.cfg, il y a un menu.list. et aussi sislinux.
La clé MultiSystem de tests comporte un Ubuntu Xenial (iso multisystem) avec mode non persistent et mode persistent.
Mode persistent que j'ai ajouté à l'iso ci-dessus, depuis le menus du MultiSystem. Le MultiSystem démarre dans les deux mode UEFI et Bios_Legacy.
Que l'on démarre en mode UEFI on peut lancer des sessions live d'iso 32 bits non UEFI, comme avec ma clé de tests.
Le mode persistent en accessible dans les deux modes; UEFI et Bios_Legacy, on a accés aux données contenues dans la partie persistente de la clé dans les deux modes de démarrage.
Lorsque l'on créer le mode persistent, est créé un fichier casper-rw . On lui donne une taille.
Dans le Grub du démarrage du MultiSystem on a le choix de démarrer l'iso en live persistent ou non persistent.
Lorsque l'on démarre une session live non persitent, il n'y a pas acces nativement au casper-rw.
Lorsque l'on démarre en session live persistent, on a acces au casper-rw, il est présent dans le volet gauche du navigateur de fichiers, mais non monté.
Les montages en session live.
_Pour le système / = /media/multisystem/multisystem
Dans le contenu du volet de droite du navigateur de fichiers, on voit le fichier casper-rw.
_Pour le casper-rw = /media/multisystem/casper-rw
Dans le contenu du volet de droite du navigateur de fichiers, on voit ;
Lost-found
upper
work
un fichier format
Le contenu qui nous intéresse se trouve dans upper.
On y retrouve la même arborescence que le système / avec;
/var/log/boot-info
/var/log/boot-repair
Les contenus habituels des logs de ces dossiers.
Alors, avec Synaptic d'isponible, j'ai fait la maj des PPA Boot-Repair version 4ppa119.
Et j'ai fais plusieurs boot-info depuis boot-info et boot-repair. Je vais en faire d'autre pour tester le dev que tu prépares. Si j'ai bien compris, alléger les logs pour ne garder que les deux derniers.
Le fichier grub.cfg de la clé multiSystem non filtré;
#insmod gpt
#insmod pc
#insmod gfxmenu
#
#insmod videotest
insmod tga
insmod png
insmod gfxterm
insmod lspci
#insmod vbeinfo
insmod vbe
insmod ntfs
insmod chain
insmod biosdisk
insmod font
#http://grub.enbug.org/ThemeFormat
#http://grub.gibibit.com/Theme_format#colors
#http://code.google.com/p/burg/wiki/InstallUbuntu
#http://code.google.com/p/burg/downloads/list
#http://ubuntuforums.org/showthread.php?t=1195275
#pour acces a grub2 du bootloader principal modifier dans fichier: /etc/default/grub
#GRUB_HIDDEN_TIMEOUT=10 #0 par defaut
#GRUB_HIDDEN_TIMEOUT_QUIET=false #true d'origine
#sudo update-grub
#echo -n "Press ESC to see the menu... "
#if sleep --verbose --interruptible 5 ; then
#set timeout=10
#fi
set default=0
set timeout=10
set fallback=1
search --no-floppy --fs-uuid --set=root 1C0A-1EEB
set root=${root}
#http://grub.enbug.org/gfxterm
if loadfont /boot/polices/unicode.pf2 ; then
set gfxmode=640x480
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
if background_image /boot/splash/splash.png ; then
#text no sel/fond ecran
set color_normal=white/black #1
#text sel/fond ecran sel
set color_highlight=green/white #1
else
set menu_color_normal=white/black #2
set menu_color_highlight=green/white #2
set color_normal=white/magenta #2
set color_highlight=green/white #2
fi
#
#
#Pour activer le thème graphique multisystem décommentez les 4 lignes ci-dessous
#set gfxmode=640x480
#set theme=($root)/boot/grub/themes/multisystem/theme.txt
#export theme
#loadfont /boot/grub/themes/multisystem/fonts/Helvetica-8.pf2
#
#
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_MENU_DEBUT|05-04-2018-18:54:34-801709194|ms-lts-16.04-amd64-r1.iso|multisystem-icon|1261Mio|
menuentry "MultiSystem live French (toram)" --class ms --class linux --class os {
search --set -f "/ms-lts-16.04-amd64-r1.iso"
loopback loop "/ms-lts-16.04-amd64-r1.iso"
linux (loop)/casper/vmlinuz.efi toram root=UUID=1C0A-1EEB iso-scan/filename=/ms-lts-16.04-amd64-r1.iso debian-installer/locale=fr_FR.UTF-8 debian-installer/language=fr kbd-chooser/method=fr console-setup/layoutcode=fr console-setup/variantcode=oss console-setup/modelcode=pc105 ignore_uuid boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
menuentry "MultiSystem live English (toram)" --class ms --class linux --class os {
search --set -f "/ms-lts-16.04-amd64-r1.iso"
loopback loop "/ms-lts-16.04-amd64-r1.iso"
linux (loop)/casper/vmlinuz.efi toram root=UUID=1C0A-1EEB iso-scan/filename=/ms-lts-16.04-amd64-r1.iso debian-installer/locale=en_US.UTF-8 debian-installer/language=us kbd-chooser/method=us console-setup/layoutcode=us console-setup/modelcode=pc105 ignore_uuid boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|05-04-2018-18:54:34-801709194|ms-lts-16.04-amd64-r1.iso|multisystem-icon|1261Mio|
#MULTISYSTEM_MENU_DEBUT|15-05-2020-08:34:06-417915466|ms-lts-16.04-amd64-r1.iso|multisystem-icon|1261Mio|persistent 2572Mio
menuentry "Mode persistent MultiSystem live French (toram)" --class ms --class linux --class os {
search --set -f "/ms-lts-16.04-amd64-r1.iso"
loopback loop "/ms-lts-16.04-amd64-r1.iso"
linux (loop)/casper/vmlinuz.efi toram root=UUID=1C0A-1EEB iso-scan/filename=/ms-lts-16.04-amd64-r1.iso debian-installer/locale=fr_FR.UTF-8 debian-installer/language=fr kbd-chooser/method=fr console-setup/layoutcode=fr console-setup/variantcode=oss console-setup/modelcode=pc105 ignore_uuid boot=casper persistent noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|15-05-2020-08:34:06-417915466|ms-lts-16.04-amd64-r1.iso|multisystem-icon|1261Mio|persistent 2572Mio
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
menuentry "______________Grub4Dos______________" {
echo
}
#http://grub4dos.sourceforge.net/
#http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial
menuentry "Grub4Dos" {
linux /boot/grub.exe --config-file=/boot/grub/menu.lst
}
menuentry "______________Syslinux______________" {
echo
}
#solution tordue, mais qui passe partout ...
#menuentry "Syslinux" {
#search --set -f /boot/syslinux/redir.img
# linux16 /boot/syslinux/memdisk
# initrd16 /boot/syslinux/redir.img
#}
#http://syslinux.zytor.com
menuentry "Syslinux" {
search --set -f "/boot/syslinux/ldlinux.sys"
drivemap -s (hd0) $root
chainloader +1
}
#Autre solution pour chainer Syslinux via une copie du mbr
#dd if=/dev/sd?1 of=/media/multisystem/boot/img/syslinux.mbr bs=512 count=1
#menuentry "Syslinux" {
#search --set -f "/boot/img/syslinux.mbr"
#drivemap -s (hd0) $root
#chainloader /boot/img/syslinux.mbr
#}
menuentry "______________UTIL______________" {
echo
}
## for debugging set debug=efi
#menuentry "0-testfakebios" {
# hexdump -s 0xc0000 (mem)
# fakebios
# hexdump -s 0xc0000 (mem)
## deliberate error to get wait for key
# xxx
#}
#How to test GRUB 2 on Macbook
#http://grub.enbug.org/TestingOnMacbook
#
#http://wiki.gentoo.org/wiki/GRUB2
#
#menuentry "Windows 7 BIOS/MBR" {
# insmod part_msdos
# insmod ntldr
# insmod ntfs
# ntldr (hd0,msdos1)/bootmgr
#}
#menuentry "Windows XP BIOS/MBR" {
# insmod part_msdos
# insmod ntldr
# insmod ntfs
# ntldr (hd0,msdos1)/ntldr
#}
#
#chainer un autre grub
#menuentry "grub.cfg auf /dev/sdb1" {
# configfile (hd1,1)/boot/grub/grub.cfg
#}
#menuentry "Chain other configfile" {
#configfile /boot/grub/grub-xxx.cfg
#}
#
#menuentry "Return default menu" {
#chainloader /boot/grub/boot.img
#}
#chainer win ou autre OS
#menuentry "Chainer UUID de la partition" {
#insmod=ntfs
#set root=(hd0,1)
#search --no-floppy --fs-uuid --set=root xxx-xxx
# drivemap -s (hd0) $root
# chainloader +1
#}
#Booter une iso avec memdisk
#menuentry "FreeBSD" {
# search --set -f "/FreeBSD-10.2-RELEASE-amd64-bootonly.iso"
# linux16 /boot/syslinux/memdisk iso raw
# initrd16 /FreeBSD-10.2-RELEASE-amd64-bootonly.iso
#}
#Booter une iso avec loopback.cfg
#menuentry "TITLE" {
# iso_path=/path.iso
# export iso_path
# search --set=root --file $iso_path
# loopback loop $iso_path
# root=(loop)
# configfile /boot/grub/loopback.cfg
# loopback --delete loop
#}
#http://www.plop.at/en/bootmanagerdl.html
menuentry "PLoP Boot Manager" {
linux16 /boot/img/plpbt
}
#http://www.supergrubdisk.org/
#http://developer.berlios.de/project/showfiles.php?group_id=10921
#SG2D (Floppy, CD & USB in one)
#super_grub_disk_hybrid-1.98s1.iso
menuentry "Super Grub2 Disk" {
search --set -f /boot/img/sgdh.iso
linux16 /boot/syslinux/memdisk
initrd16 /boot/img/sgdh.iso
}
menuentry "Super Grub Disk" {
search --set -f /boot/img/sgdfr.img
linux16 /boot/syslinux/memdisk
initrd16 /boot/img/sgdfr.img
}
menuentry "Smart Boot Manager" {
search --set -f /boot/img/sbootmgr.dsk
linux16 /boot/syslinux/memdisk
initrd16 /boot/img/sbootmgr.dsk
}
#Site: http://boot.kernel.org/index.html
#Téléchargement: http://boot.kernel.org/gpxe_images/gpxe.lkrn
menuentry "BKO (boot.kernel.org)" {
search --set -f /boot/img/gpxe.lkrn
linux16 /boot/img/gpxe.lkrn
}
#http://www.memtest.org/#downiso
menuentry "memtest86+" {
linux16 /boot/img/memtest86+.bin
}
menuentry "vbeinfo" {
vbeinfo
read
}
menuentry "lspci" {
lspci
read
}
menuentry "gfxpayload 640x480" {
set gfxpayload=640x480
echo gfxpayload=${gfxpayload} press enter
read
}
menuentry "gfxpayload 800x600" {
set gfxpayload=800x600
echo gfxpayload=${gfxpayload} press enter
read
}
menuentry "gfxpayload 1024x768" {
set gfxpayload=1024x768
echo gfxpayload=${gfxpayload} press enter
read
}
menuentry "gfxpayload 1280x1024" {
set gfxpayload=1280x1024
echo gfxpayload=${gfxpayload} press enter
read
}
menuentry "Reboot" {
insmod reboot
reboot
}
Au cas où. Le menu.list non filtré
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30
default /default
#convert -resize 640x480 -colors 14 /media/multisystem/boot/splash/splash.png /media/multisystem/boot/splash/splash.xpm.gz
splashimage=/boot/splash/splash.xpm.gz
#color blue/green yellow/red white/magenta white/magenta
foreground=0033FF
background=FF3300
#http://diddy.boot-land.net/grub4dos/Grub4dos.htm
#http://www.boot-land.net/forums/index.php?showforum=66
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
title Chainloader into GRUB 2
find --set-root /boot/grub/boot.img
chainloader /boot/grub/boot.img
boot
#title Chainloader into Syslinux
#map (hd0) (hd0)
#map (hd0) (hd0)
#chainloader (hd0,0)+1
#rootnoverify (hd0,0)
##Autre solution pour chainer Syslinux
##faire une copie du mbr de la clé USB
##dd if=/dev/sd?1 of=/media/multisystem/syslinux.mbr bs=512 count=1
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#map (hd0) (hd0)
#map (hd0) (hd0)
#map --rehook
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#chainloader /syslinux.mbr
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root /boot/syslinux/ldlinux.sys
#chainloader /boot/syslinux/ldlinux.sys
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /boot/syslinux/redir.img
#kernel /boot/syslinux/memdisk
#initrd /boot/syslinux/redir.img
#http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/
title FreeDos
kernel /boot/syslinux/memdisk
initrd /boot/img/fdboot.img
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/SEVEN
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot ubcd.iso
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title reboot
reboot
title halt
halt
Dans le post suivant, les boot-info fait depuis la clé MultiSystem.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 15/05/2020, à 13:18)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2031 Le 15/05/2020, à 13:16
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
boot-info-4ppa119 [20200515_1053]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos3)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp fat part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 20140113
Boot sector info: Syslinux looks at sector 72408 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the
/boot/syslinux directory. No errors found in the Boot
Parameter Block.
Operating System:
Boot files: /boot/grub/menu.lst /boot/grub/grub.cfg
/boot/syslinux/syslinux.cfg /efi/BOOT/bootia32.efi
/efi/BOOT/grubx64.efi /boot/grub/i386-pc/core.img
/boot/syslinux/ldlinux.sys
================================ 3 OS detected =================================
OS#1: Windows 7 (loader) on sda1
OS#2: Ubuntu 14.04.6 LTS on sda2
OS#3: Ubuntu 18.04.4 LTS on sda3
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 16.04.1 LTS, xenial, x86_64)
===================================== UEFI =====================================
This live-session is not in EFI-mode.
1db7aa09c2bda1d08b0f7b61a54a2e2d sdb1/BOOT/bootia32.efi
1bd54ad95660feab365d15299242ff9f sdb1/BOOT/grubx64.efi
7095619324a9fb786422d7427c056405 sdb1/BOOT/BOOTx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has---ESP, liveusb, not-mmc, no-os, 63 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : not-sepboot, no-kernel, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk ram0: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram1: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram2: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram3: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram4: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram5: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram6: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram7: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram8: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram9: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram10: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram11: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram12: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram13: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram14: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram15: 64 MiB, 67108864 bytes, 131072 sectors
Disk sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 167847935 111464448 53.2G 83 Linux
sda3 167847936 234440703 66592768 31.8G 83 Linux
Disk sdb: 3.8 GiB, 4062773248 bytes, 7935104 sectors
Disk identifier: 0x0007c6a6
Boot Start End Sectors Size Id Type
sdb1 * 63 7920044 7919982 3.8G b W95 FAT32
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:85.9GB:57.1GB:ext4::;
3:85.9GB:120GB:34.1GB:ext4::;
sdb:4063MB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:32.3kB:4055MB:4055MB:fat32::boot;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
├─sda2 ext4 8c69f945-f41d-4f8c-83bd-81d4a28efb15 00040603-02 fusion14.04-dell
└─sda3 ext4 26681ab0-c120-4797-b95e-7d0cfa960dd7 00040603-03 ubu-18.04-dell
sdb
└─sdb1 vfat 1C0A-1EEB 0007c6a6-01 multisystem
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 1.1G 96% /mnt/boot-sav/sda1
sda2 2.1G 91% /mnt/boot-sav/sda2
sda3 3.4G 84% /mnt/boot-sav/sda3
sdb1 440K 100% /media/multisystem/multisystem
shm 62.4M 95% /cdrom
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime,data=ordered
sda3 rw,relatime,data=ordered
sdb1 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=continue
shm rw,relatime,size=1355544k
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=8c69f945-f41d-4f8c-83bd-81d4a28efb15 / ext4 noatime,errors=remount-ro 0 1
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= sda2/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
77.020198822 = 82.699808768 boot/grub/grub.cfg 1
62.708003998 = 67.332206592 boot/grub/i386-pc/core.img 1
77.017700195 = 82.697125888 boot/vmlinuz-3.13.0-169-generic 1
77.030231476 = 82.710581248 boot/vmlinuz-3.13.0-170-generic 1
77.030231476 = 82.710581248 vmlinuz 1
77.017700195 = 82.697125888 vmlinuz.old 1
56.677722931 = 60.857241600 boot/initrd.img-3.13.0-169-generic 2
56.633579254 = 60.809842688 boot/initrd.img-3.13.0-170-generic 2
56.633579254 = 60.809842688 initrd.img 2
56.677722931 = 60.857241600 initrd.img.old 2
================== sda2: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
77.011077881 = 82.690015232 boot/extlinux/extlinux.conf 1
77.011859894 = 82.690854912 boot/extlinux/chain.c32 1
=============== sda2: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rw-r--r-- 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sda3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-99-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-96-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 14.04.6 LTS (14.04) (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=26681ab0-c120-4797-b95e-7d0cfa960dd7 / ext4 noatime,errors=remount-ro 0 1
======================= sda3/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
108.161819458 = 116.137869312 boot/grub/grub.cfg 1
95.091625214 = 102.103855104 boot/grub/i386-pc/core.img 1
83.985332489 = 90.178564096 boot/vmlinuz-4.15.0-96-generic 2
106.528308868 = 114.383900672 boot/vmlinuz-4.15.0-99-generic 1
106.528308868 = 114.383900672 vmlinuz 1
83.985332489 = 90.178564096 vmlinuz.old 2
107.698913574 = 115.640827904 boot/initrd.img-4.15.0-96-generic 4
108.089084625 = 116.059770880 boot/initrd.img-4.15.0-99-generic 6
108.089084625 = 116.059770880 initrd.img 6
107.698913574 = 115.640827904 initrd.img.old 4
===================== sda3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12693 mars 4 2018 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 2587 mars 26 11:14 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
========================== sda3/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-19.10-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb1/boot/grub/menu.lst (filtered) ======================
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30
default /default
#convert -resize 640x480 -colors 14 /media/multisystem/boot/splash/splash.png /media/multisystem/boot/splash/splash.xpm.gz
splashimage=/boot/splash/splash.xpm.gz
#color blue/green yellow/red white/magenta white/magenta
foreground=0033FF
background=FF3300
#http://diddy.boot-land.net/grub4dos/Grub4dos.htm
#http://www.boot-land.net/forums/index.php?showforum=66
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
title Chainloader into GRUB 2
find --set-root /boot/grub/boot.img
chainloader /boot/grub/boot.img
boot
#title Chainloader into Syslinux
#map (hd0) (hd0)
#map (hd0) (hd0)
#chainloader (hd0,0)+1
#rootnoverify (hd0,0)
##Autre solution pour chainer Syslinux
##faire une copie du mbr de la clé USB
##dd if=/dev/sd?1 of=/media/multisystem/syslinux.mbr bs=512 count=1
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#map (hd0) (hd0)
#map (hd0) (hd0)
#map --rehook
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#chainloader /syslinux.mbr
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root /boot/syslinux/ldlinux.sys
#chainloader /boot/syslinux/ldlinux.sys
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /boot/syslinux/redir.img
#kernel /boot/syslinux/memdisk
#initrd /boot/syslinux/redir.img
#http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/
title FreeDos
kernel /boot/syslinux/memdisk
initrd /boot/img/fdboot.img
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/SEVEN
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot ubcd.iso
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title reboot
reboot
title halt
halt
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
MultiSystem live French (toram)
MultiSystem live English (toram)
Mode persistent MultiSystem live French (toram)
______________Grub4Dos______________
Grub4Dos
______________Syslinux______________
Syslinux
Syslinux
Syslinux
______________UTIL______________
0-testfakebios
Windows 7 BIOS/MBR
Windows XP BIOS/MBR
grub.cfg auf sdb1
Chain other configfile
Return default menu
Chainer UUID de la partition
FreeBSD
TITLE
PLoP Boot Manager
Super Grub2 Disk
Super Grub Disk
Smart Boot Manager
BKO (boot.kernel.org)
vbeinfo
lspci
gfxpayload 640x480
gfxpayload 800x600
gfxpayload 1024x768
gfxpayload 1280x1024
Reboot
================== sdb1/boot/syslinux/syslinux.cfg (filtered) ==================
#http://www.syslinux.org/wiki/index.php?title=SYSLINUX#UI_module_options...
#default /boot/syslinux/vesamenu.c32
UI /boot/syslinux/vesamenu.c32
prompt 0
timeout 40
ontimeout 0
MENU TITLE MultiSystem LiveUSB
MENU DEFAULT 0
MENU BACKGROUND /boot/splash/splash.png
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
label 0
MENU LABEL PLoP Boot Manager
KERNEL /boot/img/plpbt
label 1
MENU LABEL Grub2
kernel /boot/syslinux/chain.c32 file=/boot/grub/boot.img
label 2
MENU LABEL Grub4Dos
kernel /boot/grub.exe
LABEL 3
MENU LABEL Hardware Detection Tool
KERNEL /boot/syslinux/hdt.c32
#Exemple pour booter un iso avec version recente de memdisk
#label 4
#MENU LABEL boot iso
#KERNEL /boot/syslinux/memdisk
#APPEND iso raw initrd=/g4u.iso
#LABEL 5
#KERNEL /boot/syslinux/memdisk
#APPEND initrd=freebsd.img floppy
#LABEL 6
#MENU LABEL Chainer win
#KERNEL /boot/syslinux/chain.c32 ntldr=/ntldr
#LABEL 7
#MENU LABEL Chainer partition 2
#kernel /boot/syslinux/chain.c32
#append hd0 2
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/menu.lst 1
?? = ?? boot/grub/grub.cfg 1
?? = ?? boot/grub/i386-pc/core.img 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? boot/syslinux/syslinux.cfg 1
?? = ?? boot/syslinux/ldlinux.sys 1
?? = ?? boot/syslinux/chain.c32 1
?? = ?? boot/syslinux/hdt.c32 1
?? = ?? boot/syslinux/ifplop.c32 1
?? = ?? boot/syslinux/menu.c32 1
?? = ?? boot/syslinux/reboot.c32 1
?? = ?? boot/syslinux/vesamenu.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/syslinux/chain.c32 : COM32R module (v4.xx)
boot/syslinux/hdt.c32 : COM32R module (v4.xx)
boot/syslinux/ifplop.c32 : COM32R module (v4.xx)
boot/syslinux/menu.c32 : COM32R module (v4.xx)
boot/syslinux/reboot.c32 : COM32R module (v4.xx)
boot/syslinux/vesamenu.c32 : COM32R module (v4.xx)
=============================== StdErr Messages ================================
File descriptor 63 (pipe:[56088]) leaked on lvs invocation. Parent PID 7509: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBRs of all disks (except live-disks and removable disks without OS).
Grub-efi would not be selected by default because: no-sure-esp legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
boot-info-4ppa119 [20200515_1058]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos3)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp fat part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 20140113
Boot sector info: Syslinux looks at sector 72408 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the
/boot/syslinux directory. No errors found in the Boot
Parameter Block.
Operating System:
Boot files: /boot/grub/menu.lst /boot/grub/grub.cfg
/boot/syslinux/syslinux.cfg /efi/BOOT/bootia32.efi
/efi/BOOT/grubx64.efi /boot/grub/i386-pc/core.img
/boot/syslinux/ldlinux.sys
================================ 3 OS detected =================================
OS#1: Ubuntu 14.04.6 LTS on sda2
OS#2: Ubuntu 18.04.4 LTS on sda3
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 16.04.1 LTS, xenial, x86_64)
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
efibootmgr -v
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0000,0002,0001,0003,0004,0006,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)USB Storage Device.
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0006* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\shimx64.efi)
Boot0007 UEFI: INT13(USB,0x80) PciRoot(0x0)/Pci(0x1d,0x0)/VenHw(aa7ba38a-dabf-40c3-8d18-b55b39609ef7,8001000000005553422020202020ffffffffffffffffffffffffffffffffffffffffffffffff)/HD(1,MBR,0x4294967206,0x3f,0x78d96e)
1db7aa09c2bda1d08b0f7b61a54a2e2d sdb1/BOOT/bootia32.efi
1bd54ad95660feab365d15299242ff9f sdb1/BOOT/grubx64.efi
7095619324a9fb786422d7427c056405 sdb1/BOOT/BOOTx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has---ESP, liveusb, not-mmc, no-os, 63 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : not-sepboot, no-kernel, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk ram0: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram1: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram2: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram3: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram4: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram5: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram6: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram7: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram8: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram9: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram10: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram11: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram12: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram13: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram14: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram15: 64 MiB, 67108864 bytes, 131072 sectors
Disk sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 167847935 111464448 53.2G 83 Linux
sda3 167847936 234440703 66592768 31.8G 83 Linux
Disk sdb: 3.8 GiB, 4062773248 bytes, 7935104 sectors
Disk identifier: 0x0007c6a6
Boot Start End Sectors Size Id Type
sdb1 * 63 7920044 7919982 3.8G b W95 FAT32
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:85.9GB:57.1GB:ext4::;
3:85.9GB:120GB:34.1GB:ext4::;
sdb:4063MB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:32.3kB:4055MB:4055MB:fat32::boot;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
├─sda2 ext4 8c69f945-f41d-4f8c-83bd-81d4a28efb15 00040603-02 fusion14.04-dell
└─sda3 ext4 26681ab0-c120-4797-b95e-7d0cfa960dd7 00040603-03 ubu-18.04-dell
sdb
└─sdb1 vfat 1C0A-1EEB 0007c6a6-01 multisystem
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 1.1G 96% /mnt/boot-sav/sda1
sda2 2.1G 91% /mnt/boot-sav/sda2
sda3 3.4G 84% /mnt/boot-sav/sda3
sdb1 440K 100% /media/multisystem/multisystem
shm 62.4M 95% /cdrom
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime,data=ordered
sda3 rw,relatime,data=ordered
sdb1 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=continue
shm rw,relatime,size=1355544k
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=8c69f945-f41d-4f8c-83bd-81d4a28efb15 / ext4 noatime,errors=remount-ro 0 1
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= sda2/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
77.020198822 = 82.699808768 boot/grub/grub.cfg 1
62.708003998 = 67.332206592 boot/grub/i386-pc/core.img 1
77.017700195 = 82.697125888 boot/vmlinuz-3.13.0-169-generic 1
77.030231476 = 82.710581248 boot/vmlinuz-3.13.0-170-generic 1
77.030231476 = 82.710581248 vmlinuz 1
77.017700195 = 82.697125888 vmlinuz.old 1
56.677722931 = 60.857241600 boot/initrd.img-3.13.0-169-generic 2
56.633579254 = 60.809842688 boot/initrd.img-3.13.0-170-generic 2
56.633579254 = 60.809842688 initrd.img 2
56.677722931 = 60.857241600 initrd.img.old 2
================== sda2: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
77.011077881 = 82.690015232 boot/extlinux/extlinux.conf 1
77.011859894 = 82.690854912 boot/extlinux/chain.c32 1
=============== sda2: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rw-r--r-- 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sda3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-99-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-96-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 14.04.6 LTS (14.04) (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=26681ab0-c120-4797-b95e-7d0cfa960dd7 / ext4 noatime,errors=remount-ro 0 1
======================= sda3/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
108.161819458 = 116.137869312 boot/grub/grub.cfg 1
95.091625214 = 102.103855104 boot/grub/i386-pc/core.img 1
83.985332489 = 90.178564096 boot/vmlinuz-4.15.0-96-generic 2
106.528308868 = 114.383900672 boot/vmlinuz-4.15.0-99-generic 1
106.528308868 = 114.383900672 vmlinuz 1
83.985332489 = 90.178564096 vmlinuz.old 2
107.698913574 = 115.640827904 boot/initrd.img-4.15.0-96-generic 4
108.089084625 = 116.059770880 boot/initrd.img-4.15.0-99-generic 6
108.089084625 = 116.059770880 initrd.img 6
107.698913574 = 115.640827904 initrd.img.old 4
===================== sda3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12693 mars 4 2018 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 2587 mars 26 11:14 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
========================== sda3/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-19.10-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb1/boot/grub/menu.lst (filtered) ======================
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30
default /default
#convert -resize 640x480 -colors 14 /media/multisystem/boot/splash/splash.png /media/multisystem/boot/splash/splash.xpm.gz
splashimage=/boot/splash/splash.xpm.gz
#color blue/green yellow/red white/magenta white/magenta
foreground=0033FF
background=FF3300
#http://diddy.boot-land.net/grub4dos/Grub4dos.htm
#http://www.boot-land.net/forums/index.php?showforum=66
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
title Chainloader into GRUB 2
find --set-root /boot/grub/boot.img
chainloader /boot/grub/boot.img
boot
#title Chainloader into Syslinux
#map (hd0) (hd0)
#map (hd0) (hd0)
#chainloader (hd0,0)+1
#rootnoverify (hd0,0)
##Autre solution pour chainer Syslinux
##faire une copie du mbr de la clé USB
##dd if=/dev/sd?1 of=/media/multisystem/syslinux.mbr bs=512 count=1
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#map (hd0) (hd0)
#map (hd0) (hd0)
#map --rehook
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#chainloader /syslinux.mbr
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root /boot/syslinux/ldlinux.sys
#chainloader /boot/syslinux/ldlinux.sys
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /boot/syslinux/redir.img
#kernel /boot/syslinux/memdisk
#initrd /boot/syslinux/redir.img
#http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/
title FreeDos
kernel /boot/syslinux/memdisk
initrd /boot/img/fdboot.img
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/SEVEN
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot ubcd.iso
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title reboot
reboot
title halt
halt
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
MultiSystem live French (toram)
MultiSystem live English (toram)
Mode persistent MultiSystem live French (toram)
______________Grub4Dos______________
Grub4Dos
______________Syslinux______________
Syslinux
Syslinux
Syslinux
______________UTIL______________
0-testfakebios
Windows 7 BIOS/MBR
Windows XP BIOS/MBR
grub.cfg auf sdb1
Chain other configfile
Return default menu
Chainer UUID de la partition
FreeBSD
TITLE
PLoP Boot Manager
Super Grub2 Disk
Super Grub Disk
Smart Boot Manager
BKO (boot.kernel.org)
vbeinfo
lspci
gfxpayload 640x480
gfxpayload 800x600
gfxpayload 1024x768
gfxpayload 1280x1024
Reboot
================== sdb1/boot/syslinux/syslinux.cfg (filtered) ==================
#http://www.syslinux.org/wiki/index.php?title=SYSLINUX#UI_module_options...
#default /boot/syslinux/vesamenu.c32
UI /boot/syslinux/vesamenu.c32
prompt 0
timeout 40
ontimeout 0
MENU TITLE MultiSystem LiveUSB
MENU DEFAULT 0
MENU BACKGROUND /boot/splash/splash.png
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
label 0
MENU LABEL PLoP Boot Manager
KERNEL /boot/img/plpbt
label 1
MENU LABEL Grub2
kernel /boot/syslinux/chain.c32 file=/boot/grub/boot.img
label 2
MENU LABEL Grub4Dos
kernel /boot/grub.exe
LABEL 3
MENU LABEL Hardware Detection Tool
KERNEL /boot/syslinux/hdt.c32
#Exemple pour booter un iso avec version recente de memdisk
#label 4
#MENU LABEL boot iso
#KERNEL /boot/syslinux/memdisk
#APPEND iso raw initrd=/g4u.iso
#LABEL 5
#KERNEL /boot/syslinux/memdisk
#APPEND initrd=freebsd.img floppy
#LABEL 6
#MENU LABEL Chainer win
#KERNEL /boot/syslinux/chain.c32 ntldr=/ntldr
#LABEL 7
#MENU LABEL Chainer partition 2
#kernel /boot/syslinux/chain.c32
#append hd0 2
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/menu.lst 1
?? = ?? boot/grub/grub.cfg 1
?? = ?? boot/grub/i386-pc/core.img 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? boot/syslinux/syslinux.cfg 1
?? = ?? boot/syslinux/ldlinux.sys 1
?? = ?? boot/syslinux/chain.c32 1
?? = ?? boot/syslinux/hdt.c32 1
?? = ?? boot/syslinux/ifplop.c32 1
?? = ?? boot/syslinux/menu.c32 1
?? = ?? boot/syslinux/reboot.c32 1
?? = ?? boot/syslinux/vesamenu.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/syslinux/chain.c32 : COM32R module (v4.xx)
boot/syslinux/hdt.c32 : COM32R module (v4.xx)
boot/syslinux/ifplop.c32 : COM32R module (v4.xx)
boot/syslinux/menu.c32 : COM32R module (v4.xx)
boot/syslinux/reboot.c32 : COM32R module (v4.xx)
boot/syslinux/vesamenu.c32 : COM32R module (v4.xx)
=============================== StdErr Messages ================================
File descriptor 63 (pipe:[42799]) leaked on lvs invocation. Parent PID 3998: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBRs of all disks (except live-disks and removable disks without OS).
Grub-efi would not be selected by default because: no-sure-esp legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Confirmation request before suggested repair: __________________________________
LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
Please set your BIOS in Legacy mode in order to start your Ubuntu 14.04.6 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
boot-repair-4ppa119 [20200515_1117]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos3)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp fat part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 20140113
Boot sector info: Syslinux looks at sector 72408 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the
/boot/syslinux directory. No errors found in the Boot
Parameter Block.
Operating System:
Boot files: /boot/grub/menu.lst /boot/grub/grub.cfg
/boot/syslinux/syslinux.cfg /efi/BOOT/bootia32.efi
/efi/BOOT/grubx64.efi /boot/grub/i386-pc/core.img
/boot/syslinux/ldlinux.sys
================================ 3 OS detected =================================
OS#1: Ubuntu 14.04.6 LTS on sda2
OS#2: Ubuntu 18.04.4 LTS on sda3
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 16.04.1 LTS, xenial, x86_64)
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
efibootmgr -v
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0000,0002,0001,0003,0004,0006,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)USB Storage Device.
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0006* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\shimx64.efi)
Boot0007 UEFI: INT13(USB,0x80) PciRoot(0x0)/Pci(0x1d,0x0)/VenHw(aa7ba38a-dabf-40c3-8d18-b55b39609ef7,8001000000005553422020202020ffffffffffffffffffffffffffffffffffffffffffffffff)/HD(1,MBR,0x4294967206,0x3f,0x78d96e)
1db7aa09c2bda1d08b0f7b61a54a2e2d sdb1/BOOT/bootia32.efi
1bd54ad95660feab365d15299242ff9f sdb1/BOOT/grubx64.efi
7095619324a9fb786422d7427c056405 sdb1/BOOT/BOOTx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has---ESP, liveusb, not-mmc, no-os, 63 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : not-sepboot, no-kernel, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk ram0: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram1: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram2: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram3: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram4: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram5: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram6: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram7: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram8: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram9: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram10: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram11: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram12: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram13: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram14: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram15: 64 MiB, 67108864 bytes, 131072 sectors
Disk sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 167847935 111464448 53.2G 83 Linux
sda3 167847936 234440703 66592768 31.8G 83 Linux
Disk sdb: 3.8 GiB, 4062773248 bytes, 7935104 sectors
Disk identifier: 0x0007c6a6
Boot Start End Sectors Size Id Type
sdb1 * 63 7920044 7919982 3.8G b W95 FAT32
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:85.9GB:57.1GB:ext4::;
3:85.9GB:120GB:34.1GB:ext4::;
sdb:4063MB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:32.3kB:4055MB:4055MB:fat32::boot;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
├─sda2 ext4 8c69f945-f41d-4f8c-83bd-81d4a28efb15 00040603-02 fusion14.04-dell
└─sda3 ext4 26681ab0-c120-4797-b95e-7d0cfa960dd7 00040603-03 ubu-18.04-dell
sdb
└─sdb1 vfat 1C0A-1EEB 0007c6a6-01 multisystem
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 1.1G 96% /mnt/boot-sav/sda1
sda2 2.1G 91% /mnt/boot-sav/sda2
sda3 3.4G 84% /mnt/boot-sav/sda3
sdb1 440K 100% /media/multisystem/multisystem
shm 62.4M 95% /cdrom
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime,data=ordered
sda3 rw,relatime,data=ordered
sdb1 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=continue
shm rw,relatime,size=1355544k
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=8c69f945-f41d-4f8c-83bd-81d4a28efb15 / ext4 noatime,errors=remount-ro 0 1
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= sda2/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
77.020198822 = 82.699808768 boot/grub/grub.cfg 1
62.708003998 = 67.332206592 boot/grub/i386-pc/core.img 1
77.017700195 = 82.697125888 boot/vmlinuz-3.13.0-169-generic 1
77.030231476 = 82.710581248 boot/vmlinuz-3.13.0-170-generic 1
77.030231476 = 82.710581248 vmlinuz 1
77.017700195 = 82.697125888 vmlinuz.old 1
56.677722931 = 60.857241600 boot/initrd.img-3.13.0-169-generic 2
56.633579254 = 60.809842688 boot/initrd.img-3.13.0-170-generic 2
56.633579254 = 60.809842688 initrd.img 2
56.677722931 = 60.857241600 initrd.img.old 2
================== sda2: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
77.011077881 = 82.690015232 boot/extlinux/extlinux.conf 1
77.011859894 = 82.690854912 boot/extlinux/chain.c32 1
=============== sda2: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rw-r--r-- 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sda3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-99-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-96-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 14.04.6 LTS (14.04) (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=26681ab0-c120-4797-b95e-7d0cfa960dd7 / ext4 noatime,errors=remount-ro 0 1
======================= sda3/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
108.161819458 = 116.137869312 boot/grub/grub.cfg 1
95.091625214 = 102.103855104 boot/grub/i386-pc/core.img 1
83.985332489 = 90.178564096 boot/vmlinuz-4.15.0-96-generic 2
106.528308868 = 114.383900672 boot/vmlinuz-4.15.0-99-generic 1
106.528308868 = 114.383900672 vmlinuz 1
83.985332489 = 90.178564096 vmlinuz.old 2
107.698913574 = 115.640827904 boot/initrd.img-4.15.0-96-generic 4
108.089084625 = 116.059770880 boot/initrd.img-4.15.0-99-generic 6
108.089084625 = 116.059770880 initrd.img 6
107.698913574 = 115.640827904 initrd.img.old 4
===================== sda3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12693 mars 4 2018 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 2587 mars 26 11:14 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
========================== sda3/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-19.10-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb1/boot/grub/menu.lst (filtered) ======================
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30
default /default
#convert -resize 640x480 -colors 14 /media/multisystem/boot/splash/splash.png /media/multisystem/boot/splash/splash.xpm.gz
splashimage=/boot/splash/splash.xpm.gz
#color blue/green yellow/red white/magenta white/magenta
foreground=0033FF
background=FF3300
#http://diddy.boot-land.net/grub4dos/Grub4dos.htm
#http://www.boot-land.net/forums/index.php?showforum=66
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
title Chainloader into GRUB 2
find --set-root /boot/grub/boot.img
chainloader /boot/grub/boot.img
boot
#title Chainloader into Syslinux
#map (hd0) (hd0)
#map (hd0) (hd0)
#chainloader (hd0,0)+1
#rootnoverify (hd0,0)
##Autre solution pour chainer Syslinux
##faire une copie du mbr de la clé USB
##dd if=/dev/sd?1 of=/media/multisystem/syslinux.mbr bs=512 count=1
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#map (hd0) (hd0)
#map (hd0) (hd0)
#map --rehook
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#chainloader /syslinux.mbr
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root /boot/syslinux/ldlinux.sys
#chainloader /boot/syslinux/ldlinux.sys
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /boot/syslinux/redir.img
#kernel /boot/syslinux/memdisk
#initrd /boot/syslinux/redir.img
#http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/
title FreeDos
kernel /boot/syslinux/memdisk
initrd /boot/img/fdboot.img
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/SEVEN
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot ubcd.iso
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title reboot
reboot
title halt
halt
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
MultiSystem live French (toram)
MultiSystem live English (toram)
Mode persistent MultiSystem live French (toram)
______________Grub4Dos______________
Grub4Dos
______________Syslinux______________
Syslinux
Syslinux
Syslinux
______________UTIL______________
0-testfakebios
Windows 7 BIOS/MBR
Windows XP BIOS/MBR
grub.cfg auf sdb1
Chain other configfile
Return default menu
Chainer UUID de la partition
FreeBSD
TITLE
PLoP Boot Manager
Super Grub2 Disk
Super Grub Disk
Smart Boot Manager
BKO (boot.kernel.org)
vbeinfo
lspci
gfxpayload 640x480
gfxpayload 800x600
gfxpayload 1024x768
gfxpayload 1280x1024
Reboot
================== sdb1/boot/syslinux/syslinux.cfg (filtered) ==================
#http://www.syslinux.org/wiki/index.php?title=SYSLINUX#UI_module_options...
#default /boot/syslinux/vesamenu.c32
UI /boot/syslinux/vesamenu.c32
prompt 0
timeout 40
ontimeout 0
MENU TITLE MultiSystem LiveUSB
MENU DEFAULT 0
MENU BACKGROUND /boot/splash/splash.png
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
label 0
MENU LABEL PLoP Boot Manager
KERNEL /boot/img/plpbt
label 1
MENU LABEL Grub2
kernel /boot/syslinux/chain.c32 file=/boot/grub/boot.img
label 2
MENU LABEL Grub4Dos
kernel /boot/grub.exe
LABEL 3
MENU LABEL Hardware Detection Tool
KERNEL /boot/syslinux/hdt.c32
#Exemple pour booter un iso avec version recente de memdisk
#label 4
#MENU LABEL boot iso
#KERNEL /boot/syslinux/memdisk
#APPEND iso raw initrd=/g4u.iso
#LABEL 5
#KERNEL /boot/syslinux/memdisk
#APPEND initrd=freebsd.img floppy
#LABEL 6
#MENU LABEL Chainer win
#KERNEL /boot/syslinux/chain.c32 ntldr=/ntldr
#LABEL 7
#MENU LABEL Chainer partition 2
#kernel /boot/syslinux/chain.c32
#append hd0 2
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/menu.lst 1
?? = ?? boot/grub/grub.cfg 1
?? = ?? boot/grub/i386-pc/core.img 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? boot/syslinux/syslinux.cfg 1
?? = ?? boot/syslinux/ldlinux.sys 1
?? = ?? boot/syslinux/chain.c32 1
?? = ?? boot/syslinux/hdt.c32 1
?? = ?? boot/syslinux/ifplop.c32 1
?? = ?? boot/syslinux/menu.c32 1
?? = ?? boot/syslinux/reboot.c32 1
?? = ?? boot/syslinux/vesamenu.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/syslinux/chain.c32 : COM32R module (v4.xx)
boot/syslinux/hdt.c32 : COM32R module (v4.xx)
boot/syslinux/ifplop.c32 : COM32R module (v4.xx)
boot/syslinux/menu.c32 : COM32R module (v4.xx)
boot/syslinux/reboot.c32 : COM32R module (v4.xx)
boot/syslinux/vesamenu.c32 : COM32R module (v4.xx)
=============================== StdErr Messages ================================
File descriptor 63 (pipe:[64664]) leaked on lvs invocation. Parent PID 21016: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBRs of all disks (except live-disks and removable disks without OS).
Grub-efi would not be selected by default because: no-sure-esp legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Confirmation request before suggested repair: __________________________________
LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
Please set your BIOS in Legacy mode in order to start your Ubuntu 14.04.6 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
boot-repair-4ppa119 [20200515_1125]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos3)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp fat part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 20140113
Boot sector info: Syslinux looks at sector 72408 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the
/boot/syslinux directory. No errors found in the Boot
Parameter Block.
Operating System:
Boot files: /boot/grub/menu.lst /boot/grub/grub.cfg
/boot/syslinux/syslinux.cfg /efi/BOOT/bootia32.efi
/efi/BOOT/grubx64.efi /boot/grub/i386-pc/core.img
/boot/syslinux/ldlinux.sys
================================ 3 OS detected =================================
OS#1: Windows 7 (loader) on sda1
OS#2: Ubuntu 14.04.6 LTS on sda2
OS#3: Ubuntu 18.04.4 LTS on sda3
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 16.04.1 LTS, xenial, x86_64)
===================================== UEFI =====================================
This live-session is not in EFI-mode.
1db7aa09c2bda1d08b0f7b61a54a2e2d sdb1/BOOT/bootia32.efi
1bd54ad95660feab365d15299242ff9f sdb1/BOOT/grubx64.efi
7095619324a9fb786422d7427c056405 sdb1/BOOT/BOOTx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has---ESP, liveusb, not-mmc, no-os, 63 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : not-sepboot, no-kernel, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk ram0: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram1: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram2: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram3: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram4: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram5: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram6: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram7: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram8: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram9: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram10: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram11: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram12: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram13: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram14: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram15: 64 MiB, 67108864 bytes, 131072 sectors
Disk sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 167847935 111464448 53.2G 83 Linux
sda3 167847936 234440703 66592768 31.8G 83 Linux
Disk sdb: 3.8 GiB, 4062773248 bytes, 7935104 sectors
Disk identifier: 0x0007c6a6
Boot Start End Sectors Size Id Type
sdb1 * 63 7920044 7919982 3.8G b W95 FAT32
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:85.9GB:57.1GB:ext4::;
3:85.9GB:120GB:34.1GB:ext4::;
sdb:4063MB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:32.3kB:4055MB:4055MB:fat32::boot;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
├─sda2 ext4 8c69f945-f41d-4f8c-83bd-81d4a28efb15 00040603-02 fusion14.04-dell
└─sda3 ext4 26681ab0-c120-4797-b95e-7d0cfa960dd7 00040603-03 ubu-18.04-dell
sdb
└─sdb1 vfat 1C0A-1EEB 0007c6a6-01 multisystem
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 1.1G 96% /mnt/boot-sav/sda1
sda2 2.1G 91% /mnt/boot-sav/sda2
sda3 3.4G 84% /mnt/boot-sav/sda3
sdb1 440K 100% /media/multisystem/multisystem
shm 62.4M 95% /cdrom
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime,data=ordered
sda3 rw,relatime,data=ordered
sdb1 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=continue
shm rw,relatime,size=1355544k
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=8c69f945-f41d-4f8c-83bd-81d4a28efb15 / ext4 noatime,errors=remount-ro 0 1
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= sda2/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
77.020198822 = 82.699808768 boot/grub/grub.cfg 1
62.708003998 = 67.332206592 boot/grub/i386-pc/core.img 1
77.017700195 = 82.697125888 boot/vmlinuz-3.13.0-169-generic 1
77.030231476 = 82.710581248 boot/vmlinuz-3.13.0-170-generic 1
77.030231476 = 82.710581248 vmlinuz 1
77.017700195 = 82.697125888 vmlinuz.old 1
56.677722931 = 60.857241600 boot/initrd.img-3.13.0-169-generic 2
56.633579254 = 60.809842688 boot/initrd.img-3.13.0-170-generic 2
56.633579254 = 60.809842688 initrd.img 2
56.677722931 = 60.857241600 initrd.img.old 2
================== sda2: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
77.011077881 = 82.690015232 boot/extlinux/extlinux.conf 1
77.011859894 = 82.690854912 boot/extlinux/chain.c32 1
=============== sda2: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rw-r--r-- 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sda3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-99-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-96-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 14.04.6 LTS (14.04) (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=26681ab0-c120-4797-b95e-7d0cfa960dd7 / ext4 noatime,errors=remount-ro 0 1
======================= sda3/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
108.161819458 = 116.137869312 boot/grub/grub.cfg 1
95.091625214 = 102.103855104 boot/grub/i386-pc/core.img 1
83.985332489 = 90.178564096 boot/vmlinuz-4.15.0-96-generic 2
106.528308868 = 114.383900672 boot/vmlinuz-4.15.0-99-generic 1
106.528308868 = 114.383900672 vmlinuz 1
83.985332489 = 90.178564096 vmlinuz.old 2
107.698913574 = 115.640827904 boot/initrd.img-4.15.0-96-generic 4
108.089084625 = 116.059770880 boot/initrd.img-4.15.0-99-generic 6
108.089084625 = 116.059770880 initrd.img 6
107.698913574 = 115.640827904 initrd.img.old 4
===================== sda3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12693 mars 4 2018 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 2587 mars 26 11:14 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
========================== sda3/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-19.10-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb1/boot/grub/menu.lst (filtered) ======================
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30
default /default
#convert -resize 640x480 -colors 14 /media/multisystem/boot/splash/splash.png /media/multisystem/boot/splash/splash.xpm.gz
splashimage=/boot/splash/splash.xpm.gz
#color blue/green yellow/red white/magenta white/magenta
foreground=0033FF
background=FF3300
#http://diddy.boot-land.net/grub4dos/Grub4dos.htm
#http://www.boot-land.net/forums/index.php?showforum=66
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
title Chainloader into GRUB 2
find --set-root /boot/grub/boot.img
chainloader /boot/grub/boot.img
boot
#title Chainloader into Syslinux
#map (hd0) (hd0)
#map (hd0) (hd0)
#chainloader (hd0,0)+1
#rootnoverify (hd0,0)
##Autre solution pour chainer Syslinux
##faire une copie du mbr de la clé USB
##dd if=/dev/sd?1 of=/media/multisystem/syslinux.mbr bs=512 count=1
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#map (hd0) (hd0)
#map (hd0) (hd0)
#map --rehook
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#chainloader /syslinux.mbr
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root /boot/syslinux/ldlinux.sys
#chainloader /boot/syslinux/ldlinux.sys
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /boot/syslinux/redir.img
#kernel /boot/syslinux/memdisk
#initrd /boot/syslinux/redir.img
#http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/
title FreeDos
kernel /boot/syslinux/memdisk
initrd /boot/img/fdboot.img
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/SEVEN
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot ubcd.iso
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title reboot
reboot
title halt
halt
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
MultiSystem live French (toram)
MultiSystem live English (toram)
Mode persistent MultiSystem live French (toram)
______________Grub4Dos______________
Grub4Dos
______________Syslinux______________
Syslinux
Syslinux
Syslinux
______________UTIL______________
0-testfakebios
Windows 7 BIOS/MBR
Windows XP BIOS/MBR
grub.cfg auf sdb1
Chain other configfile
Return default menu
Chainer UUID de la partition
FreeBSD
TITLE
PLoP Boot Manager
Super Grub2 Disk
Super Grub Disk
Smart Boot Manager
BKO (boot.kernel.org)
vbeinfo
lspci
gfxpayload 640x480
gfxpayload 800x600
gfxpayload 1024x768
gfxpayload 1280x1024
Reboot
================== sdb1/boot/syslinux/syslinux.cfg (filtered) ==================
#http://www.syslinux.org/wiki/index.php?title=SYSLINUX#UI_module_options...
#default /boot/syslinux/vesamenu.c32
UI /boot/syslinux/vesamenu.c32
prompt 0
timeout 40
ontimeout 0
MENU TITLE MultiSystem LiveUSB
MENU DEFAULT 0
MENU BACKGROUND /boot/splash/splash.png
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
label 0
MENU LABEL PLoP Boot Manager
KERNEL /boot/img/plpbt
label 1
MENU LABEL Grub2
kernel /boot/syslinux/chain.c32 file=/boot/grub/boot.img
label 2
MENU LABEL Grub4Dos
kernel /boot/grub.exe
LABEL 3
MENU LABEL Hardware Detection Tool
KERNEL /boot/syslinux/hdt.c32
#Exemple pour booter un iso avec version recente de memdisk
#label 4
#MENU LABEL boot iso
#KERNEL /boot/syslinux/memdisk
#APPEND iso raw initrd=/g4u.iso
#LABEL 5
#KERNEL /boot/syslinux/memdisk
#APPEND initrd=freebsd.img floppy
#LABEL 6
#MENU LABEL Chainer win
#KERNEL /boot/syslinux/chain.c32 ntldr=/ntldr
#LABEL 7
#MENU LABEL Chainer partition 2
#kernel /boot/syslinux/chain.c32
#append hd0 2
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/menu.lst 1
?? = ?? boot/grub/grub.cfg 1
?? = ?? boot/grub/i386-pc/core.img 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? boot/syslinux/syslinux.cfg 1
?? = ?? boot/syslinux/ldlinux.sys 1
?? = ?? boot/syslinux/chain.c32 1
?? = ?? boot/syslinux/hdt.c32 1
?? = ?? boot/syslinux/ifplop.c32 1
?? = ?? boot/syslinux/menu.c32 1
?? = ?? boot/syslinux/reboot.c32 1
?? = ?? boot/syslinux/vesamenu.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/syslinux/chain.c32 : COM32R module (v4.xx)
boot/syslinux/hdt.c32 : COM32R module (v4.xx)
boot/syslinux/ifplop.c32 : COM32R module (v4.xx)
boot/syslinux/menu.c32 : COM32R module (v4.xx)
boot/syslinux/reboot.c32 : COM32R module (v4.xx)
boot/syslinux/vesamenu.c32 : COM32R module (v4.xx)
=============================== StdErr Messages ================================
File descriptor 63 (pipe:[42324]) leaked on lvs invocation. Parent PID 3866: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBRs of all disks (except live-disks and removable disks without OS).
Grub-efi would not be selected by default because: no-sure-esp legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
Si il y a besoin d'autre chose, il n'y a qu'à demander.
@+. Babdu89 .
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2032 Le 15/05/2020, à 18:41
- jibel
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@ Yannubuntu, Babdu89, Malbo et géole
Comme d'hab a Yannubuntu the big man et a tous, Bravo !
Il n'y a plus qu'a attendre la der des versions de B.R.D.
Car tout ce qu'il y a dans cet "outil"pourra servir a tout le monde , cordialement
Plus grande est la face, plus grand est le dos!
Toutes les fautes de frappe, d'orthographe, de grammaire et de syntaxe ci-dessus, sont la propriété intellectuelle de l'auteur. Elles doivent être reproduites et même corrigées sans l'accord préalable du susdit et toc !
Mint 21.1,Voyager20.04 et 22.04,Ubuntu 22.04,Emmabuntus 1.Buster, Debian 12.buster, Hybryde 14.04, Pas d'OS intermédiaire ! PC Medion AKOYA DD 1T + 2 .
Hors ligne
#2033 Le 15/05/2020, à 19:01
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@YannUbuntu;
Vu dans la doc;
https://doc.ubuntu-fr.org/live_usb
La doc a écrit;
mode live persistant de la version 19.10 EFI : À l'inverse du mode live simple qui stocke dans la RAM, le mode persistant va créer dans le support d'installation une partition formatée en EXT3 en utilisant l'espace non utilsé par la partition de boot et y installer le logiciel et les données. dans la mesure de l'espace disponibleCette partition peut être consultée par d'autres O.S. (y compris windows équipé du logiciel EXT2FSD). La structure est la suivante:
ls
crash format log lost+found upper work
ls upper
boot cdrom etc home media mnt rofs root snap tmp usr var
ls upper/var/log
apt boot-repair dmesg dmesg.2.gz dpkg.log gpu-manager.log lastlog wtmp
auth.log casper.log dmesg.0 dmesg.3.gz faillog journal syslog Xorg.0.log
boot.log cups dmesg.1.gz dmesg.4.gz gdm3 kern.log unattended-upgrades Xorg.0.log.old
En complément de ce que l'on trouve dans /casper-rw/upper/ de la clé MultiSystem.
/upper/boot/grub/grubenv
/upper/cdrom
/upper/home/multisystem
/upper/isodevice
/upper/lib/systemd
/upper/lib/x86_64-linux-gnu
/upper/media/cdrom
/upper/media/multisystem
/upper/mnt/boot-sav/sda1 vide /sda2 vide /sda3 vide
/upper/rofs
/upper/root
/upper/tmp/ des dossiers debconf.
/upper/usr/
/upper/usr/local/share/applications/mimeinfo.cahe
/upper/usr/share/fonts/truetype/dejavu/dejaVuSans.ttf
/upper/usr/share/glib-2.0/schemas/casper.gschema.override et gschemas.compiled
/upper/usr/share/man/man7gtk-options.7.gz
En espérant que çà puisse aider.
Je vais remplir les boot-info et boot-repair.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 15/05/2020, à 21:59)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2034 Le 15/05/2020, à 20:01
- marcus68
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour Yann,
Ce qui pourrait aussi être bien au boot-repair-disk, c'est un petit régime. Dans la dernière version disponible, il y avait de nombreux paquets sans lien avec la réparation de "boot". On peut facilement gagner 10%-20% de taille juste en enlevant quelques paquets (dictionnaires, codecs multimédia, bibliothèques non utilisées, ...).
En tout cas, super boulot
Hors ligne
#2035 Le 15/05/2020, à 22:33
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@YannUbuntu.
Avec la version 4ppa119.
Depuis la session live persistent, le nettoyage des boot-info boot-repair, fonctionne.
Boot info;
boot-info-4ppa119 [20200515_2212]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos3)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp fat part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 20140113
Boot sector info: Syslinux looks at sector 72408 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the
/boot/syslinux directory. No errors found in the Boot
Parameter Block.
Operating System:
Boot files: /boot/grub/menu.lst /boot/grub/grub.cfg
/boot/syslinux/syslinux.cfg /efi/BOOT/bootia32.efi
/efi/BOOT/grubx64.efi /boot/grub/i386-pc/core.img
/boot/syslinux/ldlinux.sys
================================ 3 OS detected =================================
OS#1: Ubuntu 14.04.6 LTS on sda2
OS#2: Ubuntu 18.04.4 LTS on sda3
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 16.04.1 LTS, xenial, x86_64)
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
efibootmgr -v
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0000,0002,0001,0003,0004,0006,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)USB Storage Device.
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0006* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\shimx64.efi)
Boot0007 UEFI: INT13(USB,0x80) PciRoot(0x0)/Pci(0x1d,0x0)/VenHw(aa7ba38a-dabf-40c3-8d18-b55b39609ef7,8001000000005553422020202020ffffffffffffffffffffffffffffffffffffffffffffffff)/HD(1,MBR,0x4294967206,0x3f,0x78d96e)
1db7aa09c2bda1d08b0f7b61a54a2e2d sdb1/BOOT/bootia32.efi
1bd54ad95660feab365d15299242ff9f sdb1/BOOT/grubx64.efi
7095619324a9fb786422d7427c056405 sdb1/BOOT/BOOTx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has---ESP, liveusb, not-mmc, no-os, 63 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : not-sepboot, no-kernel, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk ram0: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram1: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram2: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram3: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram4: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram5: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram6: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram7: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram8: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram9: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram10: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram11: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram12: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram13: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram14: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram15: 64 MiB, 67108864 bytes, 131072 sectors
Disk sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 167847935 111464448 53.2G 83 Linux
sda3 167847936 234440703 66592768 31.8G 83 Linux
Disk sdb: 3.8 GiB, 4062773248 bytes, 7935104 sectors
Disk identifier: 0x0007c6a6
Boot Start End Sectors Size Id Type
sdb1 * 63 7920044 7919982 3.8G b W95 FAT32
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:85.9GB:57.1GB:ext4::;
3:85.9GB:120GB:34.1GB:ext4::;
sdb:4063MB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:32.3kB:4055MB:4055MB:fat32::boot;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
├─sda2 ext4 8c69f945-f41d-4f8c-83bd-81d4a28efb15 00040603-02 fusion14.04-dell
└─sda3 ext4 26681ab0-c120-4797-b95e-7d0cfa960dd7 00040603-03 ubu-18.04-dell
sdb
└─sdb1 vfat 1C0A-1EEB 0007c6a6-01 multisystem
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 1.1G 96% /mnt/boot-sav/sda1
sda2 2.1G 91% /mnt/boot-sav/sda2
sda3 3.4G 84% /mnt/boot-sav/sda3
sdb1 440K 100% /media/multisystem/multisystem
shm 62.4M 95% /cdrom
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime,data=ordered
sda3 rw,relatime,data=ordered
sdb1 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=continue
shm rw,relatime,size=1355544k
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=8c69f945-f41d-4f8c-83bd-81d4a28efb15 / ext4 noatime,errors=remount-ro 0 1
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= sda2/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
77.020198822 = 82.699808768 boot/grub/grub.cfg 1
62.708003998 = 67.332206592 boot/grub/i386-pc/core.img 1
77.017700195 = 82.697125888 boot/vmlinuz-3.13.0-169-generic 1
77.030231476 = 82.710581248 boot/vmlinuz-3.13.0-170-generic 1
77.030231476 = 82.710581248 vmlinuz 1
77.017700195 = 82.697125888 vmlinuz.old 1
56.677722931 = 60.857241600 boot/initrd.img-3.13.0-169-generic 2
56.633579254 = 60.809842688 boot/initrd.img-3.13.0-170-generic 2
56.633579254 = 60.809842688 initrd.img 2
56.677722931 = 60.857241600 initrd.img.old 2
================== sda2: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
77.011077881 = 82.690015232 boot/extlinux/extlinux.conf 1
77.011859894 = 82.690854912 boot/extlinux/chain.c32 1
=============== sda2: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rw-r--r-- 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sda3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-99-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-96-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 14.04.6 LTS (14.04) (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=26681ab0-c120-4797-b95e-7d0cfa960dd7 / ext4 noatime,errors=remount-ro 0 1
======================= sda3/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
108.161819458 = 116.137869312 boot/grub/grub.cfg 1
95.091625214 = 102.103855104 boot/grub/i386-pc/core.img 1
83.985332489 = 90.178564096 boot/vmlinuz-4.15.0-96-generic 2
106.528308868 = 114.383900672 boot/vmlinuz-4.15.0-99-generic 1
106.528308868 = 114.383900672 vmlinuz 1
83.985332489 = 90.178564096 vmlinuz.old 2
107.698913574 = 115.640827904 boot/initrd.img-4.15.0-96-generic 4
108.089084625 = 116.059770880 boot/initrd.img-4.15.0-99-generic 6
108.089084625 = 116.059770880 initrd.img 6
107.698913574 = 115.640827904 initrd.img.old 4
===================== sda3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12693 mars 4 2018 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 2587 mars 26 11:14 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
========================== sda3/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-19.10-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb1/boot/grub/menu.lst (filtered) ======================
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30
default /default
#convert -resize 640x480 -colors 14 /media/multisystem/boot/splash/splash.png /media/multisystem/boot/splash/splash.xpm.gz
splashimage=/boot/splash/splash.xpm.gz
#color blue/green yellow/red white/magenta white/magenta
foreground=0033FF
background=FF3300
#http://diddy.boot-land.net/grub4dos/Grub4dos.htm
#http://www.boot-land.net/forums/index.php?showforum=66
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
title Chainloader into GRUB 2
find --set-root /boot/grub/boot.img
chainloader /boot/grub/boot.img
boot
#title Chainloader into Syslinux
#map (hd0) (hd0)
#map (hd0) (hd0)
#chainloader (hd0,0)+1
#rootnoverify (hd0,0)
##Autre solution pour chainer Syslinux
##faire une copie du mbr de la clé USB
##dd if=/dev/sd?1 of=/media/multisystem/syslinux.mbr bs=512 count=1
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#map (hd0) (hd0)
#map (hd0) (hd0)
#map --rehook
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#chainloader /syslinux.mbr
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root /boot/syslinux/ldlinux.sys
#chainloader /boot/syslinux/ldlinux.sys
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /boot/syslinux/redir.img
#kernel /boot/syslinux/memdisk
#initrd /boot/syslinux/redir.img
#http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/
title FreeDos
kernel /boot/syslinux/memdisk
initrd /boot/img/fdboot.img
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/SEVEN
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot ubcd.iso
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title reboot
reboot
title halt
halt
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
MultiSystem live French (toram)
MultiSystem live English (toram)
Mode persistent MultiSystem live French (toram)
______________Grub4Dos______________
Grub4Dos
______________Syslinux______________
Syslinux
Syslinux
Syslinux
______________UTIL______________
0-testfakebios
Windows 7 BIOS/MBR
Windows XP BIOS/MBR
grub.cfg auf sdb1
Chain other configfile
Return default menu
Chainer UUID de la partition
FreeBSD
TITLE
PLoP Boot Manager
Super Grub2 Disk
Super Grub Disk
Smart Boot Manager
BKO (boot.kernel.org)
vbeinfo
lspci
gfxpayload 640x480
gfxpayload 800x600
gfxpayload 1024x768
gfxpayload 1280x1024
Reboot
================== sdb1/boot/syslinux/syslinux.cfg (filtered) ==================
#http://www.syslinux.org/wiki/index.php?title=SYSLINUX#UI_module_options...
#default /boot/syslinux/vesamenu.c32
UI /boot/syslinux/vesamenu.c32
prompt 0
timeout 40
ontimeout 0
MENU TITLE MultiSystem LiveUSB
MENU DEFAULT 0
MENU BACKGROUND /boot/splash/splash.png
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
label 0
MENU LABEL PLoP Boot Manager
KERNEL /boot/img/plpbt
label 1
MENU LABEL Grub2
kernel /boot/syslinux/chain.c32 file=/boot/grub/boot.img
label 2
MENU LABEL Grub4Dos
kernel /boot/grub.exe
LABEL 3
MENU LABEL Hardware Detection Tool
KERNEL /boot/syslinux/hdt.c32
#Exemple pour booter un iso avec version recente de memdisk
#label 4
#MENU LABEL boot iso
#KERNEL /boot/syslinux/memdisk
#APPEND iso raw initrd=/g4u.iso
#LABEL 5
#KERNEL /boot/syslinux/memdisk
#APPEND initrd=freebsd.img floppy
#LABEL 6
#MENU LABEL Chainer win
#KERNEL /boot/syslinux/chain.c32 ntldr=/ntldr
#LABEL 7
#MENU LABEL Chainer partition 2
#kernel /boot/syslinux/chain.c32
#append hd0 2
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/menu.lst 1
?? = ?? boot/grub/grub.cfg 1
?? = ?? boot/grub/i386-pc/core.img 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? boot/syslinux/syslinux.cfg 1
?? = ?? boot/syslinux/ldlinux.sys 1
?? = ?? boot/syslinux/chain.c32 1
?? = ?? boot/syslinux/hdt.c32 1
?? = ?? boot/syslinux/ifplop.c32 1
?? = ?? boot/syslinux/menu.c32 1
?? = ?? boot/syslinux/reboot.c32 1
?? = ?? boot/syslinux/vesamenu.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/syslinux/chain.c32 : COM32R module (v4.xx)
boot/syslinux/hdt.c32 : COM32R module (v4.xx)
boot/syslinux/ifplop.c32 : COM32R module (v4.xx)
boot/syslinux/menu.c32 : COM32R module (v4.xx)
boot/syslinux/reboot.c32 : COM32R module (v4.xx)
boot/syslinux/vesamenu.c32 : COM32R module (v4.xx)
=============================== StdErr Messages ================================
File descriptor 63 (pipe:[95607]) leaked on lvs invocation. Parent PID 25814: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBRs of all disks (except live-disks and removable disks without OS).
Grub-efi would not be selected by default because: no-sure-esp legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Confirmation request before suggested repair: __________________________________
LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
Please set your BIOS in Legacy mode in order to start your Ubuntu 14.04.6 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
boot-repair;
boot-repair-4ppa119 [20200515_2215]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos3)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp fat part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 20140113
Boot sector info: Syslinux looks at sector 72408 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the
/boot/syslinux directory. No errors found in the Boot
Parameter Block.
Operating System:
Boot files: /boot/grub/menu.lst /boot/grub/grub.cfg
/boot/syslinux/syslinux.cfg /efi/BOOT/bootia32.efi
/efi/BOOT/grubx64.efi /boot/grub/i386-pc/core.img
/boot/syslinux/ldlinux.sys
================================ 3 OS detected =================================
OS#1: Ubuntu 14.04.6 LTS on sda2
OS#2: Ubuntu 18.04.4 LTS on sda3
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 16.04.1 LTS, xenial, x86_64)
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
efibootmgr -v
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0000,0002,0001,0003,0004,0006,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)USB Storage Device.
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0006* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\shimx64.efi)
Boot0007 UEFI: INT13(USB,0x80) PciRoot(0x0)/Pci(0x1d,0x0)/VenHw(aa7ba38a-dabf-40c3-8d18-b55b39609ef7,8001000000005553422020202020ffffffffffffffffffffffffffffffffffffffffffffffff)/HD(1,MBR,0x4294967206,0x3f,0x78d96e)
1db7aa09c2bda1d08b0f7b61a54a2e2d sdb1/BOOT/bootia32.efi
1bd54ad95660feab365d15299242ff9f sdb1/BOOT/grubx64.efi
7095619324a9fb786422d7427c056405 sdb1/BOOT/BOOTx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has---ESP, liveusb, not-mmc, no-os, 63 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : not-sepboot, no-kernel, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk ram0: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram1: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram2: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram3: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram4: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram5: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram6: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram7: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram8: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram9: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram10: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram11: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram12: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram13: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram14: 64 MiB, 67108864 bytes, 131072 sectors
Disk ram15: 64 MiB, 67108864 bytes, 131072 sectors
Disk sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 167847935 111464448 53.2G 83 Linux
sda3 167847936 234440703 66592768 31.8G 83 Linux
Disk sdb: 3.8 GiB, 4062773248 bytes, 7935104 sectors
Disk identifier: 0x0007c6a6
Boot Start End Sectors Size Id Type
sdb1 * 63 7920044 7919982 3.8G b W95 FAT32
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:85.9GB:57.1GB:ext4::;
3:85.9GB:120GB:34.1GB:ext4::;
sdb:4063MB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:32.3kB:4055MB:4055MB:fat32::boot;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
├─sda2 ext4 8c69f945-f41d-4f8c-83bd-81d4a28efb15 00040603-02 fusion14.04-dell
└─sda3 ext4 26681ab0-c120-4797-b95e-7d0cfa960dd7 00040603-03 ubu-18.04-dell
sdb
└─sdb1 vfat 1C0A-1EEB 0007c6a6-01 multisystem
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 1.1G 96% /mnt/boot-sav/sda1
sda2 2.1G 91% /mnt/boot-sav/sda2
sda3 3.4G 84% /mnt/boot-sav/sda3
sdb1 440K 100% /media/multisystem/multisystem
shm 62.4M 95% /cdrom
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime,data=ordered
sda3 rw,relatime,data=ordered
sdb1 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=continue
shm rw,relatime,size=1355544k
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=8c69f945-f41d-4f8c-83bd-81d4a28efb15 / ext4 noatime,errors=remount-ro 0 1
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= sda2/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
77.020198822 = 82.699808768 boot/grub/grub.cfg 1
62.708003998 = 67.332206592 boot/grub/i386-pc/core.img 1
77.017700195 = 82.697125888 boot/vmlinuz-3.13.0-169-generic 1
77.030231476 = 82.710581248 boot/vmlinuz-3.13.0-170-generic 1
77.030231476 = 82.710581248 vmlinuz 1
77.017700195 = 82.697125888 vmlinuz.old 1
56.677722931 = 60.857241600 boot/initrd.img-3.13.0-169-generic 2
56.633579254 = 60.809842688 boot/initrd.img-3.13.0-170-generic 2
56.633579254 = 60.809842688 initrd.img 2
56.677722931 = 60.857241600 initrd.img.old 2
================== sda2: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
77.011077881 = 82.690015232 boot/extlinux/extlinux.conf 1
77.011859894 = 82.690854912 boot/extlinux/chain.c32 1
=============== sda2: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rw-r--r-- 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sda3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-99-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-96-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 14.04.6 LTS (14.04) (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=26681ab0-c120-4797-b95e-7d0cfa960dd7 / ext4 noatime,errors=remount-ro 0 1
======================= sda3/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
108.161819458 = 116.137869312 boot/grub/grub.cfg 1
95.091625214 = 102.103855104 boot/grub/i386-pc/core.img 1
83.985332489 = 90.178564096 boot/vmlinuz-4.15.0-96-generic 2
106.528308868 = 114.383900672 boot/vmlinuz-4.15.0-99-generic 1
106.528308868 = 114.383900672 vmlinuz 1
83.985332489 = 90.178564096 vmlinuz.old 2
107.698913574 = 115.640827904 boot/initrd.img-4.15.0-96-generic 4
108.089084625 = 116.059770880 boot/initrd.img-4.15.0-99-generic 6
108.089084625 = 116.059770880 initrd.img 6
107.698913574 = 115.640827904 initrd.img.old 4
===================== sda3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12693 mars 4 2018 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 2587 mars 26 11:14 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
========================== sda3/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-19.10-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb1/boot/grub/menu.lst (filtered) ======================
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30
default /default
#convert -resize 640x480 -colors 14 /media/multisystem/boot/splash/splash.png /media/multisystem/boot/splash/splash.xpm.gz
splashimage=/boot/splash/splash.xpm.gz
#color blue/green yellow/red white/magenta white/magenta
foreground=0033FF
background=FF3300
#http://diddy.boot-land.net/grub4dos/Grub4dos.htm
#http://www.boot-land.net/forums/index.php?showforum=66
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
title Chainloader into GRUB 2
find --set-root /boot/grub/boot.img
chainloader /boot/grub/boot.img
boot
#title Chainloader into Syslinux
#map (hd0) (hd0)
#map (hd0) (hd0)
#chainloader (hd0,0)+1
#rootnoverify (hd0,0)
##Autre solution pour chainer Syslinux
##faire une copie du mbr de la clé USB
##dd if=/dev/sd?1 of=/media/multisystem/syslinux.mbr bs=512 count=1
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#map (hd0) (hd0)
#map (hd0) (hd0)
#map --rehook
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#chainloader /syslinux.mbr
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root /boot/syslinux/ldlinux.sys
#chainloader /boot/syslinux/ldlinux.sys
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /boot/syslinux/redir.img
#kernel /boot/syslinux/memdisk
#initrd /boot/syslinux/redir.img
#http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/
title FreeDos
kernel /boot/syslinux/memdisk
initrd /boot/img/fdboot.img
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/SEVEN
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot ubcd.iso
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title reboot
reboot
title halt
halt
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
MultiSystem live French (toram)
MultiSystem live English (toram)
Mode persistent MultiSystem live French (toram)
______________Grub4Dos______________
Grub4Dos
______________Syslinux______________
Syslinux
Syslinux
Syslinux
______________UTIL______________
0-testfakebios
Windows 7 BIOS/MBR
Windows XP BIOS/MBR
grub.cfg auf sdb1
Chain other configfile
Return default menu
Chainer UUID de la partition
FreeBSD
TITLE
PLoP Boot Manager
Super Grub2 Disk
Super Grub Disk
Smart Boot Manager
BKO (boot.kernel.org)
vbeinfo
lspci
gfxpayload 640x480
gfxpayload 800x600
gfxpayload 1024x768
gfxpayload 1280x1024
Reboot
================== sdb1/boot/syslinux/syslinux.cfg (filtered) ==================
#http://www.syslinux.org/wiki/index.php?title=SYSLINUX#UI_module_options...
#default /boot/syslinux/vesamenu.c32
UI /boot/syslinux/vesamenu.c32
prompt 0
timeout 40
ontimeout 0
MENU TITLE MultiSystem LiveUSB
MENU DEFAULT 0
MENU BACKGROUND /boot/splash/splash.png
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
label 0
MENU LABEL PLoP Boot Manager
KERNEL /boot/img/plpbt
label 1
MENU LABEL Grub2
kernel /boot/syslinux/chain.c32 file=/boot/grub/boot.img
label 2
MENU LABEL Grub4Dos
kernel /boot/grub.exe
LABEL 3
MENU LABEL Hardware Detection Tool
KERNEL /boot/syslinux/hdt.c32
#Exemple pour booter un iso avec version recente de memdisk
#label 4
#MENU LABEL boot iso
#KERNEL /boot/syslinux/memdisk
#APPEND iso raw initrd=/g4u.iso
#LABEL 5
#KERNEL /boot/syslinux/memdisk
#APPEND initrd=freebsd.img floppy
#LABEL 6
#MENU LABEL Chainer win
#KERNEL /boot/syslinux/chain.c32 ntldr=/ntldr
#LABEL 7
#MENU LABEL Chainer partition 2
#kernel /boot/syslinux/chain.c32
#append hd0 2
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/menu.lst 1
?? = ?? boot/grub/grub.cfg 1
?? = ?? boot/grub/i386-pc/core.img 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? boot/syslinux/syslinux.cfg 1
?? = ?? boot/syslinux/ldlinux.sys 1
?? = ?? boot/syslinux/chain.c32 1
?? = ?? boot/syslinux/hdt.c32 1
?? = ?? boot/syslinux/ifplop.c32 1
?? = ?? boot/syslinux/menu.c32 1
?? = ?? boot/syslinux/reboot.c32 1
?? = ?? boot/syslinux/vesamenu.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/syslinux/chain.c32 : COM32R module (v4.xx)
boot/syslinux/hdt.c32 : COM32R module (v4.xx)
boot/syslinux/ifplop.c32 : COM32R module (v4.xx)
boot/syslinux/menu.c32 : COM32R module (v4.xx)
boot/syslinux/reboot.c32 : COM32R module (v4.xx)
boot/syslinux/vesamenu.c32 : COM32R module (v4.xx)
=============================== StdErr Messages ================================
File descriptor 63 (pipe:[107680]) leaked on lvs invocation. Parent PID 10371: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBRs of all disks (except live-disks and removable disks without OS).
Grub-efi would not be selected by default because: no-sure-esp legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Confirmation request before suggested repair: __________________________________
LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
Please set your BIOS in Legacy mode in order to start your Ubuntu 14.04.6 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
Si tu trouves tous le contenu des post#2030 2031 2033 inutil et encombrant, je les supprime.
@+. Babdu89 .
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2036 Le 15/05/2020, à 22:57
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Et paf, 6h de codage et tests en plus, merci Babdu
Donc à venir avec ppa119:
- une fois par jour, et seulement si boot-repair n'a pas été mis à jour ou installé dans la journée, message au demarrage recommandant de mettre à jour boot-repair, sauf pour Boot-Repair-Disk qui proposera une mise à jour automatisée.
- au demarrage, si plus de 3 logs dans /var/log/boot-repair , proposition de supprimer les logs. J'ai failli ne pas le proposer pour les sessions live, mais je ne sais pas différencier des live persistants, si vous avez des idées n'hésitez pas.
OK, là c'est bon aussi depuis une session installée.
Édit;
Pour être sûr, en session live persistent, je viens de relancer boot-info et boot-repair.
Il n'y a pas affichage du message demandant si on veut faire la mise à jour du PPA boot-repair/boot-info, comme indiqué ci-dessus pour une session installée.
Je ne sais pas si c'est volontaire, ou si çà ne marche pas en live persistent. Je rappelle que j'ai pu faire les maj des paquet du PPA boot-repair. La version ancienne était PPA73. La maj est passée a 4ppa119.
Frafa le concepteur du MultiSystem a inclus boot-repair dans l'iso multisystem, et on pouvait utiliser boot-repair en session live non persistent, depuis une icône dans le lanceur. J'en déduit que c'était installé dans le dossier casper de la clé live, dossier qui est non accessible donc non modifiable, bien que l'on puisse faire la maj du PPA en session live non persistent.
Contrairement à une session installée où les paquets sont dans le système, dans le session live persistent la maj des paquets s'est faite au travers de casper-rw, puisque je venais de refaire la partie persistente de la clé MultiSystem.
Avant de faire quoi que ce soit, le montage/affichage de casper-rw était vide dans le navigateur de fichier.
Lorsque j'ai fait la maj des paquets avec Synaptic, c'est à ce moment que casper-rw s'est rempli.
Çà veut donc dire que l'on pourra faire les mises à jour suivant du PPA boot-repair, mais si il n'y a pas le message avertissant de le faire, on passe à coté.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 16/05/2020, à 00:34)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2037 Le 16/05/2020, à 08:54
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
YannUbuntu a écrit;
Donc à venir avec ppa119:
- une fois par jour, et seulement si boot-repair n'a pas été mis à jour ou installé dans la journée, message au demarrage recommandant de mettre à jour boot-repair, sauf pour Boot-Repair-Disk qui proposera une mise à jour automatisée.
- au demarrage, si plus de 3 logs dans /var/log/boot-repair , proposition de supprimer les logs. J'ai failli ne pas le proposer pour les sessions live, mais je ne sais pas différencier des live persistants, si vous avez des idées n'hésitez pas.
Çà m'apprendra à lire trop rapidement tes messages...
Hier en session live persistent, install et maj des PPA boot-repair.
Donc je ne peux pas voir;
- une fois par jour, et seulement si boot-repair n'a pas été mis à jour ou installé dans la journée,
Par curiosité ce matin, en session live persistent;
Çà marche!!. Tout est OK!
Bravo!
@+. Babdu89 .
Dernière modification par Babdu89 (Le 16/05/2020, à 08:56)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2038 Le 16/05/2020, à 11:01
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour
Je suis embêté de recevoir ce message inquiétant
Il est fortement recommandé de toujours utiliser la dernière version de ce logiciel.
Si possible, mettez à jour les paquets [boot-info boot-sav boot-sav-extra], puis redémarrez le programme boot-info.Êtes-vous sûr de vouloir continuer quand même ?
Alors qu’il me semble être à jour! car venant de l’installer pour la première fois dans cette instance il y a quelques minutes après avoir constaté que l’iinstallation de boot-repair ne permettait pas de frapper la commande boot-info mais seulement boot-repair.
sudo apt install -y boot-info
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les NOUVEAUX paquets suivants seront installés :
boot-info
0 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 7100 o dans les archives.
Après cette opération, 43,0 ko d'espace disque supplémentaires seront utilisés.
Réception de :1 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal/main amd64 boot-info all 4ppa119 [7100 B]
7100 o réceptionnés en 0s (40,6 ko/s)
Sélection du paquet boot-info précédemment désélectionné.
(Lecture de la base de données... 257989 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../boot-info_4ppa119_all.deb ...
Dépaquetage de boot-info (4ppa119) ...
Paramétrage de boot-info (4ppa119) ...
Traitement des actions différées (« triggers ») pour mime-support (3.64ubuntu1) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu1) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.24-1ubuntu2) ...
a@a:~$ sudo apt update
Atteint :1 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Atteint :3 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease
Atteint :5 http://security.ubuntu.com/ubuntu focal-security InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
a@a:~$ dpkg -l | grep boot-info
ii boot-info 4ppa119 all Diagnose the boot of the computer
a@a:~$ boot-info
sudo apt install boot-sav
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
boot-sav est déjà la version la plus récente (4ppa119).
boot-sav passé en « installé manuellement ».
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
......
sudo apt install boot-sav-extra
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
boot-sav-extra est déjà la version la plus récente (4ppa119).
boot-sav-extra passé en « installé manuellement ».
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
AJout: C'est pareil pour boot-repair
Il est fortement recommandé de toujours utiliser la dernière version de ce logiciel.
Si possible, mettez à jour les paquets [boot-repair boot-sav boot-sav-extra], puis redémarrez le programme boot-repair.Êtes-vous sûr de vouloir continuer quand même ?
Dernière modification par geole (Le 16/05/2020, à 11:20)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#2039 Le 16/05/2020, à 11:46
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
@geole, tu as lu mon post#2036 et 2037?.
Même message que toi, en utilisant le 4ppa119.
Édit;
Dont l'origine de ces modifs vient des post# 2027 et 2028.
Çà veut dire que si je démarre une session (live persistent ou installé), sans avoir fait les maj système proposées, et que l'on passe aux versions supérieurs à 4ppa119 de boot-repair, je suis averti de regarder si j'ai bien la dernière version.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 16/05/2020, à 12:00)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2040 Le 16/05/2020, à 12:42
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour Babdu89
Oui, j'avais lu le message,
Donc à venir avec ppa119:
- une fois par jour, et seulement si boot-repair n'a pas été mis à jour ou installé dans la journée, message au démarrage recommandant de mettre à jour boot-repair, sauf pour Boot-Repair-Disk qui proposera une mise à jour automatisée.
- au démarrage, si plus de 3 logs dans /var/log/boot-repair , proposition de supprimer les logs. J'ai failli ne pas le proposer pour les sessions live, mais je ne sais pas différencier des live persistants, si vous avez des idées n'hésitez pas.
Pour la première partie,
a) Si on lance avec une live USB, On est obligé d'installer le logiciel puisqu'il n'est pas présent.
Si on l'installe, on a obligatoirement la dernière mise à jour me semble-t-il sauf si dans les minutes qui suivent, une nouvelle version voit le jour.
b) Si on lance avec un disque dur, comme il n'est pas préinstallé, il faut l'installer avant de le lancer, on retombe donc dans le cas a
Si on l'a déjà lancé et qu'on le relance dans la journée, il peut y avoir une nouvelle version. Mais ce cas est très rare sauf ce mois-ci.
Si on on le lance les jours suivants, il peut ne plus être à jour comme tous les autres logiciels si l'utilisateur ne gère pas bien la fréquence de mise à jour de ses logiciels. Dans ce contexte, l'idée est bonne, mais les utilisateurs classiques n'utilisent pas boot-repair ni boot-info plusieurs fois.
c) Reste le cas de la clé USB persistante (et aussi du boot-repair autonome), j'ai encore vu, il y a quelques jours, un boot-repair de 2015!)
Dans ce contexte, il a toute sa place. car avec une live-persistante, on fait rarement sinon jamais les mises à jour logiciels.
Cependant, si le logiciel est à jour, Il ne devrait pas être édité. J'imagine la tête que va faire un utilisateur normal aujourd'hui lorsqu'on va lui demander de faire un boot-info s'il a ce message.
Il va falloir que je lance avec une live-usb pour vérifier.
Pour le second cas, dans une session live volatile, il sera très rare d'avoir 3 boot-repair/boot-info présents en même temps. Pas certain qu'il y en ait deux. Donc on peut lancer sans risque, l'épuration sera ultra-rapide.
La question de savoir si on est en live-usb, live-usb-persistante, session installée est intéressante. Je n'ai jamais pensé à savoir comment le détecter.
===> GROS AJOUT Je ne connaissais pas cette possibilité de boot-repair. https://forum.ubuntu-fr.org/viewtopic.p … #p22286164
Elle ne semble pas indiquée dans la documentation
Et le boot-info associé, n'a pas pensé à le signaler
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda5 into the MBRs of all disks (except live-disks and removable disks without OS).
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA KINGSTON SV300S3) disk!
Dernière modification par geole (Le 16/05/2020, à 13:06)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#2041 Le 16/05/2020, à 13:10
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@geole.
Tu cites toi même les divers cas d’utilisation de boot-repair/boot-info.
Tu remarqueras que la demande d'origine ne concernait uniquement l'utilisation de Boot-Repair-Disk. (BRD)
Je ne pense pas que YannUbuntu puisse faire des scripts différents pour satisfaire aux cas cités.
Sauf à faire uniquement la mise à jour automatique qui a existé à une époque, puis supprimée pour convenir à certaines règles. YannUbuntu pourra revenir sur cette remarque.
Pour BRD j'avais lancé l'idée d'un message indiquant de faire les maj du PPA, sachant que l'automatisation avait été retirée par YannUbuntu à une époque.
Je trouve que la manip générale est bien pensée, surtout que cela ne concerne que les instance où les PPA sont installés, je pense que les session live non persistent ne sont pas concernées.
Je vis vérifier moi aussi.
On pourrait suggérer à YannUbuntu (sans abuser de sa bonne volonté ) la création d'un script qui fasse la mise à jour des paquets via une commande lancée avec le bouton "Continuer" du message, et qui indique si oui ou non on est à jour. Genre OK, mise à jour faite.
Ben oui, si on lance la commande de mise à jour, et que l'on dispose de la dernière version des paquets çà va bien, le terminal répond qu'on en dispose.
C'est peut-être ce qui va être fait avec BRD?.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 16/05/2020, à 13:17)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2042 Le 16/05/2020, à 14:27
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Je viens de booter avec une live non persistante et le message est apparu
Pour un utilisateur normal, je continue de dire qu'il va être déstabilisé et nous répondre "que dois-je faire"
Soit le message est lancé sans aucun contrôle. Soit il y a contrôle et le contrôle est mal fait
Voici le retour de cette commande
a@a:~$ boot-info --version
boot-info version : 4ppa119
a@a:~$
le retour est correct me semble-t-il
Soit la vérification à la référence ne se fait pas suite à un problème de connectique. Pas certain puisque je viens de télécharger.
Soit la comparaison est mal cadrée. Soit les zones comparées ne sont pas les bonnes.
Une petite idée du nouveau message
Vous utilisez actuellement la version 4ppa119
Il est fortement recommandé de toujours utiliser la dernière version de ce logiciel actuellement disponible en version 4ppa119
Si possible, mettez à jour les paquets [boot-repair boot-sav boot-sav-extra], puis redémarrez le programme boot-repair.
Êtes-vous sûr de vouloir continuer quand même ?
Si les deux valeurs affichées sont les même, on saura que la comparaison n'est pas bonne
Si les deux valeurs affichées sont différentes, on pourra voir celle qui ne convient pas et probablement en trouver la cause.
Nota. Je ne sais que penser pour la mise à jour en automatique, Mais elle ne pourra être utile que si la comparaison est correcte. Sinon cela va partir en boucle comme ce fut la cas lors des versions glade à télécharger en cas d'absence. (Je n'ai pas noté la version de boot-info)
PS. Je vais tenter en debug... Il y aura peut-être une piste pour YannUbuntu. => Le message arrive avant que la trace agisse
Dernière modification par geole (Le 16/05/2020, à 14:47)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#2043 Le 16/05/2020, à 21:56
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonsoir.
En session live non persistent Ubuntu 20.04; installation du ppa119 .
Même constat, affichage du message avec boot-repair boot-info et Os-uninstaller (faut pas l'oublier celui-ci); dès le premier démarrage des outils.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 16/05/2020, à 21:57)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2044 Le 18/05/2020, à 10:41
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
bonjour à tous, merci pour les retours.
@marcus68: le prochain Boot-Repair-Disk sera basé sur Lubuntu20.04, n'hésitez pas à m'indiquer une liste exhaustive des paquets à supprimer (sans retirer les fonctionnalités de base genre networkmanager, traductions, claviers etrangers etc.)
@Babdu: sachant que Multisystem n'est pas la seule facon de faire du persistant, ça me parait difficile de trouver un moyen fiable de detecter qu'on est en session live non persistante. Nettoyer les logs sur du live (et que au bout de 3 utilisations) n'est pas très genant, donc ne passe pas trop de temps sur ce sujet.
@Geole et Babdu: #2038 ça par contre c'est plus genant. Ca veut dire qu'il ne detecte pas que tu viens d'installer boot-info. A savoir:
- boot-info regarde si on a installé ou mis à jour recemment le paquet boot-info. boot-repair regarde si on a installé ou mis à jour recemment le paquet boot-repair. (idem pour os-uninstaller)
- savoir si le PPA contient une version plus recente implique de se connecter à internet et faire un 'apt update', et ça j'aimerais éviter.
- voici comment je detecte si install ou MAJ recente:
[[ "$(grep 'upgrade boot-info:' /var/log/dpkg.log | grep $(date +'%Y-%m-%d') )" ]] || [[ "$(grep 'install boot-info:' /var/log/dpkg.log | grep $(date +'%Y-%m-%d') )" ]] && echo "paquet mis à jour dans la journée" || echo "paquet de plus d'un jour"
pouvez-vous svp regarder dans votre dpkg.log pourquoi il ne detecte pas correctement? c'est bon j'ai trouvé, ce sera résolu dans ppa120
et oui effectivement pour les boot-repair de 2015 je ne peux pas faire de miracle à moins que... pour les versions à venir je pourrais bloquer boot-repair si le paquet est plus vieux que ... disons 2 ans, en indiquant qu'il est possible de mettre à jour les paquets ou contourner cette sécurité en éditant le code, mais à vos propres risques. Qu'en pensez-vous?
Dernière modification par YannUbuntu (Le 18/05/2020, à 11:40)
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2045 Le 18/05/2020, à 12:05
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour YannUbuntu.
Tu dis;
- savoir si le PPA contient une version plus recente implique de se connecter à internet et faire un 'apt update', et ça j'aimerais éviter.
Ce connecter à internet.
Lorsque l'on lance les outils, en session live pour les installer, ou en installer, normalement on est connecté à internet, non?. Ou alors j'ai mal compris ton propos.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 18/05/2020, à 12:05)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2046 Le 18/05/2020, à 13:30
- marcus68
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@marcus68: le prochain Boot-Repair-Disk sera basé sur Lubuntu20.04, n'hésitez pas à m'indiquer une liste exhaustive des paquets à supprimer (sans retirer les fonctionnalités de base genre networkmanager, traductions, claviers etrangers etc.)
Bon je t'ai fait une liste rapide de paquet sans aucune dépendance et à priori sans rapport avec la réparation de démarrage.
Je les ai triées par catégories,
codecs et tous ce qui en rapport avec le multimedia
libxvidcore4
libx265-130
libx264-148
libwebrtc-audio-processing1
libwebpmux3
python3-pil
python3-reportlab
libwavpack1
libvorbisenc2
libopenmpt0
libvisual-0.4-0
libv4lconvert0
libv4l-0
libtwolame0
libtag1v5-vanilla
libtag1v5
libspeex1
libspeexdsp1
libsoxr0
libsndio6.1
libopenal1
libsndfile1
libsidplayfp4
libshine3
lipopus0
libopenjp2-7
libopenal-data
libflac8
libmpg123-0
libjbig2dec0
libgstramer-plugins-good1.0-0
libgme0
libdv4
libdvdnav4
libdvdread4
libcrtstalhd3
libaudtag3
libaudgui5
libaudcore5
libass9
gstreamer1.0-nice
libcdparanoia0
libcddb2
libbs2b0
bureautique/programmation
libwv-1.2-4
libwpg-0.3-3
libwpd-0.10-10
libwmf0.2-7
libots0
libgxps2
libgtkspell0
libgtksourceview-3.0-1
libgtksourceview-3.0-common
gsfonts
wamerican
libcompfaceg1
libedataserver-1.2-22
libebook-contacts-1.2-2
libcamel-1.2-60
evolution-data-server-common
ascii art
libcaca0
libaa1
firewire
libraw1394-11
libavc1394-0
libdc1394-22
libiec61883-0
report d'erreurs et inutile dans ce live
whoopsie
python3-problem-report
python3-apport
libwhoopsie0
logrotate -> pas besoin de faire de rotation sur les journaux en live
kerneloops
ubuntu-advantage-tools
anacron
pour une interface graphique non utilisé
gir1.2-unity-5.0
libunity9
libunity-scopes-json-def-desk
libunity-protocol-private0
gsettings-ubuntu-schemas
paquet de transition
btrfs-tools
geolocalisation/cartographie
geoip-database -> à vérifier si c'est pas utiliser par netsurf, mais je ne pense pas
libchamplain-0.12-0
libchamplain-gtk-0.12-0
bibliothèques non utilisé sans dépendances ni recommandation
gir1.2-dbusmenu-glib-0.4
gir1.2-dee-1.0
gir1.2-gudev-1.0
gir1.2-javascriptcoregtk-4.0
gir1.2-json-1.0
gir1.2-nm-1.0
gir1.2-nma-1.0
gir1.2-polkit-1.0
gir1.2-secret-1
gir1.2-soup-2.4
gir1.2-udisks-2.0
gir1.2-webkit2-4.0
gir1.2-wnck-3.0
gir1.2-xkl-1.0
python3-cairo
python3-certifi
python3-chardet
python3-debian
python3-distro-info
python3-gi-cairo
python3-httplib2
python3-icu
python3-idna
python3-olefile
python3-pam
python3-pexpect
python3-problem-report
python3-ptyprocess
python3-reportlab-accel
python3-requests
python3-six
python3-urllib3
n'est pas installé mais me paraîtrait pratique
testdisk
exfat-utils
Cordialement
Dernière modification par marcus68 (Le 18/05/2020, à 13:32)
Hors ligne
#2047 Le 18/05/2020, à 13:48
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
bonjour à tous,
@Geole et Babdu: #2038 ça par contre c'est plus gênant. Ca veut dire qu'il ne détecte pas que tu viens d'installer boot-info. A savoir:
- boot-info regarde si on a installé ou mis à jour récemment le paquet boot-info. boot-repair regarde si on a installé ou mis à jour récemment le paquet boot-repair. (idem pour os-uninstaller)
c'est bon j'ai trouvé, ce sera résolu dans ppa120
Bonjour
Le problème est bien résolu avec la version 120 . J'ai même eu le droit au nouveau message
Voulez-vous supprimer les anciens registres et sauvegardes situés dans /var/log/boot-info ?
J'ai répondu oui. Cela a bien supprimé. (Test fait à partir d'une session installée).
C'est quand même dommages de ne pas informer clairement que le boot se fait en LEGACY ou en EFI
j'ai l'erreur /target détecté. Veuillez redémarrer l'ordinateur et re-essayer depuis une nouvelle session live.
Autre remarque. Le CROM appelé BRD est en théorie utile pour tous ceux qui ne disposent pas de internet.
Mais en pratique, Ils ont bien une session internet pour nous transmettre le résultat.
Il serait donc possible de leur demander si internet est disponible ou simplement vérifier qu'il fonctionne.
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#2048 Le 18/05/2020, à 19:02
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
Je viens de tester le 4ppa120 en session live.
geole a écrit;
Autre remarque. Le CROM appelé BRD est en théorie utile pour tous ceux qui ne disposent pas de internet.
Mais en pratique, Ils ont bien une session internet pour nous transmettre le résultat.
Il serait donc possible de leur demander si internet est disponible ou simplement vérifier qu'il fonctionne.
Alors au sujet de la connexion internet. Une foi le PPA boot-repair/boot-info installé
Session live lancée sans connexion internet, pour tester.
_boot-info fait sans envoi sur pastebin, pas besoin de connexion, les log sont sauvegardés.
_boot-info fait avec envoi sur pastebin, il y a un message demandant d'établir une connexion;
Pour boot-repair il en est de même.
Mais la demande de connexion se fait pendant le processus, pas au début.
@YannUbuntu.
Je suis toujours en session live. lancé en Bios_Legacy pour ma config.
Mais je viens de remarquer une chose qui m'étonne.
La rapidité à laquelle est écrit le boot info avec une config multi boot.
Ok çà peut être du au fait de l'écriture avec les rubrique filtrées.
Mais pas que!!...
Yann, les sauvegardes des log ne se font plus dans tous les Os de la config?.
J'avais vu que les log des tests des posts que l'on vient de faire ne s'écrivaient plus dans;
/var/log/boot-info
/var/log/boot-repair/
/var/log/boot-sav
de tous les Os de ma config depuis un petit moment.
Alors pour en avoir le cœur net, dans tous les Os de la config, j'ai déplacé les dossiers; boot-info boot-repair boot-sav, dans un dossier créé dans /var/log/ZZ-YannUbuntu de tous mes Os, même Windows.
Sans oublier os-uninstaller il est dans la session live.
J'ai lancé un boot-repair depuis la session live pour réinstaller Grub dans l'Os par défaut de ma config.
La réparation est bien faite. Mais il n'y a pas eu recréation des dossiers log dans les Os de la config.
L'écriture des log ne s'est faite que dans /var/log/ de la session live. Si je ferme la session live, on a perdu les sauvegardes des log. comme çà se faisait lors de la première utilisation de boot-repair.
Sauf que les miennes sont dans ZZ-YannUbuntu.
Alors, un bug?, un changement de stratégie?. une fausse manip, un oubli? . On n'a plus besoins des log dans tous les Os?.
Il faut reconnaitre que c'est étonnant.
https://paste.ubuntu.com/p/4NRDs2FYJs/
Le boot info de la réparation.
boot-repair-4ppa120 [20200518_1929]
============================= Boot Repair Summary ==============================
Default settings: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBRs of all disks (except live-disks and removable disks without OS).
Grub-efi would not be selected by default because: legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
User settings: _________________________________________________________________
Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes.
The settings chosen by the user will reinstall the grub2 of
sda3 into the MBR of sda.
Grub-efi will not be selected by default because: legacy-win no-win-efi
Additional repair will be performed: unhide-bootmenu-10s
========================= Reinstall the grub2 of sda3 ==========================
grub-install --version
grub-install (GRUB) 2.02-2ubuntu8.15
==> Reinstall the GRUB of sda3 into the MBR of sda
grub-install /dev/sda
Installing for i386-pc platform.
Installation finished. No error reported.
chroot /media/ubuntu/ubu-18.04-dell update-grub
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-101-generic
Found initrd image: /boot/initrd.img-4.15.0-101-generic
Found linux image: /boot/vmlinuz-4.15.0-99-generic
Found initrd image: /boot/initrd.img-4.15.0-99-generic
Found linux image: /boot/vmlinuz-4.15.0-96-generic
Found initrd image: /boot/initrd.img-4.15.0-96-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Found Windows 7 on /dev/sda1
Found Ubuntu 14.04.6 LTS (14.04) on /dev/sda2
Unhide GRUB boot menu in sda3/boot/grub/grub.cfg
Une erreur est survenue pendant la réparation.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (ATA LDLC) !
============================ Boot Info After Repair ============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos3)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb: ___________________________________________________________________________
File system: iso9660
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: /mnt/BootInfo/FD/sdb: /dev/sdb déjà monté ou point de montage actif.
================================ 3 OS detected =================================
OS#1: Windows 7 on sda1
OS#2: Ubuntu 14.04.6 LTS on sda2
OS#3: Ubuntu 18.04.4 LTS on sda3
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
This live-session is not in EFI-mode.
f7a57b08bc7c1c85417ae4cea582d1d4 sdb2/boot/bootx64.efi
109e2fc4aa9786cd887ed6f95c485951 sdb2/boot/grubx64.efi
4487628005555bfd4a4c0a47211e0700 sdb2/boot/mmx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has---ESP, usb-disk, not-mmc, no-os, 0 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, farbios
sdb2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb2 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb2 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 167847935 111464448 53.2G 83 Linux
sda3 167847936 234440703 66592768 31.8G 83 Linux
Disk sdb: 7.48 GiB, 8019509248 bytes, 15663104 sectors
Disk identifier: 0x15f006ae
Boot Start End Sectors Size Id Type
sdb1 * 0 5303231 5303232 2.5G 0 Empty
sdb2 4222640 4230575 7936 3.9M ef EFI (FAT-12/16/32)
sdb3 5304320 15663103 10358784 5G 83 Linux
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:85.9GB:57.1GB:ext4::;
3:85.9GB:120GB:34.1GB:ext4::;
sdb:8020MB:scsi:512:512:unknown:DaneElec NoLimitGB:;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
├─sda2 ext4 8c69f945-f41d-4f8c-83bd-81d4a28efb15 00040603-02 fusion14.04-dell
└─sda3 ext4 26681ab0-c120-4797-b95e-7d0cfa960dd7 00040603-03 ubu-18.04-dell
sdb iso9660 2020-04-23-07-51-42-00 Ubuntu 20.04 LTS amd64
├─sdb1 iso9660 2020-04-23-07-51-42-00 15f006ae-01 Ubuntu 20.04 LTS amd64
├─sdb2 vfat 1AC3-20ED 15f006ae-02
└─sdb3 ext4 48462ccf-4861-40d5-8a11-d1e94a5323f8 15f006ae-03 writable
df (filtered): _________________________________________________________________
Avail Use% Mounted on
disk/by-label/writable[/install-logs-2020-05-18.0/crash] 4.5G 1% /var/crash
disk/by-label/writable[/install-logs-2020-05-18.0/log] 4.5G 1% /var/log
sda1 1.1G 96% /mnt/boot-sav/sda1
sda2 2G 91% /mnt/boot-sav/sda2
sda3 3.1G 85% /media/ubuntu/ubu-18.04-dell
sdb1 0 100% /cdrom
sdb2 10K 100% /mnt/boot-sav/sdb2
Mount options: __________________________________________________________________
disk/by-label/writable[/install-logs-2020-05-18.0/crash] rw,relatime
disk/by-label/writable[/install-logs-2020-05-18.0/log] rw,relatime
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sda3 rw,nosuid,nodev,relatime
sdb1 ro,noatime,nojoliet,check=s,map=n,blocksize=2048
sdb2 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=8c69f945-f41d-4f8c-83bd-81d4a28efb15 / ext4 noatime,errors=remount-ro 0 1
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= sda2/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
77,020198822 = 82,699808768 boot/grub/grub.cfg 1
62,708003998 = 67,332206592 boot/grub/i386-pc/core.img 1
77,017700195 = 82,697125888 boot/vmlinuz-3.13.0-169-generic 1
77,030231476 = 82,710581248 boot/vmlinuz-3.13.0-170-generic 1
77,030231476 = 82,710581248 vmlinuz 1
77,017700195 = 82,697125888 vmlinuz.old 1
56,677722931 = 60,857241600 boot/initrd.img-3.13.0-169-generic 2
56,633579254 = 60,809842688 boot/initrd.img-3.13.0-170-generic 2
56,633579254 = 60,809842688 initrd.img 2
56,677722931 = 60,857241600 initrd.img.old 2
================== sda2: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
77,011077881 = 82,690015232 boot/extlinux/extlinux.conf 1
77,011859894 = 82,690854912 boot/extlinux/chain.c32 1
=============== sda2: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rw-r--r-- 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sda3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-101-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-99-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Ubuntu, with Linux 4.15.0-96-generic 26681ab0-c120-4797-b95e-7d0cfa960dd7
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 14.04.6 LTS (14.04) (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-170-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
Ubuntu, avec Linux 3.13.0-169-generic (on sda2) 8c69f945-f41d-4f8c-83bd-81d4a28efb15
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=26681ab0-c120-4797-b95e-7d0cfa960dd7 / ext4 noatime,errors=remount-ro 0 1
======================= sda3/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
80,036148071 = 85,938159616 boot/grub/grub.cfg 1
108,466358185 = 116,464865280 boot/grub/i386-pc/core.img 1
109,813465118 = 117,911310336 boot/vmlinuz-4.15.0-101-generic 1
83,985332489 = 90,178564096 boot/vmlinuz-4.15.0-96-generic 2
106,528308868 = 114,383900672 boot/vmlinuz-4.15.0-99-generic 1
109,813465118 = 117,911310336 vmlinuz 1
106,528308868 = 114,383900672 vmlinuz.old 1
110,011943817 = 118,124425216 boot/initrd.img-4.15.0-101-generic 1
107,698913574 = 115,640827904 boot/initrd.img-4.15.0-96-generic 4
108,089084625 = 116,059770880 boot/initrd.img-4.15.0-99-generic 6
110,011943817 = 118,124425216 initrd.img 1
108,089084625 = 116,059770880 initrd.img.old 6
===================== sda3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12693 mars 4 2018 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 2587 mars 26 10:14 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
========================== sda3/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-19.10-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root 8c69f945-f41d-4f8c-83bd-81d4a28efb15
set isofile="/ubuntu-19.10-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on 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 |................|
*
000001b0 c4 20 40 00 00 00 00 00 ae 06 f0 15 00 00 80 00 |. @.............|
000001c0 01 00 00 a1 e0 fe 00 00 00 00 c0 eb 50 00 00 fe |............P...|
000001d0 ff ff ef fe ff ff b0 6e 40 00 00 1f 00 00 00 2d |.......n@......-|
000001e0 64 4a 83 fa ec ce 00 f0 50 00 00 10 9e 00 00 00 |dJ......P.......|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Je vais retester en session installée de l'Os par défaut au démarrage.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 18/05/2020, à 22:32)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2049 Le 18/05/2020, à 19:14
- jibel
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@Tous,
J'ose espérer que mon commentaire ne sera pas négatif... merci
Bonjour, j'utilise B.R.D. depuis + de 5 ans. Je sais qu'il y a dans cet outil + de 10 fonctions. Depuis quelques jours il y a de fortes chances pour B.R.D. sera avec sa dernière version? Quand j'installe un nouvel OS dans mon disque dur, dans lequel il y a hybryde 14.04 Lts custom "monster". J'ai été obligé de lancer B.R.D. pour effectuer avec "l'option avancée" hybryde 14.04 lts sera en 1er au lancement du disque dur. Ce fut fait!
Par contre j'ai le boot-info dans lequel figure a la ligne 1762 que cette opération a été en UEFI/légacy mode, non en EFI mode...
Quand je décide de faire une mise a jour d'un OS dans lequel est installé cet outil. Lors des mises jour, il est mentionné que boot-repair, boot-info seront aussi avec leurs mises à jour.
Je me suis déplacé vers SourceForge pour voir que des améliorations/mises a jour de B.R.D. sont faites et publiés.
En dernier, je ne suis qu'un petit utilisateur de B.R.D.! Mais quand je m'en sers, j'arrive toujours a avoir le résultat que je veux. Je n'ai jamais eu un mauvais résultat avec réparation recommandée ni avec option avancée.
Donc cet "outil" créer par Yannubuntu servira pour pas mal de monde et de connaître ses dix fonctions incluses dans Boot-repair-disk.
http://paste.ubuntu.com/p/yrWsMDVV8r/ ..... mon boot-info
Dernière modification par jibel (Le 18/05/2020, à 19:28)
Plus grande est la face, plus grand est le dos!
Toutes les fautes de frappe, d'orthographe, de grammaire et de syntaxe ci-dessus, sont la propriété intellectuelle de l'auteur. Elles doivent être reproduites et même corrigées sans l'accord préalable du susdit et toc !
Mint 21.1,Voyager20.04 et 22.04,Ubuntu 22.04,Emmabuntus 1.Buster, Debian 12.buster, Hybryde 14.04, Pas d'OS intermédiaire ! PC Medion AKOYA DD 1T + 2 .
Hors ligne
#2050 Le 18/05/2020, à 21:55
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
bonjour
Jibel, je ne suis pas sûr de comprendre ta question. "Depuis quelques jours il y a de fortes chances pour B.R.D. sera avec sa dernière version? " -> oui, BRD sera evidemment avec la derniere version (du moment) de boot-repair, et j'attends d'avoir un boot-repair stable pour mettre à jour l'ISO.
Geole, ppa121 il s'affichera le mode de session (EFI ou BIOS) au chargement de boot-repair.
Babdu/Geole: ce que je souhaite eviter, c'est demander une connexion internet et faire un 'apt update' systematiquement au demarrage de boot-repair (surtout s'il vient d'etre installé). Par contre, je pense que je vais proposer de verifier si une MAJ est dispo, mais uniquement si boot-repair n'a pas été installé ou MAJ dans la journée.
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne