Install Images¶
This guide covers safe image installation for physical, virtual, and cloud targets.
1. Select the correct image¶
generic-pc-<version>.img: VGA/local consolegeneric-pc-serial-<version>.img: serial/headlessgeneric-pc-<version>.iso: CD-ROM boot flow
Choose architecture correctly:
amd64for modern x86_64i386for legacy x86 only
2. Verify integrity before writing¶
Always validate checksums first.
Linux¶
sha256sum <image-file>
macOS¶
shasum -a 256 <image-file>
Compare output to published checksums.
3. Write image media¶
Linux/macOS raw image write¶
- Identify target disk
- Unmount target partitions
- Write image
- Sync and safely eject
Example pattern:
sudo dd if=<image-file> of=<target-disk> bs=4M status=progress conv=fsync
sync
Windows¶
Use a raw disk imaging tool and verify target disk identity before writing.
ISO path¶
- Burn ISO for physical media, or
- Attach ISO in VM/virtual CD boot flow
4. First boot and baseline¶
- Boot to console menu
- Assign WAN/LAN interfaces
- Set LAN IP/subnet
- Access Web UI from LAN
- Change admin password immediately
- Export initial backup
5. Safety checks before production use¶
- Time/NTP correct
- DNS resolution correct
- Default route correct
- LAN client egress works
- Management access restricted to trusted networks
Troubleshooting¶
- No display output: use serial image
- Boot failure: rewrite media and re-check checksum
- Wrong interface mapping: re-run interface assignment