https://imgur.com/ZFuG0BE
https://imgur.com/a/ERoCdVF
Download ISO https://drive.google.com/open?id=1aBalo60jzA5qAlg_nZLhV5NSJFIoP-un
Download IMG for USB https://drive.google.com/open?id=1l5inUPGNoUep4dhA-4Y5UFaQB6cEU3r2
What changed since last release
- Splash Screen added
- USB .img file available
Installing OS108 to your hard drive is done by using the sysinst utility, http://netbsd.gw.com/cgi-bin/man-cgi?sysinst+8.amd64+NetBSD-8.0, the process is basically the same as installing NetBSD itself.
Please refere to the NetBSD guide for installation details, http://www.netbsd.org/docs/guide/en/part-install.html
--Be sure to enable option "log" in partition to your FFSv2 file system.
--If you choose a custom partition scheme, which makes updating between releases easier, be aware that OS108, as NetBSD, installs software to /usr/pkg, so the /usr partition should be the largest partition on your drive.
--If you encounter keyboard problems, some HP hardware has known issues, try disable ohci Thanks to @asx for bug report.
When the base install is finished, let dhcp configure your network connection automatically, set the console keyboard, created a root password and set the root shell.
Please make sure to create at least one user from the configuration menu.
After install login to root account and follow these steps while CD ISO is in cdrom device:
#mount /cdrom
#sh /cdrom/amd64/binary/sets/pkgs/mate.sh
And for USB installer :
#mount /dev/dk1 /cdrom
#sh /cdrom/amd64/binary/sets/pkgs/mate.sh
where dk1 is your usb drive
For WiFI also follow this guide to work along with WiFi manager : https://archive.unitedbsd.com/t/netbsd-desktop-pt-2-set-up-wireless-networking-on-netbsd-with-wpa-supplicant-and-dhcpcd/281
Have fun and do report bugs and problems
Special Thanks to @leot @medfly @ryoshu @nbyouri and others from Freenode #NetBSD
Edit : edited as suggested by user pin