[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Xen-ia64-devel] root= option on the wrong side of the "--", so not passed to Linux
- To: "Alex Williamson" <alex.williamson@xxxxxx>
- From: "Kayvan Sylvan" <kayvan@xxxxxxxxx>
- Date: Wed, 9 Jan 2008 14:17:49 -0800
- Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 09 Jan 2008 14:21:21 -0800
- List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
- Thread-index: AchTC2HQp3P53zTCTlyMYN/ODEo2SgAAhYSK
- Thread-topic: [Xen-ia64-devel] root= option on the wrong side of the "--", so not passed to Linux
Yes!!! Thanks you so much!!!
---Kayvan
-----Original Message-----
From: Alex Williamson [mailto:alex.williamson@xxxxxx]
Sent: Wed 1/9/2008 2:02 PM
To: Kayvan Sylvan
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-ia64-devel] (no subject)
On Wed, 2008-01-09 at 13:49 -0800, Kayvan Sylvan wrote:
> I'm trying to bring up my the latest Xen-3.2 under CentOS-4.6 on an
> NEC IA64 box.
>
> Everything builds, but the boot fails with the following message:
...
> (XEN) Xen command line: BOOT_IMAGE=scsi0:EFI\redhat\xen-3.2.gz
> root=/dev/VolGroup00/LogVol00 com1=115200,8n1
...
> Kernel command line: xencons=ttyS0 console=ttyS0 ro
I assume you have something like this in your elilo.conf:
root=/dev/VolGroup00/LogVol00
append="com1=115200,8n1 -- xencons=ttyS0 console=ttyS0 ro"
Older versions of elilo stuff the root= option in on the wrong side of
the "--", passing the option to Xen instead of the Linux kernel. The
simple fix is to either update elilo or change elilo.conf to:
append="com1=115200,8n1 -- root=/dev/VolGroup00/LogVol00 xencons=ttyS0 console=ttyS0 ro"
(removing the separate root= line)
Thanks,
Alex
--
Alex Williamson HP Open Source & Linux Org.
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|