Difference between revisions of "Agile testbed"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 197: | Line 197: | ||
* set the disk emulation to IDE | * set the disk emulation to IDE | ||
* On first boot, intercept the grub menu to choose the non-Xen kernel | * On first boot, intercept the grub menu to choose the non-Xen kernel | ||
+ | |||
+ | Command-line example: | ||
+ | virt-install --import --disk vol=put.testbed/cert-debian6-64.testbed.img --name cert-debian6-64.testbed --network bridge=br0,mac=00:16:3E:C6:00:16 --os-type linux --os-variant debiansqueeze --ram 1024 | ||
+ | |||
+ | Mind that if the host goes out-of-memory you get a weird error message like: | ||
+ | libvirtError: internal error process exited while connecting to monitor: char device redirected to /dev/pts/12 | ||
+ | |||
+ | This just means qemu could not create the domain! | ||
== Accessing the machines == | == Accessing the machines == |