Posts

Showing posts with the label setup.

Openbsd pxeboot script.

Image
Openbsd is a nix cousin of Linux. Has the ability to run on lower end systems that are internet ready. (i.e. All CPUs compatible with the Intel 80486 or better, with Intel-compatible hardware floating point support should work). Here is a couple of pxeboot scripts where you can use the internet to install it even via a floppy. Two examples: (systems supported at http://ftp3.usa.openbsd.org/pub/OpenBSD/5.6/ ) version 5.4 - amd64   dhcp net0   kernel -n img http://static.netboot.me/memdisk-iso iso   initrd -n img http://ftp3.usa.openbsd.org/pub/OpenBSD/5.4/amd64/cd54.iso   boot img Version 5.6 - i386  dhcp net0   kernel -n img http://static.netboot.me/memdisk-iso iso   initrd -n img http://ftp3.usa.openbsd.org/pub/OpenBSD/5.6/i386/cd56.iso   boot img You will need to go to www.romomatic.org to create the boot media. Choose the most recent release. Then you will get the configuration page. Choose which media you w...