[fedora-virt] why isnt loop mounted iso not been seen/used

Cole Robinson crobinso at redhat.com
Tue Aug 27 18:13:15 UTC 2013


On 08/25/2013 11:18 PM, fp.to.anomalyst at 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



More information about the virt mailing list