|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] 2.6.10-xen0 not booting on dell poweredge 2850
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 <=
|
|
|
|
|