Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Aug 2001 01:17:18 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Wilko Bulte <wkb@freebie.xs4all.nl>
Cc:        John Baldwin <jhb@FreeBSD.org>, freebsd-alpha@FreeBSD.org
Subject:   Re: problems creating 4.4-alpha test/release cdrom
Message-ID:  <3B6FA40E.A2E374EB@mindspring.com>
References:  <20010807003655.A3077@freebie.xs4all.nl> <XFMail.010806154638.jhb@FreeBSD.org> <20010807080512.B4408@freebie.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Wilko Bulte wrote:
> > Can you do 'load /kernel' (Note the /) and then boot?
> 
> k load kernel
> don't know how to load module '/kernel.ko'
> ok load /kernel
> don't know how to load module '/kernel.ko'
> 
> > If so, does 'boot /kernel' work as well?
> 
> ok boot /kernel
> don't know how to load module '/kernel.ko'

You are running the evil boot loader.

Your kernel needs to be installed as /boot/kernel/kernel.ko,
I think.

I really hate that boot loader change.

If your kernel is really in /, try "/KERNEL" instead.


I also think you might want to add rock-ridge to the
ISOFS image.  I think the problem you are seeing is due
to the Alpha boot not doing the same thing that the x86
boot does (fake up a RAM-disk floppy image, from which
the /kernel in the image is loaded, and the resulting
system then understands rock-ridge).  I don't think that
anything short of doing this is going to get you booted
very easily... though an obvious quick hack would be to
case fold everything to upper case, which would be enough
to get your kernel loaded.

-- Terry

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




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