Posts Tagged virt-install

Because this is worth repeating

I could have sworn I did this a while ago. But I got the error “‘Out of memory’, “xc_dom_boot_mem_init: can’t allocate low memory for domain\n “” when I tried to do a virt-install today. The problem? I was installing a 64bit domU on a 32bit dom0. Which is a no-no. Didn’t realise until I found […]

, ,

No Comments

Revised Fedora virt-install command

I got tired of having to muck around with kpartx and such whenever a domU went down. So I decided to just go with 4 LVs per domU – root, home, swap and boot. The command to create the LVs is just one really long one, the original command replicated 4 times: lvcreate -L10G -n […]

,

No Comments