My goal is to launch a virtualized unattended installation of CentOS 6.3 however the installation stops during disk partitioning with the following error message: "error processing drive:
pci-0000:00:01.1-scsi-0:0:0:0
12288MB
ATA QEMU HARDDISK
This device may need to be reinitialized.
[Warning, blah blah blah]...
"
Details are as follow:
- Attempting to deploy CentOS 6.3 x86_64
- Using KVM for the virtualization
- My kickstart file contains relevant "part" statements, as well as: clearpart --all --initlabel
- I also tried explicitly declaring the disk however it didn't help: clearpart --drives=sda --all --initlabel
The command I use to launch the install:
virt-install -n server1.example.com -r 768 -l /media/netinstall --disk path=/var/lib/libvirt/images/server1.example.com.img,size=12 -x "ks=
ftp://192.168.100.2/pub/ks.cfg"
The following messages appear on 3rd terminal during the installation:
required disklabel type for sda (1) is None
default disklabel type for sda is msdos
selecting msdos disklabel for sda based on size
I posted this question in linux forum and a couple of days later no one has an answer for me. Since fellow RHCSA candidates hang out in here and Michael Jang's book seems to be popular choice, I'm hoping someone has had the same problem and found a solution

TIA