WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] domU x86_64 attempt

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] domU x86_64 attempt
From: "Michael R. Hines" <michael@xxxxxxxxxxxxxxxx>
Date: Thu, 26 Oct 2006 17:22:28 -0400
Delivery-date: Thu, 26 Oct 2006 14:23:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen@xxxxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5 (X11/20060313)
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

<Prev in Thread] Current Thread [Next in Thread>