Subject: Re: 5000/25, Netboot
To: None <port-pmax@NetBSD.ORG>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 07/08/1997 02:15:37
On Tue, 08 Jul 1997 17:46:21 +0900,
Toru Nishimura <nisimura@itc.aist-nara.ac.jp> writes:
> Did you know there's a 32Mbyte diskimage with a full 1.2G root
> filesystem, bootblocks, and fake label, that can just be dd'ed
> onto the target disk?
>Using what to write? I think it depends on what hosting (possibly
>self) system is.
Why, using anything that can write raw disk blocks to the target disk:
* rawrite on a DOS box.
* dd on a big-endian Unix box (SunOS, NetBSD, IRIX, ...)
* dd on a little-endian Unix box -- including Ultrix.
You'll still have to move the disk for all except Ultrix, of course.
But this will works with just about anything.