Skip to content

Instantly share code, notes, and snippets.

@tbalthazar
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbalthazar/5a326b00e655d2fec866 to your computer and use it in GitHub Desktop.
Save tbalthazar/5a326b00e655d2fec866 to your computer and use it in GitHub Desktop.
Debian Intall Instructions

Download and verification

Download the Debian public key

gpg --search-key debian-cd@lists.debian.org

Downloads

Verify

gpg --verify MD5SUMS.sign MD5SUMS md5sum debian-testing-amd64-netinst.iso

Check the output is in MD5SUMS

Prepare USB key

  • format USB drive as FAT (not sure it is required)
  • sudo dd if=debian-testing-amd64-netinst.iso of=/dev/sdc
  • eject/reboot

To install Gnome by default

When install UI shows up :

  • advanced > options > alternative desktop environment > gnome > graphical install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment