hola,
i originally posted this in linux newbs, however not much help over there so i thought i would post it here where i might be able to get some better help with this problem.
so i am running into some issues here; I'm trying to learn everything through the command prompt once i understand how to do it in the GUI. I'm working through michael jang's RHCSA book, I'm using Centos 6.2.
I'm trying to install a KVM virt machine through my host which has a ftp site up, by using a kickstart file.
I did this already in the GUI and it works fine; I'm trying to do it in command prompt and it's not working it doesn't load up at all just a black screen or a black screen with the following error
kvm: 5657: cpu0 unimplememted perfctr wrmsr
this is the command i type into the command prompt; i have shut down, restarted done this and done that i don't know what is wrong. i don't know what is different. I even changed the ks.cfg file from sda to vda. i read that the kickstart file assumes that vda is being used. I can ping the host to the other 3 virt machines and vice-versa. Also when i do a install through the gui, no problems at all it finds the kickstart file and then preceeds to the installation gui. Thanks in advance guys
this is what i type into the console
virt-install -n outsider1.example.org -r 1200 \
--disk path=/home/username/KVM/outsider1.example.org.img,size=20 \
-l
ftp://192.168.122.1/pub/inst
--vcpus 2 \
-x "ks=ftp://192.168.122.1/pub/ks.cfg"
then it says
starting install...
retrieving file...
blah
blah blah
here are the logs from when i ran the commands last; this is way outta my league. online i couldn't find much either.
command i ran tail -f /var/log/messages
Jan 28 15:33:03 Peaceprize kernel: device vnet1 entered promiscuous mode
Jan 28 15:33:03 Peaceprize kernel: virbr0: topology change detected, propagating
Jan 28 15:33:03 Peaceprize kernel: virbr0: port 3(vnet1) entering forwarding state
Jan 28 15:33:03 Peaceprize NetworkManager[1803]: <warn> /sys/devices/virtual/net/vnet1: couldn't determine device driver; ignoring...
Jan 28 15:33:04 Peaceprize avahi-daemon[1819]: Registering new address record for fe80::fc54:ff:fecc:417 on vnet1.*.
Jan 28 15:33:09 Peaceprize kernel: kvm: 8449: cpu0 unimplemented perfctr wrmsr: 0xc1 data 0x0
Jan 28 15:33:09 Peaceprize kernel: kvm: 8449: cpu0 unimplemented perfctr wrmsr: 0x186 data 0x130079
Jan 28 15:33:09 Peaceprize kernel: kvm: 8449: cpu0 unimplemented perfctr wrmsr: 0xc1 data 0xffd750e4
Jan 28 15:33:09 Peaceprize kernel: kvm: 8449: cpu0 unimplemented perfctr wrmsr: 0x186 data 0x530079
Jan 28 15:33:09 Peaceprize kernel: kvm: 8449: cpu1 unimplemented perfctr wrmsr: 0xc1 data 0x0
Jan 28 15:33:09 Peaceprize kernel: kvm: 8449: cpu1 unimplemented perfctr wrmsr: 0x186 data 0x130079
Jan 28 15:33:09 Peaceprize kernel: kvm: 8449: cpu1 unimplemented perfctr wrmsr: 0xc1 data 0xffd750e4