Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Jay Vyas
and also, while im at it ... one more detail might be interesting: rebooting the machine works just fine --- only the VMs fail when i reboot the host. any specific thoughts on that ? On Tue, Apr 22, 2014 at 5:53 AM, Jay Vyas wrote: > Hi Giuseppe... ! Thanks for the hint. ill try it. > > So f

Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Jay Vyas
Hi Giuseppe... ! Thanks for the hint. ill try it. So from the docs, I'm seeing this: "As of Fedora 16 there must be a biosboot partition for the bootloader to be installed successfully onto a disk that contains a GPT/GUID partition table, which includes disks initialized by anaconda. This parti

Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Giuseppe Scrivano
Jay Vyas writes: > # The following is the partition information you requested > # Note that any partitions you deleted are not expressed > # here so unless you clear all partitions first, this is > # not guaranteed to work > # Uncommented by j > zerombr > clearpart --all > autopart > #ip=192.168.

Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Jay Vyas
Hi Giuseppe and thanks for the response Heres some more info: Here is my kickstart... maybe the "--bootloader" argument is wrong in some way? # Put this in pastebin or some other public url # Kickstart file automatically generated by anaconda. #version=DEVEL install cdrom lang en_US

Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Giuseppe Scrivano
Jay Vyas writes: > Hi virt, im stumped... any help would be appreciated. > > I normally create my VMs like this: > > base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/"; > > sudo virt-install --hvm --name $vm_name$i --ram 4000 \ > --disk path=/VirtualMachines/$vm_name$i,size=

[libvirt-users] "virt-install" source location boot disk

2014-04-18 Thread Jay Vyas
Hi virt, im stumped... any help would be appreciated. I normally create my VMs like this: base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/"; sudo virt-install --hvm --name $vm_name$i --ram 4000 \ --disk path=/VirtualMachines/$vm_name$i,size=30 \ --location $base -x "ks=http