Use Upgrade option
This particular page is kind of alternative to the whole pages.
You may skip this page.
You may employ sysinst with upgrade option to get NetBSD installed from scratch.
Rough recipe is:
-
Write Label by MacOS Drive setup.
- put following two onto MacOS HFS partition
- ofwboot.elf
- netbsd.GENERIC_MD.gz
-
boot with netbsd.GENERIC_MD.gz
0> boot hd:9,ofwboot.elf netbsd.GENERIC_MD.gz
-
exit to shell
-
newfs / and /usr
(see
newfs page for detail.)
- mount target disk onto /mnt
mount /dev/wd0a /mnt
mkdir /mnt/usr
mount /dev/wd0d /mnt/usr
-
make /etc/fstab
cat > /mnt/etc/fstab
/dev/wd0a / ffs rw 1 1
/dev/wd0b swap none sw 0 0
/dev/wd0d /usr ffs rw 1 2
^D
- If you execute sysinst with Upgrade more then one,
make sure /etc.old is removed or renamed back to /etc
- umount target disk
umount /mnt/usr
umount /mnt
-
invoke sysinst by typing ./sysinst
-
Take Upgrage at Welcome screen and follows the instruction.
|