Port-macppc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: boot floppy syntax?



> Has anyone successfully booted with the boot floppies say from
> http://ftp.netbsd.org/pub/NetBSD/NetBSD-8.0/macppc/installation/floppy/ ?

I've tried it on My Apus2000/200 with OpenFirmware 2.0,
then it also fails.

Boot floppies from NetBSD 5.2.3 works.
6.1.5 and 7.2 ones also fail.

It looks APM support added from 6.x causes the problem
because the boot1 floppy has faked apple partition map,
 https://nxr.netbsd.org/xref/src/usr.sbin/installboot/arch/macppc.c?r=1.11#94
so your analysis in the PR port-macppc/53727 seems correct.
 https://mail-index.netbsd.org/netbsd-bugs/2018/11/12/msg059608.html

Note the apple partition map is required by only OFW 1 and 2 machines, IIRC.

NetBSD 8.0:
---
Open Firmware, 2.0
To continue booting the MacOS type:
BYE<return>
To continue booting from the default boot device type:
BOOT<return>
 ok
0 > boot fd:0 -
OF_open bootpath=fd
read stage 2 blocks: 01234567. done!
starting stage 2...

>> NetBSD/macppc OpenFirmware Boot, Revision 1.12 (Tue Jul 17 14:59:51 UTC 2018)
open /netbsd: Device not configured
open /netbsd.gz: Device not configured
open /netbsd.macppc: Device not configured
Boot: 

---

NetBSD 7.2:
---
0 > boot fd:0 -
OF_open bootpath=fd
read stage 2 blocks: 012345678. done!
starting stage 2...

>> NetBSD/macppc OpenFirmware Boot, Revision 1.12
open /netbsd: Device not configured
open /netbsd.gz: Device not configured
open /netbsd.macppc: Device not configured
Boot: 

---

NetBSD 6.1.5
---
0 > boot fd:0 -
OF_open bootpath=fd
read stage 2 blocks: 01234567. done!
starting stage 2...

>> NetBSD/macppc OpenFirmware Boot, Revision 1.12
open /netbsd: Device not configured
open /netbsd.gz: Device not configured
open /netbsd.macppc: Device not configured
Boot: 

---

NetBSD 5.2.3
---
0 > boot fd:0 -
OF_open bootpath=fd
read stage 2 blocks: 01234567. done!
starting stage 2...

>> NetBSD/macppc OpenFirmware Boot, Revision 1.11
>> (builds%b48.netbsd.org@localhost, Sat Nov 15 21:34:24 UTC 2014)
4877008
Please remove disk 1, insert disk 2, and press return...
+242848=0x4e22c4
 start=0x100000
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 5.2.3 (INSTALL) #0: Sat Nov 15 21:45:21 UTC 2014
	builds%b48.netbsd.org@localhost:/home/builds/ab/netbsd-5-2-3-RELEASE/macppc/201411152021Z-obj/home/source/ab/netbsd-5-2-3-RELEASE/src/sys/arch/macppc/compile/INSTALL

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index