Subject: Re: RaQ1 / Stock NetBSD Recovery ISO
To: None <jjhartley@gmail.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-cobalt
Date: 07/18/2007 22:58:49
jjhartley@gmail.com wrote:

> I haven't been able to install from the July 9 or 10 builds either, &
> I have simply been using the  bootloader from 3.0 Restore CD.  How is
> the bootloader built?

3.0 uses gcc3 but 4.0 has gcc4, so it could make some difference.

You can extract boot binary from base.tgz of 4.0_BETA2:
---
% ftp ftp://ftp.netbsd.org/pub/NetBSD-daily/netbsd-4/200707160000Z/cobalt/binary/sets/base.tgz
 :
% tar zxf bast.tgz ./usr/mdec/boot
 :
% gzip boot
% cp boot.gz somewhere/boot/vmlinux.gz

---

I'm not sure how it could be used on restorecd installation, but
"Using a boot loader as /boot/vmlinux.gz" section in the FAQ
http://www.netbsd.org/ports/cobalt/faq.html#preparehd
might help.
---
Izumi Tsutsui