[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

XEN on etch?



Hi folks,

I'm currently trying to set up a xen server for evaluation on a
freshly installed etch machine (P4, 1.5G RAM)

Although I guess I've installed everything as needed I get:
  Panic on CPU0
  Could not set up DOM0 guest OS
and reboots after 5 seconds (way to short to fetch any other
messages). I cannot find anything on google nor anything in the log
files.

Any hints? I'm sure I'm missing something very trivial here, as
there is nothing in any of the installguides I could find.

TIA!



$ cat /etc/apt/sources.list
deb http://ftp.de.debian.org/debian/ etch main
deb-src http://ftp.de.debian.org/debian/ etch main
deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib


Installed xen etc. packages:
ii  libc6-xen                      2.3.6.ds1-13etch4
     ii  linux-image-2.6-xen-686        2.6.18+6etch2
         ii  linux-image-2.6.18-5-xen-686   2.6.18.dfsg.1-17
             ii  linux-modules-2.6.18-5-xen-686 2.6.18.dfsg.1-17

ii  xen-hypervisor-3.0.3-1-i386    3.0.3-0-4
ii  xen-tools                      2.8-2
ii  xen-utils-3.0.3-1              3.0.3-0-4
ii  xen-utils-common               3.0.3-0-2
ii  bridge-utils                   1.2-1
ii  iproute                        20061002-3

Grub settings:
title           Xen 3.0.3-1-i386 / Debian GNU/Linux, kernel
2.6.18-5-xen-686
root            (hd0,1)
kernel          /boot/xen-3.0.3-1-i386.gz dom0_mem=65536
module          /boot/vmlinuz-2.6.18-5-xen-686 root=/dev/hda2 ro
console=tty0
module          /boot/initrd.img-2.6.18-5-xen-686
savedefault



$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
        address 192.168.1.101
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
        gateway 192.168.13.1
        dns-nameservers 192.168.1.1



Reply to: