Breathe new life into an old computer with PXE boot and TinyCore Linux
Retro PXE Functionality
Another really cool feature that can be implemented with my PXE environment is the ability to boot legacy raw disk images over PXE. This is accomplished using another component available within the Syslinux package: MEMDISK. Within the Syslinux archive that was downloaded earlier, this file is located in the /syslinux-4.04/memdisk
folder. To enable booting a floppy disk over the network, there are three steps. First, the MEMDISK file must be placed in the TFTP root (preferably in the boot folder). Second, the floppy disk image to be booted must be placed in the TFTP server root. A folder off of the TFTP root named floppy
could be created, and the disk image placed there. I would encourage playing with MenuetOS [5], a floppy disk OS with a GUI and many fun applications. Finally, a menu item must be configured to enable booting of the floppy disk. The menu item should look like this:
LABEL menuet MENU LABEL MenuetOS KERNEL /boot/memdisk INITRD /floppy/menuet.img
Note that the MEMDISK file is referenced as the kernel to be used and the floppy disk image is referenced as the init ramdisk. This could also be configured to boot a larger disk image; however, this could impact load time and possibly performance.
Conclusion
This project was a success. My kids enjoy being able to use the Internet, email grandma and grandpa, and play a few old legacy games that I've put on floppy disks. I enjoy not having to re-image the laptop when it gets shut down incorrectly. The system's resilience is a great asset, plus it's an excellent solution for breathing life into old computing hardware.
Infos
- TinyCore Linux: http://www.tinycorelinux.net/
- Syslinux: https://wiki.syslinux.org/
- inity.sh (manipulate init ramdisks): http://git.andydoestech.com/git/scripts/.git/tree/shell/inity.sh
- dnsmasq: http://www.thekelleys.org.uk/dnsmasq/doc.html
- MenuetOS: http://www.menuetos.net
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
Kali Linux 2022.3 Released
From the creators of the most popular penetration testing distributions on the planet, comes a new release with some new tools and a community, real-time chat option.
-
The 14" Pinebook Pro Linux Laptop is Shipping
After a considerable delay, the 14" version of the Pinebook Pro laptop is, once again, available for purchase.
-
OpenMandriva Lx ROME Technical Preview Released
OpenMandriva’s rolling release distribution technical preview has been released for testing purposes and adds some of the latest/greatest software into the mix.
-
Linux Mint 21 is Now Available
The latest iteration of Linux Mint, codenamed Vanessa, has been released with a new upgrade tool and other fantastic features.
-
Firefox Adds Long-Anticipated Feature
Firefox 103 has arrived and it now includes a feature users have long awaited…sort of.
-
System76 Refreshes Their Popular Oryx Pro Laptop with a New CPU
The System76 Oryx Pro laptop has been relaunched with a 12th Gen CPU and more powerful graphics options.
-
Elive Has Released a New Beta
The Elive team is proud to announce the latest beta version (3.8.30) of its Enlightenment-centric Linux distribution.
-
Rocky Linux 9 Has Arrived
The latest iteration of Rocky Linux is now available and includes a host of new features and support for new architecture.
-
Slimbook Executive Linux Ultrabook Upgrading Their CPUs
The Spanish-based company, Slimbook, has made available their next generation Slimbook Executive Linux ultrabooks with a 12th Gen Intel Alder Lake CPU.
-
Fedora Linux is Coming to the Raspberry Pi 4
Thanks to significant work in the upstream, the upcoming release of Fedora 37 will introduce support for the Raspberry Pi 4.