#1 Le 23/05/2024, à 16:21
- doudy
[Résolu] Linux sur disque externe ne démarre plus : grub>_
Bonjour,
Jusqu'à présent je démarrais Linux depuis un disque USB externe en tapant F11 au démarrage et en choisissant le disque en question.
Mais à présent, après avoir choisi le disque externe, j'ai un message du Grub:
https://rehost.diberie.com/Picture/Get/f/278322
L'OS ( Win 11) sur le disque interne démarre toujours par défaut normalement.
Y a t il un moyen de réparer le Grub, sans mettre en danger le démarrage de W11 sur le disque interne ?
Merci d'avance pour vos conseils.
Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images.
Dernière modification par doudy (Le 29/05/2024, à 11:55)
Ubuntu 24.04
Hors ligne
#2 Le 28/05/2024, à 11:26
- geole
Re : [Résolu] Linux sur disque externe ne démarre plus : grub>_
Bonjour
Afin de voir ce que contient ce disque
1) Débranche ce disque externe
2) Boote avec un support d'installation
3) Choisis essayer avant d'installer
4) Branche ce disque récalcitrant
5) Installe boot-info
6) Publie l'URL qui sera générée.
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#3 Le 28/05/2024, à 15:31
- doudy
Re : [Résolu] Linux sur disque externe ne démarre plus : grub>_
Ubuntu 24.04
Hors ligne
#4 Le 28/05/2024, à 17:40
- geole
Re : [Résolu] Linux sur disque externe ne démarre plus : grub>_
Avais-tu bien branché le disque externe à problème avant de faire le boot-info?
Comme le support USB est SDE, je m'attendais à trouver un autre disque appelé SDF.
Ajout
J'ai noté cela
=================== nvme0n1p1/efi/ubuntu/grub.cfg (filtered) ===================
search.fs_uuid bf6c4170-0412-4ce6-9b1d-9b6ae8ee6f60 root hd4,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
et cette partition bf6c4170-0412-4ce6-9b1d-9b6ae8ee6f60 n'est pas présente dans le boot-info
Je te propose de changer la méthode que tu utilises pour booter ton disque externe. Le fait de le brancher doit suffire pour que le boot se déclenche
1) Après le boot de la clé USB, tu branches le disque externe
2) Tu lances le gparted du support d'installation https://doc.ubuntu-fr.org/gparted
3) Tu vérifies si le disque dispose d'une partition FAT32 d'au moins 105 MB (il en as probablement une vide mais je ne connais pas sa taille)
4) Si ce n'est pas le cas
4-a) Tu te positionnes sur la partition EXT4 du disque externe
4-b) Tu la rétrécis de 105MB
4-c) Tu fabriques une partition de FAT32 dans cet espace récupéré
5) Tu as maintenant une partition FAT32 qui ne contient rien. On va y transférer le logiciel
6) Tu te positionnes sur la partition FAT32 du NVME
7) Tu fais COPIER
8) Tu te positionnes sur la partition FAT32 du disque externe
9) Tu fais COLLER
10 Tu fais exécuter l'action.
11) Tu quittes gparted
J'ai noté dans le boot-info
BIOS/UEFI firmware: H.J0(5.17) from American Megatrends International, LLC.
The firmware is EFI-compatible, but this live-session is in Legacy/BIOS/CSM mode (not in EFI mode).
J'aurais préféré un boot en EFI.
J'ai aussi noté que sa structure de boot standard fait booter UBUNTU car les deux fichiers sont identiques en contenu.
64349b3622c65f495a99dbf6102496e3 nvme0n1p1/Boot/bootx64.efi
64349b3622c65f495a99dbf6102496e3 nvme0n1p1/ubuntu/shimx64.efi
Le seul problème restant à traiter est cette ligne
search.fs_uuid bf6c4170-0412-4ce6-9b1d-9b6ae8ee6f60 root hd4,gpt2
hd4,gpt2 est inutile et est faux sur la valeur hd4 lorsque le disque externe est prioritaire. Cela devient HD0
Reste à savoir si le UUID est resté bon.
Tu donneras ce retour
sudo blkid | grep ext4
Dernière modification par geole (Le 28/05/2024, à 20:53)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#5 Le 28/05/2024, à 20:04
- doudy
Re : [Résolu] Linux sur disque externe ne démarre plus : grub>_
En fait, il se pourrait bien que le disque externe ait un problème car sous Win 11 il n'est pas visible ! Dans la Gestion des disques de Windows j'ai cela pour le disque 5 :
Et lorsque je branche ce disque externe sur une machine sous Linux, ce disque semble vide et inaccessible :
Même de formatage est impossible ....
Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images.
Désolé, voila c'est modifié
Dernière modification par doudy (Le 29/05/2024, à 11:58)
Ubuntu 24.04
Hors ligne
#6 Le 28/05/2024, à 20:15
- xubu1957
Re : [Résolu] Linux sur disque externe ne démarre plus : grub>_
Bonjour,
Collage du Boot-info :
boot-info-4ppa2075 [20240528_1329]
============================== Boot Info Summary ===============================
=> Windows is installed in the MBR of /dev/nvme0n1.
=> Windows is installed in the MBR of /dev/sda.
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
biosdisk fshelp ext2 part_msdos
---------------------------------------------------------------------------
=> Windows is installed in the MBR of /dev/sdc.
=> Windows is installed in the MBR of /dev/sdd.
=> Grub2 (v2.00) is installed in the MBR of /dev/sde and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,2)/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
offsetio extcmd macho elf file gettext boot bufio verifiers crypto
terminal normal datetime date mmap drivemap blocklist archelp newc
vga_text relocator video chain ntldr search_label search_fs_file
search_fs_uuid search keylayouts at_keyboard pci usb usb_keyboard gcry_md5
hashsum gcry_crc gzio xzio lzopio lspci fshelp ext2 xfs acpi reboot
iso9660 gcry_sha1 div udf exfat font diskfilter raid6rec zstd btrfs ventoy
read halt video_fb vbe linux linux16 test true sleep echo bitmap gfxterm
bitmap_scale trig video_colors gfxmenu videotest videoinfo functional_test
videotest_checksum video_cirrus video_bochs vga minicmd help configfile tr
biosdisk disk ls tar zfs squash4 pbkdf2 gcry_sha512 password_pbkdf2
all_video png jpeg part_gpt part_msdos fat ntfs loopback
gfxterm_background procfs gfxterm_menu smbios
---------------------------------------------------------------------------
nvme0n1p1: _____________________________________________________________________
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/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
/efi/Microsoft/Boot/cbmr_driver.efi
/efi/Microsoft/Boot/SecureBootRecovery.efi
nvme0n1p2: _____________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
nvme0n1p3: _____________________________________________________________________
File system: ntfs
Boot sector type: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 8 or 10
Boot files: /Windows/System32/winload.exe
nvme0n1p4: _____________________________________________________________________
File system: ntfs
Boot sector type: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: ntfs
Boot sector type: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: ntfs
Boot sector type: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdd1: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
sdd2: __________________________________________________________________________
File system: ntfs
Boot sector type: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sde1: __________________________________________________________________________
File system: exfat
Boot sector type: -
Boot sector info:
Mounting failed: mount: /mnt/BootInfo/sde1: /dev/sde1 already mounted or mount point busy.
dmesg(1) may have more information after failed mount system call.
sde2: __________________________________________________________________________
File system: iso9660
Boot sector type: Grub2 (v1.99-2.00)
Boot sector info: Grub2 (v1.99-2.00) is installed in the boot sector of
sde2 and 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: /boot/grub/grub.cfg
================================ 1 OS detected =================================
OS#1: Windows 8 or 10 on nvme0n1p3
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] from Advanced Micro Devices, Inc. [AMD/ATI]
Live-session OS is Ubuntu 64-bit (Ubuntu 23.10, mantic, x86_64)
===================================== UEFI =====================================
BIOS/UEFI firmware: H.J0(5.17) from American Megatrends International, LLC.
The firmware is EFI-compatible, but this live-session is in Legacy/BIOS/CSM mode (not in EFI mode).
64349b3622c65f495a99dbf6102496e3 nvme0n1p1/Boot/bootx64.efi
925029921cfc9e40f54f55d4cffbdd49 nvme0n1p1/Boot/fbx64.efi
857e495f63f23c842e2b074e692b6e3a nvme0n1p1/Boot/mmx64.efi
1d99ff510dac8535d215797ad5e69230 nvme0n1p1/ubuntu/grubx64.efi
857e495f63f23c842e2b074e692b6e3a nvme0n1p1/ubuntu/mmx64.efi
64349b3622c65f495a99dbf6102496e3 nvme0n1p1/ubuntu/shimx64.efi
e34c4135d75ce5708a2939554a087183 nvme0n1p1/Microsoft/Boot/bootmgfw.efi
3029d8cf512ca3d3dec4bf64c2d0d20c nvme0n1p1/Microsoft/Boot/bootmgr.efi
b8796e68099026aabcebb8fcf75b21f6 nvme0n1p1/Microsoft/Boot/cbmr_driver.efi
23837e7f81b5b729c2cc673d3da56273 nvme0n1p1/Microsoft/Boot/SecureBootRecovery.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
nvme0n1 : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdd : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 34 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
sde : notGPT, no-BIOSboot, has-noESP, usb-disk, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
sdc : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
nvme0n1p3 : is-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, end-after-100GB
nvme0n1p1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
nvme0n1p4 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, end-after-100GB
sdd2 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, end-after-100GB
sdb1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, end-after-100GB
sde1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdc1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, end-after-100GB
sda1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, end-after-100GB
Partitions info (2/3): _________________________________________________________
nvme0n1p3 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot
nvme0n1p1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
nvme0n1p4 : isnotESP, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot
sdd2 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sde1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
nvme0n1p3 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, nvme0n1
nvme0n1p1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, nvme0n1
nvme0n1p4 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, nvme0n1
sdd2 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdd
sdb1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sde1 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sde
sdc1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdc
sda1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk identifier: 0x8d104571
Boot Start End Sectors Size Id Type
sda1 2048 976773119 976771072 465.8G 7 HPFS/NTFS/exFAT
Disk sdb: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk identifier: 0xcc295e28
Boot Start End Sectors Size Id Type
sdb1 * 2048 3907028991 3907026944 1.8T 7 HPFS/NTFS/exFAT
Disk sdc: 447.13 GiB, 480103981056 bytes, 937703088 sectors
Disk identifier: 0xb13873a0
Boot Start End Sectors Size Id Type
sdc1 2048 937699327 937697280 447.1G 7 HPFS/NTFS/exFAT
Disk sdd: 447.13 GiB, 480103981056 bytes, 937703088 sectors
Disk identifier: 9146A3A6-B2B2-42A8-9AC1-37FDEF02115F
Start End Sectors Size Type
sdd1 34 32767 32734 16M Microsoft reserved
sdd2 32768 937699327 937666560 447.1G Microsoft basic data
Disk nvme0n1: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 20BDC03D-49EB-42E6-BD22-EBC4BB0D9EAC
Start End Sectors Size Type
nvme0n1p1 2048 206847 204800 100M EFI System
nvme0n1p2 206848 239615 32768 16M Microsoft reserved
nvme0n1p3 239616 1951890785 1951651170 930.6G Microsoft basic data
nvme0n1p4 1951891456 1953517567 1626112 794M Windows recovery environment
Disk sde: 57.62 GiB, 61872793600 bytes, 120845300 sectors
Disk identifier: 0xba0e27c7
Boot Start End Sectors Size Id Type
sde1 * 2048 120779759 120777712 57.6G 7 HPFS/NTFS/exFAT
sde2 120779760 120845295 65536 32M ef EFI (FAT-12/16/32)
Disk mapper/ventoy: 2.96 GiB, 3173791744 bytes, 6198812 sectors
Disk identifier: 3B0FC876-F0D1-4B71-BB06-F6BFFAF2A741
Start End Sectors Size Type
mapper/ventoy-part1 64 6188111 6188048 3G Microsoft basic data
mapper/ventoy-part2 6188112 6198147 10036 4.9M EFI System
mapper/ventoy-part3 6198148 6198747 600 300K Microsoft basic data
parted -lm (filtered): _________________________________________________________
sda:500GB:scsi:512:512:msdos:ATA WDC WDS500G2B0A:;
1:1049kB:500GB:500GB:ntfs::;
sdb:2000GB:scsi:512:4096:msdos:ATA TOSHIBA HDWD120:;
1:1049kB:2000GB:2000GB:ntfs::boot;
sdc:480GB:scsi:512:512:msdos:ATA CT480BX500SSD1:;
1:1049kB:480GB:480GB:ntfs::;
sdd:480GB:scsi:512:512:gpt:ATA CT480BX500SSD1:;
1:17.4kB:16.8MB:16.8MB::Microsoft reserved partition:msftres;
2:16.8MB:480GB:480GB:ntfs:Basic data partition:msftdata;
sde:61.9GB:scsi:512:512:msdos:Kingston DataTraveler 2.0:;
1:1049kB:61.8GB:61.8GB:::boot;
2:61.8GB:61.9GB:33.6MB:fat16::esp;
mapper/ventoy:3174MB:dm:512:512:gpt:Linux device-mapper (linear):;
1:32.8kB:3168MB:3168MB::ISO9660:hidden, msftdata;
2:3168MB:3173MB:5138kB::Appended2:boot, esp;
3:3173MB:3174MB:307kB::Gap1:hidden, msftdata;
nvme0n1:1000GB:nvme:512:512:gpt:WDC WDS100T2B0C-00PXH0:;
1:1049kB:106MB:105MB:fat32:EFI system partition:boot, esp, no_automount;
2:106MB:123MB:16.8MB::Microsoft reserved partition:msftres, no_automount;
3:123MB:999GB:999GB:ntfs:Basic data partition:msftdata;
4:999GB:1000GB:833MB:ntfs::hidden, diag, no_automount;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
└─sda1 ntfs 60ADD0421B48D683 8d104571-01 WD500Go
sdb
└─sdb1 ntfs 6A54D9CB54D999E1 cc295e28-01 Toshiba 2To
sdc
└─sdc1 ntfs 3008FAF108FAB4C6 b13873a0-01 Crucial480Go
sdd
├─sdd1 2ba8d542-c745-4d20-aa75-299c74849332 Microsoft reserved partition
└─sdd2 ntfs E0BC6657BC6627EC beb07057-86ca-4156-b67b-d7e74dd92238 Crucial2_480Go Basic data partition
sde
├─sde1 exfat 4E21-0000 ba0e27c7-01 Ventoy
│ └─ventoy
└─sde2
sdf
nvme0n1
├─nvme0n1p1 vfat 5603-C8CE a292dd0f-1355-4355-b9d7-8a2e2c532e72 EFI system partition
├─nvme0n1p2 a98b24fe-e755-4dcd-ab00-62e1d2bc5e58 Microsoft reserved partition
├─nvme0n1p3 ntfs 2E9604B396047E19 db96917c-b041-419e-994d-ea266ceba891 Basic data partition
└─nvme0n1p4 ntfs 5034545434543EE2 5c32c345-ffa2-447f-8279-887623c94316
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/mapper/ventoy 0 100% /cdrom
/dev/nvme0n1p1 63.4M 34% /mnt/boot-sav/nvme0n1p1
/dev/nvme0n1p3 809.8G 13% /mnt/boot-sav/nvme0n1p3
/dev/nvme0n1p4 78.3M 90% /mnt/boot-sav/nvme0n1p4
/dev/sda1 121.4G 74% /media/xubuntu/WD500Go
/dev/sdb1 243.1G 87% /mnt/boot-sav/sdb1
/dev/sdc1 137.2G 69% /mnt/boot-sav/sdc1
/dev/sdd2 159.3G 64% /mnt/boot-sav/sdd2
Mount options (filtered): ______________________________________________________
/dev/mapper/ventoy iso9660 ro,noatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=utf8
/dev/nvme0n1p1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/nvme0n1p3 fuseblk ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/nvme0n1p4 fuseblk ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda1 ntfs3 rw,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8
/dev/sdb1 fuseblk ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sdc1 fuseblk ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sdd2 fuseblk ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096
============================== ls -R /dev/mapper/ ==============================
/dev/mapper:
control
ventoy
=================== nvme0n1p1/efi/ubuntu/grub.cfg (filtered) ===================
search.fs_uuid bf6c4170-0412-4ce6-9b1d-9b6ae8ee6f60 root hd4,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sde2/boot/grub/grub.cfg (filtered) ======================
Try or Install Xubuntu
Xubuntu (safe graphics)
OEM install (for manufacturers)
Boot from next volume
UEFI Firmware Settings
Test memory
==================== sde2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
======================== Unknown MBRs/Boot Sectors/etc =========================
/dev/nvme0n1p1: unknown GPT attributes
8000000000000000
/dev/nvme0n1p2: unknown GPT attributes
8000000000000000
/dev/nvme0n1p4: unknown GPT attributes
8000000000000001
Unknown BootLoader on sda1
================================= User choice ==================================
Is there RAID on this computer? no
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would not act on the MBR.
Additional repair would be performed: unhide-bootmenu-10s win-legacy-basic-fix
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#7 Le 29/05/2024, à 11:53
- doudy
Re : [Résolu] Linux sur disque externe ne démarre plus : grub>_
Problème résolu :
En fait c'était un problème mécanique tout bête !
Ce disque ssd MVMe M.2 est dans un boitier métallique à tiroir et le pad thermique avait adhéré à la coque métallique du boitier autant qu'au ssd M.2 , et lors de la manipulation du tiroir le ssd était sorti du slot d'un demi mm
Merci encore pour votre aide
Dernière modification par doudy (Le 29/05/2024, à 11:54)
Ubuntu 24.04
Hors ligne