Re: boot partition (Was: install on PowerBook - no root partition defined)
Tom Lane <[email protected]> Wed, 04 Oct 2023 11:12:47 -0400
| Newsgroups | gmane.os.netbsd.ports.macppc |
|---|---|
| Message-ID | <[email protected]> |
Riccardo Mottola <[email protected]> writes: > Tom Lane wrote: >> Partition map (with 512 byte blocks) on '/dev/rwd0' > I tried almost the same setup, except for boot being FAT and not HFS. > But how to format it? I dunno about making it FAT; I wouldn't have bet on OFW knowing that. I used hfsutils: # hformat -l "Boot" /dev/wd0d # hmount /dev/wd0d # hcopy -r ofwboot.xcf :ofwboot.xcf # humount regards, tom lane