|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Scientific Linux CERN 4
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>
|
- [Xen-users] Scientific Linux CERN 4,
Daniel Marques <=
|
|
|
|
|