View Single Post
  #3   (View Single Post)  
Old 4th January 2010
deadeyes deadeyes is offline
Port Guard
 
Join Date: Jun 2008
Posts: 19
Default

Quote:
Originally Posted by DutchDaemon View Post
Are you running the XEN kernel? Your screenshot mentions the GENERIC kernel.
I just booted the install CD.
As I said with the 7.2 installation cd it works(hvm).
However with the 8.0 it doesn't. I thought there was support for this from 8.0 included into the kernel... or am I confusing this with something else? (http://blog.xen.org/index.php/2009/1...ntal-xen-domu/)

Is there any other kernel included that I can use?

And are there any specific things I need then to have in my Xen VM config?

My Xen VM config is this:
Code:
name = "freebsd-7.2"
uuid = "45c2af8fae757400339f0a8dd8bdaead"
maxmem = 500
memory = 500
vcpus = 1
builder = "hvm"
kernel = "/usr/lib/xen/boot/hvmloader"
boot = "c"
pae = 1
#acpi = 1
#apic = 1
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
device_model = "/usr/lib64/xen/bin/qemu-dm"
sdl = 0
vnc = 1
# vncunused = 0
vncdisplay = "0"
disk = [ "phy:/dev/sdb1,hda,w", "phy:/dev/sdc,hdb,w", "phy:/dev/loop0,hdc:cdrom,r", "phy:/dev/loop1,hdd:cdrom,r" ]
serial = "pty"
vif=['bridge=br0,mac=00:16:ef:45:12:01']
Or should there be another kernel in the config?
Reply With Quote