Hallo Christian,Hallo Liste,
Ich vermute, dass das OpenSuse Installer-Image sowohl ein MBR-Partitionsschema als auch GPT-Partitionsschema enthaelt, damit es Legacy-boot und UEFI-boot unterstuetzt.
Vermutlich findet der Kernel (zusaetzlich zum MBR) noch eine gueltige GPT-Partitionierung auf dem Stick, kann aber die dort referenzierten Partitionen nicht mehr einbinden, weil sie inzwischen ueberschrieben wurden.
Mit dem Tool gdisk kannst Du pruefen, ob der Stick noch eine GPT-Partitionierung enthaelt und diese ggf. entfernen:
# gdisk /dev/sdb (/dev/sdb durch Stick-Device ersetzen)
Command (? for help): p
[eventuell GPT-Ausgabe]
Command (? for help): x
Expert command (? for help): z
About to wipe out GPT on /dev/sdb Proceed? (Y/N): Y
GPT data structures destroyed! You may now partition the disk using fdisk or other utilities. Blank out MBR? (Y/N): Y
Danach mit einem Tool Deiner Wahl mit MBR-Schema partitionieren.
Die Vermutung von Christian das das OpenSuse Installer-Image sowohl ein MBR-Partitionsschema als auch GPT-Partitionsschema enthält, fand ich sehr vielversprechend. So habe ich das zuerst ausprobiert.
Laut den Erkenntnissen von gdisk ist jedoch ausschließlich (noch) ein MBR vorhanden.
Schade das klang vielversprechend
Viele Grüße
Jens
PS: zur Vollständigkeit hier noch die Ausgaben von gdisk:
Dorie:~ # gdisk /dev/sdc GPT fdisk (gdisk) version 0.8.5
Partition table scan: MBR: MBR only BSD: not present APM: not present GPT: not present
*************************************************************** Found invalid GPT and valid MBR; converting MBR to GPT format. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if you don't want to convert your MBR partitions to GPT format! ***************************************************************
Warning! Secondary partition table overlaps the last partition by 5 blocks! Try reducing the partition table size by 20 entries. (Use the 's' item on the experts' menu.)
Command (? for help): p Disk /dev/sdc: 15663104 sectors, 7.5 GiB Logical sector size: 512 bytes Disk identifier (GUID): 347CF7DB-97E2-459E-8F7B-32A0B2981649 Partition table holds up to 128 entries First usable sector is 34, last usable sector is 15663070 Partitions will be aligned on 2048-sector boundaries Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name 1 2048 15663075 7.5 GiB 0700 Microsoft basic data
Command (? for help): z b back up GPT data to a file c change a partition's name d delete a partition i show detailed information on a partition l list known partition types n add a new partition o create a new empty GUID partition table (GPT) p print the partition table q quit without saving changes r recovery and transformation options (experts only) s sort partitions t change a partition's type code v verify disk w write table to disk and exit x extra functionality (experts only) ? print this menu
Command (? for help): x
Expert command (? for help): z About to wipe out GPT on /dev/sdc. Proceed? (Y/N): y GPT data structures destroyed! You may now partition the disk using fdisk or other utilities. Blank out MBR? (Y/N): y Dorie:~ # gdisk /dev/sdc GPT fdisk (gdisk) version 0.8.5
Partition table scan: MBR: not present BSD: not present APM: not present GPT: not present
Creating new GPT entries.