#1 Le 21/07/2023, à 17:48
- bishop
dual-boot ubuntu 22.04 / windows10
Après avoir épongé tout l'après-midi de nombreux tutoriels (trop nombreux et disparates) proposés dans la doc ubuntu-fr et sur divers sites je ne suis pas beaucoup plus avancé ce soir.
Je recherche des conseils pertinents et des avertissements sur les possibles problèmes rencontrés et leurs solutions (commentaires, liens,...).
Le dual-boot sera réalisé sur deux disques SSD.
Win10 est installé sur un disque SSD. C'est Windows qui s'est occupé du partitionnement. La table de partitions GPT a été créé avec GParted sous Linux (Windows ne trouvait pas le disque SSD neuf qui abritait une table msdos).
Le BIOS est configuré en UEFI.
Ubutu 22.04 sera installé sur le second disque.
Ce que j'ai retenu dans les divers tutos qui, pour la plupart, traite d'une installation d'Ubuntu en dual-boot sur la partition de Windows ou dans une machine virtuelle. Ce qui n'est pas le cas ici.
- Activer UEFI
- Désactiver le Secure Boot
- Désactiver le démarrage rapide.
- Dans ce type d'installation : sélectionner "Autre chose" et choisir le disque où installer Ubuntu.
Questions
Comment préparer la clé USB supportant Ubuntu 22.04 ?
- Quelle table de partition : msdos ou GPT ?
- Quel format de partition : ext4 ?
Comment préparer le disque SSD supportant Ubuntu 22.04 ?
- Quelle table de partition : msdos ou GPT ?
- Quel format de partition : ext4 ?
Que dois-je savoir de plus... ?
Dernière modification par bishop (Le 21/07/2023, à 17:50)
La plus grande surprise que puisse faire un con c'est de faire une pause.
Hors ligne
#2 Le 21/07/2023, à 18:06
- Vobul
Re : dual-boot ubuntu 22.04 / windows10
La clé USB, tu la prépares pas, tu copies l'ISO direct dessus avec dd ou un utilitaire genre ventoy.
Faire un dual boot sur deux disques différents est une très bonne idée. Vu le prix des disques aujourd'hui, même SSD, ça n'a aucun sens de s'embêter à faire cohabiter windows et linux sur le même disque. Surtout que Windows a la fâcheuse habitude de tout casser...
Pour le disque SSD, tu laisses l'installateur faire les partitions (fortement conseillé de chiffrer la partition / au passage). Mais si tu devais le faire manuellement c'est GPT et ext4 oui. Oublie MBR (ce que tu nommes msdos), ce sera toujours GPT qui est la version moderne de MBR.
Donc en gros, y'a rien à préparer, l'installateur ubuntu se charge de tout ! Ne te trompes pas de disque ! (débranche le disque Windows pendant l'install pour être certain !).
Une fois ta clé insérée, tu démarres et tu fais F12 (ou autre selon modèle carte mère) pour choisir la clé et booter dessus en mode live. C'est lors de l'installation que tu choisiras le disque cible.
Vobul
Utilisez le retour utilisable de commandes !!!
J'aime la langue française, mais je parle franglais, deal with it.
RTFM
Hors ligne
#3 Le 21/07/2023, à 19:12
- bishop
Re : dual-boot ubuntu 22.04 / windows10
Merci Vobul pour les infos.
J'ai oublier de demander quelles sont les conditions d'installation de GRUB dans le cas d'une installation telle que tu la préconises vu que tu proposes de débrancher Win10.
Je voudrai avoir la possibilité de choisir l'OS lors du Boot.
Il y a pas mal de temps j'installais des double-boot en mode Legacy. Je débranchais Windows puis, quand ubuntu était installé, je rebranchais l'ensemble et utilisais Boot-Repair pour installer un GRUB qui reconnaissait les deux OS.
Le problème c'est que, aujourd'hui, à la lecture de nombreux posts, Boot-Repair peut créer autant de problèmes qu'il n'en résout.
Je verrai demain de quoi il retourne. Je vais faire des sauvegardes, préparer la clé d'installation, etc...
Dernière modification par bishop (Le 21/07/2023, à 21:47)
La plus grande surprise que puisse faire un con c'est de faire une pause.
Hors ligne
#4 Le 21/07/2023, à 19:57
- Vobul
Re : dual-boot ubuntu 22.04 / windows10
Oui en effet, ça peut être bien de laisser le disque windows branché lors de l'install (après tout il suffit de ne pas se tromper de disque cible, c'est pas non plus très compliqué), comme ça grub pourra détecter windows. Je ne sais pas si ça fonctionne tout de suite ou si il faut que tu tripatouilles grub. Mais dans tous les cas c'est pas bien compliqué de lui dire d'ajouter une entrée "windows" qui pointe sur le disque windows, c'est bien documenté. Pas besoin de boot-repair. Lis la doc officielle des logiciels utilisés. Apparemment tu fais "sudo os-prober" et "sudo update-grub" et hop ! Donc c'est hyper simple en fait.
Vobul
Utilisez le retour utilisable de commandes !!!
J'aime la langue française, mais je parle franglais, deal with it.
RTFM
Hors ligne
#5 Le 21/07/2023, à 20:53
- geole
Re : dual-boot ubuntu 22.04 / windows10
Bonsoir.
Pends la solution "installer sur tout le disque"
Si les deux disques sont de même taille, lance gparted, il t'aidera à trouver lequel contient windows.
A toi de ne pas te tromper de disque.
Tu auras le choix d'installer en chiffrant ou pas. Dans l'ensemble on chiffre si l'ordinateur a un risque de se faire voler.
Peut-être que tu auras le choix entre Ext4 ou Btrfs ( zfs ne devrait plus être proposé).Dans l'ensemble on prend EXT4.
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 21/07/2023, à 21:15
- Vobul
Re : dual-boot ubuntu 22.04 / windows10
on chiffre si l'ordinateur a un risque de se faire voler.
Donc on chiffre systématiquement
Vobul
Utilisez le retour utilisable de commandes !!!
J'aime la langue française, mais je parle franglais, deal with it.
RTFM
Hors ligne
#7 Le 21/07/2023, à 21:59
- bishop
Re : dual-boot ubuntu 22.04 / windows10
Si les deux disques sont de même taille, lance gparted, il t'aidera à trouver lequel contient windows.
Le SSD Windows = 2To.
Le SSD Ubuntu = 500Go.
ext4 est très bien, moins sujet à problèmes que d'autres formats.
geole, merci pour les infos.
Dernière modification par bishop (Le 21/07/2023, à 22:02)
La plus grande surprise que puisse faire un con c'est de faire une pause.
Hors ligne
#8 Le 21/07/2023, à 22:06
- bishop
Re : dual-boot ubuntu 22.04 / windows10
Oui en effet, ça peut être bien de laisser le disque windows branché lors de l'install (après tout il suffit de ne pas se tromper de disque cible, c'est pas non plus très compliqué), comme ça grub pourra détecter windows. Je ne sais pas si ça fonctionne tout de suite ou si il faut que tu tripatouilles grub. Mais dans tous les cas c'est pas bien compliqué de lui dire d'ajouter une entrée "windows" qui pointe sur le disque windows, c'est bien documenté. Pas besoin de boot-repair. Lis la doc officielle des logiciels utilisés. Apparemment tu fais "sudo os-prober" et "sudo update-grub" et hop ! Donc c'est hyper simple en fait.
Merci pour les infos.
La plus grande surprise que puisse faire un con c'est de faire une pause.
Hors ligne
#9 Le 21/07/2023, à 22:06
- geole
Re : dual-boot ubuntu 22.04 / windows10
Disons que ext4 est plus connu dans le forum.
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
#10 Le 22/07/2023, à 20:42
- bishop
Re : dual-boot ubuntu 22.04 / windows10
Salut Vobul, salut geole
Pour commencer un grand Merci à vous deux pour les conseils.
Le dual-boot est opérationnel. L'installation s'est déroulée sans véritable souci.
- Pour commencer, par curiosité, j'ai créé la clé bootable avec Rufus car je n'ai jamais testé cet outil qui est plébiscité sur la toile. Au cours de l'installation d'ubuntu sur la clé, rufus m'a proposé trois options pour mettre à jour ou pas GRUB (???), et ce, pour optimiser (c'est ce qui est dit) le boot ubuntu 22.04.2/windows 10. J'ai accepté la mise à jour.
- J'ai créé une table de partition GPT sur le disque de 500Go supportant la distribution ubuntu et je l'ai formaté en ext4.
Note : Dans le boot-infos, paragraphe Disks info, il est dit que "sda: notGPT" (???).
- Pour l'installation d'ubuntu sur le SSD, le disque windows est resté branché.
C'est au moment du partitionnement que j'ai un peu galéré. J'ai choisi l'option "Autre chose" pour pouvoir choisir le disque où installer ubuntu. Je pensais que comme pour windows le partitionnement se ferait automatiquement. Que nenni. En fait le partitionnement est classique comme pour une installation standard en Legacy (ou BIOS). J'ai pu créé trois partitions / (system), /home et une swap qui ont été reformatées, ce qui me convient très bien car lors d'une mise à niveau de la distribution, on garde le dossier personnel intact. Puis l'installation s'est déroulé sans aléas.
- Reboot et accès au bios, pas de ubuntu dans la section UEFI, juste windows. Reboot, test de différentes options comme "sudo os-prober" et "sudo update-grub" sur une clé boot-repair, etc... Rien n'y fait si ce n'est que je n'exploitais pas toutes les options de ce BIOS assez fourni et complexe. Dans l'onglet "Save & Exit" je découvre les quatre options proposées dans "Boot Override". Je n'ai jamais eu à faire avec ces bestioles. À tout hasard je clique sur Ubuntu (P4CT2000BX500SSD1):
Puis je retourne dans l'onglet "BOOT" et je vois que dans la sélection UEFI, windows n'apparaît plus et est remplacé par Ubuntu :
Je "Save Change and Reset" et :
Tout est bien qui finit bien. Merci à vous.
Paste from boot-repair 22 July 2023 8:43 +0000
View raw
boot-repair-4ppa203 [20230722_1041]
============================== 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 (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> No boot loader is installed in the MBR of /dev/sdb.
=> Grub2 (v2.00) is installed in the MBR of /dev/sdc and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp fat part_msdos biosdisk
---------------------------------------------------------------------------
=> libparted MBR boot code is installed in the MBR of /dev/sdd.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 22.04.2 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: Windows 8/10/11/2012: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bootx64.efi /efi/Microsoft/Boot/bootmgfw.efi
/efi/Microsoft/Boot/bootmgr.efi
sdb2: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
sdb3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/10/11/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 8 or 10
Boot files: /Windows/System32/winload.exe
sdb4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/10/11/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /grub/grub.cfg /boot/grub/grub.cfg
/efi/BOOT/grubx64.efi /grub/i386-pc/core.img
sdd1: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Boot file info: Grub2 (v2.00) in the file
/ubuntu-22.04.2-desktop-amd64.iso looks at sector 0 of
the same hard drive for core.img, but core.img can not
be found at this location.
Operating System:
Boot files:
================================ 2 OS detected =================================
OS#1: Ubuntu 22.04.2 LTS on sda1
OS#2: Windows 8 or 10 on sdb3
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: GM204 [GeForce GTX 970] from NVIDIA Corporation
Live-session OS is Ubuntu 64-bit (Boot-Repair-Disk 64bit 20200604, bionic, x86_64)
===================================== UEFI =====================================
BIOS/UEFI firmware: 2.08 from American Megatrends Inc.
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot disabled (confirmed by mokutil).
BootCurrent: 000C
Timeout: 1 seconds
BootOrder: 000C,0000,0002,000A,000B
Boot0000* Windows Boot Manager HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...t................
Boot0002 UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
Boot000A Hard Drive BBS(HD,,0x0)..GO..NO........o.S.a.m.s.u.n.g. .S.S.D. .8.5.0. .E.V.O. .5.0.0.G.B....................A...........................>..Gd-.;.A..MQ..L.2.S.B.R.X.N.H.0.2.5.3.5.7.9. .M. . . . ........BO..NO........o.C.T.2.0.0.0.B.X.5.0.0.S.S.D.1....................A...........................>..Gd-.;.A..MQ..L.3.2.3.0.6.E.E.9.E.2.7.C. . . . . . . . ........BO
Boot000B USB KEY BBS(11,,0x0)..GO..NO........i. .U.S.B. .D.I.S.K. .3...0. .P.M.A.P....................A.............................6..Gd-.;.A..MQ..L.0.7.0.8.6.B.1.D.0.7.1.D.D.F.2.3........BO
Boot000C* UEFI: USB DISK 3.0 PMAP, Partition 1 PciRoot(0x0)/Pci(0x1d,0x0)/USB(0,0)/USB(3,0)/HD(1,MBR,0xb0c9d2bc,0x2000,0xec2000)..BO
45f8bf0ed34e0ffd352d1c4d052dfbd6 sdb1/Boot/bootx64.efi
45f8bf0ed34e0ffd352d1c4d052dfbd6 sdb1/Microsoft/Boot/bootmgfw.efi
76978ecf9d74b672990ede99f132660a sdb1/Microsoft/Boot/bootmgr.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
sdb : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sda5 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb4 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda5 : isnotESP, part-has-no-fstab, 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
sdb3 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda5 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
sdb1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdb3 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdb4 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Disk identifier: 0x0a9c11b7
Boot Start End Sectors Size Id Type
sda1 * 2048 400001023 399998976 190.8G 83 Linux
sda2 400003070 976771071 576768002 275G 5 Extended
sda5 400003072 976771071 576768000 275G 83 Linux
Disk sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Disk identifier: 90D2190E-928C-48ED-B04F-03C502478178
Start End Sectors Size Type
sdb1 2048 206847 204800 100M EFI System
sdb2 206848 239615 32768 16M Microsoft reserved
sdb3 239616 3905928980 3905689365 1.8T Microsoft basic data
sdb4 3905929216 3907026943 1097728 536M Windows recovery environment
Disk sdc: 7.4 GiB, 7927234560 bytes, 15482880 sectors
Disk identifier: 0xb0c9d2bc
Boot Start End Sectors Size Id Type
sdc1 8192 15482879 15474688 7.4G c W95 FAT32 (LBA)
Disk zram0: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram1: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram2: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram3: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram4: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram5: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram6: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram7: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram8: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram9: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram10: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram11: 664 MiB, 696201216 bytes, 169971 sectors
Disk sdd: 7.4 GiB, 7927234560 bytes, 15482880 sectors
Disk identifier: 0x07e36008
Boot Start End Sectors Size Id Type
sdd1 2048 15482879 15480832 7.4G 7 HPFS/NTFS/exFAT
parted -lm (filtered): _________________________________________________________
sda:500GB:scsi:512:512:msdos:ATA Samsung SSD 850:;
1:1049kB:205GB:205GB:ext4::boot;
2:205GB:500GB:295GB:::;
5:205GB:500GB:295GB:ext4::;
sdb:2000GB:scsi:512:512:gpt:ATA CT2000BX500SSD1:;
1:1049kB:106MB:105MB:fat32:EFI system partition:boot, esp;
2:106MB:123MB:16.8MB::Microsoft reserved partition:msftres;
3:123MB:2000GB:2000GB:ntfs:Basic data partition:msftdata;
4:2000GB:2000GB:562MB:ntfs::hidden, diag;
sdc:7927MB:scsi:512:512:msdos: USB DISK 3.0:;
1:4194kB:7927MB:7923MB:fat32::lba;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ext4 24dba551-ad7a-47cc-9bf1-7b574ade70ee 0a9c11b7-01
├─sda2 0a9c11b7-02
└─sda5 ext4 e2d6fedf-e39f-4e1c-b206-4d1d988f30c6 0a9c11b7-05
sdb
├─sdb1 vfat 4C18-C37C f232fc0b-6e83-49c0-8be1-26219d01ac25 EFI system partition
├─sdb2 220cfe49-58e3-4895-9a6a-ae5dffd1887c Microsoft reserved partition
├─sdb3 ntfs 02E42C5FE42C56E7 e721c328-ba83-4023-abd1-a48feadf2c0e Basic data partition
└─sdb4 ntfs 58CCA1ABCCA1843A 8d418d56-43e5-4eaf-a545-e22ca8b9d279
sdc
└─sdc1 vfat A9F0-749A b0c9d2bc-01 Windows USB
sdd
└─sdd1 ntfs 2BE1E3C56631214E 07e36008-01 NTFS
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/sda1 155.2G 12% /mnt/boot-sav/sda1
/dev/sda5 116.2G 52% /mnt/boot-sav/sda5
/dev/sdb1 69.5M 28% /mnt/boot-sav/sdb1
/dev/sdb3 1.7T 8% /mnt/boot-sav/sdb3
/dev/sdb4 88.9M 83% /mnt/boot-sav/sdb4
/dev/sdc1 6.5G 12% /cdrom
/dev/sdd1 2.8G 63% /media/lubuntu/NTFS
Mount options (filtered): ______________________________________________________
====================== sda1/boot/grub/grub.cfg (filtered) ======================
Ubuntu 24dba551-ad7a-47cc-9bf1-7b574ade70ee
Ubuntu, with Linux 5.19.0-46-generic 24dba551-ad7a-47cc-9bf1-7b574ade70ee
Ubuntu, with Linux 5.19.0-45-generic 24dba551-ad7a-47cc-9bf1-7b574ade70ee
Ubuntu, with Linux 5.15.0-76-generic 24dba551-ad7a-47cc-9bf1-7b574ade70ee
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda1/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=24dba551-ad7a-47cc-9bf1-7b574ade70ee / ext4 errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
UUID=e2d6fedf-e39f-4e1c-b206-4d1d988f30c6 /home ext4 defaults 0 2
/swapfile none swap sw 0 0
======================= sda1/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
69.151802063 = 74.251182080 boot/grub/grub.cfg 1
24.309600830 = 26.102235136 boot/grub/i386-pc/core.img 1
105.324268341 = 113.091072000 boot/vmlinuz 2
105.324268341 = 113.091072000 boot/vmlinuz-5.15.0-76-generic 2
69.813472748 = 74.961645568 boot/vmlinuz-5.19.0-45-generic 2
39.887355804 = 42.828722176 boot/vmlinuz-5.19.0-46-generic 2
39.887355804 = 42.828722176 boot/vmlinuz.old 2
39.610347748 = 42.531287040 boot/initrd.img 5
39.610347748 = 42.531287040 boot/initrd.img-5.15.0-76-generic 5
42.375972748 = 45.500854272 boot/initrd.img-5.19.0-45-generic 5
5.110347748 = 5.487194112 boot/initrd.img-5.19.0-46-generic 5
5.110347748 = 5.487194112 boot/initrd.img.old 5
===================== sda1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18683 Dec 2 2022 10_linux
-rwxr-xr-x 1 root root 43031 Dec 2 2022 10_linux_zfs
-rwxr-xr-x 1 root root 14387 Dec 18 2022 20_linux_xen
-rwxr-xr-x 1 root root 13369 Dec 2 2022 30_os-prober
-rwxr-xr-x 1 root root 1372 Dec 2 2022 30_uefi-firmware
-rwxr-xr-x 1 root root 700 Feb 21 2022 35_fwupd
-rwxr-xr-x 1 root root 214 Jan 13 2021 40_custom
-rwxr-xr-x 1 root root 215 Dec 2 2022 41_custom
======================== sdc1/grub/grub.cfg (filtered) =========================
====================== sdc1/boot/grub/grub.cfg (filtered) ======================
Boot-Repair-Disk session
Boot-Repair-Disk session (failsafe)
==================== sdc1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? grub/grub.cfg 1
?? = ?? boot/grub/grub.cfg 1
?? = ?? grub/i386-pc/core.img 1
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub-efi of
sda1,
using the following options: sdb1/boot/efi
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the Ubuntu 22.04.2 LTS entry (sdb1/efi/****/grub****.efi (**** will be updated in the final message) file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\****\grub****.efi (**** will be updated in the final message)
Dernière modification par bishop (Le 22/07/2023, à 21:26)
La plus grande surprise que puisse faire un con c'est de faire une pause.
Hors ligne
#11 Le 22/07/2023, à 22:23
- geole
Re : dual-boot ubuntu 22.04 / windows10
Bonsoir.
Je pense que tu as fais une installation compliquée en ne choisissant pas d'installer sur tout le disque.
J'ai noté que
- Le windows est installé en EFI
- Le boot en live USB est aussi en EFI mais que ubuntu ne l'est pas.
Ce n'est donc pas un dual boot. Mais si cela te convient.....
Malgré tout, boot-repair te propose de réparer ubuntu pour le passer en EFI. A mon avis, tu pourrais le faire.
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
#12 Le 22/07/2023, à 22:39
- bishop
Re : dual-boot ubuntu 22.04 / windows10
Je pense que tu as fais une installation compliquée en ne choisissant pas d'installer sur tout le disque.
Je n'avais pas cette option, seulement deux options pour installer ubuntu à côté de windows et l'option "Autre chose"
La plus grande surprise que puisse faire un con c'est de faire une pause.
Hors ligne
#13 Le 22/07/2023, à 23:19
- bishop
Re : dual-boot ubuntu 22.04 / windows10
J'ai lancé boot-repair et exécuté une réparation.
Il y a une modif visble dans le paragraphe "Disk Infos" : sda : is-GPT
Paste from boot-repair 22 July 2023 21:58
Paste from boot-repair 22 July 2023 21:58 +0000
boot-repair-4ppa203 [20230722_2153]
============================= Boot Repair Summary ==============================
Default settings: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub-efi of
sda1,
using the following options: sdb1/boot/efi
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the Ubuntu 22.04.2 LTS entry (sdb1/efi/****/grub****.efi (**** will be updated in the final message) file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\****\grub****.efi (**** will be updated in the final message)
User settings: _________________________________________________________________
The settings chosen by the user will reinstall the grub-efi of
sda1,
using the following options: sdb1/boot/efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
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
Mount sdb1 on /mnt/boot-sav/sda1/boot/efi
======================== Reinstall the grub-efi of sda1 ========================
chroot /mnt/boot-sav/sda1 grub-install --version
grub-install (GRUB) 2.06-2ubuntu7.2
modprobe: FATAL: Module efivars not found in directory /lib/modules/5.3.0-28-generic
chroot /mnt/boot-sav/sda1 modprobe efivars
chroot /mnt/boot-sav/sda1 efibootmgr -v before grub install
BootCurrent: 0011
Timeout: 1 seconds
BootOrder: 0011,0001,0000,000D,0002,000A,0010,000F
Boot0000* Windows Boot Manager HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...t................
Boot0001* ubuntu HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(EFIUBUNTUSHIMX64.EFI)
Boot0002 UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
Boot000A Hard Drive BBS(HD,,0x0)..GO..NO........o.S.a.m.s.u.n.g. .S.S.D. .8.5.0. .E.V.O. .5.0.0.G.B....................A...........................>..Gd-.;.A..MQ..L.2.S.B.R.X.N.H.0.2.5.3.5.7.9. .M. . . . ........BO..NO........o.C.T.2.0.0.0.B.X.5.0.0.S.S.D.1....................A...........................>..Gd-.;.A..MQ..L.3.2.3.0.6.E.E.9.E.2.7.C. . . . . . . . ........BO
Boot000D* ubuntu HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(EFIUBUNTUGRUBX64.EFI)..BO
Boot000F USB KEY BBS(11,,0x0)..GO..NO........c. .U.S.B. .D.I.S.K. .3...0. .P.M.A.P....................A.......................6..Gd-.;.A..MQ..L.0.7.0.8.6.B.1.D.0.7.1.D.D.F.2.3........BO
Boot0010 CD/DVD Drive BBS(CDROM,,0x0)..GO..NO........o.A.S.U.S. . . . .D.R.W.-.2.4.B.1.L.T....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . . . . . . . . . ........BO
Boot0011* UEFI: USB DISK 3.0 PMAP, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(20,0)/HD(1,MBR,0xb0c9d2bc,0x2000,0xec2000)..BO
chroot /mnt/boot-sav/sda1 uname -r
5.3.0-28-generic
chroot /mnt/boot-sav/sda1 grub-install --efi-directory=/boot/efi --target=x86_64-efi
Installing for x86_64-efi platform.
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
Installation finished. No error reported.
df /dev/sdb1
mv /mnt/boot-sav/sda1/boot/efi/EFI/Boot/bootx64.efi /mnt/boot-sav/sda1/boot/efi/EFI/Boot/bkpbootx64.efi
cp /mnt/boot-sav/sda1/boot/efi/efi/ubuntu/grubx64.efi /mnt/boot-sav/sda1/boot/efi/EFI/Boot/bootx64.efi
chroot /mnt/boot-sav/sda1 grub-install --efi-directory=/boot/efi --target=x86_64-efi
Installing for x86_64-efi platform.
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
Installation finished. No error reported.
chroot /mnt/boot-sav/sda1 efibootmgr -v after grub install
BootCurrent: 0011
Timeout: 1 seconds
BootOrder: 0011,0001,0000,000D,0002,000A,0010,000F
Boot0000* Windows Boot Manager HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...t................
Boot0001* ubuntu HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(EFIUBUNTUSHIMX64.EFI)
Boot0002 UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
Boot000A Hard Drive BBS(HD,,0x0)..GO..NO........o.S.a.m.s.u.n.g. .S.S.D. .8.5.0. .E.V.O. .5.0.0.G.B....................A...........................>..Gd-.;.A..MQ..L.2.S.B.R.X.N.H.0.2.5.3.5.7.9. .M. . . . ........BO..NO........o.C.T.2.0.0.0.B.X.5.0.0.S.S.D.1....................A...........................>..Gd-.;.A..MQ..L.3.2.3.0.6.E.E.9.E.2.7.C. . . . . . . . ........BO
Boot000D* ubuntu HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(EFIUBUNTUGRUBX64.EFI)..BO
Boot000F USB KEY BBS(11,,0x0)..GO..NO........c. .U.S.B. .D.I.S.K. .3...0. .P.M.A.P....................A.......................6..Gd-.;.A..MQ..L.0.7.0.8.6.B.1.D.0.7.1.D.D.F.2.3........BO
Boot0010 CD/DVD Drive BBS(CDROM,,0x0)..GO..NO........o.A.S.U.S. . . . .D.R.W.-.2.4.B.1.L.T....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . . . . . . . . . ........BO
Boot0011* UEFI: USB DISK 3.0 PMAP, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(20,0)/HD(1,MBR,0xb0c9d2bc,0x2000,0xec2000)..BO
Warning: NVram was not modified.
chroot /mnt/boot-sav/sda1 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.19.0-46-generic
Found initrd image: /boot/initrd.img-5.19.0-46-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/sdb1@/EFI/Microsoft/Boot/bootmgfw.efi
Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
Boot successfully repaired.
You can now reboot your computer.
Please do not forget to make your UEFI firmware boot on the Ubuntu 22.04.2 LTS entry (sdb1/efi/ubuntu/grubx64.efi file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
============================ Boot Info After Repair ============================
=> No boot loader is installed in the MBR of /dev/sda.
=> No boot loader is installed in the MBR of /dev/sdb.
=> Grub2 (v2.00) is installed in the MBR of /dev/sdc and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp fat part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 22.04.2 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda3: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: Windows 8/10/11/2012: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
/efi/Boot/fbx64.efi /efi/Boot/mmx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
/efi/Microsoft/Boot/bootmgfw.efi
/efi/Microsoft/Boot/bootmgr.efi
sdb2: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
sdb3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/10/11/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 8 or 10
Boot files: /Windows/System32/winload.exe
sdb4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/10/11/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /grub/grub.cfg /boot/grub/grub.cfg
/efi/BOOT/grubx64.efi /grub/i386-pc/core.img
================================ 2 OS detected =================================
OS#1: Ubuntu 22.04.2 LTS on sda1
OS#2: Windows 8 or 10 on sdb3
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: GM204 [GeForce GTX 970] from NVIDIA Corporation
Live-session OS is Ubuntu 64-bit (Boot-Repair-Disk 64bit 20200604, bionic, x86_64)
===================================== UEFI =====================================
BIOS/UEFI firmware: 2.08 from American Megatrends Inc.
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot disabled (confirmed by mokutil).
BootCurrent: 0011
Timeout: 1 seconds
BootOrder: 0011,0001,0000,000D,0002,000A,0010,000F
Boot0000* Windows Boot Manager HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...t................
Boot0001* ubuntu HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(\EFI\UBUNTU\SHIMX64.EFI)
Boot0002 UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
Boot000A Hard Drive BBS(HD,,0x0)..GO..NO........o.S.a.m.s.u.n.g. .S.S.D. .8.5.0. .E.V.O. .5.0.0.G.B....................A...........................>..Gd-.;.A..MQ..L.2.S.B.R.X.N.H.0.2.5.3.5.7.9. .M. . . . ........BO..NO........o.C.T.2.0.0.0.B.X.5.0.0.S.S.D.1....................A...........................>..Gd-.;.A..MQ..L.3.2.3.0.6.E.E.9.E.2.7.C. . . . . . . . ........BO
Boot000D* ubuntu HD(1,GPT,f232fc0b-6e83-49c0-8be1-26219d01ac25,0x800,0x32000)/File(\EFI\UBUNTU\GRUBX64.EFI)..BO
Boot000F USB KEY BBS(11,,0x0)..GO..NO........c. .U.S.B. .D.I.S.K. .3...0. .P.M.A.P....................A.......................6..Gd-.;.A..MQ..L.0.7.0.8.6.B.1.D.0.7.1.D.D.F.2.3........BO
Boot0010 CD/DVD Drive BBS(CDROM,,0x0)..GO..NO........o.A.S.U.S. . . . .D.R.W.-.2.4.B.1.L.T....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . . . . . . . . . ........BO
Boot0011* UEFI: USB DISK 3.0 PMAP, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(20,0)/HD(1,MBR,0xb0c9d2bc,0x2000,0xec2000)..BO
64349b3622c65f495a99dbf6102496e3 sdb1/Boot/bkpbootx64.efi
64349b3622c65f495a99dbf6102496e3 sdb1/Boot/bootx64.efi
a9c517741ac31962d7feb152948ad1ee sdb1/Boot/fbx64.efi
a660182adef313615746a665966d2ccc sdb1/Boot/mmx64.efi
5ddf997e8b025bfbc2009e85b32f60dc sdb1/ubuntu/grubx64.efi
a660182adef313615746a665966d2ccc sdb1/ubuntu/mmx64.efi
64349b3622c65f495a99dbf6102496e3 sdb1/ubuntu/shimx64.efi
45f8bf0ed34e0ffd352d1c4d052dfbd6 sdb1/Microsoft/Boot/bootmgfw.efi
76978ecf9d74b672990ede99f132660a sdb1/Microsoft/Boot/bootmgr.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
sdb : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
sda2 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb4 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, part-has-no-fstab, 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
sdb3 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda2 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
sdb1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdb3 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdb4 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Disk identifier: D474183D-6750-4CDC-9A44-621758ED448F
Start End Sectors Size Type
sda1 2048 299999231 299997184 143.1G Linux filesystem
sda2 299999232 968769535 668770304 318.9G Linux filesystem
sda3 968769536 976771071 8001536 3.8G Linux swap
Disk sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Disk identifier: 90D2190E-928C-48ED-B04F-03C502478178
Start End Sectors Size Type
sdb1 2048 206847 204800 100M EFI System
sdb2 206848 239615 32768 16M Microsoft reserved
sdb3 239616 3905928980 3905689365 1.8T Microsoft basic data
sdb4 3905929216 3907026943 1097728 536M Windows recovery environment
Disk sdc: 7.4 GiB, 7927234560 bytes, 15482880 sectors
Disk identifier: 0xb0c9d2bc
Boot Start End Sectors Size Id Type
sdc1 8192 15482879 15474688 7.4G c W95 FAT32 (LBA)
Disk zram0: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram1: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram2: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram3: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram4: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram5: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram6: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram7: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram8: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram9: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram10: 664 MiB, 696201216 bytes, 169971 sectors
Disk zram11: 664 MiB, 696201216 bytes, 169971 sectors
parted -lm (filtered): _________________________________________________________
sda:500GB:scsi:512:512:gpt:ATA Samsung SSD 850:;
1:1049kB:154GB:154GB:ext4::;
2:154GB:496GB:342GB:ext4::;
3:496GB:500GB:4097MB:linux-swap(v1)::;
sdb:2000GB:scsi:512:512:gpt:ATA CT2000BX500SSD1:;
1:1049kB:106MB:105MB:fat32:EFI system partition:boot, esp;
2:106MB:123MB:16.8MB::Microsoft reserved partition:msftres;
3:123MB:2000GB:2000GB:ntfs:Basic data partition:msftdata;
4:2000GB:2000GB:562MB:ntfs::hidden, diag;
sdc:7927MB:scsi:512:512:msdos: USB DISK 3.0:;
1:4194kB:7927MB:7923MB:fat32::lba;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ext4 da3aa349-c263-4430-b898-3a711c6faa85 54a4c25b-3b0e-4fa6-8e33-c6126285499d
├─sda2 ext4 6f7f99d2-e403-4d37-aa01-42393aeca33e 62a06738-1c57-4bb5-8de9-78e7ba546393
└─sda3 swap 864855df-c54d-4492-9652-4c80a064ea78 29ca196d-6d51-401e-abd0-b1b5b286daf4
sdb
├─sdb1 vfat 4C18-C37C f232fc0b-6e83-49c0-8be1-26219d01ac25 EFI system partition
├─sdb2 220cfe49-58e3-4895-9a6a-ae5dffd1887c Microsoft reserved partition
├─sdb3 ntfs 02E42C5FE42C56E7 e721c328-ba83-4023-abd1-a48feadf2c0e Basic data partition
└─sdb4 ntfs 58CCA1ABCCA1843A 8d418d56-43e5-4eaf-a545-e22ca8b9d279
sdc
└─sdc1 vfat A9F0-749A b0c9d2bc-01 Windows USB
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/sda1 120G 9% /mnt/boot-sav/sda1
/dev/sda2 207.5G 29% /mnt/boot-sav/sda2
/dev/sdb1 64M 33% /mnt/boot-sav/sdb1
/dev/sdb3 1.7T 8% /mnt/boot-sav/sdb3
/dev/sdb4 88.9M 83% /mnt/boot-sav/sdb4
/dev/sdc1 6.5G 12% /cdrom
Mount options (filtered): ______________________________________________________
====================== sda1/boot/grub/grub.cfg (filtered) ======================
Ubuntu da3aa349-c263-4430-b898-3a711c6faa85
Ubuntu, with Linux 5.19.0-46-generic da3aa349-c263-4430-b898-3a711c6faa85
Windows Boot Manager (on sdb1) osprober-efi-4C18-C37C
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda1/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=da3aa349-c263-4430-b898-3a711c6faa85 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=4C18-C37C /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda2 during installation
UUID=6f7f99d2-e403-4d37-aa01-42393aeca33e /home ext4 defaults 0 2
# swap was on /dev/sda3 during installation
UUID=864855df-c54d-4492-9652-4c80a064ea78 none swap sw 0 0
======================= sda1/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0.000980377 = 0.001052672 boot/grub/grub.cfg 1
126.199855804 = 135.506063360 boot/vmlinuz 1
126.199855804 = 135.506063360 boot/vmlinuz-5.19.0-46-generic 1
126.199855804 = 135.506063360 boot/vmlinuz.old 1
142.782222748 = 153.311244288 boot/initrd.img 2
142.782222748 = 153.311244288 boot/initrd.img-5.19.0-46-generic 2
142.782222748 = 153.311244288 boot/initrd.img.old 2
===================== sda1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18683 Dec 2 2022 10_linux
-rwxr-xr-x 1 root root 43031 Dec 2 2022 10_linux_zfs
-rwxr-xr-x 1 root root 14387 Dec 18 2022 20_linux_xen
-rwxr-xr-x 1 root root 13369 Dec 2 2022 30_os-prober
-rwxr-xr-x 1 root root 1372 Dec 2 2022 30_uefi-firmware
-rwxr-xr-x 1 root root 700 Sep 20 2022 35_fwupd
-rwxr-xr-x 1 root root 214 Dec 2 2022 40_custom
-rwxr-xr-x 1 root root 215 Dec 2 2022 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid da3aa349-c263-4430-b898-3a711c6faa85 root hd0,gpt1
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
======================== sdc1/grub/grub.cfg (filtered) =========================
====================== sdc1/boot/grub/grub.cfg (filtered) ======================
Boot-Repair-Disk session
Boot-Repair-Disk session (failsafe)
==================== sdc1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? grub/grub.cfg 1
?? = ?? boot/grub/grub.cfg 1
?? = ?? grub/i386-pc/core.img 1
Dernière modification par bishop (Le 22/07/2023, à 23:20)
La plus grande surprise que puisse faire un con c'est de faire une pause.
Hors ligne
#14 Le 23/07/2023, à 09:53
- bishop
Re : dual-boot ubuntu 22.04 / windows10
Bon...
J'ai coché certaines options dans Boot Repair que j'aurais pas dû.
Grub est flingué, je n'ai plus windows ni ubuntu.
Pas grave... je recommence. C'est ça l'apprentissage
La plus grande surprise que puisse faire un con c'est de faire une pause.
Hors ligne
#15 Le 23/07/2023, à 10:51
- bishop
Re : dual-boot ubuntu 22.04 / windows10
C'est réparé.
J'ai réinstallé Ubuntu comme préconisé par geole (Prends la solution "installer sur tout le disque") puis :
Réparer le dual-boot depuis Ubuntu avec la commande efibootmgr (voir pargraphe 2.3 ).
Dernière modification par bishop (Le 24/07/2023, à 12:19)
La plus grande surprise que puisse faire un con c'est de faire une pause.
Hors ligne