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-devel

Re: [Xen-devel] Problem booting on IBM e Server (xSeries 22)

To: "Ky Srinivasan" <ksrinivasan@xxxxxxxxxx>
Subject: Re: [Xen-devel] Problem booting on IBM e Server (xSeries 22)
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Thu, 19 Aug 2004 02:20:03 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx
Delivery-date: Thu, 19 Aug 2004 02:22:30 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Wed, 18 Aug 2004 09:04:45 MDT." <s1231bb6.058@xxxxxxxxxxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> I am having trouble booting domain 0 on this IBM hadware (SCSI 
> disk controller - aic7xxx). On the way up,  domain 0 is failing to 
> mount root. This happens with both the 2.4 as well as the 2.6 
> kernel. The xen tree (along with the 2.4/2.6 kernels) is a few days 
> old. I have  SuSe 9.0 installed on this box. Following are the lines
> from my grub configuration file:
> 
> title Xen 2.0 / XenoLinux 2.6.7
>         kernel (hd0,1)/boot/xen.gz dom0_mem=431072 com1=115200,8n1
>         module (hd0,1)/boot/vmlinuz-2.6.7-xen0 root=/dev/sda2
> console=tty0  console=ttys0
> 
> Any help would be greatly appreciated.

I think you need a capital 's' in ttyS0 if you want serial
output. Also, I've noticed that linux 2.6 seems to ignore
multiple console= atributes, so I'd stick to just one.

The default 2.6.7 xen/linux kernel build has an aic7xxx driver
in, but I'm not sure how much testing its had. The 2.4.26 kernel
has received much wider testing, so you may want to stick with
that to get things up and running.

If you're using the unstable tree you'd be well advised to 'bk
pull; make world' to sync with the repository as there's been a
number of bug fixes in the last couple of days.

You might want to try adding 'ignorebiostables' or 'noacpi' to
the xen command line to see if that makes a difference. 

The other thing to watch out for is that we don't support devfs,
so your fstab must contain proper /dev/sdXX entries rather than
LABEL=/. (We plan to add udev functionality in due course.)

If you can connect something to the machine's serial port and
capture the boot messages we'll be in a much better position to
see what's going wrong. Capturing the output of booting an
equivalent native linux kernel for comparison can be useful too.

I'd be very surprised if we couldn't get this machine going.

Ian



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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