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] 2.6.10-xen0 not booting on dell poweredge 2850

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] 2.6.10-xen0 not booting on dell poweredge 2850
From: Mark Foster <mark@xxxxxxxxx>
Date: Tue, 17 May 2005 08:38:52 -0700
Delivery-date: Tue, 17 May 2005 15:38:29 +0000
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/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
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Got a Poweredge 2850 I'm trying to get setup with Xen 2.0.5 + kernel 2.6.10 on debian.
The system has 6 GB of RAM.

I have built and booted a 2.6.10 kernel just fine. However the Xen kernel is not booting. The last message I see is "Scrubbing free RAM" then poof the system reboots..

Here is the diff between working and non-working config. Thanks for any guidance!

lu326:/usr/src/linux# diff .config /usr/src/xen-2.0/linux-2.6.10-xen0/.config
3,4c3,4
< # Linux kernel version: 2.6.10
< # Mon May 16 10:08:20 2005
---
> # Linux kernel version: 2.6.10-xen0
> # Mon May 16 14:41:42 2005
279,280c279,280
< CONFIG_MTD_PHYSMAP_START=8000000
< CONFIG_MTD_PHYSMAP_LEN=4000000
---
> CONFIG_MTD_PHYSMAP_START=0x8000000
> CONFIG_MTD_PHYSMAP_LEN=0x4000000
1209,1210d1208
< # CONFIG_DRM_I830 is not set
< # CONFIG_DRM_I915 is not set

Here are my grub entries...
title Debian Linux, kernel 2.6.10
root            (hd0,1)
kernel          /vmlinuz-2.6.10 root=/dev/sda1 ro  console=ttyS0

title Xen 2.0 / XenLinux 2.6.10
 root  (hd0,1)
 kernel /xen.gz dom0_mem=131072
 module /vmlinuz-2.6.10-xen0 root=/dev/sda1 ro console=tty0 console=ttyS0


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] 2.6.10-xen0 not booting on dell poweredge 2850, Mark Foster <=