Skip to content

Instantly share code, notes, and snippets.

@branch14
Last active December 16, 2015 13:59
Show Gist options
  • Save branch14/064d96042d27763c95ba to your computer and use it in GitHub Desktop.
Save branch14/064d96042d27763c95ba to your computer and use it in GitHub Desktop.
install debian jessie on lenovo x1 carbon
# Disable secure boot in the bios security tab.
wget http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/8.2.0-live+nonfree/amd64/iso-hybrid/debian-live-8.2.0-amd64-standard+nonfree.iso
# Insert USB stick. Check device. Here sdb
cp debian-live-8.2.0-amd64-standard+nonfree.iso /dev/sdb
# Insert usb. Hit F12 on startup to enter the boot menu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment