May 6, 2026
No disk, all drama
Diskless Linux boot using ZFS, iSCSI and PXE
One hacker ditched Windows drama to boot Linux from the network—and the comments went wild
TLDR: A hobbyist found a way to run Linux on a gaming PC without touching Windows by starting it from a server over the home network. Commenters loved the cleverness, but quickly turned it into a debate over easier methods, faster hardware, and whether the network would melt under pressure.
A tinkerer decided they were done with turning a gaming PC into a science fair of Windows tools, broken dual-boot menus, and mystery USB sticks that keep getting wiped for everyday life. So instead of touching the machine’s internal drives, they made Linux start over the home network from a server box. It’s a gloriously nerdy workaround to a painfully relatable problem: wanting a clean Linux setup for experiments without wrecking the PC that runs your games.
But the real show is in the replies, where the community instantly split into the classic tech-comment-section cast of characters: the “very cool” admirers, the “I would’ve done it differently” strategists, and the network doom prophets. One commenter breezily noted that a more common route is using a shared folder style setup instead, basically saying, “Nice stunt, but there’s an easier road.” Another raised the stakes by suggesting an even slicker boot menu trick that sounds like the kind of thing people casually say online while making everyone else feel underqualified.
Then came the storage nerd romance: one commenter was positively smitten with the idea of putting the whole operating system on a fancy fault-tolerant storage system, while another fired off the classic gear-up warning—if you’re serious, buy faster networking. And finally, the party pooper reality check arrived: this setup can get cranky if your network is busy or dropping data, so maybe don’t treat your home router like a tiny enterprise data center. In other words, the build is impressive, but the comments turned it into a full-on debate between elegance, speed, and “have you considered your switch settings?”
Key Points
- •The article describes a diskless Linux boot setup using PXE, iSCSI, ZFS and Netboot.xyz so a gaming PC can run Linux without changing its local Windows installation.
- •The author’s motivations include testing Qwen3.6 and Gemma4 models, avoiding additional Windows development tooling, and preventing local bootloader and partitioning issues.
- •The setup assumes one Debian 13-based server handles Netboot.xyz, TFTP, iSCSI target services and a ZFS zvol, with DNSMasq running on an Asus router with Merlin firmware.
- •The author notes that installing Debian over a network drive is slower than a native install, but considers that acceptable for the intended workload.
- •The guide is organized into sections for Netboot.xyz, TFTP, DNSMasq, ZFS zvol creation, iSCSI configuration and Debian installation, and begins by installing packages and configuring Netboot.xyz host settings.