Displaying 4 results from an estimated 4 matches for "os21".
Did you mean:
hs21
2014 Apr 18
2
"virt-install" source location boot disk
..... 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://xxx.os21.ks$kx"
HOWEVER... I'm finding that my VMs dont boot after i restart the Host.
My question is: Where is virt-install writing the boot disk to?
I get a error message that the "boot failed" because the hard disk, is
not a bootable disk.
But I can't imagine where else to b...
2014 Apr 17
0
KVM guests unusable after install
...reate My VMs from source using a command somewhat like this:
base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/"
nohup sudo virt-install --hvm --name $vm_name$i --ram 4000 \
--disk path=/VirtualMachines/$vm_name$i,size=30 \
--location $base -x "ks=http://xxx.os21.ks$kx"&
My virsh file looks like this:
1 <domain type='kvm'>
2 <name>testFriApr11092714EDT2014_1</name>
3 <uuid>d4c86892-fb15-04ed-f4ab-7e3c76974ffc</uuid>
4 <memory unit='KiB'>4096000</memory>
5 <currentM...
2014 Apr 22
0
Re: "virt-install" source location boot disk
...> 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://xxx.os21.ks$kx"
>
> HOWEVER... I'm finding that my VMs dont boot after i restart the Host.
>
> My question is: Where is virt-install writing the boot disk to?
I don't see anything wrong in your command line and it should just work.
How does your kickstart file look like? And...
2014 Apr 22
2
Re: "virt-install" source location boot disk
...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://xxx.os21.ks$kx"
> >
> > HOWEVER... I'm finding that my VMs dont boot after i restart the Host.
> >
> > My question is: Where is virt-install writing the boot disk to?
>
> I don't see anything wrong in your command line and it should just work.
>
> How does y...