|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] domU x86_64 attempt
I'm trying to get a custom domU running on a
64-bit dual core FC5 system.
The boot fails here: (with xen/blkfront/block.h debug turned on)
EXT3-fs: mounted filesystem with ordered data mode.
kobject_uevent
fill_kobj_path: path = '/block/sda1'
fill_kobj_path: path = '/devices/xen/vbd-2049'
VFS: Mounted root (ext3 filesystem) readonly.
Kernel panic - not syncing: Attempted to kill init!
/var/log/xen/xend.log tells me that there is no problem
recognizing and mounting the filesystem image.
dom0 has no problems and I'm guessing that the oops
message is panicking from something other than a
filesystem problem.
My xen config:
kernel = "/boot/vmlinuz-2.6-xenU"
memory = 256
name = "xen1"
vif = [ '' ]
# using tap:aio gives me an SMP general protection fault
# so I'm using file: for now
disk = [ 'file:/home/username/vm1disk,sda1,w' ]
root = "/dev/sda1 ro"
extra = "3 debug"
vcpus = 2
cpus = "0,1"
Any ideas?
- Michael R. Hines
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|