My progress in deploying an image to a new server has moved on. The autoinstall script can now see my /dev/sda partition. It seems to partition the disk fine but then fails on the pvcreate part. It complains it can't see /dev/sda2, but when I inspect the disk with parted or fdisk I can see it.
Below is the part of the logging where it errors out. Thanks Tony get_arch Partitioning /dev/sda... Old partition table for /dev/sda: Error: Unable to open /dev/sda - unrecognised disk label. dd if=/dev/zero of=/dev/sda bs=512 count=1 || shellout 1+0 records in 1+0 records out blockdev --rereadpt /dev/sda parted -s -- /dev/sda mklabel msdos || shellout Creating partition /dev/sda1. parted -s -- /dev/sda mkpart primary 0 196 || shellout parted -s -- /dev/sda set 1 boot on Creating partition /dev/sda2. parted -s -- /dev/sda mkpart primary 196 71999 || shellout parted -s -- /dev/sda set 2 lvm on New partition table for /dev/sda: parted -s -- /dev/sda print Disk geometry for /dev/sda: 0kB - 72GB Disk label type: msdos Number Start End Size Type File system Flags 1 1kB 196MB 196MB primary boot 2 196MB 72GB 72GB primary lvm Load software RAID modules. modprobe: module raid5 not found. modprobe: failed to load module raid5 modprobe: module raid6 not found. modprobe: failed to load module raid6 Load device mapper driver (for LVM). insmod: cannot insert `/lib/modules/2.6.25-14.fc9.i686/kernel/drivers/md/dm-mod.ko': File exists (-1): File exists modprobe: failed to load module dm-mod Initializing partition /dev/sda2 for use by LVM. pvcreate -M2 -ff -y /dev/sda2 || shellout Device /dev/sda2 not found (or ignored by filtering). Killing off running processes. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ sisuite-users mailing list sisuite-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-users