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
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
OpenMandriva Lx 23.03 Rolling Release is Now Available
OpenMandriva "ROME" is the latest point update for the rolling release Linux distribution and offers the latest updates for a number of important applications and tools.
-
CarbonOS: A New Linux Distro with a Focus on User Experience
CarbonOS is a brand new, built-from-scratch Linux distribution that uses the Gnome desktop and has a special feature that makes it appealing to all types of users.
-
Kubuntu Focus Announces XE Gen 2 Linux Laptop
Another Kubuntu-based laptop has arrived to be your next ultra-portable powerhouse with a Linux heart.
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.