30 Apr
2008
30 Apr
'08
10:11
On Mon, 28 Apr 2008, Jim Michaud wrote:
test -b /dev/sda && dd if=/dev/zero of=/dev/sda bs=512 count=1
I realize this also wipes out the partition table, but I was assuming this was done before partitioning, so the install process would write the new partition table. But I get an error part way through the install complaining the disk has no partitioning (which I did confirm).
You may want to force the kernel to re-read the partition table (e.g. with fdisk or parted) after the above command. Else some parts of your system think there are partitions while others think there are not. Steffen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org