Skip to main content

Pxe

Pxe Boot to Install Any Operating System the Quickest Way

·226 words·2 mins
If your (old) machine doesn’t have a CD ROM drive or does not boot from USB, PXE boot to re-install a new operating system is the best option if you do not want to buy any more hardware to solve the situation. In the past, setting up a PXE server was a hassle. The internet is littered with linux configurations on tftp server. But if all you want to do is to boot your machine and autoload the ISO, here’s the fastest way with minimal fuss.

Install FreeBSD via pxeboot Using mfsbsd for Systems That Have Less Than 512MB Memory

·178 words·1 min
If you are PXE booting a client machine with an ISO file that is bigger than available memory on your client, the PXE boot will probably fail. This is because PXE boot is copying the ISO into memory. Nowadays, most of the OS install ISOs are more than 512MB, even for FreeBSD. So here’s the process to install FreeBSD on your very old hardware with 512MB memory or less.