Displaying 2 results from an estimated 2 matches for "5db4".
Did you mean:
5b4
2010 Jan 29
2
support for hvm
...r cpu or bios not enabled with intel-vt.
xm create source-c5.4-hvm-lvm
Using config file "/etc/xen/source-c5.4-hvm-lvm".
Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?
name = "source-c5.4-hvm-lvm"
uuid = "5306fbe1-f032-5db4-af5e-3ac726d97689"
maxmem = 512
memory = 512
vcpus = 1
builder = "hvm"
kernel = "/usr/lib/xen/boot/hvmloader"
boot = "c"
pae = 1
acpi = 1
apic = 1
localtime = 0
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
device...
2003 Jul 07
1
beware nvidia driver + make world
There was recently a change to /usr/src/sys/proc.h, and after a
rebuild of the world and kernel and subsequent reboot my system
crashed and took some files with it. This was because I hadn't
rebuilt the nvidia driver so that it used this new proc.h file.
If you are using the nvidia driver, and do a make world, you may want
to remove and reinstall the nvidia driver port before the reboot so