Write it to USB¶
Any USB stick of 1 GB or more. Everything on the stick is destroyed.
Find the stick — on macOS:
$ diskutil list external
/dev/disk4 (external, physical): ... # ← note the number
$ diskutil unmountDisk /dev/disk4
on Linux:
Write the image (double-check the device — dd does not ask twice):
- Download balenaEtcher
- Flash from file → select the ISO
- Select the USB stick
- Flash!
Etcher validates the write automatically.
If you already carry a Ventoy stick, just copy
junkmesh-x86_64.iso onto it and pick it from the boot menu. Handy when
you're imaging a pile of donated laptops with different tools.
Booting the target machine¶
- Plug the stick into the retired laptop.
- Power on and mash the boot-menu key — usually ++f12++ (Dell, Lenovo), ++f9++ (HP), ++esc++ or ++f8++ on others.
- Choose the USB device. Both UEFI and legacy BIOS entries work.
- Old machine refusing USB boot? Check the BIOS for "USB boot" and disable Secure Boot (the image is unsigned).
You'll land at a login prompt. Next: First boot & install →