I already have the VM (Xen based) installed, but the Xen config used specified "Linux kernel" as "None".
The exact command line was:
ubuntu-vm-builder xen precise -v --debug --addpkg openssh-server
Two images and a xen VM config was generated in /etc/xen/ubuntu-xen , I'll provide more info later , i'm at the other computer now.
How should I start the VM?
UPDATE
I got a xen.conf :
# Configuration file for the Xen instance ubuntu, created
# by VMBuilder
kernel = 'None'
ramdisk = 'None'
memory = 128
root = '/dev/xvda1 ro'
disk = [
'tap:aio:/root/ubuntu-xen/tmpZV_BzU,xvda1,w',
'tap:aio:/root/ubuntu-xen/tmpeUm7XN,xvda2,w'
]
name = 'ubuntu'
dhcp = 'dhcp'
vif = ['']
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
extra = 'xencons=tty console=tty1 console=hvc0'
