I boot the minimal install from a usb stick without problems.
But parted gives me error messages for every action which would change something:
Code: Select all
livecd ~ # parted -a optimal /dev/sda
GNU Parted 3.2
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Model: (scsi)
Disk /dev/sda: 3901MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
2 98.3kB 6689kB 6590kB primary esp
(parted) rm 2
Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because
it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.
Ignore/Cancel?
With fdisk it is similar: i can do all the commands but after leaving fdiisk with "w" i get this
Code: Select all
Command (m for help): w
The partition table has been altered.
Failed to add partition 1 to system: Device or resource busy
Failed to add partition 2 to system: Device or resource busy
Failed to add partition 3 to system: Device or resource busy
The kernel still uses the old partitions. The new table will be used at the next reboot.
Syncing disks.
Thanks



