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 Kernel Panic with 2.6.31.6 pv_ops

To: "Xen-users" <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] DomU Kernel Panic with 2.6.31.6 pv_ops
From: "Chen Peng" <chenpenghit@xxxxxxxxx>
Date: Thu, 4 Feb 2010 13:47:31 +0800
Cc:
Delivery-date: Wed, 03 Feb 2010 21:48:09 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=cULeHICgGPc8nhdqUGwoMv1w+xsVP5kDkkc7dFiHOho=; b=Aw28SCR1hnpYDGnXpHA9E4eueXkyi2Dgs/lvYDK7OwpSnBgcZZVSfgEeNzPX+Wj84Z vHE8l89YXYGKCNxm5HD43Ho2wf0qFKpjgnqmmvzrJ5lY2/OtWVHIDg9dT6OOtOd3Sw2I EyR71MBLJlobBGuFpFU7AcAh+e9hkfddC1c7M=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=At1TmW3zWep+zoaiVAit7NsHfXgzqvmc234F4Otlr/8WG2MORrWAhvFz+whBGE8lkr 3R1RqzWHw5jlldo9vIAdKKT/tUzEzcEDhNdKdV/0Vg2hgN5lxVjwj5chEXcdjd+DTsyo HYzS9LU3ubRCQmTtr9lzCWdiuKjTo+2KSgeOE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi, all

I have successfully built and started up Dom0(CentOS 5.4) with 2.6.31.6 pv_ops.
When I wanted to start up a DomU, it come up against kernel panic.

The DomU(CentOS 5.4) configure file is as following:
kernel = "/boot/vmlinuz-2.6.31.6"
memory = 256
name = "vm1"
disk = [ 'file:/tmp/images/vm1.img,xvda,w' ]
root = "/dev/xvda ro console=hvc0"
extra = "3"

The error messages are as following:
[    0.082374] NET: Registered protocol family 10
[    0.083188] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    0.286836] IPv6 over IPv4 tunneling driver
[    0.287420] NET: Registered protocol family 17
[    0.287614] RPC: Registered udp transport module.
[    0.287621] RPC: Registered tcp transport module.
[    0.287863] registered taskstats version 1
[    0.290570] blkfront: xvda: barriers enabled
[    0.290935]  xvda: unknown partition table
[    0.387075] XENBUS: Device with no driver: device/console/0
[    0.387106]   Magic number: 1:252:3141
[    0.387221] md: Waiting for all devices to be available before autodetect
[    0.387232] md: If you don't use raid, use raid=noautodetect
[    0.387541] md: Autodetecting RAID arrays.
[    0.387551] md: Scanned 0 and added 0 devices.
[    0.387558] md: autorun ...
[    0.387564] md: ... autorun DONE.
[    0.388257] kjournald starting.  Commit interval 5 seconds
[    0.388280] EXT3-fs: mounted filesystem with writeback data mode.
[    0.388299] VFS: Mounted root (ext3 filesystem) readonly on device 202:0.
[    0.388386] Freeing unused kernel memory: 492k freed
[    0.388541] Write protecting the kernel read-only data: 8348k
[    0.394043] Kernel panic - not syncing: No init found.  Try passing init= 
option to kernel.
[    0.394058] Pid: 1, comm: swapper Not tainted 2.6.31.6 #3
[    0.394066] Call Trace:
[    0.394079]  [<ffffffff810696c1>] panic+0xa0/0x15f
[    0.394091]  [<ffffffff8100a30a>] init_post+0xf4/0xf6
[    0.394102]  [<ffffffff8193486d>] kernel_init+0x1a9/0x1b4
[    0.394113]  [<ffffffff81033d2a>] child_rip+0xa/0x20
[    0.394123]  [<ffffffff81032ee7>] ? int_ret_from_sys_call+0x7/0x1b
[    0.394134]  [<ffffffff8103369d>] ? retint_restore_args+0x5/0x6
[    0.394144]  [<ffffffff81033d20>] ? child_rip+0x0/0x20


Thank you for your help.
                                
--
Chen Peng


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] DomU Kernel Panic with 2.6.31.6 pv_ops, Chen Peng <=