Ik heb net op een dualboot laptop een upgrade geforceerd van Windows 10 naar 11. Ook die in-place upgrade (vanuit Windows 10 zelf, dus niet via USB stick of CD) lijkt de Debian-installatie naar de haaien te hebben geholpen. GRUB werd niet overschreven, maar de Debian ext4 root is niet meer te benaderen. Fdisk en parted herkennen geen bestandssysteem meer, ik kan ook geen superblock meer herstellen.
Fsck vindt niks, backup superblocks (de blokken die e2fsck -n laat zien) slikt/vindt hij ook niet.
De partitietabel lijkt nog gewoon OK...
De GRUB config op de EFI-partitie bevat de UUID nog van de rootpartitie, maar omdat die partitie niet meer in orde is kan GRUB daar natuurlijk ook niet meer aan:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| $ sudo parted /dev/sda print Model: ASMedia asm1153e (scsi) Disk /dev/sda: 500GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 1 1049kB 106MB 105MB fat32 EFI system partition boot, esp 2 106MB 123MB 16,8MB Microsoft reserved partition msftres 3 123MB 214GB 214GB ntfs Basic data partition msftdata 4 214GB 215GB 803MB ntfs hidden, diag, no_automount 5 215GB 456GB 242GB Debian Bullseye |
Fsck vindt niks, backup superblocks (de blokken die e2fsck -n laat zien) slikt/vindt hij ook niet.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| $ sudo e2fsck /dev/sda5 e2fsck 1.47.2 (1-Jan-2025) ext2fs_open2: Bad magic number in super-block e2fsck: Superblock invalid, trying backup blocks... e2fsck: Bad magic number in super-block while trying to open /dev/sda5 The superblock could not be read or does not describe a valid ext2/ext3/ext4 filesystem. If the device is valid and it really contains an ext2/ext3/ext4 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device> or e2fsck -b 32768 <device> |
De partitietabel lijkt nog gewoon OK...
De GRUB config op de EFI-partitie bevat de UUID nog van de rootpartitie, maar omdat die partitie niet meer in orde is kan GRUB daar natuurlijk ook niet meer aan:
code:
1
2
| $ grep -i uuid grub.cfg search.fs_uuid dd1384b0-f818-4e17-a226-459045afd9a3 root hd0,gpt5 |
[ Voor 6% gewijzigd door Borromini op 09-02-2025 13:13 ]
Got Leenucks? | Debian Bookworm x86_64 / ARM | OpenWrt: Empower your router | Blogje