Results 1 to 3 of 3

Thread: Kali on Chromebook Clearification

  1. #1
    Join Date
    2013-Sep
    Posts
    1

    Question Kali on Chromebook Clearification

    Hello everyone, new poster here; I've been looking at the install for my Samsung Google Chromebook 11.6" and I'm just confused as the first time. I was able to get to the developer mode, but nothing after that with the dd utility, etc.

    I can't work with the command line because these commands don't exist in the terminal window in chrome

    is there a way I can use some sort of img.xz to usb to have it boot?

    I would love to have this as a bootable OS on my chromebook

    Please help!

    Samsung Google Chromebook 11.6"
    4GB USB stick
    kali-linux-1.0.4-armhf-chromebook.img.xz file

  2. #2
    Join Date
    2014-Feb
    Posts
    4
    Hi there,

    I just ran across your post today, on Feb 22, 2014.
    Has your issue been resolved?
    If not, please let me know, I have Kali running on my HP Chromebook 11.

  3. #3
    Join Date
    2014-Feb
    Posts
    309
    Quote Originally Posted by Kalitarmac View Post
    Hello everyone, new poster here; I've been looking at the install for my Samsung Google Chromebook 11.6" and I'm just confused as the first time. I was able to get to the developer mode, but nothing after that with the dd utility, etc.

    I can't work with the command line because these commands don't exist in the terminal window in chrome

    is there a way I can use some sort of img.xz to usb to have it boot?

    I would love to have this as a bootable OS on my chromebook

    Please help!

    Samsung Google Chromebook 11.6"
    4GB USB stick
    kali-linux-1.0.4-armhf-chromebook.img.xz file
    Not with a 4GB USB stick, unless you want to create an image yourself (using an x86/amd64 kali installation somewhere). I plan to have the documentation updated tomorrow, but the instructions for you, would be something like...

    ON AN x86/AMD64 Kali installation

    Code:
    cd ~
    mkdir arm-stuff
    cd arm-stuff
    git clone https://github.com/offensive-security/gcc-arm-linux-gnueabihf-4.7
    export PATH=${PATH}:/root/arm-stuff/gcc-arm-linux-gnueabihf-4.7/bin
    git clone https://github.com/offensive-security/kali-arm-build-scripts
    cd kali-arm-build-scripts
    ./build-deps.sh
    apt-get install device-tree-compiler 
    $EDITOR chromebook-arm-samsung.sh
    Edit line 126 - and change 7000 to 3500 (essentially switch it from 7GB to 3.5GB)
    Since you only have 4GB to work with, you MAY want to consider looking in the other scripts and using xfce NOT gnome3. I'd HIGHLY recommend doing so.

    Once that's done, just run

    Code:
    ./chromebook-arm-samsung.sh 1.0.6a
    (version number is arbitrary)

    Depending on the speed of your computer and internet connection, go out for a jog, coffee, run errands... whatever.
    Whenever it finishes, you should have a directory called chromebook-1.0.6a and inside that will be the image compressed via .xz with sha1sums. Extract the xz file, and dd the image to your 4GB USB key.

    If you haven't already, don't forget to run
    Code:
    crossystem dev_usb_boot=1
    on the chromebook itself - switching it to developer mode isn't enough to tell it it's okay to boot from usb/sdcard.


    Let me know if you have any issues.

Similar Threads

  1. getting kali on chromebook
    By soy in forum Installing Archive
    Replies: 0
    Last Post: 2020-11-08, 13:19
  2. help with kali on chromebook
    By therealjohnsir in forum Installing Archive
    Replies: 0
    Last Post: 2015-09-25, 22:07
  3. Kali on Chromebook CB3-111
    By L-dog23 in forum General Archive
    Replies: 1
    Last Post: 2015-07-31, 20:08
  4. Kali on Chromebook
    By beka in forum ARM Archive
    Replies: 4
    Last Post: 2014-06-30, 04:01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •