Minimal ISO images for automated OS deployment

Boot your server with one small ISO — no PXE, DHCP, or TFTP setup required. The rest is fully automated.

Get Started
Lightweight

ISO images are under 2 MB — fast boot times and a minimal boot footprint.

Fully Automated

Automated OS installation driven by predefined configuration.

Works Everywhere

Works on any hosting provider, KVM, or bare metal — no PXE or DHCP infrastructure required.

How it works

Generate a minimal ISO for fully automated OS installation.

Choose OS and version

Select the Linux distribution and version you want to install.

Enter configuration

Configure networking, hostname, disk layout, and root credentials in a single form.

Attach ISO & Boot

Mount ISO to your server — the OS installs automatically on first boot.

Frequently Asked Questions (FAQ)

Net2Boot is a minimal bootable ISO that replaces a traditional PXE setup for automated OS deployment.

It boots using iPXE, configures networking, downloads the required kernel and initrd, and starts an unattended installation using predefined settings.
Net2Boot is free to use.
Standard netinstall ISOs still require manual setup or a working PXE environment.

Net2Boot replaces PXE by embedding networking and installation configuration directly into a minimal ISO, enabling fully automated OS deployment on any server.
Yes, it is completely secure.

We do not accept or store your plain-text password. Instead, you provide a SHA-512 hash of your password (we give you the commands to generate this securely on your local machine).
This hash is embedded directly into the installation configuration (Kickstart). Because hashes are irreversible, we never have access to your actual credentials.
The installer automatically identifies drives of the type you select — SSD, NVMe, or HDD — sorts them by capacity (smallest first), and assigns them to the configured RAID groups sequentially.

For specific examples (e.g., how RAID1 picks the two smallest SSDs), see the help tooltips in the “Create ISO” form.
On systems with hardware RAID controllers (such as Dell PERC), the operating system sees the RAID virtual disk rather than the physical drives.

In this case:
  • RAID mode: select HDD regardless of whether the underlying disks are SSD or NVMe.
  • HBA / passthrough mode: select the actual disk type (SSD / NVMe).
Example:
Dell PowerEdge R230 with PERC H730:
  • RAID mode - choose HDD
  • HBA mode - choose SSD or NVMe based on installed drives
We believe in transparency. You don't have to trust us — verify it yourself. The ISO contains readable configuration files.

1. Download the ISO.
2. Mount it locally:
sudo mount -o loop net2boot.iso /mnt
3. Inspect the configuration:
cat /mnt/ks.cfg (kickstart config)
cat /mnt/autoexec.ipxe (ipxe script)

You will see that we only use official mirrors and your provided settings.

Ready to deploy your server in minutes?

Generate a Net2Boot ISO, boot your dedicated server, and let the OS install itself automatically.

Generate ISO