Oki, I´ll upload the the NetBSD 5.1 stuff.
Just some short infos by using XM6(i):
NetBSD51_TAR CD-ROM image (.iso)
The different to the standard NetBSD CD image is,
the content is compressed with the TAR file format only.
So the installation should be faster.
In the standard version the TAR files are additional compressed with TGZ.
NetBSD Installer Images (.dim)
Create two 2HC format floppies (must be .dim) with XM6.
Run XM6i, boot Human68k with the mounted CD-ROM image.
On the CD-ROM, go into the x68k\installation\floppy folder
Insert first floppy in drive 1, ..\misc\rawrite.x
to write sysinst1.fs on disk, drive is B
Then put the second floppy into drive 1 and run rawrite again, but now by using sysinst2.fs
Rawrite is the equivalent of the Unix/BSD dd command, it write the disk image file to the disk.
Hard disk image (.hds)
Create Hard disk (SCSI) image
Start the XM6 Emulator.
Tools > Make a new SCSI Fixed Disk
Example: 750MB
The Harddisk (SCSI) image must be initialized and formatted under Human68k as single
Partition.
Start the XM6i Emulator.
Boot the Floppy Disk images (NetBSD51_Installer1.dim, NetBSD51_Installer2.dim)
Open NetBSD51_TAR.iso
Select the option "Install NetBSD to hard disk"
Yes
Minimal Installation
Set sizes of NetBSD partitions
Accept partition sizes
Partitions sizes ok
Please enter a Name for your NetBSD Disk
Yes
Run disklabel
Run newfs
Run installboot
Utility menu
a: run /bin/sh
# mount -o async /dev/sd0a /targetroot
# cd /targetroot
# mount /dev/cd0a /mnt2
# tar xpf /mnt2/x68k/binary/sets/kern_generic.tar
or
# tar xpf /mnt2/x68k/binary/sets/kern*.tar
# tar xpf /mnt2/x68k/binary/sets/etc.tar
# tar xpf /mnt2/x68k/binary/sets/base.tar
cp /usr/mdec/boot /targetroot
# cd /targetroot/dev
# sh MAKEDEV all
# cd /
# umount /targetroot
# reboot
Edit rc.conf
# /sbin/mount -u -w /
# cd /
# cd etc
# vi rc.conf
Change rc_configured=NO to YES for the login screen
Move the cursor to the word NO, and press X twice
(X = delete character under the cursor)
A goes into append mode, then type in YES
Press Escape (end append mode), and Shift-Z twice (save and exit)
Reboot
If something is wrong/corrupt on filesystem use the cmd: fsck -y
# shutdown now
after running fsck
or
# reboot
Updating motd.
Ctrl-C to abort the current task
Login: root