Hello,
I'm trying to run VM and auto install it with Kickstart file.
So I have file in root filesystem and in http accessible location but VM is failing to start.
At first I saw I need to add -kernel parameter to boot cause kvm was complaining about missing argument:
kvm: -append only allowed with -kernel option
Then I have added kernel parameter which according to documentation should be set to bzImage:
but this ends with another error:
So now question is how I should add kickstart file to successfully start this machine?
Does anybody know?
I have try to use http as source but I got same error non stop.
Any ideas?
Regards
Wojtek
I'm trying to run VM and auto install it with Kickstart file.
So I have file in root filesystem and in http accessible location but VM is failing to start.
At first I saw I need to add -kernel parameter to boot cause kvm was complaining about missing argument:
kvm: -append only allowed with -kernel option
Then I have added kernel parameter which according to documentation should be set to bzImage:
#Product%3A VPS2-Centos7-Kickstart (ID%3A 2)
args: -kernel bzImage; -append ks=/srv/centos7.ks.cfg;
args: -kernel bzImage; -append ks=/srv/centos7.ks.cfg;
but this ends with another error:
qemu: could not load kernel 'bzImage': No such file or directory
So now question is how I should add kickstart file to successfully start this machine?
Does anybody know?
I have try to use http as source but I got same error non stop.
Any ideas?
Regards
Wojtek