Subject: Re: DAILY/netbsd-4 CD non bootable on Mini
To: NetBSD/macppc <port-macppc@netbsd.org>
From: Joel CARNAT <joel@carnat.net>
List: port-macppc
Date: 07/28/2007 23:45:13
>> I just wanted to know if the DAILY netbsd-4 CD image was supposed to be
>> bootable at this stage of netbsd-4 development ?
>
> AFAIK, it is not supposed to be bootable as it is created by makefs which
> does not have the necesary support yet.
>
> A bootable image needs to be created with mkisofs. The commands reported
> to do that are:
>
> cd /usr/src/distrib/cdrom
> make RELEASE=4.0 TARGET_CD_IMAGE=macppccd RSYNC_SITE=rsync://rsync.NetBSD.org/NetBSD-daily/netbsd-4/<snapshot name> fetch
> make RELEASE=4.0 TARGET_CD_IMAGE=macppccd
>
> Pavel

thank you.

can I run this from a non /macppc computer ?

because I tried running it on my /xen machine and got:
----------
/home/cvs/src/tooldir.NetBSD-4.0_BETA2-i386/bin/nbinstall -d fs
make: exec(/home/cvs/src/tooldir.NetBSD-4.0_BETA2-i386/bin/nbinstall) failed (No such file or directory)
----------
so I ran a "./build.sh -N 0 -U -u tools" on that machine, then restart the "make RELEASE...macppccd" and got:
----------
Final:   offset    0, size  450, file /home/cvs/src/distrib/cdrom/multi-cd1-4.0.iso
/home/cvs/src/distrib/cdrom/macppc_installboot/macppc_installboot  /home/cvs/src/distrib/cdrom/multi-cd1-4.0.iso /home/cvs/src/distrib/cdrom/extfiles/macppc.bootxx /ofwboot
macppc_installboot: Opening primary bootstrap `/home/cvs/src/distrib/cdrom/extfiles/macppc.bootxx': No such file or directory
*** Error code 1

Stop.
make: stopped in /home/cvs/src/distrib/cdrom
----------

TIA,
       Jo