Partionierung schlägt fehl nach entfernen der Daten-Partition

Hallo,

ich habe heute 96 Rechner nahezu problemlos mit Linbo aufgesetzt, nur einer macht Schwierigkeiten. Das war der Rechner, mit dem ich getestet habe. Hier habe ich zunächst eine Daten-Partition angelegt, wie sie in der beispie start.conf steht. Diese Datenpartition habe ich dann entfernt, so dass die cache-Partition vorgerutscht ist.

Ich habe auch schon über eine Live-CD mit geparted die Platte neu formatiert, ohne Erfolg. Hat jemand eine Idee?

Die Ausgabe vo linbo_wrapper partition format sieht so aus:

~ # linbo_wrapper partition format
Befehl      : partition
Erstelle neue msdos Partitionstabelle auf /dev/sda.
partition label size id fstype bootable
1: /dev/sda1 windows 50g 7 ntfs yes
2: /dev/sda2 ubuntu 50g 83 ext4 yes
3: /dev/sda3 swap 2g 82 swap no
4: /dev/sda4 extended - 5 - no
5: /dev/sda5 cache - 83 ext4 yes
Partitionierung von /dev/sda erfolgreich beendet!
Befehl      : format
Erstelle neue msdos Partitionstabelle auf /dev/sda.
partition label size id fstype bootable
1: /dev/sda1 windows 50g 7 ntfs yes
Formatiere /dev/sda1 mit ntfs ... OK!
2: /dev/sda2 ubuntu 50g 83 ext4 yes
Formatiere /dev/sda2 mit ext4 ... OK!
3: /dev/sda3 swap 2g 82 swap no
Formatiere /dev/sda3 mit swap ... OK!
4: /dev/sda4 extended - 5 - no
5: /dev/sda5 cache - 83 ext4 yes
Formatiere /dev/sda5 mit ext4 ... Partition ist noch nicht bereit - versuche nochmal ... Fehler!
Partitionierung von /dev/sda fehlerhaft! Details siehe koffer1-3_linbo.log.

Und die Log-datei so:

## Hardware-Setup - Anfang ##
[...]
Setting up swapspace version 1, size = 2147479552 bytes
UUID=919828a8-ec3d-4f99-b1a4-ca2c62854f67

The number of cylinders for this disk is set to 30401.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): Partition number (1-5): Hex code (type L to list codes): Changed system type of partition 4 to 5 (Extended)

Command (m for help): The partition table has been altered.
Calling ioctl() to re-read partition table

The number of cylinders for this disk is set to 30401.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): Partition number (1-5): 
Command (m for help): The partition table has been altered.
Calling ioctl() to re-read partition table
mke2fs 1.42.13 (17-May-2015)
Found a dos partition table in /dev/sda5
Proceed anyway? (y,n) 
mke2fs 1.42.13 (17-May-2015)
Found a dos partition table in /dev/sda5
Proceed anyway? (y,n)

Besten Dank, Martin

Ah, manchmal sollte man die Fehlermeldung mal genauer anschauen: Offensichtlich führt der Aufruf mke2fs /dev/sda5 zu der Ausgabe

Found a dos partition table in /dev/sda5
Proceed anyway? (y,n)

die Linbo nicht beantwortet und hängen bleibt. Führt man manuell mke2fs /dev/sda5 auf und wählt y und partitioniert danach klappt alles wunderbar.