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] Scientific Linux CERN 4

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Scientific Linux CERN 4
From: "Daniel Marques" <danielcmarques@xxxxxxxxx>
Date: Sat, 27 Jan 2007 09:37:40 -0300
Delivery-date: Mon, 29 Jan 2007 01:30:20 -0800
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VOmU44u8/KrsSMswyaLuUIYpisA7t5hRgFHpqAnV5d+GUFffZY5hxHJvomCZ0rScV7A8CZUzFCVLUgGxzIrEQb38l+rxOYUWfgpYqpRKZibIm34aqftEA7V9gPALcDjcJ3pCEi5iynZbzVXRMz0mQc5rg+mak9b3vlT/bpzhwyY=
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I'm trying to create an additional domain and have created a
configuration file based on this turorial:
https://twiki.cern.ch/twiki/bin/view/LinuxSupport/InstallingXenParaVirtualizedSLC4
.

When I try to boot the domain, it eventually hits a Kernel panic, as follows:

Using config file "/etc/xen/test".
Going to boot Scientific Linux CERN Xen DomU-xenU (2.6.9-42.0.3.EL.cernxenU)
 kernel: /vmlinuz-2.6.9-42.0.3.EL.cernxenU
 initrd: /initrd-2.6.9-42.0.3.EL.cernxenU.img
Started domain eela-basic
i8042.c: No controller found.
Red Hat nash version 4.2.1.8 starting
mount: error 2 mounting none
WARNING: can't access (null)
exec of init ((null)) failed!!!: 14
umount /initrd/dev failed: 2
Kernel panic - not syncing: Attempted to kill init!

+++++++++++++++++++++++++++++++++++++++
The configuration file:

# Kernel image file.
kernel = "/boot/vmlinuz-2.6.10-xenU"

#Bootloader.
bootloader= "/usr/bin/pygrub"

# Optional ramdisk.
#ramdisk = "/boot/initrd.gz"

# Initial memory allocation (in megabytes) for the new domain.
memory = 256

# A name for your domain. All domains must have different names.
name = "test1"

vif = [ '' ]

disk = [ 'file:/virtualmachines/test1/vdisk.img,sda,w' ]

# Set root device.
root = "/dev/sda1 ro"

# Sets runlevel 4.
extra = "4"

on_poweroff = 'restart'
on_reboot   = 'restart'
on_crash    = 'destroy'

Can anyone help with this one?

--Daniel

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

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