|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XenU installs
* Fedora / RHEL (and possibly SuSE?) can be installed paravirtualised from
CD-ROM if you boot using the Xenified install kernel and initrd from the
disk.
Would you go a little into detail here, please?
I have the Fedora7 DVD iso image mounted to /loop
Here's my config file:
kernel='/loop/images/xen/vmlinuz'
ramdisk='/loop/images/xen/initrd.img'
# this is an ext3 sparsefile, if that matters, I think not
disk = [ 'file:/home/xen/f7.img,hda1,w' ]
memory = 512
vcpus = 1
cpus = '3'
builder = 'linux'
name = 'F7'
vif = [ '' ]
localtime = 0
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
extra = ' TERM=xterm root=/dev/hda1 text'
The domU seems to boot up, but stops with these messages:
...
PCI: Fatal: No config space access function found
PCI: setting up Xen PCI frontend stub
Setting up standard PCI resources
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI: disabled
xen_mem: Initialising balloon driver.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: System does not support PCI
PCI: System does not support PCI
...
BUG: at kernel/fork.c:994 copy_process()
[<c1005d9e>] show_trace_log_lvl+0x1a/0x2f
[<c1006347>] show_trace+0x12/0x14
[<c10063c2>] dump_stack+0x16/0x18
[<c101d040>] copy_process+0x195/0x1245
[<c101e140>] do_fork+0x50/0x117
[<c1003351>] kernel_thread+0x8e/0x96
[<c102c6fd>] __call_usermodehelper+0x2d/0x46
[<c102cd4b>] run_workqueue+0x89/0x145
[<c102d70d>] worker_thread+0xd5/0x102
[<c102ff23>] kthread+0xb3/0xdc
[<c10058df>] kernel_thread_helper+0x7/0x10
=======================
...
XENBUS: Device with no driver: device/vbd/769
XENBUS: Device with no driver: device/vif/0
XENBUS: Device with no driver: device/console/0
Freeing unused kernel memory: 180k freed
Write protecting the kernel read-only data: 762k
That's it. After that, nothing happens.
Any hints?
Regards
Dominik
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|