Re: macppc netboot

2017-10-19 Thread Solène Rapenne
Je 2017-10-18 23:11, Christian Weisgerber skribis: On 2017-10-18, Solène Rapenne wrote: Are you able to fetch /bsd.rd if you use tftp in command line ? How is this relevant? Netbooting is inherently machine-dependent. Firmware aside, there are also at least two OpenBSD bootloader flavors:

Re: macppc netboot

2017-10-18 Thread Christian Weisgerber
On 2017-10-18, Solène Rapenne wrote: > Are you able to fetch /bsd.rd if you use tftp in command line ? How is this relevant? Netbooting is inherently machine-dependent. Firmware aside, there are also at least two OpenBSD bootloader flavors: * pxeboot (amd64, i386) uses TFTP to load the kernel.

Re: macppc netboot

2017-10-18 Thread Solène Rapenne
Je 2017-10-18 16:39, Daniel Boyd skribis: OK -- from dhcpd.conf: host cube { next-server 192.168.60.157; option subnet-mask 255.255.255.0; option routers 192.168.60.1; option root-path "/srv/obsd62"; fixed-address 192.168.60.235; hardware ethernet 00:30:65:71:c6:e2; } An

Re: macppc netboot

2017-10-18 Thread Daniel Boyd
OK -- from dhcpd.conf: host cube { next-server 192.168.60.157; option subnet-mask 255.255.255.0; option routers 192.168.60.1; option root-path "/srv/obsd62"; fixed-address 192.168.60.235; hardware ethernet 00:30:65:71:c6:e2; } And then in OF: 0 > boot enet:,ofwboot /bsd.rd

Re: macppc netboot

2017-10-18 Thread Solène Rapenne
Je 2017-10-18 00:47, Daniel Boyd skribis: I'm attempting to install onto a G4 Cube with a busted CD-ROM drive. I've never done network booting before, so I'm sure I'm just missing something. I set up NFS and TFTP on a linux box, copied ofwboot to the TFTP share and bsd.rd plus all the tgz files

Re: macppc netboot

2017-10-17 Thread Janne Johansson
2017-10-18 0:47 GMT+02:00 Daniel Boyd : > I'm attempting to install onto a G4 Cube with a busted CD-ROM drive. > I've never done network booting before, so I'm sure I'm just missing > something. > Make sure to read and follow ALL the steps in "man diskless" that has anything to do with PPC boots,

macppc netboot

2017-10-17 Thread Daniel Boyd
I'm attempting to install onto a G4 Cube with a busted CD-ROM drive. I've never done network booting before, so I'm sure I'm just missing something. I set up NFS and TFTP on a linux box, copied ofwboot to the TFTP share and bsd.rd plus all the tgz files to the NFS share. In Open Firmware, I'm se