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

RE: [Xen-users] Xen 3 and SuSE 10

To: "Hubertus A. Haniel" <hubba@xxxxxxxxxxxx>, "Brian Fetcie" <fetcieb@xxxxxxxxxx>
Subject: RE: [Xen-users] Xen 3 and SuSE 10
From: "Petersson, Mats" <mats.petersson@xxxxxxx>
Date: Wed, 4 Jan 2006 11:16:55 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 04 Jan 2006 10:24:10 +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
Thread-index: AcYRFuFayARihWbCQ8mzCPBYBddPTwAADbgg
Thread-topic: [Xen-users] Xen 3 and SuSE 10
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Hubertus A. Haniel
> Sent: 04 January 2006 10:07
> To: Brian Fetcie
> Cc: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Xen-users] Xen 3 and SuSE 10
> 
> On Tue, 03 Jan 2006 14:04:44 -0500, Brian Fetcie wrote
> > Like I say, I'm a newbie at this...
> > 
> > Here is my config...
> > 
> > ###Xen 3.0###
> > title Xen 3.0 / XenLinux 2.6
> >     root (hd0,1)
> >     kernel /boot/xen-3.0.gz dom0_mem=256000
> >     module /boot/vmlinuz-2.6.13-15-xen root=/dev/cciss/c0d0p2 
> > selinux=0
> > resume=/dev/cciss/c0d0p1 splash=silent showopts
> > 
> > This is running on a dual-processor ProLiant DL380 with 4 
> local disks 
> > in RAID5.  When I try to boot to Xen, the display zips by 
> at light speed.
> > The last thing I see is that the memory is being scrubbed moments 
> > before the server reboots.  I can boot into SuSE 10 without issue.
> > ummmm....help?
> > Thanks..
> > 
> 
> I am afraid I am at a loss there - this config works for me 
> on and IBM x360 and on the IBM LS20 blades. - I am also 
> running SuSE 9.3 with Garloffs Xen 2.0.7 on an old dual 
> pentium pro with a similar config without any problems. - I 
> am at a loss why your box reboots - you could try disabling 
> acpi on the boot command line but that is just a far fetched 
> idea so I would not necessarely expect that to fix your problem.
> 
> Regards
> Hubba
> 
Sounds like you're using some less standard disk system. The Xen kernel
may not have the same setup when it comes to device drivers as the
distro's kernel. Also, if you haven't rebuilt your kernel to have
modules turned off, you'll have to have a line like this:

        module /boot/initrd-2.6.13-15-xen

Giving the option "noreboot" on the kernel line in your grub.conf file
would also help to give some more information on what's going wrong -
most likely it will complain that it's not finding the root-device. The
noreboot option tells the Xen kernel to not reboot when there's crash,
and it allows you to read what the last thing that it printed was,
rather than it being lost in the process of rebooting. 

Obviously, using serial port to output the data, as per what I sent
earlier, would also solve the "text disappears before I can read it"
problem. 

--
Mats


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

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