Skip to content

Instantly share code, notes, and snippets.

@todgru
Last active January 8, 2019 07:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todgru/4f28fe40e4f73cfac445f5662fe4a18e to your computer and use it in GitHub Desktop.
Save todgru/4f28fe40e4f73cfac445f5662fe4a18e to your computer and use it in GitHub Desktop.
osx debian usb asus 900A EEE PC

I created a bootable usb drive in disk utility

then ran diskutil list to find the identifier

/dev/disk2s1 in my case

make sure to unmount the drive

then dd

sudo dd if=debian-9.6.0-i386-netinst.iso of=/dev/rdisk2 bs=1m

yes, use rdisk....

when booting the asus, press escape to boot from usb

I did not get any of this to work with a sd card. this could be due to not properly formatting the sd card or not booting from the card. I'm not sure the asus will boot from sd, only usb or hdd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment