habe hier gerade ein System, welches sein OS nicht mehr findet mit grml Rettungsstick gebootet (mit Bootparameter lvm).
Fdisk -l zeigt mir noch die Partitionen.
Code: Alles auswählen
root@grml ~ # fdisk -l
Disk /dev/sda: 3.7 TiB, 3999688294400 bytes, 7811891200 sectors
Disk model: MR9271-8i
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C1894CD1-33F1-40D6-BC67-05A59BCB59AF
Device Start End Sectors Size Type
/dev/sda1 2048 8388641 8386594 4G Microsoft basic data
/dev/sda2 8390656 16777249 8386594 4G Microsoft basic data
/dev/sda3 16779264 7811891166 7795111903 3.6T Linux LVM
Code: Alles auswählen
root@grml ~ # systemctl -a | grep lvm
lvm2-lvmetad.service loaded active running LVM2 metadata daemon
lvm2-lvmetad.socket loaded active running LVM2 metadata daemon socket
root@grml ~ # vgchange -a y
root@grml ~ # vgscan -v
Wiping cache of LVM-capable devices
Wiping internal VG cache
Reading volume groups from cache.
No volume groups found.
root@grml ~ # pvscan -v
Wiping internal VG cache
Wiping cache of LVM-capable devices
No matching physical volumes found
Danke, xcomm