On 5/26/2014 9:03 PM, John R Pierce wrote:
I'm trying to create a 6.5 VM on a 6.5 system using virt-install...
# virt-install --network bridge:br0 --name kfat --ram=2048 --vcpus=2 --disk path=/var/lib/libvirt/images/kfat.img,size= 16 --cdrom=/home/downloads/CentOS-6.5-x86_64-minimal.iso
I get through the first part of the installation, asks for disk layout (I leave default, tell it to take the whole vdisk), networking (I setup a static IP), then bombs with an error that it can't mount /
to be more specific. it gets all the way through the formatting the disk thing like a normal install, then I get a popup...
--------------------------------------------------------------------------------------------------- [ Unable to mount filesystem ] ============================================================== (lightbulb) An error occurred mounting device /dev/mapper/vg_new-lv_root as /: mount failed: (9, None). This is a fatal error and the install cannot continue.
Press <Enter> to exit the installer.
[OK]
----------------------------------------------------------------------------------------------------