Skip to content

Instantly share code, notes, and snippets.

@jsownz
Last active August 9, 2016 16:57
Show Gist options
  • Save jsownz/a067458312d714404c108804529aac6c to your computer and use it in GitHub Desktop.
Save jsownz/a067458312d714404c108804529aac6c to your computer and use it in GitHub Desktop.
Installing Kali on Acer Chromebook 13

Download ARM image for Acer (make sure it's the acer one)


Acer Arm Image

Making the drive


$ diskutil list

Plug in the USB drive. In a Terminal window, execute this command:

$ diskutil list

Look for the new item--for me it was /dev/disk3 In a Terminal window, execute these commands:

$ diskutil unmountDisk /dev/disk3

You'll probably need to unzip the file (I think it's xzip)

$ unxz kali-{version}-acer.img-xz
$ sudo dd if=kali-{version}-acer.img of=/dev/rdisk3 bs=1m

$ diskutil eject /dev/disk3

Then follow the instructions on this page


https://citruspi.io/kali-on-chromebook/

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