#1 Le 03/07/2020, à 22:42
- Babdu89
[TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Bonjour.
J'ai l'habitude de faire des copies de mes systèmes installés en mode Bios_Legacy sur supports externes.
Comme je change la taille des partitions des copies, je prépare les partitions des copie en live Bios_Legacy avec Gparted. Et toujours en live, pour faciliter les commandes, je met des étiquettes (label) aux partitions. Je monte les partitions; origine et copie. dans /media/mon user en les ouvrant avec le gestionnaire de fichiers.
Puis avec la commande cp , je copie de partition a partition.
sudo cp -av /media/mon-user/partition-origine/* /media/mon-user/partition-copie
Lorsque c'est fait, dans le fichier /etc/fstab de la copie, je change les UUID des partitions qui sont ceux de la partition d'origine, pour ceux de la copie.
Puis je réinstalle grub dans la copie, en général avec Boot-Repair.
Bon, rappel, on est encore en installation Bios_Legacy, c'est donc un grub-pc qui est réinstallé.
Le démarrage de la copie fonctionne.
Dernièrement, j'ai tester une idée.
Réinstaller un grub-efi pour faire démarrer une copie de système installé en Bios_Legacy en mode UEFI.
Je me suis dit que Boot-Repair ferait çà sans souci... Mais il y a quand même souci, on verra çà par la suite.
Édit;
Comme on le voit par la suite, je rencontre des soucis avec Boot-Repair pour réinstaller un grub-efi.
Mais comme je veux vérifier que la copie fonctionne bien. Je décide de réinstaller un grub-pc en Bios_Legacy dans la copie.
Redémarrage en session live en Bios_Legacy. Avec Gparted création d'une partition bios-grub (sans format avec drapeau bios-grub.)
Avec Boot-Repair réinstallation d'un grub-pc dans la copie. redémarrage en bios_Legacy sur la clé de test, çà fonctionne.
À suivre un boot-info dans le post suivant.
Alors avant de faire la copie comme habituellement sur support externe. J'ai préparé le partitionnement pour pour que la copie puisse fonctionner en mode UEFI.
Donc table de partition de type GPT.
Une partition FAT32 avec drapeau boot-esp (partition efi)
Une partition ext4 pour recevoir la copie.
Copie faite, UUID changé dans le fstab.
Je lance une session live en Mode UEFI, J'installe Boot-Repair. Branche le support externe avec la copie. Et je fais un boot info pour vérifier que çà démarre bien en UEFI, et que la partition boot-efi et vue par Boot-Repair. C'est OK!.
Lancement de Boot-Repair, en passant par les "Options avancées", je choisi de réinstaller grub-efi dans la copie, en utilisant la partition boot-efi. Mais, c'est là que commence le souci avec Boot-Repair. Il y aura réinstallation en purgeant Grub, pas moyen de décocher la purge... OK, on y va.
Et lors de la copie des commandes pendant la purge, blocage! . Manque des paquets &&&.
J’essaie plusieurs fois, Tintin!!.
Un tuto indique de faire la même chose en chrootant, pareil, des erreurs...
Bon, comme j'ai une installation en mode UEFI, je compare les contenus de /boot, et je vois que dans la copie, il manque la structure EFI dans la copie.
Donc Boot-Repair, fait choux blanc.
Je fouine un peu dans les docs et sujets du forum, et malbo, un habitué des tutos, propose une réinstallation de grub-efi dans un système, en utilisant super grub2 disk... Tiens tiens!!!.
Je démarre une session de super grub2 disk en mode UEFI. Branche mon support externe de test, et démarre enfin la copie en mode UEFI, un boot info le confirmant.
Après quelques essais, et relecture des docs. Je comprends qu'il faut installer la structure EFI
sudo apt-get install --reinstall grub-efi grub-common
Puis après avoir regardé le contenu de /boot qui contient maintenant la structure EFI, je réinstalle grub.
sudo grub-install
Merci malbo!. Pour tes multiples tests, tutos et essais qui nous donnent pas mal de bonnes idées.
Redémarrage du support externe avec la copie qui contient un grub-efi, en mode UEFI.
Çà fonctionne, l'idée est bonne!.
@+ Babdu89 .
Dernière modification par Babdu89 (Le 06/07/2020, à 14:35)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2 Le 04/07/2020, à 06:30
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Bonjour.
Avec Boot-Repair réinstallation d'un grub-pc dans la copie. redémarrage en bios_Legacy sur la clé de test, çà fonctionne.
À suivre un boot-info dans le post suivant.
Le boot-info fait depuis la session installé de la copie démarré en Bios_Legacy /dev/sdb2;
boot-info-4ppa125 [20200704_0730]
============================== 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 (,msdos2)/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
122017792 of the same hard drive for core.img. core.img is at this
location and looks for (,gpt2)/boot/grub. It also embeds following
components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt 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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/ubuntu/grubx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb3: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04 LTS CurrentSession on sdb2
OS#2: Windows 7 on sda1
OS#3: Ubuntu 20.04 LTS on sda2
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.4.0-40-generic root=UUID=9c948060-64f8-4e6d-ac63-c262afe29830 ro quiet splash vt.handoff=7
===================================== UEFI =====================================
This installed-session is not in EFI-mode.
5c14b2158486ded02655f86386b249e2 sdb1/ubuntu/grubx64.efi
5c14b2158486ded02655f86386b249e2 sdb1/BOOT/BOOTX64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sdb2 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
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
sdb1 : not-sepboot, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: F15BB5AE-6BC0-4B5D-A9CA-377729356A7D
Start End Sectors Size Type
sdb1 2048 757759 755712 369M EFI System
sdb2 757760 122017791 121260032 57.8G Linux filesystem
sdb3 122017792 122058751 40960 20M BIOS boot
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:gpt:Verbatim STORE N GO:;
1:1049kB:388MB:387MB:fat32::boot, esp;
2:388MB:62.5GB:62.1GB:ext4::;
3:62.5GB:62.5GB:21.0MB:::bios_grub;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 7A98-907A 3a70abff-0326-4bca-82d7-d3b6842d7414
├─sdb2 ext4 9c948060-64f8-4e6d-ac63-c262afe29830 3baff883-0e77-4fc4-bde7-bb72c6c106b0 copy-xubu-20.04
└─sdb3 0dbd13d8-2240-4cdb-a69b-0f3c0ab080df
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.6G 56% /mnt/boot-sav/sda2
sdb2 43.5G 18% /
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb2 rw,relatime,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 9c948060-64f8-4e6d-ac63-c262afe29830 root hd1,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9c948060-64f8-4e6d-ac63-c262afe29830
Ubuntu, avec Linux 5.4.0-40-generic 9c948060-64f8-4e6d-ac63-c262afe29830
Ubuntu, avec Linux 5.4.0-39-generic 9c948060-64f8-4e6d-ac63-c262afe29830
Ubuntu 20.04 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=9c948060-64f8-4e6d-ac63-c262afe29830 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
# /boot/efi was on /dev/sdb2 during installation
UUID=7A98-907A /boot/efi vfat defaults 0 1
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
44,488117218 = 47,768752128 boot/grub/grub.cfg 1
44,508907318 = 47,791075328 boot/grub/i386-pc/core.img 1
0,666011810 = 0,715124736 boot/vmlinuz 2
0,630001068 = 0,676458496 boot/vmlinuz-5.4.0-39-generic 1
0,666011810 = 0,715124736 boot/vmlinuz-5.4.0-40-generic 2
0,630001068 = 0,676458496 boot/vmlinuz.old 1
0,670402527 = 0,719839232 boot/initrd.img 3
0,568836212 = 0,610783232 boot/initrd.img-5.4.0-39-generic 1
0,670402527 = 0,719839232 boot/initrd.img-5.4.0-40-generic 3
0,568836212 = 0,610783232 boot/initrd.img.old 1
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
================================= User choice ==================================
Is sdb (Verbatim STORE N GO) a removable disk? no
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to unsign) and reinstall the grub2 of
sdb2 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 sdb (Verbatim STORE N GO) disk!
Un boot-info fait depuis la copie démarré en UEFI;
boot-info-4ppa125 [20200704_0752]
============================== 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 (,msdos2)/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
122017792 of the same hard drive for core.img. core.img is at this
location and looks for (,gpt2)/boot/grub. It also embeds following
components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt 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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/ubuntu/grubx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb3: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04 LTS CurrentSession on sdb2
OS#2: Ubuntu 20.04 LTS on sda2
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.4.0-40-generic root=UUID=9c948060-64f8-4e6d-ac63-c262afe29830 ro quiet splash vt.handoff=7
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
efibootmgr -v
BootCurrent: 0008
Timeout: 2 seconds
BootOrder: 0006,0000,0002,0001,0003,0004,0008
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,3a70abff-0326-4bca-82d7-d3b6842d7414,0x800,0xb8800)/File(\EFI\ubuntu\grubx64.efi)
Boot0008 UEFI: INT13(USB,0x80) PciRoot(0x0)/Pci(0x1d,0x0)/VenHw(aa7ba38a-dabf-40c3-8d18-b55b39609ef7,8001000000005553422020202020ffffffffffffffffffffffffffffffffffffffffffffffff)/HD(1,GPT,3a70abff-0326-4bca-82d7-d3b6842d7414,0x800,0xb8800)
5c14b2158486ded02655f86386b249e2 sdb1/ubuntu/grubx64.efi
5c14b2158486ded02655f86386b249e2 sdb1/BOOT/BOOTX64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sdb2 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
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
sdb1 : not-sepboot, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: F15BB5AE-6BC0-4B5D-A9CA-377729356A7D
Start End Sectors Size Type
sdb1 2048 757759 755712 369M EFI System
sdb2 757760 122017791 121260032 57.8G Linux filesystem
sdb3 122017792 122058751 40960 20M BIOS boot
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:gpt:Verbatim STORE N GO:;
1:1049kB:388MB:387MB:fat32::boot, esp;
2:388MB:62.5GB:62.1GB:ext4::;
3:62.5GB:62.5GB:21.0MB:::bios_grub;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 7A98-907A 3a70abff-0326-4bca-82d7-d3b6842d7414
├─sdb2 ext4 9c948060-64f8-4e6d-ac63-c262afe29830 3baff883-0e77-4fc4-bde7-bb72c6c106b0 copy-xubu-20.04
└─sdb3 0dbd13d8-2240-4cdb-a69b-0f3c0ab080df
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.6G 56% /mnt/boot-sav/sda2
sdb2 43.5G 18% /
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb2 rw,relatime,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 9c948060-64f8-4e6d-ac63-c262afe29830 root hd1,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9c948060-64f8-4e6d-ac63-c262afe29830
Ubuntu, avec Linux 5.4.0-40-generic 9c948060-64f8-4e6d-ac63-c262afe29830
Ubuntu, avec Linux 5.4.0-39-generic 9c948060-64f8-4e6d-ac63-c262afe29830
Ubuntu 20.04 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=9c948060-64f8-4e6d-ac63-c262afe29830 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
# /boot/efi was on /dev/sdb2 during installation
UUID=7A98-907A /boot/efi vfat defaults 0 1
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
44,488117218 = 47,768752128 boot/grub/grub.cfg 1
44,508907318 = 47,791075328 boot/grub/i386-pc/core.img 1
0,666011810 = 0,715124736 boot/vmlinuz 2
0,630001068 = 0,676458496 boot/vmlinuz-5.4.0-39-generic 1
0,666011810 = 0,715124736 boot/vmlinuz-5.4.0-40-generic 2
0,630001068 = 0,676458496 boot/vmlinuz.old 1
0,670402527 = 0,719839232 boot/initrd.img 3
0,568836212 = 0,610783232 boot/initrd.img-5.4.0-39-generic 1
0,670402527 = 0,719839232 boot/initrd.img-5.4.0-40-generic 3
0,568836212 = 0,610783232 boot/initrd.img.old 1
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
================================= User choice ==================================
Is sdb (Verbatim STORE N GO) a removable disk? yes
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to remove grub-efi) and reinstall the grub2 of
sdb2 into the MBR of sdb.
It would also fix access to other systems (other MBRs) for the situations
when the removable media is disconnected.
Grub-efi would not be selected by default because: legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Blockers in case of suggested repair: __________________________________________
LegacyWindows detected. Please enable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software from a live-CD (or live-USB).
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on the removable disk!
The boot of your PC is in UEFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
La clé de test vu par Gparted;
Alors je me retrouve avec un système installé à l'origine en mode Bios_Legacy. Copié sur un support externe préparé pour recevoir une copie, que je désire faire démarrer en mode UEFI. Copie qui au final démarre dans les deux modes; Bios_Legacy et UEFI.
Édit;
Ha oui, au fait!. La manip marche dans l'autre sens. Copier un système installé en UEFI pour le faire démarrer en mode Bios_Legacy
Une copie d'une installation faite en mode UEFI, sur suport externe table de partition GPT préparé avec une partition bios-grub (sans format avec drapeau bios-grub), en plus de la partitionFAT32 boot-efi drapeau boot-esp.
Réinstallation d'un grub-pc , çà marche.
Intéret de cette manip sur un support table de partition GPT de plus de 2.2To, pour la prise en compte de la taille du support.
La même manip faite sur un support table de partition MSDos. Réinstallation d'un grub-pc, çà marche aussi.
@+ Babdu89 .
Dernière modification par Babdu89 (Le 04/07/2020, à 07: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
#3 Le 04/07/2020, à 07:57
- malbo
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Bonjour,
Extrait du boot-info fait depuis la copie démarré en UEFI :
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=9c948060-64f8-4e6d-ac63-c262afe29830 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
# /boot/efi was on /dev/sdb2 during installation
UUID=7A98-907A /boot/efi vfat defaults 0 1
Il n'y a pas de ligne de montage d'un fichier swap ni d'une partition swap. Ce n'est sans doute pas important dans ton cas mais je le signale.
Hors ligne
#4 Le 04/07/2020, à 08:12
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Bonjour malbo.
Alors, au sujet du swap.
L'installation d'origine contenait une partition swap sur un autre support de la config. Machine en Bios_Legacy uniquement.
Elle figure dans le fstab de cette installation.
Pour la copie, lors de la modif de son fstab, j'ai supprimé la ligne de la partition swap, qui est dans une autre machine que la machine en UEFI. Pour que çà ne provoque pas d'erreur au démarrage.
Recherche d'une partition swap qui n'existe pas sur la machine UEFI.
Mais si on installe sans partition swap, le swap-file sera copié dans la copie.
Merci encore pour tes interventions. Un de tes sujets/Tuto incitait à faire mes manip. Il me semble même que tu signalais faire tes tests en VM faute de disposer de machine en UEFI.
Donc mes tests confirme que çà fonctionne bien depuis des manips faites sur machines démarrées en UEFI.
Si tu veux bien mettre un lien vers le sujet de ton Tuto, post ci-dessus, merci.
Super grub2 disk un sacré outil, n'est-ce pas?. Merci à tous ces contributeurs qui ont des idées sublimes...
@+. Babdu89 .
Dernière modification par Babdu89 (Le 04/07/2020, à 08:28)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#5 Le 04/07/2020, à 09:22
- geole
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Bonjour Babdu89.
Dans un tel contexte, tu aurais pu prendre l'option de réinstaller le dernier kernel.
Je suis convaincu que la réinstallation de ce kernel aurait embarqué toute la partie EFI manquante.
Tu as dupliqué du legacy en EFI en changeant le UUID du fstab.
Cependant même dans un contexte Legacy vers legacy ou EFI vers EFI. Cette opération me semble insuffisante. Il faut en plus faire la commande update-initramfs afin que les fichiers vmlinuz soient modifiés pour prendre en compte le nouvel UUID . Je ne suis pas certain que cela soit embarqué dans fonctionnalité de réinstallation du grub mais elle l'est dans la réinstallation du dernier noyau.
Il est dommages que YannUBuntu ait refusé de mettre uniquement la fonctionnalité chroot de façon simple à disposition des utilisateurs. Mais elle est utilisable.
Nota. SG2D reste cependant utile lorsque le lanceur du noyau ( initramfs ) ne fonctionne pas.
Dernière modification par geole (Le 04/07/2020, à 09:42)
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
Hors ligne
#6 Le 04/07/2020, à 10:49
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Bonjour.
geole a écrit;
Dans un tel contexte, tu aurais pu prendre l'option de réinstaller le dernier kernel.
Je suis convaincu que la réinstallation de ce kernel aurait embarqué toute la partie EFI manquante.
geole parle d'une des options de Boot-Repair pour réinstaller grub.
Pour ceux qui suivent le sujet, je m’apprêtais à rédiger un post pour expliquer ce que je comprends des différences que l'on trouve, dans les installations faites en UEFI et Bios_Legacy, dans /boot. En fait installation d'un grub-pc ou d'un grub-efi.
Lorsqu'on installe en mode Bios_Legacy, l'installateur met ceci dans /boot.
/boot/grub/fonts i386-pc local
Donc rien concernant l'EFI.
C'est dans i386-pc que l'on trouve de quoi booter en Bios_Legacy.
Et à mon avis, c'est ce qui empêche boot-Repair de réinstaller un grub-efi, même en présence d'une partition boot-efi avec drapeau boot-esp. Comme on le voit dans mon premier post.
Lorsqu'on installe en mode UEFI, l'installateur met ceci dans /boot.
/boot/efi/grub
/boot/efi vide
/boot/grub/fonts local x86_64-efi
C'est dans x86_64-efi que l'on trouve de quoi booter en UEFI.
Mais il me semble aussi ce qui permet de booter en Bios_Legacy. Ce qui permet à Boot-Repair de réinstaller un grub-pc sans rechigner.
Dans ma copie faite d'une installation en mode Bios_Legacy, même si c'est préparé pour réinstaller un grub-efi. Il manque /bootefi et /boot/grub/x86_64-efi, la structure efi . C'est ce qui fait que Boot-Repair capitule.
J'ai aussi essayé un chroot trouvé dans une doc, pour réinstaller un grub-efi, pareil des messages d'erreur indique qu'il manque la structure efi.
Conclusion, Il faut donc mettre ce qui manque (la structure efi) pour pouvoir arriver à ses fins.
Deux solutions depuis une instance démarrée en mode UEFI .
En chrootant se positionner dans l'installation en Bios_Legacy copiée, et installer/réinstaller la structure efi manquante. Je n'ai pas su faire...
Ou pouvoir démarrer l'installation copiée en mode UEFI, et installer la structure efi manquante. C'est ce que j'ai su faire en utilisant un CD super grub2 disk lancé en mode UEFI. Il a permis de démarrer la copie en UEFI (vérification faite avec un boot info fait depuis la copie). puis d'installer la structure efi manquante;
sudo apt-get install --reinstall grub-efi grub-common
et de réinstaller un grub-efi .
sudo grub-install
Et enfin de pouvoir démarrer la copie en mode UEFI.
@geole, je ne suis pas sûr que la réinstallation d'un grub-efi avec Boot-Repair en réinstallant le dernier kernel, fasse l'affaire. Puisque Boot-Repair ne trouvera pas les éléments de la structure efi dans /boot de la copie.
Mais çà peut faire l'objet d'un future test chez moi, en recommençant les manips du post#1, et en utilisant l'option réinstaller grub-efi en restaurant le dernier kernel disponible avec Boot-Repair.
Édit;
Comme la copie démarre dans les deux modes UEFI et Bios_Legacy, dans /boot on y trouve;
/boot/efi/grub
/boot/grub/fonts i386-pc x86_64-efi
@+. Babdu89 .
Dernière modification par Babdu89 (Le 04/07/2020, à 10:53)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#7 Le 04/07/2020, à 11:07
- geole
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
J'ai oublié de le préciser. Il va de soit que boot-repair doit être lancé en mode EFI
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
Hors ligne
#8 Le 04/07/2020, à 12:48
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Babdu89 a écrit;
Mais çà peut faire l'objet d'un future test chez moi, en recommençant les manips du post#1, et en utilisant l'option réinstaller grub-efi en restaurant le dernier kernel disponible avec Boot-Repair.
Çà y est!. C'est parti.
J'ai recommencé la clé de tests.
Suppression de toutes les partitions.
Nouvelle table de partition de type GPT.
Partition FAT32 efi avec drapeau boot-esp
Partition ext4 pour y copier le même système d'origine installe en mode Bios_Legacy.
La copie se fait depuis l'autre machine Bios_Legacy uniquement.
Lorsque ce sera fini, je modifie le /etc/fstab pour y indiquer l'UUID de la partition Ext4 du système de la copie, et déclarer la partition boot-efi. ET pour ne pas avoir de souci de message d'erreur, supprimer dans le fstab, la ligne de la partition swap qui est sur la machine Bios_Legacy.
Mêmes conditions qu'au post#1.
Manip suivante; Sur la machine Bios_Legacy/UEFI, démarrer une session live Ubuntu 20.04 en mode UEFI.
Installer Boot-Repair/ Boot-info.
Brancher la clé de tests, faire un boot info.
Lancer Boot-Repair, et tenter de réinstaller un grub-efi en passant par les "options avancées".
Indiquer de réinstaller grub-efi dans la partition système de la copie
Indiquer la partition boot-efi à utiliser.
" Purger grub avant de le réinstaller" est coché d'office, on ne peut pas décocher.
Cocher "Purger les kernel puis réinstaller le dernier kernel "
On va voir ce que fait Boot-Repair...
Un Warning, je valide;
Çà commence la réinstallation par la purge de grub, mais rapidement çà passe à la purge des kernels;
Comme je suis en session live DVD, çà prend du temps, j'ai bien cru que çà bloquait, mais non.
Çà reprend la purge de grub;
Le moment de passer les commandes;
Çà coince encore, obligé de sortir.
Je vais regarder des choses; @suivre...
Alors, le dernier kernel a bien été réinstallé, puisque il n'y en a plus qu'un de présent dans /boot.
Je regarde le contenu de /boot pour voir si comme geole le pense la structure efi est réinstallée avec la réinstallation du dernier kernel.
Non, dans /boot/grub il n'y que i386-pc.
Pas de x86_64-efi dans /boot/grub.
Alors, une idée de test qui va confirmer, que la non présence de la structure efi pose souci à Boot-Repair.
Je vais redémarrer la copie en mode UEFI grasse à super grub2 disk.
Passer la commande pour charger la structure efi dans la copie démarrée en UEFI.
Mais ne pas faire la réinstallation de grub en commande, comme dans le premier post.
Et retenter de le faire avec Boot-Repair en session live Ubuntu 20.04 lancée en UEFI.
@+. Suivre.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 04/07/2020, à 15: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
#9 Le 04/07/2020, à 15:18
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Alors ma copie du système installé en Bios_Legacy, démarrée en mode UEFI grasse à supergrub2 disk.
Je charge la structure efi dans la copie;
bernard@bernard-System-Product-Name:~$ sudo apt-get install --reinstall grub-efi grub-common
[sudo] Mot de passe de bernard :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
gnome-software-common libappstream-glib8 libgspell-1-2 libgspell-1-common libllvm9 linux-modules-5.4.0-39-generic
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés :
efibootmgr grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
Les paquets suivants seront ENLEVÉS :
grub-gfxpayload-lists grub-pc
Les NOUVEAUX paquets suivants seront installés :
efibootmgr grub-efi grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
0 mis à jour, 5 nouvellement installés, 1 réinstallés, 2 à enlever et 8 non mis à jour.
Il est nécessaire de prendre 1902 ko/3100 ko dans les archives.
Après cette opération, 11,7 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] O
Réception de :1 http://archive.ubuntu.com/ubuntu focal/main amd64 grub-efi amd64 2.04-1ubuntu26 [2588 B]
Réception de :2 http://archive.ubuntu.com/ubuntu focal/main amd64 grub-efi-amd64 amd64 2.04-1ubuntu26 [46,6 kB]
Réception de :3 http://archive.ubuntu.com/ubuntu focal/main amd64 grub-common amd64 2.04-1ubuntu26 [1853 kB]
1902 ko réceptionnés en 8s (224 ko/s)
Préconfiguration des paquets...
Sélection du paquet grub-efi-amd64-bin précédemment désélectionné.
(Lecture de la base de données... 187290 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../grub-efi-amd64-bin_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi-amd64-bin (2.04-1ubuntu26) ...
Sélection du paquet grub-efi précédemment désélectionné.
Préparation du dépaquetage de .../grub-efi_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi (2.04-1ubuntu26) ...
(Lecture de la base de données... 187581 fichiers et répertoires déjà installés.)
Suppression de grub-gfxpayload-lists (0.7) ...
dpkg: grub-pc : problème de dépendance, mais suppression comme demandé :
multisystem dépend de grub-pc | grub-efi | grub-efi-amd64 ; cependant :
Le paquet grub-pc doit être supprimé.
Le paquet grub-efi n'est pas encore configuré.
Le paquet grub-efi-amd64 n'est pas installé.
Suppression de grub-pc (2.04-1ubuntu26) ...
Sélection du paquet grub-efi-amd64 précédemment désélectionné.
(Lecture de la base de données... 187559 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../grub-efi-amd64_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi-amd64 (2.04-1ubuntu26) ...
Sélection du paquet efibootmgr précédemment désélectionné.
Préparation du dépaquetage de .../efibootmgr_17-1_amd64.deb ...
Dépaquetage de efibootmgr (17-1) ...
Préparation du dépaquetage de .../grub-common_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-common (2.04-1ubuntu26) sur (2.04-1ubuntu26) ...
Sélection du paquet grub-efi-amd64-signed précédemment désélectionné.
Préparation du dépaquetage de .../grub-efi-amd64-signed_1.142.1+2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi-amd64-signed (1.142.1+2.04-1ubuntu26) ...
Paramétrage de efibootmgr (17-1) ...
Paramétrage de grub-common (2.04-1ubuntu26) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Paramétrage de grub-efi-amd64-bin (2.04-1ubuntu26) ...
Paramétrage de grub-efi-amd64 (2.04-1ubuntu26) ...
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-5.4.0-40-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.4.0-40-generic
Ubuntu 20.04 LTS (20.04) trouvé sur /dev/sda2
fait
Paramétrage de grub-efi (2.04-1ubuntu26) ...
Paramétrage de grub-efi-amd64-signed (1.142.1+2.04-1ubuntu26) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
Traitement des actions différées (« triggers ») pour systemd (245.4-4ubuntu3.1) ...
bernard@bernard-System-Product-Name:~$
Je ne réinstalle pas grub-efi en commande, puisque je vais le faire en session live UEFI, Ubuntu 20.04 avec Boot-Repair.
@+. 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
#10 Le 04/07/2020, à 15:41
- geole
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Bonjour Babdu89
Que les essais sont durs aujourd'hui! On voit que c'est la fête nationale aux U.S.
Avec ce message,
http://pix.toile-libre.org/?img=1593873975.png
tu aurais pu tenter une seconde fois.
En exécutant les commandes ligne par ligne afin de contourner le plantage de la suppression du shim qui n'est pas encore installé en théorie.
Nota, je n'ai pas trop compris le message précédant, je suis presque sur qu'avec SG2D, cela aurait été pareil au même moment
Si l'élimination avait été faite, tu aurais alors eu une autre série de commandes pour procéder à l'installation de la partie EFI
Ce n'est donc pas surprenant que tu ne la trouves pas.
Dernière modification par geole (Le 04/07/2020, à 15:57)
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
Hors ligne
#11 Le 04/07/2020, à 16:03
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Alors, je suis en session live Ubuntu20.04 lancée en UEFI. Boot-Repair installé , clé de tests branchée, boot-repair lancé. Grub-efi près à être réinstallé dans la copie.
Il y a du changement par rapport au post#8 , car il veut bien réinstaller grub-efi. Et la purge n'est plus obligatoire.
Est-ce le fait de la présence de la structure efi dans la copie?. Je ne serais répondre.
Je continue, on va bien voir comment çà se passe.
boot-repair-4ppa125 [20200704_1454]
============================= Boot Repair Summary ==============================
User choice:
Is sda (ATA LDLC) a removable disk? no
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
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 20.04 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
User settings: _________________________________________________________________
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
La table de partitions GPT de sauvegarde est corrompue, mais la primaire semble fonctionnelle, elle sera donc utilisée.
Advices: _______________________________________________________________________
LegacyWindows détecté. Vous souhaiterez peut-être réessayer après avoir désactivé l'option [Partition /boot/efi séparée :].
Êtes-vous sûr de vouloir continuer quand même ? yes
The settings chosen by the user will reinstall the grub-efi-amd64-signed of
sdb2,
using the following options: sdb1/boot/efi,
It will also fix access to other systems (other MBRs) for the situations
when the removable media is disconnected.
Grub-efi will not be selected by default because: legacy-win no-win-efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file
/boot/efi added in sdb2/fstab
Mount sdb1 on /media/ubuntu/copy-xubu-20.04/boot/efi
ls: impossible d'accéder à '/media/ubuntu/copy-xubu-20.04/boot/efi/efi': Aucun fichier ou dossier de ce type
No sdb2/boot/efi/efi/ ubuntu/mint folder
================= Reinstall the grub-efi-amd64-signed of sdb2 ==================
grub-install --version
grub-install (GRUB) 2.04-1ubuntu26
efibootmgr -v from chroot before grub install
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0006,0000,0002,0001,0003,0004,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
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,3a70abff-0326-4bca-82d7-d3b6842d7414,0x800,0xb8800)/File(EFIubuntugrubx64.efi)
Boot0007 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
uname -r
5.4.0-26-generic
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot
Installing for x86_64-efi platform.
Installation finished. No error reported.
df /dev/sdb1
mv /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/Boot/bootx64.efi /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/Boot/bkpbootx64.efi
cp /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/ubuntu/grubx64.efi /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/Boot/bootx64.efi
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot
Installing for x86_64-efi platform.
Installation finished. No error reported.
efibootmgr -v from chroot after grub install
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0006,0000,0002,0001,0003,0004,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
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,d81265ca-4505-4e55-b18b-a1ea2dedd515,0x800,0xf6000)/File(EFIubuntugrubx64.efi)
Boot0007 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
chroot /media/ubuntu/copy-xubu-20.04 update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.0-40-generic
Found initrd image: /boot/initrd.img-5.4.0-40-generic
Found Ubuntu 20.04 LTS (20.04) on /dev/sda2
Unhide GRUB boot menu in sdb2/boot/grub/grub.cfg
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de faire démarrer votre firmware UEFI sur l'entrée Ubuntu 20.04 LTS (fichier sdb1/EFI/ubuntu/grubx64.efi) !
Réglez votre BIOS en mode Legacy afin de démarrer votre Ubuntu 20.04 LTS, puis saisissez la commande [sudo update-grub] afin d'ajouter l'entrée Windows à votre menu GRUB.
============================ 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 (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> No boot loader is installed in the MBR of /dev/sdb.
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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bkpbootx64.efi /efi/BOOT/bootx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
================================ 3 OS detected =================================
OS#1: Ubuntu 20.04 LTS on sda2
OS#2: Ubuntu 20.04 LTS on sdb2
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, 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: 0006,0000,0002,0001,0003,0004,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
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,3a70abff-0326-4bca-82d7-d3b6842d7414,0x800,0xb8800)/File(\EFI\ubuntu\grubx64.efi)
Boot0007 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : is-GPT, no-BIOSboot, has---ESP, usb-disk, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, 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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb2 : isnotESP, fstab-has-goodEFI, 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
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: AB564FA3-EB89-4A87-8B35-8C94EA293218
Start End Sectors Size Type
sdb1 2048 1009663 1007616 492M EFI System
sdb2 1009664 118523903 117514240 56G Linux filesystem
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:gpt:Verbatim STORE N GO:;
1:1049kB:517MB:516MB:fat32::boot, esp;
2:517MB:60.7GB:60.2GB:ext4::;
sr0:4700MB:scsi:2048:2048:mac:TSSTcorp DVD+-RW TS-U633J:;
1:2048B:6143B:4096B::Apple:;
2:2162MB:2166MB:4063kB::EFI:;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 68B5-52AE d81265ca-4505-4e55-b18b-a1ea2dedd515
└─sdb2 ext4 d4542d6e-6d3c-4109-b8fe-e4223f12beae 91c201b9-657a-45fc-a753-d3430933c2f0 copy-xubu-20.04
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.6G 56% /mnt/boot-sav/sda2
sdb1 486.2M 1% /mnt/boot-sav/sdb1
sdb2 42.5G 18% /media/ubuntu/copy-xubu-20.04
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb2 rw,nosuid,nodev,relatime
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 11:31 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid d4542d6e-6d3c-4109-b8fe-e4223f12beae root hd1,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu d4542d6e-6d3c-4109-b8fe-e4223f12beae
Ubuntu, with Linux 5.4.0-40-generic d4542d6e-6d3c-4109-b8fe-e4223f12beae
Ubuntu 20.04 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=d4542d6e-6d3c-4109-b8fe-e4223f12beae / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
# /boot/efi was on /dev/sdb2 during installation
UUID=68B5-52AE /boot/efi vfat defaults 0 1
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0,481452942 = 0,516956160 boot/grub/grub.cfg 1
44,622322083 = 47,912853504 boot/grub/i386-pc/core.img 1
6,992305756 = 7,507931136 boot/vmlinuz 1
6,992305756 = 7,507931136 boot/vmlinuz-5.4.0-40-generic 1
6,992305756 = 7,507931136 boot/vmlinuz.old 1
7,360832214 = 7,903633408 boot/initrd.img 3
7,360832214 = 7,903633408 boot/initrd.img-5.4.0-40-generic 3
7,360832214 = 7,903633408 boot/initrd.img.old 3
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 11:31 41_custom
Bon et bien on dirait que c'est bon ce coup-ci.
La présence de la structure efi installé comme indiqué post#9 a permis d'aider Boot-Rpair à retrouver plus failement ses petits.
Reste à redémarrer sur la clé de tests en UEFI pour confirmer que çà marche.
Encore une remarque, comme je n'ai pas cette foi-ci fait de réinstallation de grub-pc en mode Bios_Legacy. je pense que la clé ne démarre actuellement qu'en mode UEFI.
On va savoir çà, redémarrage sur la clé.
OK!. Pas de souci çà redémarre bien en mode UEFI.
Mais pas en Bios_Legacy, ce qui est normal, car pas de partition bios-grub, et pas de réinstallation de grub-pc en mode Bios_Legacy.
C'est à faire par la suite.
Je relis le message post#10 ,pour voir si je peux apporter une réponse.
J'ai vu ce post passer lors de mes manips.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 05/07/2020, à 12:45)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#12 Le 04/07/2020, à 16:52
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Réponse au post#10.
L'installation d'origine qui sert à la copie est faite en mode Bios_Legacy.
Il n'y a donc pas de structure efi installé dans le système, qui ne peut donc fonctionner qu'en mode Bios_Legacy.
Mais le but de ce sujet et des manips, faire une copie de ce système installé en Bios_Legacy pour le faire fonctionner en UEFI.
Pour mettre toute les chances de mon coté; je fais la copie sur un support avec table de partition GPT.
Avec une partition FAT32 efi avec drapeau boot-esp. Une partition Ext4 pour copier le système.
J’espérais réinstaller facilement un grub-efi avec Boot-Repair en session live UEFI.
Mais faute de structure efi dans le système de la copie, çà ne marche pas.
Lorsque j'ai compris çà et trouvé le moyen avec SG2D de démarrer la copie en mode UEFI (boot-info faisant foi) il ne me restait plus qu'a trouver une commande qui ajoute la structure efi manquante dans la copie.
Si on compare ce qui manque dans avec le contenu du retour de commande du post#9, il me semble bien que j'ai installé ce qui manque.
Et que çà a permis à Boot-Repair post#11 de retrouver ses petits pour réinstaller un grub-efi.
Conclusion, Boot-Repair dans ce cas-là ne sait pas installer la structure efi manquante, lors de la réparation.
Mais est-ce son but?. Je ne pense pas. Tout le monde n'a pas l'esprit "tordu" comme moi pour faire ce genre de tests...
@+. 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
#13 Le 04/07/2020, à 17:01
- geole
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Il semble que la première tentative a été faite avec mise à jour du dernier noyau
Cocher "Purger les kernel puis réinstaller le dernier kernel "
Tu as été plus modeste avec la seconde.
The settings chosen by the user will reinstall the grub-efi-amd64-signed of
sdb2,
C'est certainement pour cela qu'il y a eu réussite.
Reste le problème du plantage de la commande de désinstallation du grub
====> il faudra trouver la bonne commande
Pourquoi ne pas proposer les commandes de suppression du boot-EFI et les commandes de suppression du boot-LEGACY
L'une va foirer mais l'autre fonctionnera et le grub sera bien supprimé.
C'est probablement identique dans l'autre sens!!!!!
Idée à transmettre à YannUbuntu
Mais il faudra quand même que tu regardes plus en détail le fonctionnement car du coup cette commande update-initramfs -u
n'a pas été faite. Peut-être était-ce inutile.
Bonne soirée.
Dernière modification par geole (Le 04/07/2020, à 17:17)
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
Hors ligne
#14 Le 04/07/2020, à 20:43
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Geole a écrit;
Il semble que la première tentative a été faite avec mise à jour du dernier noyau
Cocher "Purger les kernel puis réinstaller le dernier kernel "
Tu as été plus modeste avec la seconde.
The settings chosen by the user will reinstall the grub-efi-amd64-signed of
sdb2,C'est certainement pour cela qu'il y a eu réussite.
Sauf que si tu relis bien ce qui c'est passé dans le post#8, et les suivants.
J'ai tenté de réinstaller un grub-efi dans la copie, où il n'y a pas la structure efi, comme à mon premier essai.
J'ai quitter la session live, après échec de la tentative de réinstallation en purgeant les kernels. Puisque je n'ai pas pu réinstaller un grub-efi.
J'ai fais certaines constatations.
J'ai lancé la copie du système en mode UEFI à l'aide de super grub2 disk. Et installé en commande la structure efi dans la copie. Sans réinstaller Grub-efi en commande, pour laisser le soin à boot-Repair de le faire dans ces conditions. (post#9)
(post#11) Puis relancé une session live Ubuntu 20.04 en UEFI, installé Boot-Repair.
Lancé Boot-Repair, et là il ne m'obligeait plus à purger grub avant réinstaller un grub-efi.
Comme la structure efi était présente, Boot-Repair à pu faire correctement son travail.
Ce qui m'amène à la conclusion du post#12 .
@+. 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
#15 Le 04/07/2020, à 22:10
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Post#11 Babdu89 a écrit;
OK!. Pas de souci çà redémarre bien en mode UEFI.
Mais pas en Bios_Legacy, ce qui est normal, car pas de partition bios-grub, et pas de réinstallation de grub-pc en mode Bios_Legacy.
C'est à faire par la suite.
Et bien voila la suite et fin. (pour l'instant)
En session live Ubuntu 20.04 lancée en Bios_Legacy, création d'une partition bios-grub (sans format, drapeau bios-grub)
Avec Boot-Repair j'ai réinstallé un grub-Pc dans la copie.
boot-repair-4ppa125 [20200704_2012]
============================= Boot Repair Summary ==============================
User choice:
Is sda (ATA LDLC) a removable disk? no
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 restore-efi-backups
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
User settings: _________________________________________________________________
The settings chosen by the user will purge (in order to unsign) and reinstall the grub2 of
sdb2 into the MBR of sdb.
Grub-efi will not be selected by default because: legacy-win no-win-efi
Additional repair will be performed: unhide-bootmenu-10s restore-efi-backups
/boot/efi removed in sdb2/fstab
rm /mnt/boot-sav/sdb1/efi/Boot/bootx64.efi
mv /mnt/boot-sav/sdb1/efi/Boot/bkpbootx64.efi /mnt/boot-sav/sdb1/efi/Boot/bootx64.efi
chroot /media/ubuntu/copy-xubu-20.04 apt-get -y update
Purge the GRUB of sdb2
grub-pc available
Lecture des listes de paquets…
Construction de l'arbre des dépendances…SET@_progressbar1.pulse()
Lecture des informations d'état…
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
gnome-software-common grub-efi-amd64-bin grub-efi-amd64-signed
libappstream-glib8 libgspell-1-2 libgspell-1-common libllvm9
linux-modules-5.4.0-39-generic
Veuillez utiliser « apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés :
grub-gfxpayload-lists
Les paquets suivants seront ENLEVÉS :
grub-efi grub-efi-amd64
Les NOUVEAUX paquets suivants seront installés :
grub-gfxpayload-lists grub-pc
0 mis à jour, 2 nouvellement installés, 2 à enlever et 8 non mis à jour.
Il est nécessaire de prendre 128 ko dans les archives.
Après cette opération, 417 ko d'espace disque supplémentaires seront utilisés.
Réception de :1 http://archive.ubuntu.com/ubuntu focal/main amd64 grub-pc amd64 2.04-1ubuntu26 [125 kB]
Réception de :2 http://archive.ubuntu.com/ubuntu focal/main amd64 grub-gfxpayload-lists amd64 0.7 [3658 B]
128 ko réceptionnés en 0s (287 ko/s)
Téléchargement achevé et dans le mode téléchargement uniquement
DEBCHECK debOK, grub-pc
DEBCHECK debOK
shim-signed available
Please type: sudo chroot "/media/ubuntu/copy-xubu-20.04" dpkg --configure -ansudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install -fynsudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get purge -y grub*-common shim-signed
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
Then type: sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install -y grub-pc
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
Unhide GRUB boot menu in sdb2/etc/default/grub
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
======================== Reinstall the grub-pc of sdb2 =========================
grub-install --version
grub-install (GRUB) 2.04-1ubuntu26
==> Reinstall the GRUB of sdb2 into the MBR of sdb
grub-install /dev/sdb
Installing for i386-pc platform.
Installation finished. No error reported.
chroot /media/ubuntu/copy-xubu-20.04 update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.0-40-generic
Found initrd image: /boot/initrd.img-5.4.0-40-generic
Found Windows 7 on /dev/sda1
Found Ubuntu 20.04 LTS (20.04) on /dev/sda2
Unhide GRUB boot menu in sdb2/boot/grub/grub.cfg
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (Verbatim STORE N GO) !
============================ 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 (,msdos2)/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
118523904 of the same hard drive for core.img. core.img is at this
location and looks for (,gpt2)/boot/grub. It also embeds following
components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt 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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bootx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb3: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
================================ 3 OS detected =================================
OS#1: Windows 7 on sda1
OS#2: Ubuntu 20.04 LTS on sda2
OS#3: Ubuntu 20.04 LTS on sdb2
============================ 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.
5c14b2158486ded02655f86386b249e2 sdb1/BOOT/bootx64.efi
5c14b2158486ded02655f86386b249e2 sdb1/ubuntu/grubx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, 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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb2 : isnotESP, fstab-has-goodEFI, 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
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: AB564FA3-EB89-4A87-8B35-8C94EA293218
Start End Sectors Size Type
sdb1 2048 1009663 1007616 492M EFI System
sdb2 1009664 118523903 117514240 56G Linux filesystem
sdb3 118523904 118544383 20480 10M BIOS boot
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:gpt:Verbatim STORE N GO:;
1:1049kB:517MB:516MB:fat32::boot, esp;
2:517MB:60.7GB:60.2GB:ext4::;
3:60.7GB:60.7GB:10.5MB:::bios_grub;
sr0:4700MB:scsi:2048:2048:mac:TSSTcorp DVD+-RW TS-U633J:;
1:2048B:6143B:4096B::Apple:;
2:2162MB:2166MB:4063kB::EFI:;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 68B5-52AE d81265ca-4505-4e55-b18b-a1ea2dedd515
├─sdb2 ext4 d4542d6e-6d3c-4109-b8fe-e4223f12beae 91c201b9-657a-45fc-a753-d3430933c2f0 copy-xubu-20.04
└─sdb3 3b5ead65-9fb6-459c-a86c-16e0071e6393
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.5G 56% /mnt/boot-sav/sda2
sdb1 487.8M 1% /mnt/boot-sav/sdb1
sdb2 42.5G 17% /media/ubuntu/copy-xubu-20.04
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb2 rw,nosuid,nodev,relatime
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 11:31 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid d4542d6e-6d3c-4109-b8fe-e4223f12beae root hd1,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu d4542d6e-6d3c-4109-b8fe-e4223f12beae
Ubuntu, with Linux 5.4.0-40-generic d4542d6e-6d3c-4109-b8fe-e4223f12beae
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=d4542d6e-6d3c-4109-b8fe-e4223f12beae / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
# /boot/efi was on /dev/sdb2 during installation
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0,481452942 = 0,516956160 boot/grub/grub.cfg 1
55,316658020 = 59,395809280 boot/grub/i386-pc/core.img 1
6,992305756 = 7,507931136 boot/vmlinuz 1
6,992305756 = 7,507931136 boot/vmlinuz-5.4.0-40-generic 1
6,992305756 = 7,507931136 boot/vmlinuz.old 1
7,360832214 = 7,903633408 boot/initrd.img 3
7,360832214 = 7,903633408 boot/initrd.img-5.4.0-40-generic 3
7,360832214 = 7,903633408 boot/initrd.img.old 3
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 11:31 41_custom
Reboot de la machine en mode bios_Legacy, un boot-info fait depuis la copie.
boot-info-4ppa125 [20200704_2249]
============================== 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 (,msdos2)/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
118523904 of the same hard drive for core.img. core.img is at this
location and looks for (,gpt2)/boot/grub. It also embeds following
components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt 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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bootx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb3: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04 LTS CurrentSession on sdb2
OS#2: Windows 7 on sda1
OS#3: Ubuntu 20.04 LTS on sda2
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.4.0-40-generic root=UUID=d4542d6e-6d3c-4109-b8fe-e4223f12beae ro quiet splash vt.handoff=7
===================================== UEFI =====================================
This installed-session is not in EFI-mode.
5c14b2158486ded02655f86386b249e2 sdb1/BOOT/bootx64.efi
5c14b2158486ded02655f86386b249e2 sdb1/ubuntu/grubx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sdb2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
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
sdb1 : not-sepboot, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: AB564FA3-EB89-4A87-8B35-8C94EA293218
Start End Sectors Size Type
sdb1 2048 1009663 1007616 492M EFI System
sdb2 1009664 118523903 117514240 56G Linux filesystem
sdb3 118523904 118544383 20480 10M BIOS boot
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:gpt:Verbatim STORE N GO:;
1:1049kB:517MB:516MB:fat32::boot, esp;
2:517MB:60.7GB:60.2GB:ext4::;
3:60.7GB:60.7GB:10.5MB:::bios_grub;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 68B5-52AE d81265ca-4505-4e55-b18b-a1ea2dedd515
├─sdb2 ext4 d4542d6e-6d3c-4109-b8fe-e4223f12beae 91c201b9-657a-45fc-a753-d3430933c2f0 copy-xubu-20.04
└─sdb3 3b5ead65-9fb6-459c-a86c-16e0071e6393
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.5G 56% /mnt/boot-sav/sda2
sdb1 487.8M 1% /mnt/boot-sav/sdb1
sdb2 42.6G 17% /
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb2 rw,relatime,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid d4542d6e-6d3c-4109-b8fe-e4223f12beae root hd1,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu d4542d6e-6d3c-4109-b8fe-e4223f12beae
Ubuntu, with Linux 5.4.0-40-generic d4542d6e-6d3c-4109-b8fe-e4223f12beae
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=d4542d6e-6d3c-4109-b8fe-e4223f12beae / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
# /boot/efi was on /dev/sdb2 during installation
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
44,616233826 = 47,906316288 boot/grub/grub.cfg 1
55,316658020 = 59,395809280 boot/grub/i386-pc/core.img 1
6,992305756 = 7,507931136 boot/vmlinuz 1
6,992305756 = 7,507931136 boot/vmlinuz-5.4.0-40-generic 1
6,992305756 = 7,507931136 boot/vmlinuz.old 1
7,360832214 = 7,903633408 boot/initrd.img 3
7,360832214 = 7,903633408 boot/initrd.img-5.4.0-40-generic 3
7,360832214 = 7,903633408 boot/initrd.img.old 3
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
================================= User choice ==================================
Is sdb (Verbatim STORE N GO) a removable disk? yes
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb2 into the MBR of sdb.
It would also fix access to other systems (other MBRs) for the situations
when the removable media is disconnected.
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 the removable disk!
La copie démarre bien maintenant dans les deux modes UEFI et Bios_Legacy. Un boot-info fait depuis la copie lancée en mode UEFI;
boot-info-4ppa125 [20200704_2240]
============================== 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 (,msdos2)/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
118523904 of the same hard drive for core.img. core.img is at this
location and looks for (,gpt2)/boot/grub. It also embeds following
components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt 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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bootx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb3: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04 LTS CurrentSession on sdb2
OS#2: Ubuntu 20.04 LTS on sda2
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.4.0-40-generic root=UUID=d4542d6e-6d3c-4109-b8fe-e4223f12beae ro quiet splash vt.handoff=7
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
efibootmgr -v
BootCurrent: 000A
Timeout: 2 seconds
BootOrder: 0006,0000,0002,0001,0003,0004,000A
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,d81265ca-4505-4e55-b18b-a1ea2dedd515,0x800,0xf6000)/File(\EFI\ubuntu\grubx64.efi)
Boot000A UEFI: INT13(USB,0x80) PciRoot(0x0)/Pci(0x1d,0x0)/VenHw(aa7ba38a-dabf-40c3-8d18-b55b39609ef7,8001000000005553422020202020ffffffffffffffffffffffffffffffffffffffffffffffff)/HD(1,GPT,d81265ca-4505-4e55-b18b-a1ea2dedd515,0x800,0xf6000)
5c14b2158486ded02655f86386b249e2 sdb1/BOOT/bootx64.efi
5c14b2158486ded02655f86386b249e2 sdb1/ubuntu/grubx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sdb2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
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
sdb1 : not-sepboot, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: AB564FA3-EB89-4A87-8B35-8C94EA293218
Start End Sectors Size Type
sdb1 2048 1009663 1007616 492M EFI System
sdb2 1009664 118523903 117514240 56G Linux filesystem
sdb3 118523904 118544383 20480 10M BIOS boot
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:gpt:Verbatim STORE N GO:;
1:1049kB:517MB:516MB:fat32::boot, esp;
2:517MB:60.7GB:60.2GB:ext4::;
3:60.7GB:60.7GB:10.5MB:::bios_grub;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 68B5-52AE d81265ca-4505-4e55-b18b-a1ea2dedd515
├─sdb2 ext4 d4542d6e-6d3c-4109-b8fe-e4223f12beae 91c201b9-657a-45fc-a753-d3430933c2f0 copy-xubu-20.04
└─sdb3 3b5ead65-9fb6-459c-a86c-16e0071e6393
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.5G 56% /mnt/boot-sav/sda2
sdb1 487.8M 1% /mnt/boot-sav/sdb1
sdb2 42.5G 17% /
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb2 rw,relatime,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid d4542d6e-6d3c-4109-b8fe-e4223f12beae root hd1,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu d4542d6e-6d3c-4109-b8fe-e4223f12beae
Ubuntu, with Linux 5.4.0-40-generic d4542d6e-6d3c-4109-b8fe-e4223f12beae
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=d4542d6e-6d3c-4109-b8fe-e4223f12beae / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
# /boot/efi was on /dev/sdb2 during installation
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
44,616233826 = 47,906316288 boot/grub/grub.cfg 1
55,316658020 = 59,395809280 boot/grub/i386-pc/core.img 1
6,992305756 = 7,507931136 boot/vmlinuz 1
6,992305756 = 7,507931136 boot/vmlinuz-5.4.0-40-generic 1
6,992305756 = 7,507931136 boot/vmlinuz.old 1
7,360832214 = 7,903633408 boot/initrd.img 3
7,360832214 = 7,903633408 boot/initrd.img-5.4.0-40-generic 3
7,360832214 = 7,903633408 boot/initrd.img.old 3
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
================================= User choice ==================================
Is sdb (Verbatim STORE N GO) a removable disk? yes
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb2 into the MBR of sdb.
It would also fix access to other systems (other MBRs) for the situations
when the removable media is disconnected.
Grub-efi would not be selected by default because: legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Blockers in case of suggested repair: __________________________________________
LegacyWindows detected. Please enable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software from a live-CD (or live-USB).
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on the removable disk!
The boot of your PC is in UEFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 04/07/2020, à 22:11)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#16 Le 05/07/2020, à 11:20
- geole
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
.....
(post#11) Puis relancé une session live Ubuntu 20.04 en UEFI, installé Boot-Repair.
Lancé Boot-Repair, et là il ne m'obligeait plus à purger grub avant réinstaller un grub-efi.
Comme la structure efi était présente, Boot-Repair a pu faire correctement son travail.Ce qui m'amène à la conclusion du post#12 .
@+. Babdu89 .
Bonjour
Finalement, si après avoir copié sur le disque formaté en GPT et booté en EFI, tu avais pensé à lancer un boot-info, il est probable que son conseil de réparation standard aurait indiqué de d'abord fabriquer une partition de boot-efi.
Il ne te reste plus qu'à dupliquer sur un disque externe formaté en MSDOS. (Lui ajouter une partition ESP.) Booter en EFI et faire un boot-info. Lui ajouter une partition ESP si pas fait. Puis un boot-repair
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
Hors ligne
#17 Le 05/07/2020, à 12:36
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Bonjour.
geole à écrit;
Finalement, si après avoir copié sur le disque formaté en GPT et booté en EFI, tu avais pensé à lancer un boot-info, il est probable que son conseil de réparation standard aurait indiqué de d'abord fabriquer une partition de boot-efi.
Comme j'avais conservé les boot-info, au-cours de mes manips..
Après avoir lancé la copie en UEFI de la clé à l'aide de SG2D, puisqu'elle ne démarrait en UEFI que comme çà, j'ai fais un boot-info;
boot-info-4ppa125 [20200704_1628]
============================== 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 (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> No boot loader is installed in the MBR of /dev/sdb.
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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04 LTS CurrentSession on sdb2
OS#2: Ubuntu 20.04 LTS on sda2
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.4.0-40-generic root=UUID=d4542d6e-6d3c-4109-b8fe-e4223f12beae ro
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
efibootmgr -v
BootCurrent: 0008
Timeout: 2 seconds
BootOrder: 0006,0000,0002,0001,0003,0004,0008
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,3a70abff-0326-4bca-82d7-d3b6842d7414,0x800,0xb8800)/File(\EFI\ubuntu\grubx64.efi)
Boot0008 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x5a,0x1680)
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : is-GPT, no-BIOSboot, has---ESP, usb-disk, not-mmc, has-os, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sdb2 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
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
sdb1 : not-sepboot, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: AB564FA3-EB89-4A87-8B35-8C94EA293218
Start End Sectors Size Type
sdb1 2048 1009663 1007616 492M EFI System
sdb2 1009664 118523903 117514240 56G Linux filesystem
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:gpt:Verbatim STORE N GO:;
1:1049kB:517MB:516MB:fat32::boot, esp;
2:517MB:60.7GB:60.2GB:ext4::;
sr0:4700MB:scsi:2048:2048:unknown:TSSTcorp DVD+-RW TS-U633J:;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 68B5-52AE d81265ca-4505-4e55-b18b-a1ea2dedd515
└─sdb2 ext4 d4542d6e-6d3c-4109-b8fe-e4223f12beae 91c201b9-657a-45fc-a753-d3430933c2f0 copy-xubu-20.04
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.6G 56% /media/bernard/ubuntu20.04-dell
sdb2 42.5G 18% /
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,nosuid,nodev,relatime
sdb2 rw,relatime,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu d4542d6e-6d3c-4109-b8fe-e4223f12beae
Ubuntu, avec Linux 5.4.0-40-generic d4542d6e-6d3c-4109-b8fe-e4223f12beae
Ubuntu 20.04 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=d4542d6e-6d3c-4109-b8fe-e4223f12beae / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
# /boot/efi was on /dev/sdb2 during installation
UUID=68B5-52AE /boot/efi vfat defaults 0 1
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
55,312435150 = 59,391275008 boot/grub/grub.cfg 3
44,622322083 = 47,912853504 boot/grub/i386-pc/core.img 1
6,992305756 = 7,507931136 boot/vmlinuz 1
6,992305756 = 7,507931136 boot/vmlinuz-5.4.0-40-generic 1
6,992305756 = 7,507931136 boot/vmlinuz.old 1
7,360832214 = 7,903633408 boot/initrd.img 3
7,360832214 = 7,903633408 boot/initrd.img-5.4.0-40-generic 3
7,360832214 = 7,903633408 boot/initrd.img.old 3
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
================================= User choice ==================================
Is sdb (Verbatim STORE N GO) a removable disk? yes
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to remove grub-efi) and reinstall the grub2 of
sdb2 into the MBR of sdb.
It would also fix access to other systems (other MBRs) for the situations
when the removable media is disconnected.
Grub-efi would not be selected by default because: legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Blockers in case of suggested repair: __________________________________________
LegacyWindows detected. Please enable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software from a live-CD (or live-USB). GPT detected. Please create a BIOS-Boot partition (>1MB, unformatted filesystem, bios_grub flag). This can be performed via tools such as Gparted. Then try again.
Alternatively, you can retry after activating the [Separate /boot/efi partition:] option.
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on the removable disk!
The boot of your PC is in UEFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
=> No boot loader is installed in the MBR of /dev/sdb.
Peut être trompeur c'est du au fait que pour refaire la clé de tests, j'ai réécrit une nouvelle table de partition GPT, avant de faire le partitionnement;
Partition boot-efi FAT32 avec drapeau boot-esp.
Partition Ex4 pour recevoir la copie du système.
Et non, la réparation recommandée à toujours proposé de réinstaller un grub-pc.
De redémarrer une session en Bios_Legacy.
De préparer une partition bios-boot (sans format drapeau bios-grub) vu la table de partition GPT de la clé de test au dernier essai.
Mais;
Je tentais à chaque foi, la réinstallation d'un grub-efi via les "Options avancées" . Et la partition boot-efi existante était bien prise en compte.
Non, non, je suis de plus en plus persuadé, que le manque de présence de la structure efi dans la copie, posait problème à Boot-Repair pour réinstaller un grub-efi.
geole à écrit;
Il ne te reste plus qu'à dupliquer sur un disque externe formaté en MSDOS. (Lui ajouter une partition ESP.) Booter en EFI et faire un boot-info. Lui ajouter une partition ESP si pas fait. Puis un boot-repair
Oui, j'ai bien l'intention de tester ce type de config, puisque l'on voit de temps à autre des installation UEFI sur disque MSDos.
Mais dans la procédure des manips, je n'ajouterais pas la structure efi manquante, pour voir comment réagît Boot-info/Boot-Repair.
Je pense que je réutiliserais certainement encore SG2D en UEFI pour lancé la copie en UEFI et installer la structure efi manquante.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 05/07/2020, à 12:42)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#18 Le 05/07/2020, à 12:50
- geole
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
La cause de sa proposition standard est là
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04 LTS CurrentSession on sdb2
OS#2: Ubuntu 20.04 LTS on sda2
OS#3: Windows 7 on sda1
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
Grub-efi would not be selected by default because: legacy-win no-win-efi
et on ne peut pas lui en vouloir!
Dernière modification par geole (Le 05/07/2020, à 12:53)
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
Hors ligne
#19 Le 05/07/2020, à 13:11
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
@geole.
Oui; Mais je n'ai pas envie de jouer du tourne-vis, pour sortir le SSD du portable.
Je sais que Boot-Repair rechigne, à cause de la présence du Windows installé en Bios_Legacy...
Même en passant par les options avancées, j'ai un message proposant soit de redémarrer en Bios_Legacy, soit continuer. Je continue.
C'est un bon garde-fou, pour les utilisateurs qui ont installé un Ubuntu en UEFI à coté d'un Windows installé en Bios_Legacy.
Mais lorsque l'on sait où on veut en venir comme nous même, heureusement que l'on puisse passer outre.
Dans mes tests. Lorsque la structure efi est installée, Windows est toujours présent, je passe encore outre le message, et çà réinstalle un grub-efi. La copie fonctionne en mode UEFI.
La nouvelle copie est en route sur la machine Bios_Legacy.
Table de partition MSDos
Une partition FAT32 boot-efi drapeau boot-esp
Une partition Ext4 pour recevoir la copie du système installé en Bios_Legacy.
La copie n'a toujours pas de structure efi.
Copie terminée. Changement de machine.
Lancement d'une session live Ubuntu20.04 en mode UEFI
Installation Boot-Repair/Boot-info.
Branchement de la clé. Boot-info;
boot-info-4ppa125 [20200705_1917]
============================== 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 (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> libparted MBR boot code is installed in the MBR of /dev/sdb.
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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
================================ 3 OS detected =================================
OS#1: Ubuntu 20.04 LTS on sda2
OS#2: Ubuntu 20.04 LTS on sdb2
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, 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: 0006,0000,0002,0001,0003,0004,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
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,d81265ca-4505-4e55-b18b-a1ea2dedd515,0x800,0xf6000)/File(\EFI\ubuntu\grubx64.efi)
Boot0007 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
============================= 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, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, 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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb2 : 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
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: 0x3aedbe9d
Boot Start End Sectors Size Id Type
sdb1 * 2048 616447 614400 300M ef EFI (FAT-12/16/32)
sdb2 616448 126025727 125409280 59.8G 83 Linux
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:1049kB:316MB:315MB:fat32::boot, esp;
2:316MB:64.5GB:64.2GB:ext4::;
sr0:4700MB:scsi:2048:2048:mac:TSSTcorp DVD+-RW TS-U633J:;
1:2048B:6143B:4096B::Apple:;
2:2162MB:2166MB:4063kB::EFI:;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat E220-C4CF 3aedbe9d-01
└─sdb2 ext4 0192457a-a5f1-47c7-984e-b81212150196 3aedbe9d-02 copy-xubu-20.04
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.8G 55% /media/ubuntu/ubuntu20.04-dell
sdb1 299.4M 0% /mnt/boot-sav/sdb1
sdb2 45.7G 17% /media/ubuntu/copy-xubu-20.04
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,nosuid,nodev,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb2 rw,nosuid,nodev,relatime
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 11:31 41_custom
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72b23ceb-5f40-4107-af4b-e53bb5d8c79b
Ubuntu, avec Linux 5.4.0-40-generic 72b23ceb-5f40-4107-af4b-e53bb5d8c79b
Ubuntu, avec Linux 5.4.0-39-generic 72b23ceb-5f40-4107-af4b-e53bb5d8c79b
Start Maxtor GRUB4DOS Essayer-Installer des iso Linux lancees en live (sur sdb1) B664A19764A16ABF
Microsoft Windows XP Professionnel (sur sdc1) F664A19764A16AFF
Ubuntu 12.04.5 LTS (12.04) (sur sdc6) 8463b60d-4533-46aa-9252-f971f91c6374
HYBRYDE FUSION 12.04_PART7, avec Linux 3.13.0-68-generic (sur sdc6) 8463b60d-4533-46aa-9252-f971f91c6374
HYBRYDE FUSION 12.04_PART7, avec Linux 3.13.0-62-generic (sur sdc6) 8463b60d-4533-46aa-9252-f971f91c6374
Ubuntu 14.04.6 LTS (14.04) (sur sdc8) df56cf2c-ed9a-42c8-b75d-241573c83b18
PT-HYBRYDE FUSION 14.04_Massy GNU/Linux (sur sdc8) df56cf2c-ed9a-42c8-b75d-241573c83b18
PT-HYBRYDE FUSION 14.04_Massy GNU/Linux, avec Linux 3.13.0-170-generic (sur sdc8) df56cf2c-ed9a-42c8-b75d-241573c83b18
PT-HYBRYDE FUSION 14.04_Massy GNU/Linux, avec Linux 3.13.0-169-generic (sur sdc8) df56cf2c-ed9a-42c8-b75d-241573c83b18
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=72b23ceb-5f40-4107-af4b-e53bb5d8c79b / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
4,432876587 = 4,759764992 boot/grub/grub.cfg 1
4,434822083 = 4,761853952 boot/grub/i386-pc/core.img 1
0,598628998 = 0,642772992 boot/vmlinuz 2
0,578243256 = 0,620883968 boot/vmlinuz-5.4.0-39-generic 1
0,598628998 = 0,642772992 boot/vmlinuz-5.4.0-40-generic 2
0,578243256 = 0,620883968 boot/vmlinuz.old 1
0,603019714 = 0,647487488 boot/initrd.img 6
0,540515900 = 0,580374528 boot/initrd.img-5.4.0-39-generic 4
0,603019714 = 0,647487488 boot/initrd.img-5.4.0-40-generic 6
0,540515900 = 0,580374528 boot/initrd.img.old 4
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 11:31 41_custom
================================= User choice ==================================
Is sda (ATA LDLC) a removable disk? no
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: 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 20.04 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
La réparation recommandée propose encore de réinstaller un grub-pc (Bios_Legacy) dans le système installé sur le SSD de la machine.
Lancement de Boot-Repair, je passe par les "Options avancées"
Je choisi de réinstaller un grub-efi dans la système copié (/dev/sdb2) en utilisant la partition boot-efi (/dev/sdb1)
Dans les "Options e Grub" la purge de grub est encore sélectionné par défaut. non décochable.
Je lance la procédure, on va voir comment ce comporte boot-repair au moment de passer les trois commandes.
Un message indique la présence d'un Windows en Bios_Legacy, je passe outre.
Alors, arrivé au moment de passer les trois commandes;
Je passe les commandes et;
Comme les autres fois, çà coince. Je quitte boot-repair.
Mais j'ai remarqué ceci; les trois commandes commencent par "sudo chroot"
Donc comme avec la copie démarrée en UEFI à l'aide de Super grub2 disk, on est dans le système de la copie, pour passer des commandes.
Idée, question?. Avant de passer la troisième commande de la purge, si je passe cette commande pour installer la structure efi manquante;
sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install --reinstall grub-efi grub-common
Je ne sais pasi la commande est bonne, je ne sais faire que des copier/coller de ce que je glâne à droite à gauche.
Puis si çà installe la structure efi dans le copie, passer la troisième commande, pour finir la réinstallation de Grub-efi.
J'ai bien envie de tenter çà...
Si çà ne marche pas je referais une autre copie..
Allez je teste, en relançant boot-repair.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 06/07/2020, à 10:49)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#20 Le 05/07/2020, à 21:47
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Alors, je relance Boot-repair.
Je passe les messges d'avertissement, je choisi de réinstaller grub-efi dans la copie /dev/sdb2, en utilisant la partition boot-efi /dev/sdb1.
Je valide, on arrive à la purge de grub, pour passer les commandes; les deux premières de la fenêtre;
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" dpkg --configure -a
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install -fy
Je rajoute celle pour réinstaller la structure efi;
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install --reinstall grub-efi grub-common
Je fini par la troisième la troisième de la fenêtre;
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get purge -y grub*-common shim-signed
Çà ne coince pas, je valide et continue, il y a encore une dernière commande à passe depuis une autre fenêtre
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install -y grub-efi-amd64-signed shim-signed linux-headers-generic
Je valide et la réinstallation de grub-efi va jusqu'au bout.
Le retour des cinq commandes;
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" dpkg --configure -a
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install -fy
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
gnome-software-common libappstream-glib8 libgspell-1-2 libgspell-1-common libllvm9
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 3 non mis à jour.
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install --reinstall grub-efi grub-common
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
gnome-software-common libappstream-glib8 libgspell-1-2 libgspell-1-common libllvm9
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés :
efibootmgr grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
Les paquets suivants seront ENLEVÉS :
grub-gfxpayload-lists grub-pc
Les NOUVEAUX paquets suivants seront installés :
efibootmgr grub-efi grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
0 mis à jour, 5 nouvellement installés, 1 réinstallés, 2 à enlever et 3 non mis à jour.
Il est nécessaire de prendre 1902 ko/3100 ko dans les archives.
Après cette opération, 11,7 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] O
Réception de :1 http://archive.ubuntu.com/ubuntu focal/main amd64 grub-efi amd64 2.04-1ubuntu26 [2588 B]
Réception de :2 http://archive.ubuntu.com/ubuntu focal/main amd64 grub-efi-amd64 amd64 2.04-1ubuntu26 [46,6 kB]
Réception de :3 http://archive.ubuntu.com/ubuntu focal/main amd64 grub-common amd64 2.04-1ubuntu26 [1853 kB]
1902 ko réceptionnés en 4s (454 ko/s)
Préconfiguration des paquets...
Sélection du paquet grub-efi-amd64-bin précédemment désélectionné.
(Lecture de la base de données... 222414 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../grub-efi-amd64-bin_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi-amd64-bin (2.04-1ubuntu26) ...
Sélection du paquet grub-efi précédemment désélectionné.
Préparation du dépaquetage de .../grub-efi_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi (2.04-1ubuntu26) ...
(Lecture de la base de données... 222705 fichiers et répertoires déjà installés.)
Suppression de grub-gfxpayload-lists (0.7) ...
dpkg: grub-pc : problème de dépendance, mais suppression comme demandé :
multisystem dépend de grub-pc | grub-efi | grub-efi-amd64 ; cependant :
Le paquet grub-pc doit être supprimé.
Le paquet grub-efi n'est pas encore configuré.
Le paquet grub-efi-amd64 n'est pas installé.
Suppression de grub-pc (2.04-1ubuntu26) ...
Sélection du paquet grub-efi-amd64 précédemment désélectionné.
(Lecture de la base de données... 222683 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../grub-efi-amd64_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi-amd64 (2.04-1ubuntu26) ...
Sélection du paquet efibootmgr précédemment désélectionné.
Préparation du dépaquetage de .../efibootmgr_17-1_amd64.deb ...
Dépaquetage de efibootmgr (17-1) ...
Préparation du dépaquetage de .../grub-common_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-common (2.04-1ubuntu26) sur (2.04-1ubuntu26) ...
Running in chroot, ignoring request: daemon-reload
Sélection du paquet grub-efi-amd64-signed précédemment désélectionné.
Préparation du dépaquetage de .../grub-efi-amd64-signed_1.142.1+2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi-amd64-signed (1.142.1+2.04-1ubuntu26) ...
Paramétrage de efibootmgr (17-1) ...
Paramétrage de grub-common (2.04-1ubuntu26) ...
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: is-active
Running in chroot, ignoring request: restart
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request.
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: is-active
Running in chroot, ignoring request: restart
Paramétrage de grub-efi-amd64-bin (2.04-1ubuntu26) ...
Paramétrage de grub-efi-amd64 (2.04-1ubuntu26) ...
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-5.4.0-40-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.4.0-40-generic
Image Linux trouvée : /boot/vmlinuz-5.4.0-39-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.4.0-39-generic
Ubuntu 20.04 LTS (20.04) trouvé sur /dev/sda2
fait
Paramétrage de grub-efi (2.04-1ubuntu26) ...
Paramétrage de grub-efi-amd64-signed (1.142.1+2.04-1ubuntu26) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
Traitement des actions différées (« triggers ») pour systemd (245.4-4ubuntu3.1) ...
Running in chroot, ignoring request: daemon-reload
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get purge -y grub*-common shim-signed
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Note : sélection de grub-common pour l'expression rationnelle « grub*-common »
Note : sélection de grub2-common pour l'expression rationnelle « grub*-common »
Le paquet « shim-signed » n'est pas installé, et ne peut donc être supprimé
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
cabextract cpu-checker cryptsetup cryptsetup-bin cryptsetup-initramfs cryptsetup-run efibootmgr fatresize
gnome-software-common gtkdialog gvfs-bin ibverbs-providers ipxe-qemu ipxe-qemu-256k-compat-efi-roms libaio1
libappstream-glib8 libcacard0 libfdt1 libglade2-0 libgspell-1-2 libgspell-1-common libibverbs1 libiscsi7 libllvm9
libmspack0 libpmem1 librados2 librbd1 librdmacm1 libslirp0 libspice-server1 libusbredirparser1 libvirglrenderer1
libvte-common libvte9 libxdo3 msr-tools ovmf qemu qemu-block-extra qemu-kvm qemu-system-common qemu-system-data
qemu-system-gui qemu-system-x86 qemu-utils seabios syslinux syslinux-common wmctrl xdotool
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
grub-common* grub-efi* grub-efi-amd64* grub-efi-amd64-bin* grub-efi-amd64-signed* grub-pc-bin* grub2-common*
multisystem* os-prober*
0 mis à jour, 0 nouvellement installés, 9 à enlever et 3 non mis à jour.
Après cette opération, 48,9 Mo d'espace disque seront libérés.
(Lecture de la base de données... 222705 fichiers et répertoires déjà installés.)
Suppression de os-prober (1.74ubuntu2) ...
dpkg: avertissement: lors de la suppression de os-prober, le répertoire « /var/lib/os-prober » n'était pas vide, donc il n'a pas été supprimé
Suppression de multisystem (1.0446) ...
Suppression de grub-efi (2.04-1ubuntu26) ...
Suppression de grub-efi-amd64-signed (1.142.1+2.04-1ubuntu26) ...
Suppression de grub-pc-bin (2.04-1ubuntu26) ...
Suppression de grub-efi-amd64 (2.04-1ubuntu26) ...
Suppression de grub2-common (2.04-1ubuntu26) ...
Suppression de grub-efi-amd64-bin (2.04-1ubuntu26) ...
Suppression de grub-common (2.04-1ubuntu26) ...
Running in chroot, ignoring request.
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: is-active
Running in chroot, ignoring request: stop
Running in chroot, ignoring request: stop
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: daemon-reload
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 install-info (6.7.0.dfsg.2-5) ...
install-info: warning: no info dir entry in `/usr/share/info/gtkdialog.info.gz'
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.24-1ubuntu3) ...
(Lecture de la base de données... 220803 fichiers et répertoires déjà installés.)
Purge des fichiers de configuration de grub-efi (2.04-1ubuntu26) ...
Purge des fichiers de configuration de grub2-common (2.04-1ubuntu26) ...
Purge des fichiers de configuration de grub-common (2.04-1ubuntu26) ...
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: daemon-reload
dpkg: avertissement: lors de la suppression de grub-common, le répertoire « /var/lib/grub/ucf » n'était pas vide, donc il n'a pas été supprimé
Purge des fichiers de configuration de grub-efi-amd64 (2.04-1ubuntu26) ...
Purge des fichiers de configuration de multisystem (1.0446) ...
dpkg: avertissement: lors de la suppression de multisystem, le répertoire « /usr/local/share/pixmaps » n'était pas vide, donc il n'a pas été supprimé
dpkg: avertissement: lors de la suppression de multisystem, le répertoire « /usr/local/share/applications » n'était pas vide, donc il n'a pas été supprimé
Traitement des actions différées (« triggers ») pour systemd (245.4-4ubuntu3.1) ...
Running in chroot, ignoring request: daemon-reload
ubuntu@ubuntu:~$
Après les quatres commades, il faut passer celle-ci;
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install -y grub-efi-amd64-signed shim-signed linux-headers-generic
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
linux-headers-generic est déjà la version la plus récente (5.4.0.40.43).
linux-headers-generic passé en « installé manuellement ».
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
cabextract cpu-checker cryptsetup cryptsetup-bin cryptsetup-initramfs cryptsetup-run fatresize gnome-software-common gtkdialog
gvfs-bin ibverbs-providers ipxe-qemu ipxe-qemu-256k-compat-efi-roms libaio1 libappstream-glib8 libcacard0 libfdt1 libglade2-0
libgspell-1-2 libgspell-1-common libibverbs1 libiscsi7 libllvm9 libmspack0 libpmem1 librados2 librbd1 librdmacm1 libslirp0
libspice-server1 libusbredirparser1 libvirglrenderer1 libvte-common libvte9 libxdo3 msr-tools ovmf qemu qemu-block-extra qemu-kvm
qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 qemu-utils seabios syslinux syslinux-common wmctrl xdotool
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés :
grub-common grub-efi-amd64 grub-efi-amd64-bin grub2-common mokutil os-prober shim
Paquets suggérés :
multiboot-doc grub-emu xorriso desktop-base
Les NOUVEAUX paquets suivants seront installés :
grub-common grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed grub2-common mokutil os-prober shim shim-signed
0 mis à jour, 9 nouvellement installés, 0 à enlever et 3 non mis à jour.
Il est nécessaire de prendre 1550 ko/4619 ko dans les archives.
Après cette opération, 32,5 Mo d'espace disque supplémentaires seront utilisés.
Réception de :1 http://archive.ubuntu.com/ubuntu focal/main amd64 grub2-common amd64 2.04-1ubuntu26 [589 kB]
Réception de :2 http://archive.ubuntu.com/ubuntu focal/main amd64 mokutil amd64 0.3.0+1538710437.fb6250f-1 [22,6 kB]
Réception de :3 http://archive.ubuntu.com/ubuntu focal/main amd64 os-prober amd64 1.74ubuntu2 [20,1 kB]
Réception de :4 http://archive.ubuntu.com/ubuntu focal/main amd64 shim amd64 15+1533136590.3beb971-0ubuntu1 [575 kB]
Réception de :5 http://archive.ubuntu.com/ubuntu focal/main amd64 shim-signed amd64 1.40.3+15+1533136590.3beb971-0ubuntu1 [344 kB]
1550 ko réceptionnés en 8s (202 ko/s)
Préconfiguration des paquets...
Sélection du paquet grub-common précédemment désélectionné.
(Lecture de la base de données... 220781 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../0-grub-common_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-common (2.04-1ubuntu26) ...
Sélection du paquet grub-efi-amd64-bin précédemment désélectionné.
Préparation du dépaquetage de .../1-grub-efi-amd64-bin_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi-amd64-bin (2.04-1ubuntu26) ...
Sélection du paquet grub2-common précédemment désélectionné.
Préparation du dépaquetage de .../2-grub2-common_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub2-common (2.04-1ubuntu26) ...
Sélection du paquet grub-efi-amd64 précédemment désélectionné.
Préparation du dépaquetage de .../3-grub-efi-amd64_2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi-amd64 (2.04-1ubuntu26) ...
Sélection du paquet grub-efi-amd64-signed précédemment désélectionné.
Préparation du dépaquetage de .../4-grub-efi-amd64-signed_1.142.1+2.04-1ubuntu26_amd64.deb ...
Dépaquetage de grub-efi-amd64-signed (1.142.1+2.04-1ubuntu26) ...
Sélection du paquet mokutil précédemment désélectionné.
Préparation du dépaquetage de .../5-mokutil_0.3.0+1538710437.fb6250f-1_amd64.deb ...
Dépaquetage de mokutil (0.3.0+1538710437.fb6250f-1) ...
Sélection du paquet os-prober précédemment désélectionné.
Préparation du dépaquetage de .../6-os-prober_1.74ubuntu2_amd64.deb ...
Dépaquetage de os-prober (1.74ubuntu2) ...
Sélection du paquet shim précédemment désélectionné.
Préparation du dépaquetage de .../7-shim_15+1533136590.3beb971-0ubuntu1_amd64.deb ...
Dépaquetage de shim (15+1533136590.3beb971-0ubuntu1) ...
Sélection du paquet shim-signed précédemment désélectionné.
Préparation du dépaquetage de .../8-shim-signed_1.40.3+15+1533136590.3beb971-0ubuntu1_amd64.deb ...
Dépaquetage de shim-signed (1.40.3+15+1533136590.3beb971-0ubuntu1) ...
Paramétrage de mokutil (0.3.0+1538710437.fb6250f-1) ...
Paramétrage de shim (15+1533136590.3beb971-0ubuntu1) ...
Paramétrage de grub-common (2.04-1ubuntu26) ...
Created symlink /etc/systemd/system/multi-user.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
Created symlink /etc/systemd/system/rescue.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
Created symlink /etc/systemd/system/emergency.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: is-active
Running in chroot, ignoring request: start
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request.
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: is-active
Running in chroot, ignoring request: start
Paramétrage de os-prober (1.74ubuntu2) ...
Paramétrage de grub-efi-amd64-bin (2.04-1ubuntu26) ...
Paramétrage de grub2-common (2.04-1ubuntu26) ...
Paramétrage de grub-efi-amd64 (2.04-1ubuntu26) ...
Creating config file /etc/default/grub with new version
Paramétrage de grub-efi-amd64-signed (1.142.1+2.04-1ubuntu26) ...
Paramétrage de shim-signed (1.40.3+15+1533136590.3beb971-0ubuntu1) ...
Traitement des actions différées (« triggers ») pour systemd (245.4-4ubuntu3.1) ...
Running in chroot, ignoring request: daemon-reload
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
Traitement des actions différées (« triggers ») pour install-info (6.7.0.dfsg.2-5) ...
install-info: warning: no info dir entry in `/usr/share/info/gtkdialog.info.gz'
ubuntu@ubuntu:~$
Le boot-info de la réparation;
boot-repair-4ppa125 [20200705_2010]
============================= Boot Repair Summary ==============================
User choice:
Is sda (ATA LDLC) a removable disk? no
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
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 20.04 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
User settings: _________________________________________________________________
Advices: _______________________________________________________________________
LegacyWindows détecté. Vous souhaiterez peut-être réessayer après avoir désactivé l'option [Partition /boot/efi séparée :].
Êtes-vous sûr de vouloir continuer quand même ? yes
The settings chosen by the user will purge (in order to fix packages) and reinstall the grub-efi-amd64-signed of
sdb2,
using the following options: sdb1/boot/efi,
It will also fix access to other systems (other MBRs) for the situations
when the removable media is disconnected.
Grub-efi will not be selected by default because: legacy-win no-win-efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file
/boot/efi added in sdb2/fstab
Mount sdb1 on /media/ubuntu/copy-xubu-20.04/boot/efi
ls: impossible d'accéder à '/media/ubuntu/copy-xubu-20.04/boot/efi/efi': Aucun fichier ou dossier de ce type
No sdb2/boot/efi/efi/ ubuntu/mint folder
chroot /media/ubuntu/copy-xubu-20.04 apt-get -y update
Purge the GRUB of sdb2
grub-efi-amd64-signed available
Lecture des listes de paquets…
Construction de l'arbre des dépendances…SET@_progressbar1.pulse()
Lecture des informations d'état…
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
gnome-software-common libappstream-glib8 libgspell-1-2 libgspell-1-common
libllvm9
Veuillez utiliser « apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés :
efibootmgr grub-efi-amd64-bin
Les NOUVEAUX paquets suivants seront installés :
efibootmgr grub-efi-amd64-bin grub-efi-amd64-signed
0 mis à jour, 3 nouvellement installés, 0 à enlever et 3 non mis à jour.
Il est nécessaire de prendre 468 ko/1198 ko dans les archives.
Après cette opération, 12,1 Mo d'espace disque supplémentaires seront utilisés.
Réception de :1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-efi-amd64-signed amd64 1.142.1+2.04-1ubuntu26 [468 kB]
468 ko réceptionnés en 1s (331 ko/s)
Téléchargement achevé et dans le mode téléchargement uniquement
DEBCHECK debOK, grub-efi-amd64-signed
DEBCHECK debOK
shim-signed available
Please type: sudo chroot "/media/ubuntu/copy-xubu-20.04" dpkg --configure -ansudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install -fynsudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get purge -y grub*-common shim-signed
shim-signed available
linux-headers-generic available
linux-signed-generic NOT available (apt-cache policy problem)
Then type: sudo chroot "/media/ubuntu/copy-xubu-20.04" apt-get install -y grub-efi-amd64-signed shim-signed linux-headers-generic
Unhide GRUB boot menu in sdb2/etc/default/grub
Reinstall the grub-efi-amd64-signed shim-signed linux-headers-generic of sdb2 =
grub-install --version
grub-install (GRUB) 2.04-1ubuntu26
efibootmgr -v from chroot before grub install
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0006,0000,0002,0001,0003,0004,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
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,d81265ca-4505-4e55-b18b-a1ea2dedd515,0x800,0xf6000)/File(EFIubuntugrubx64.efi)
Boot0007 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
uname -r
5.4.0-26-generic
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot
Installing for x86_64-efi platform.
Installation finished. No error reported.
df /dev/sdb1
mv /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/Boot/bootx64.efi /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/Boot/bkpbootx64.efi
cp /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/ubuntu/shimx64.efi /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/Boot/bootx64.efi
cp /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/ubuntu/grubx64.efi /media/ubuntu/copy-xubu-20.04/boot/efi/EFI/Boot/
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot
Installing for x86_64-efi platform.
Installation finished. No error reported.
efibootmgr -v from chroot after grub install
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0006,0000,0002,0001,0003,0004,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
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,MBR,0x3aedbe9d,0x800,0x96000)/File(EFIubuntushimx64.efi)
Boot0007 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
chroot /media/ubuntu/copy-xubu-20.04 update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.0-40-generic
Found initrd image: /boot/initrd.img-5.4.0-40-generic
Found linux image: /boot/vmlinuz-5.4.0-39-generic
Found initrd image: /boot/initrd.img-5.4.0-39-generic
Found Ubuntu 20.04 LTS (20.04) on /dev/sda2
Unhide GRUB boot menu in sdb2/boot/grub/grub.cfg
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de faire démarrer votre firmware UEFI sur l'entrée Ubuntu 20.04 LTS (fichier sdb1/EFI/ubuntu/shimx64.efi) !
Réglez votre BIOS en mode Legacy afin de démarrer votre Ubuntu 20.04 LTS, puis saisissez la commande [sudo update-grub] afin d'ajouter l'entrée Windows à votre menu GRUB.
============================ 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 (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> libparted MBR boot code is installed in the MBR of /dev/sdb.
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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bkpbootx64.efi /efi/BOOT/bootx64.efi
/efi/BOOT/fbx64.efi /efi/BOOT/grubx64.efi
/efi/BOOT/mmx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi
/efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
================================ 3 OS detected =================================
OS#1: Ubuntu 20.04 LTS on sda2
OS#2: Ubuntu 20.04 LTS on sdb2
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, 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: 0006,0000,0002,0001,0003,0004,0007
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
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,d81265ca-4505-4e55-b18b-a1ea2dedd515,0x800,0xf6000)/File(\EFI\ubuntu\grubx64.efi)
Boot0007 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
============================= 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, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, 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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb2 : isnotESP, fstab-has-goodEFI, 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
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: 0x3aedbe9d
Boot Start End Sectors Size Id Type
sdb1 * 2048 616447 614400 300M ef EFI (FAT-12/16/32)
sdb2 616448 126025727 125409280 59.8G 83 Linux
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:1049kB:316MB:315MB:fat32::boot, esp;
2:316MB:64.5GB:64.2GB:ext4::;
sr0:4700MB:scsi:2048:2048:mac:TSSTcorp DVD+-RW TS-U633J:;
1:2048B:6143B:4096B::Apple:;
2:2162MB:2166MB:4063kB::EFI:;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat E220-C4CF 3aedbe9d-01
└─sdb2 ext4 0192457a-a5f1-47c7-984e-b81212150196 3aedbe9d-02 copy-xubu-20.04
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.8G 55% /mnt/boot-sav/sda2
sdb1 288.8M 4% /mnt/boot-sav/sdb1
sdb2 45.7G 17% /media/ubuntu/copy-xubu-20.04
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb2 rw,nosuid,nodev,relatime
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 11:31 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 0192457a-a5f1-47c7-984e-b81212150196 root hd1,msdos2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 0192457a-a5f1-47c7-984e-b81212150196
Ubuntu, with Linux 5.4.0-40-generic 0192457a-a5f1-47c7-984e-b81212150196
Ubuntu, with Linux 5.4.0-39-generic 0192457a-a5f1-47c7-984e-b81212150196
Ubuntu 20.04 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=72b23ceb-5f40-4107-af4b-e53bb5d8c79b / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
UUID=E220-C4CF /boot/efi vfat defaults 0 1
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0,293956757 = 0,315633664 boot/grub/grub.cfg 1
0,598628998 = 0,642772992 boot/vmlinuz 2
0,578243256 = 0,620883968 boot/vmlinuz-5.4.0-39-generic 1
0,598628998 = 0,642772992 boot/vmlinuz-5.4.0-40-generic 2
0,578243256 = 0,620883968 boot/vmlinuz.old 1
0,603019714 = 0,647487488 boot/initrd.img 6
0,540515900 = 0,580374528 boot/initrd.img-5.4.0-39-generic 4
0,603019714 = 0,647487488 boot/initrd.img-5.4.0-40-generic 6
0,540515900 = 0,580374528 boot/initrd.img.old 4
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 11:31 41_custom
Bon, on va voir si çà redémarre sur la clé copie de tests en Mode UEFI.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 06/07/2020, à 14:53)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#21 Le 05/07/2020, à 22:30
- Babdu89
Re : [TEST] Copie d'un système en Bios_Legacy, le faire démarrer en UEFI
Babdu89 a écrit;
Bon, on va voir si çà redémarre sur la clé copie de tests en Mode UEFI.
Çà démarre en mode UEFI.
Le menu grub s'affiche, plymouth s'affiche...
Au bout d'un quart d'heur vingt minutes, il n'y a qu'a voir la différence de temps entre les posts#20 et 21. Je laisse tombé l'attente du démarrage...
Il me semble avoir vu un sujet où un Ubuntu était installé en mode UEFI sur un support table de partition MSDos.
L'utilisateur se plaignait d'avoir trop à attendre au démarrage.
Je vais refaire les test du post#20 avec une autre copie sur la clé avec table de partition GPT. Pour voir, si il y a une différence.
Edit;
Non, non!!. çà marche après avoir changer les UUID des partitions dans le fstab de le copie, chose que j'avais oublié de faire depuis la machine Bios_Legacy.
Je vais installer un grub_pc pour voir la clé démarrer dans les deux modes UEFI/Bios_Legacy.
Pour aller assez vite, j'installe boot-repair dans la copie, puis je la redémarre en Bios_Legacy à l'aide de super grub2 disk en Bios_Legacy.
Un boot-info fait depuis la copie démarrée en Bios_Legacy;
boot-info-4ppa125 [20200706_0039]
============================== 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 (,msdos2)/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 (,msdos2)/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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bootx64.efi /efi/BOOT/fbx64.efi
/efi/BOOT/grubx64.efi /efi/BOOT/mmx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04 LTS CurrentSession on sdb2
OS#2: Windows 7 on sda1
OS#3: Ubuntu 20.04 LTS on sda2
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.4.0-40-generic root=UUID=0192457a-a5f1-47c7-984e-b81212150196 ro quiet splash vt.handoff=7
===================================== UEFI =====================================
This installed-session is not in EFI-mode.
f7a57b08bc7c1c85417ae4cea582d1d4 sdb1/BOOT/bootx64.efi
bed45d1c9554cea09924d3814cb7c446 sdb1/BOOT/fbx64.efi
5c14b2158486ded02655f86386b249e2 sdb1/BOOT/grubx64.efi
4487628005555bfd4a4c0a47211e0700 sdb1/BOOT/mmx64.efi
5c14b2158486ded02655f86386b249e2 sdb1/ubuntu/grubx64.efi
4487628005555bfd4a4c0a47211e0700 sdb1/ubuntu/mmx64.efi
f7a57b08bc7c1c85417ae4cea582d1d4 sdb1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : notGPT, no-BIOSboot, has---ESP, usb-disk, not-mmc, has-os, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sdb2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
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
sdb1 : not-sepboot, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: 0x3aedbe9d
Boot Start End Sectors Size Id Type
sdb1 * 2048 616447 614400 300M ef EFI (FAT-12/16/32)
sdb2 616448 126025727 125409280 59.8G 83 Linux
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:1049kB:316MB:315MB:fat32::boot, esp;
2:316MB:64.5GB:64.2GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat E220-C4CF 3aedbe9d-01
└─sdb2 ext4 0192457a-a5f1-47c7-984e-b81212150196 3aedbe9d-02 copy-xubu-20.04
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.8G 55% /mnt/boot-sav/sda2
sdb1 290M 3% /mnt/boot-sav/sdb1
sdb2 45.7G 17% /
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb2 rw,relatime,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 0192457a-a5f1-47c7-984e-b81212150196 root hd1,msdos2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 0192457a-a5f1-47c7-984e-b81212150196
Ubuntu, with Linux 5.4.0-40-generic 0192457a-a5f1-47c7-984e-b81212150196
Ubuntu, with Linux 5.4.0-39-generic 0192457a-a5f1-47c7-984e-b81212150196
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=0192457a-a5f1-47c7-984e-b81212150196 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
22,902339935 = 24,591200256 boot/grub/grub.cfg 1
6,848026276 = 7,353012224 boot/grub/i386-pc/core.img 1
0,598628998 = 0,642772992 boot/vmlinuz 2
0,578243256 = 0,620883968 boot/vmlinuz-5.4.0-39-generic 1
0,598628998 = 0,642772992 boot/vmlinuz-5.4.0-40-generic 2
0,578243256 = 0,620883968 boot/vmlinuz.old 1
0,603019714 = 0,647487488 boot/initrd.img 6
0,540515900 = 0,580374528 boot/initrd.img-5.4.0-39-generic 4
0,603019714 = 0,647487488 boot/initrd.img-5.4.0-40-generic 6
0,540515900 = 0,580374528 boot/initrd.img.old 4
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
================================= User choice ==================================
Is sdb (Verbatim STORE N GO) a removable disk? yes
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb2 into the MBR of sdb.
It would also fix access to other systems (other MBRs) for the situations
when the removable media is disconnected.
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 the removable disk!
Un boot-info fait depuis la copie en mode UEFI;
boot-info-4ppa125 [20200706_0047]
============================== 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 (,msdos2)/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 (,msdos2)/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 20.04 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: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bootx64.efi /efi/BOOT/fbx64.efi
/efi/BOOT/grubx64.efi /efi/BOOT/mmx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04 LTS CurrentSession on sdb2
OS#2: Ubuntu 20.04 LTS on sda2
OS#3: Windows 7 on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.4.0-40-generic root=UUID=0192457a-a5f1-47c7-984e-b81212150196 ro quiet splash vt.handoff=7
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
efibootmgr -v
BootCurrent: 000A
Timeout: 2 seconds
BootOrder: 0005,0006,0000,0002,0001,0003,0004,000A
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)
Boot0005* ubuntu HD(1,MBR,0x3aedbe9d,0x800,0x96000)/File(\EFI\ubuntu\shimx64.efi)
Boot0006* ubuntu HD(1,MBR,0x3aedbe9d,0x800,0x96000)/File(\EFI\ubuntu\shimx64.efi)
Boot000A UEFI: INT13(USB,0x80) PciRoot(0x0)/Pci(0x1d,0x0)/VenHw(aa7ba38a-dabf-40c3-8d18-b55b39609ef7,8001000000005553422020202020ffffffffffffffffffffffffffffffffffffffffffffffff)/HD(1,MBR,0x3aedbe9d,0x800,0x96000)
f7a57b08bc7c1c85417ae4cea582d1d4 sdb1/BOOT/bootx64.efi
bed45d1c9554cea09924d3814cb7c446 sdb1/BOOT/fbx64.efi
5c14b2158486ded02655f86386b249e2 sdb1/BOOT/grubx64.efi
4487628005555bfd4a4c0a47211e0700 sdb1/BOOT/mmx64.efi
5c14b2158486ded02655f86386b249e2 sdb1/ubuntu/grubx64.efi
4487628005555bfd4a4c0a47211e0700 sdb1/ubuntu/mmx64.efi
f7a57b08bc7c1c85417ae4cea582d1d4 sdb1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : notGPT, no-BIOSboot, has---ESP, usb-disk, not-mmc, has-os, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sdb2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
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
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
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
sdb1 : not-sepboot, 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 234440703 178057216 84.9G 83 Linux
Disk sdb: 60.1 GiB, 64525172736 bytes, 126025728 sectors
Disk identifier: 0x3aedbe9d
Boot Start End Sectors Size Id Type
sdb1 * 2048 616447 614400 300M ef EFI (FAT-12/16/32)
sdb2 616448 126025727 125409280 59.8G 83 Linux
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:64.5GB:scsi:512:512:msdos:Verbatim STORE N GO:;
1:1049kB:316MB:315MB:fat32::boot, esp;
2:316MB:64.5GB:64.2GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat E220-C4CF 3aedbe9d-01
└─sdb2 ext4 0192457a-a5f1-47c7-984e-b81212150196 3aedbe9d-02 copy-xubu-20.04
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 3G 89% /mnt/boot-sav/sda1
sda2 32.8G 55% /mnt/boot-sav/sda2
sdb1 290M 3% /mnt/boot-sav/sdb1
sdb2 45.7G 17% /
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb2 rw,relatime,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,015373230 = 33,302503424 boot/grub/grub.cfg 1
31,032611847 = 33,321013248 boot/grub/i386-pc/core.img 1
57,755977631 = 62,015008768 boot/vmlinuz 1
58,529415131 = 62,845480960 boot/vmlinuz-5.4.0-39-generic 1
57,755977631 = 62,015008768 boot/vmlinuz-5.4.0-40-generic 1
58,529415131 = 62,845480960 boot/vmlinuz.old 1
50,737300873 = 54,478761984 boot/initrd.img 6
57,390190125 = 61,622247424 boot/initrd.img-5.4.0-39-generic 2
50,737300873 = 54,478761984 boot/initrd.img-5.4.0-40-generic 6
57,390190125 = 61,622247424 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 0192457a-a5f1-47c7-984e-b81212150196 root hd1,msdos2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 0192457a-a5f1-47c7-984e-b81212150196
Ubuntu, with Linux 5.4.0-40-generic 0192457a-a5f1-47c7-984e-b81212150196
Ubuntu, with Linux 5.4.0-39-generic 0192457a-a5f1-47c7-984e-b81212150196
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-40-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-39-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=0192457a-a5f1-47c7-984e-b81212150196 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
22,902339935 = 24,591200256 boot/grub/grub.cfg 1
6,848026276 = 7,353012224 boot/grub/i386-pc/core.img 1
0,598628998 = 0,642772992 boot/vmlinuz 2
0,578243256 = 0,620883968 boot/vmlinuz-5.4.0-39-generic 1
0,598628998 = 0,642772992 boot/vmlinuz-5.4.0-40-generic 2
0,578243256 = 0,620883968 boot/vmlinuz.old 1
0,603019714 = 0,647487488 boot/initrd.img 6
0,540515900 = 0,580374528 boot/initrd.img-5.4.0-39-generic 4
0,603019714 = 0,647487488 boot/initrd.img-5.4.0-40-generic 6
0,540515900 = 0,580374528 boot/initrd.img.old 4
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17123 avril 15 13:31 10_linux
-rwxr-xr-x 1 root root 42128 avril 15 13:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 13:31 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 13:31 40_custom
-rwxr-xr-x 1 root root 216 avril 15 13:31 41_custom
================================= User choice ==================================
Is sdb (Verbatim STORE N GO) a removable disk? yes
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb2 into the MBR of sdb.
It would also fix access to other systems (other MBRs) for the situations
when the removable media is disconnected.
Grub-efi would not be selected by default because: legacy-win no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
Blockers in case of suggested repair: __________________________________________
LegacyWindows detected. Please enable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software from a live-CD (or live-USB).
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on the removable disk!
The boot of your PC is in UEFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Au sujet de la purge de boot-Repair, pour réinstaller un grub-efi en présence d'un système où il manque la structure efi, suite à une installation en mode Bios_Legacy,. Je pense que çà va intéresser YannUbuntu, au regard des post#19 et 20.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 06/07/2020, à 07:49)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne