• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Debian PXE/TFTP Installation

20_MuleTeam_Borax

Senior member
I am trying to install Debian 2.2r6 on an IBM Thinkpad X23. This machine does not have a CDROM or floppy drive, so I thought I'd try to boot with PXE. Using PXElinux and TFTP, I am able to load a kernel and pass it parameters from a "boot:" prompt. Unfortunately, I can't figure out how to start the installation process. I tried initrd'ing some bin files from the boot prompt, but the kernel complains either a) it can't mount the root fs or b) no init was found (try init=). I think I'm just not using the right bin files. What is the proper way to start the installation procedure from TFTP?
 
The .bin files aren't normally initrd, they're normally a compressed rootfs image, check the instructions on UltraLinux.org for network installation, they're mostly aimed toward Solaris hardware but you might be able to figure out what you're missing.
 
Back
Top