Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR1034: PXE Boot

Hosted by Ken Fallon on 2012-07-19 00:00:00
Download or Listen

In todays show, Ken tells of his struggle to get silent PC to work with his spare 17" monitor. His attempts to get a "VIA EPIA M9000 Mini ITX Motherboard" failed miserably and so he has turned to a HP Compaq t5000 thin client. As can be seen in this post here and discussed here.

The OS installs fine from USB but you run into grub issues on reboot that require you to boot from USB disk to rectify and that runs into problems as the boot order get's confusing. To get around this I decided to install Debian via PXE boot or more commonly "Pixie" boot. A full description can be found on the debian wiki. Basically it involves setting up a DHCP server, a TFTP server and downloading a boot image.

Once you have everything configured is a standard Debian net install. The only gotya is entering the MAC address of your Client and making sure you know what is happening on your network with regard to DHCP. I set the internal sd drive as the boot partition, created a 500Mb swap on my 4G external disk and put the root as the rest. I set both the boot and the root partition to ext2 as I didn't want the added strain of journaling on the sd media.

I ran into the Grub 2 ERROR 17 issue which meant that I had to do some reading on Grub2 and we're back to the bad old days of lilo where you need run commands or your config changes are ignored. Anyway another Pixie boot, this time into recovery mode long enough to type update-grub. A quick reboot and we're into a standard Debian base install.

I took the steps to installing Debian multimedia by adding the magic deb https://www.debian-multimedia.org squeeze main non-free to my /etc/apt/sources.list and then doing

aptitude install debian-multimedia-keyring
to get the keyring in order. After that it was a aptitude update and a aptitude safe-upgrade and that was it. I was free to install anything I wanted.

Links

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.