ブータブルメディアの作成
推奨方法:USBドライブ
利用可能なツール
Windows
- Rufus(推奨): https://rufus.ie/
- Balena Etcher: https://www.balena.io/etcher/
Linux/macOS
bash
# ddコマンド(/dev/sdXをUSBドライブに置き換えてください)
sudo dd if=debian-13.4.0-amd64-netinst.iso of=/dev/sdX bs=4M status=progress
syncRufusの手順(Windows)
- USBドライブを挿入(8GB以上)
- Debian ISOファイルを選択
- GPTパーティションスキームを選択
- UEFIターゲットシステムを選択
- 開始をクリック