setup/doc/bootable-usb-drive.md

331 B

Prepare USB Drive For Installation

  • download debian

  • identify USB drive using

df -h
  • unmount drive using
sudo umount /dev/<tbd>
  • format drive using
sudo mkfs.vfat /dev/<tbd>