#1 Le 06/11/2020, à 09:04
- Kazanoff
[Résolu] "Invalid partition table" après installation 20.04
Bonjour à tous,
j'ai acheté un petit ordi d'appoint (Dell Latitude E6430s), qui lançait windows 10 en uefi ; j'ai enlevé windows et installé Ubuntu 20.04, en choisissant legacy mode, mais au démarrage j'ai le message "Invalid partition table".
Voici ce que retourne fdisk
david@david-Latitude:~$ sudo fdisk -l
Disque /dev/loop0 : 54,98 MiB, 57626624 octets, 112552 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Disque /dev/loop1 : 49,8 MiB, 52203520 octets, 101960 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Disque /dev/loop2 : 62,9 MiB, 65105920 octets, 127160 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Disque /dev/loop3 : 29,9 MiB, 31334400 octets, 61200 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Disque /dev/loop4 : 255,58 MiB, 267980800 octets, 523400 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Disque /dev/loop5 : 55,37 MiB, 58052608 octets, 113384 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Disque /dev/loop6 : 30,96 MiB, 32440320 octets, 63360 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Disque /dev/loop7 : 50,69 MiB, 53133312 octets, 103776 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Disque /dev/sda : 238,49 GiB, 256060514304 octets, 500118192 secteurs
Disk model: TOSHIBA THNSNK25
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 71799BC2-24C8-4954-A9DB-A05E89B92424
Périphérique Début Fin Secteurs Taille Type
/dev/sda1 2048 58593279 58591232 28G Système de fichiers Linux
/dev/sda2 58593280 500117503 441524224 210,5G Système de fichiers Linux
Disque /dev/loop8 : 217,92 MiB, 228478976 octets, 446248 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) :512 octets / 512 octets
Merci par avance !
Dernière modification par Kazanoff (Le 06/11/2020, à 11:00)
Ekimia N750HU Ubuntu 22.04 x86_64 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i5-1035G1 CPU @ 1.00GHz × 8
Asus K551L Ubuntu MATE 22.04 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i7-451OI CPU @ 2.00GHz × 4
Dell Latitude E6430s Ubuntu 20.04 5.4.0-26-generic x86_64
Hors ligne
#2 Le 06/11/2020, à 09:24
- FrancisFDZ
Re : [Résolu] "Invalid partition table" après installation 20.04
Bonjour,
Il me semble que le choix d'installer ubuntu en mode legacy n'était pas pertinent. Le disque est en GPT (confirmé par la réponse de fdisk). Si tu installes ubuntu en mode MBR ( = legacy), cela génère forcément une erreur "invalid partition table", la table de partition étant la principale différence entre les modes GPT et MBR.
Je te conseillerais donc de refaire l'installation en ayant bien soin de choisir le mode UEFI, mais il serait bon d'attendre un autre avis, mon matériel est en MBR et je connais mal l'UEFI (autrement dit, cela est à la limite de mes compétences)
Dernière modification par FrancisFDZ (Le 06/11/2020, à 09:28)
-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]
Hors ligne
#3 Le 06/11/2020, à 09:54
- Kazanoff
Re : [Résolu] "Invalid partition table" après installation 20.04
Merci FrancisFDZ,
j'ai fait ce choix parce que je ne comprends pas la logique de l'UEFI, en particulier quand il s'agit de créer une partition dédiée.
Est-ce que je peux la créer maintenant et modifier le bios pour booter en UEFI ?
Merci,
Kaza
Ekimia N750HU Ubuntu 22.04 x86_64 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i5-1035G1 CPU @ 1.00GHz × 8
Asus K551L Ubuntu MATE 22.04 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i7-451OI CPU @ 2.00GHz × 4
Dell Latitude E6430s Ubuntu 20.04 5.4.0-26-generic x86_64
Hors ligne
#4 Le 06/11/2020, à 10:04
- moko138
Re : [Résolu] "Invalid partition table" après installation 20.04
Je confirme.
Il est possible, sur un disque à GPT, de démarrer en mode legacy un Linux, à condition de créer avant l'installation une petite partition (1 Mio) à drapeau bios_boot (cf. la Doc gpt).
Mais ce qui est prévu, c'est d'installer soit en mode legacy sur table à dos, soit en mode EFI sur disque à GPT.
Pour t'éviter la procédure de nettoyage de la GPT, je te conseille de réinstaller en mode EFI sur ton disque à GPT.
= =
Par ailleurs, avec seulement 28 Gio pour la racine, tu te retrouverais vite à l'étroit.
Donc je te suggère fermement de réduire sd.2 pour agrandir sd.1
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#5 Le 06/11/2020, à 10:14
- moko138
Re : [Résolu] "Invalid partition table" après installation 20.04
N.B. : En #4, je répondais au #2 de FrancisFDZ !
- -
je ne comprends pas la logique de l'UEFI, en particulier quand il s'agit de créer une partition dédiée.
La partition UEFI (qui n'est pas la partition à drapeau bios_boot) est créée (ou mise à jour) automatiquement par l'installateur, à condition de démarrer en mode UEFI
- -
Est-ce que je peux la créer maintenant et modifier le bios pour booter en UEFI ?
Hum... Sans doute qu'un expert tel que Nasman saurait te dicter les opérations nécessaires pour y parvenir après installation.
Mais de toute façon, tu auras plus vite fait de réinstaller.
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#6 Le 06/11/2020, à 10:35
- Kazanoff
Re : [Résolu] "Invalid partition table" après installation 20.04
Je confirme.
Il est possible, sur un disque à GPT, de démarrer en mode legacy un Linux, à condition de créer avant l'installation une petite partition (1 Mio) à drapeau bios_boot (cf. la Doc gpt).Mais ce qui est prévu, c'est d'installer soit en mode legacy sur table à dos, soit en mode EFI sur disque à GPT.
Pour t'éviter la procédure de nettoyage de la GPT, je te conseille de réinstaller en mode EFI sur ton disque à GPT.
= =
Par ailleurs, avec seulement 28 Gio pour la racine, tu te retrouverais vite à l'étroit.
Donc je te suggère fermement de réduire sd.2 pour agrandir sd.1
Merci, je vais donc réinstaller en démarrant en uefi (puisque la procédure est automatisée)
Evidemment, impatiemment j'ai tout paramétré sur le PC
En revanche j'ai toujours mis une trentaine de Gigas à la racine (je pensais avoir lu ça qqpart) et ça ne me pose pas de problème particulier pour le moment sur mes autres pc.
Tu confirmes qu'il faut plus ?
Ekimia N750HU Ubuntu 22.04 x86_64 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i5-1035G1 CPU @ 1.00GHz × 8
Asus K551L Ubuntu MATE 22.04 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i7-451OI CPU @ 2.00GHz × 4
Dell Latitude E6430s Ubuntu 20.04 5.4.0-26-generic x86_64
Hors ligne
#7 Le 06/11/2020, à 10:52
- Kazanoff
Re : [Résolu] "Invalid partition table" après installation 20.04
Allez, je tente la manip proposée ici : https://doc.ubuntu-fr.org/uefi?redirect … ou_non-efi
on verra bien, au pire je réinstalle tout !
Ekimia N750HU Ubuntu 22.04 x86_64 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i5-1035G1 CPU @ 1.00GHz × 8
Asus K551L Ubuntu MATE 22.04 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i7-451OI CPU @ 2.00GHz × 4
Dell Latitude E6430s Ubuntu 20.04 5.4.0-26-generic x86_64
Hors ligne
#8 Le 06/11/2020, à 10:55
- moko138
Re : [Résolu] "Invalid partition table" après installation 20.04
Canonical généralisant les .snap, tu seras vite à l'étroit, sauf si tu fais le choix de leur préférer des .deb chaque fois qu'il en existe encore et que tu gardes ta 20.04 jusqu'en 2025.
Autrement, ou si en plus tu installes des jeux ou autres applis gourmandes (je pense aux fichiers transitoires de certaines)... tu seras coincé tôt ou tard.
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#9 Le 06/11/2020, à 10:57
- Kazanoff
Re : [Résolu] "Invalid partition table" après installation 20.04
Je vais tenter de rebooter après la manip, je mets le boot-info pour référence :
Ekimia N750HU Ubuntu 22.04 x86_64 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i5-1035G1 CPU @ 1.00GHz × 8
Asus K551L Ubuntu MATE 22.04 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i7-451OI CPU @ 2.00GHz × 4
Dell Latitude E6430s Ubuntu 20.04 5.4.0-26-generic x86_64
Hors ligne
#10 Le 06/11/2020, à 10:58
- Kazanoff
Re : [Résolu] "Invalid partition table" après installation 20.04
Canonical généralisant les .snap, tu seras vite à l'étroit, sauf si tu fais le choix de leur préférer des .deb chaque fois qu'il en existe encore et que tu gardes ta 20.04 jusqu'en 2025.
Autrement, ou si en plus tu installes des jeux ou autres applis gourmandes (je pense aux fichiers transitoires de certaines)... tu seras coincé tôt ou tard.
Ok merci. C'est vrai que j'ai dû me mettre aux snap, mais je n'en ai pas encore beaucoup ; certainement pas de jeu, et peu d'applis gourmandes. Je ferai la manip au besoin !
Ekimia N750HU Ubuntu 22.04 x86_64 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i5-1035G1 CPU @ 1.00GHz × 8
Asus K551L Ubuntu MATE 22.04 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i7-451OI CPU @ 2.00GHz × 4
Dell Latitude E6430s Ubuntu 20.04 5.4.0-26-generic x86_64
Hors ligne
#11 Le 06/11/2020, à 10:58
- xubu1957
Re : [Résolu] "Invalid partition table" après installation 20.04
Bonjour,
Collage du boot-info :
boot-repair-4ppa125 [20201106_0952]
============================= Boot Repair Summary ==============================
User choice:
Is there RAID on this computer? no
Default settings: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub-efi-amd64-signed of
sda1,
using the following options: sda3/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 20.04.1 LTS entry (sda3/efi/****/shim****.efi (**** will be updated in the final message) file) !
User settings: _________________________________________________________________
/usr/share/boot-sav/bs-cmd_terminal.sh: line 177: warning: command substitution: ignored null byte in input
The settings chosen by the user will purge (in order to fix packages) and reinstall the grub-efi-amd64-signed of
sda1,
using the following options: sda3/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file
/boot/efi added in sda1/fstab
Created sda1/boot/efi
Mount sda3 on /mnt/boot-sav/sda1/boot/efi
ls: cannot access '/mnt/boot-sav/sda1/boot/efi/efi': No such file or directory
No sda1/boot/efi/efi/ ubuntu/mint folder
chroot /mnt/boot-sav/sda1 apt-get -y update
Purge the GRUB of sda1
grub-efi-amd64-signed available
The following package was automatically installed and is no longer required:
libfprint-2-tod1
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
efibootmgr grub-efi-amd64-bin
The following NEW packages will be installed:
efibootmgr grub-efi-amd64-bin grub-efi-amd64-signed
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
DEBCHECK debOK, grub-efi-amd64-signed
DEBCHECK debOK
shim-signed available
Please type: sudo chroot "/mnt/boot-sav/sda1" dpkg --configure -ansudo chroot "/mnt/boot-sav/sda1" apt-get install -fynsudo chroot "/mnt/boot-sav/sda1" 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 "/mnt/boot-sav/sda1" apt-get install -y grub-efi-amd64-signed shim-signed linux-headers-generic
Unhide GRUB boot menu in sda1/etc/default/grub
Reinstall the grub-efi-amd64-signed shim-signed linux-headers-generic of sda1 =
grub-install --version
grub-install (GRUB) 2.04-1ubuntu26.6
efibootmgr -v from chroot before grub install
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0007,0000
Boot0000* Windows Boot Manager HD(1,GPT,24a665e1-6763-4aae-9210-94817c8b9ec9,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.}....................
Boot0007* UEFI: USB DISK 2.0 PMAP PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(1,0)/HD(2,MBR,0x9fcf493c,0x1dd0000,0x10000)AMBO
uname -r
5.3.0-28-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/sda3
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/shimx64.efi /mnt/boot-sav/sda1/boot/efi/EFI/Boot/bootx64.efi
cp /mnt/boot-sav/sda1/boot/efi/EFI/ubuntu/grubx64.efi /mnt/boot-sav/sda1/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: 0001,0007,0000
Boot0000* Windows Boot Manager HD(1,GPT,24a665e1-6763-4aae-9210-94817c8b9ec9,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.}....................
Boot0001* ubuntu HD(3,GPT,28d3071f-cab8-421c-be4b-ee3d6ce3623f,0x800,0x1f000)/File(EFIubuntushimx64.efi)
Boot0007* UEFI: USB DISK 2.0 PMAP PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(1,0)/HD(2,MBR,0x9fcf493c,0x1dd0000,0x10000)AMBO
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.4.0-52-generic
Found initrd image: /boot/initrd.img-5.4.0-52-generic
Found linux image: /boot/vmlinuz-5.4.0-42-generic
Found initrd image: /boot/initrd.img-5.4.0-42-generic
grub-probe: error: cannot find a GRUB drive for /dev/sdb2. Check your device.map.
Adding boot menu entry for UEFI Firmware Settings
Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
An error occurred during the repair.
You can now reboot your computer.
Please do not forget to make your UEFI firmware boot on the Ubuntu 20.04.1 LTS entry (sda3/EFI/ubuntu/shimx64.efi file) !
============================ Boot Info After Repair ============================
FUSE exfat 1.2.8
=> Grub2 (v1.99-2.00) is installed in the MBR of /dev/sda and looks at sector
30158968 of the same hard drive for core.img, but core.img can not be
found at this location.
=> 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)/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
gettext boot extcmd bufio verifiers crypto terminal normal datetime date
mmap drivemap blocklist pci lspci fshelp ext2 xfs iso9660 gcry_sha1
relocator udf exfat ventoy video chain read acpi halt video_fb vbe linux
linux16 test true sleep reboot echo bitmap font gfxterm bitmap_scale trig
video_colors gfxmenu videotest videoinfo gcry_crc gzio diskfilter raid6rec
lzopio zstd btrfs functional_test videotest_checksum video_cirrus
video_bochs vga minicmd help configfile tr biosdisk disk ls archelp tar
xzio squash4 pbkdf2 gcry_sha512 password_pbkdf2 all_video png jpeg
part_msdos fat ntfs loopback gfxterm_background procfs gfxterm_menu
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 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: 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
sdb1: __________________________________________________________________________
File system: exfat
Boot sector type: -
Boot sector info:
Mounting failed: fuse: mount failed: Device or resource busy
sdb2: __________________________________________________________________________
File system: iso9660
Boot sector type: Unknown
Boot sector info:
Operating System:
Boot files: /boot/grub/grub.cfg
================================ 1 OS detected =================================
OS#1: Ubuntu 20.04.1 LTS on sda1
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Boot-Repair-Disk 64bit 20200604, bionic, x86_64)
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled.
efibootmgr -v
BootCurrent: 0007
Timeout: 2 seconds
BootOrder: 0007,0000
Boot0000* Windows Boot Manager HD(1,GPT,24a665e1-6763-4aae-9210-94817c8b9ec9,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.}....................
Boot0007* UEFI: USB DISK 2.0 PMAP PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(1,0)/HD(2,MBR,0x9fcf493c,0x1dd0000,0x10000)AMBO
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sda3 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, fstab-without-efi, 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
sda3 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, 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, std-grub.d, sda
sda3 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Disk identifier: 71799BC2-24C8-4954-A9DB-A05E89B92424
Start End Sectors Size Type
sda1 129024 58714111 58585088 28G Linux filesystem
sda2 58716160 500117503 441401344 210.5G Linux filesystem
sda3 2048 129023 126976 62M EFI System
Partition table entries are not in disk order.
Disk sdb: 15 GiB, 16039018496 bytes, 31326208 sectors
Disk identifier: 0x9fcf493c
Boot Start End Sectors Size Id Type
sdb1 * 2048 31260671 31258624 14.9G 7 HPFS/NTFS/exFAT
sdb2 31260672 31326207 65536 32M ef EFI (FAT-12/16/32)
Disk mapper/ventoy: 880 MiB, 922746880 bytes, 1802240 sectors
Disk identifier: 0x2c534026
Boot Start End Sectors Size Id Type
mapper/ventoy-part1 * 0 1802239 1802240 880M 0 Empty
mapper/ventoy-part2 964 5891 4928 2.4M ef EFI (FAT-12/16/32)
Disk zram0: 983.2 MiB, 1030950912 bytes, 251697 sectors
Disk zram1: 983.2 MiB, 1030950912 bytes, 251697 sectors
Disk zram2: 983.2 MiB, 1030950912 bytes, 251697 sectors
Disk zram3: 983.2 MiB, 1030950912 bytes, 251697 sectors
parted -lm (filtered): _________________________________________________________
sda:256GB:scsi:512:4096:gpt:ATA TOSHIBA THNSNK25:;
3:1049kB:66.1MB:65.0MB:fat32::boot, esp;
1:66.1MB:30.1GB:30.0GB:ext4::;
2:30.1GB:256GB:226GB:ext4::;
sdb:16.0GB:scsi:512:512:msdos: USB DISK 2.0:;
1:1049kB:16.0GB:16.0GB:::boot;
2:16.0GB:16.0GB:33.6MB:fat16::esp;
mapper/ventoy:923MB:dm:512:512:msdos:Linux device-mapper (linear):;
2:494kB:3017kB:2523kB:::esp;
zram3:1031MB:unknown:4096:4096:loop:Unknown:;
1:0.00B:1031MB:1031MB:linux-swap(v1)::;
zram1:1031MB:unknown:4096:4096:loop:Unknown:;
1:0.00B:1031MB:1031MB:linux-swap(v1)::;
zram2:1031MB:unknown:4096:4096:loop:Unknown:;
1:0.00B:1031MB:1031MB:linux-swap(v1)::;
zram0:1031MB:unknown:4096:4096:loop:Unknown:;
1:0.00B:1031MB:1031MB:linux-swap(v1)::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ext4 d993dd41-3dbc-4592-9185-728a731674b0 c1f52d43-e6ee-41c3-8e44-0406272a825a
├─sda2 ext4 ead787f8-3302-4c8d-83dd-a24b2c4e42a5 ee722406-76f5-4cd9-b199-b302102f973e
└─sda3 vfat CBBC-2F9F 28d3071f-cab8-421c-be4b-ee3d6ce3623f
sdb
├─sdb1 exfat F06A-33EB 9fcf493c-01 ventoy
│ └─ventoy
└─sdb2 iso9660 2020-06-13-00-42-55-00 Boot-Repair-Disk 64bit
zram0
zram1
zram2
zram3
df (filtered): _________________________________________________________________
Avail Use% Mounted on
mapper/ventoy 0 100% /cdrom
sda1 17.8G 30% /mnt/boot-sav/sda1
sda2 187G 4% /mnt/boot-sav/sda2
sda3 50.4M 17% /mnt/boot-sav/sda3
sdb2 0 100% /media/lubuntu/Boot-Repair-Disk 64bit
Mount options: __________________________________________________________________
mapper/ventoy ro,noatime,nojoliet,check=s,map=n,blocksize=2048
sda1 rw,relatime
sda2 rw,relatime
sda3 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb2 ro,nosuid,nodev,relatime,nojoliet,check=s,map=n,blocksize=2048
============================== ls -R /dev/mapper/ ==============================
/dev/mapper:
control
ventoy
====================== sda1/boot/grub/grub.cfg (filtered) ======================
Ubuntu d993dd41-3dbc-4592-9185-728a731674b0
Ubuntu, with Linux 5.4.0-52-generic d993dd41-3dbc-4592-9185-728a731674b0
Ubuntu, with Linux 5.4.0-42-generic d993dd41-3dbc-4592-9185-728a731674b0
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings uefi-firmware
### 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=d993dd41-3dbc-4592-9185-728a731674b0 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda2 during installation
UUID=ead787f8-3302-4c8d-83dd-a24b2c4e42a5 /home ext4 defaults 0 2
/swapfile none swap sw 0 0
UUID=CBBC-2F9F /boot/efi vfat defaults 0 1
======================= sda1/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=""
==================== sda1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0.061531067 = 0.066068480 boot/grub/grub.cfg 1
18.431774139 = 19.790966784 boot/vmlinuz 1
4.101287842 = 4.403724288 boot/vmlinuz-5.4.0-42-generic 2
18.431774139 = 19.790966784 boot/vmlinuz-5.4.0-52-generic 1
4.101287842 = 4.403724288 boot/vmlinuz.old 2
2.099937439 = 2.254790656 boot/initrd.img 4
21.236923218 = 22.802972672 boot/initrd.img-5.4.0-42-generic 2
2.099937439 = 2.254790656 boot/initrd.img-5.4.0-52-generic 4
21.236923218 = 22.802972672 boot/initrd.img.old 2
===================== sda1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 Oct 1 15:19 10_linux
-rwxr-xr-x 1 root root 42359 Oct 1 15:19 10_linux_zfs
-rwxr-xr-x 1 root root 12894 Oct 1 15:19 20_linux_xen
-rwxr-xr-x 1 root root 12059 Oct 1 15:19 30_os-prober
-rwxr-xr-x 1 root root 1424 Oct 1 15:19 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Oct 1 15:19 40_custom
-rwxr-xr-x 1 root root 216 Oct 1 15:19 41_custom
===================== sda3/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid d993dd41-3dbc-4592-9185-728a731674b0 root hd0,gpt1
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sdb2
00000000 33 ed 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |3...............|
00000010 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |................|
00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
00000060 83 e1 01 74 0b 66 c7 06 f3 06 b4 42 eb 15 eb 02 |...t.f.....B....|
00000070 31 c9 5a 51 b4 08 cd 13 5b 0f b6 c6 40 50 83 e1 |1.ZQ....[...@P..|
00000080 3f 51 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 |?Q..SRP..|...f..|
00000090 07 e8 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 |..D.....f@.....f|
000000a0 81 3e 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 |.>@|..xpu....{.D|
000000b0 7c 00 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 ||.....isolinux.b|
000000c0 69 6e 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f |in missing or co|
000000d0 72 72 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 |rrupt...f`f1.f..|
000000e0 f8 7b 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a |.{f...{fRfP.Sj.j|
000000f0 10 89 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 |...f.6.{........|
00000100 f6 36 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b |.6.{....A......{|
00000110 cd 13 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 |...d.fa....Opera|
00000120 74 69 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 |ting system load|
00000130 20 65 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 | error...^....>b|
00000140 04 b3 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 |.....<.u........|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 04 17 00 00 00 00 00 00 26 40 53 2c 00 00 80 00 |........&@S,....|
000001c0 01 00 00 3f e0 6f 00 00 00 00 00 80 1b 00 00 fe |...?.o..........|
000001d0 ff ff ef fe ff ff c4 03 00 00 40 13 00 00 00 00 |..........@.....|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=============================== StdErr Messages ================================
sed: can't read /media/lubuntu/Boot-Repair-Disk: No such file or directory
sed: can't read 64bit/boot/grub/grub.cfg: No such file or directory
File descriptor 63 (pipe:[54352]) leaked on lvs invocation. Parent PID 1898: /bin/bash
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
Hors ligne
#12 Le 06/11/2020, à 10:59
- Kazanoff
Re : [Résolu] "Invalid partition table" après installation 20.04
Je vais tenter de rebooter après la manip, je mets le boot-info pour référence :
Aucun problème, redémarrage nickel, merci boot-repair et le la doc ubuntu (et oeuf corse la communauté !)
Ekimia N750HU Ubuntu 22.04 x86_64 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i5-1035G1 CPU @ 1.00GHz × 8
Asus K551L Ubuntu MATE 22.04 kernel 5.15.0-52-generic RAM 8Go Processeur Intel® Core™ i7-451OI CPU @ 2.00GHz × 4
Dell Latitude E6430s Ubuntu 20.04 5.4.0-26-generic x86_64
Hors ligne