Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2001 09:38:15 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        Marcel Moolenaar <marcel@xcllnt.net>, ia64@FreeBSD.org
Subject:   Re: Dual-Itanium Lion boots ok.
Message-ID:  <20011018093815.A19323@dragon.nuxi.com>
In-Reply-To: <Pine.BSF.4.33.0110181725470.82709-100000@herring.nlsystems.com>; from dfr@nlsystems.com on Thu, Oct 18, 2001 at 05:30:15PM %2B0100
References:  <20011018092105.B18621@dragon.nuxi.com> <Pine.BSF.4.33.0110181725470.82709-100000@herring.nlsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 18, 2001 at 05:30:15PM +0100, Doug Rabson wrote:
> What is the exacy command line you are using to run ski? I hope its
...
> boot/kernel:
> kernel
> $ xski -i skiload.cmd skiload
> 
> This is much better supported than the old Linux bootloader binary we used
> to use and its what I use so its more likely to work.

    xski -i ia64.cmd skiload &
    for TTY in `lsof | grep ski | grep tty |awk '{print $9'} | sort | uniq`
    do
        stty -f $TTY min 0 time 0
    done


The problem at the moment is the one Peter posted:

It gets up to the point of mounting the root fs now, but panics with an
unaligned access.

    Timecounter "IA64 ITC"  frequency 733409028 Hz
    Mounting root from ufs:/dev/sscdisk0c

    fatal kernel trap:

        trap vector = 0x1e (Unaligned Reference)
        ...
        Stopped at      nanouptime+0x71:        ld4 r14=[r14]
        db>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ia64" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011018093815.A19323>