|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
RE: [Xen-ia64-devel] root= option on the wrong side of the "--", so not
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
|
|
|
|
|