On Sat, 2007-10-13 at 15:50 +0200, Alexander Færøy wrote:
> Hi again,
>
> On Wed, Oct 10, 2007 at 09:23:36AM -0400, Jarod Wilson wrote:
> > For the moment, use that, I guess. I'm currently without the cycles to
> > work on a proper fix, though one hacky way to do it might be to alter
> > the accounting if IA64_DIG is defined, as this only seems to trigger on
> > boxes with kernels that have CONFIG_IA64_DIG enabled. (Mine all use
> > CONFIG_IA64_GENERIC, which has no such problem).
>
> I have now tried the N-64 trick without any luck.
>
> My system is built with the CONFIG_IA64_GENERIC option. It's a Dell
> poweredge 3250 box with two 1.4GHz CPU's and 2048MB RAM.
>
> Here is a link to my kernel config[1], my elilo.conf[2] and the output
> from the kernel when it tries to boot[3].
Thanks Alex, I see the problem...
elilo.conf:
append="console=vga console=tty1 console=ttyS1,19200 root=/dev/sda3
dom0_mem=1879M"
Boot log:
(XEN) Xen command line:
...
Kernel command line: BOOT_IMAGE=scsi0:/EFI/gentoo/boot/xen.gz
console=vga console=tty1 console=ttyS1,19200 root=/dev/sda3
dom0_mem=1879M ro
For an ia64 system, the append line in elilo.conf is split as follows:
<xen options> -- <linux options>
I think you'll have better luck if you make your append line something
like:
append="dom0_mem=1879M -- root=/dev/sda3"
Let us know how that works. 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
|