On 08/25/2013 11:18 PM, fp.to.anomal...@xoxy.net wrote: > the local path on the host is "/media/cdrom" and an ls shows the expected > files/directories. > > I get a "no boot device" error on the console from the following script: > http://www.fpaste.org/34713/86971137/ > > am trying to do a minimal Centos 6.4 unattended install. > Using --cdrom tells me I can use extra-args to supply the kickstart. > Without the kickstart I have to respond on the console. >
Using --location /path/to/mounted/iso will let the guest boot into the initial installer kernel/initrd, but the guest doesn't have any way to access the rest of the install media because it's not too straight forward to export a directory to a VM (at least virt-install doesn't support it). Export the mount point over local http, then do --location http://localhost/... and it should work as expected. - Cole _______________________________________________ virt mailing list virt@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/virt