Results 1 to 3 of 3

Thread: Hi guys i want some help for the samsung chromeboook install the kali linux

  1. #1
    Join Date
    2013-Nov
    Posts
    1

    Unhappy Hi guys i want some help for the samsung chromeboook install the kali linux

    First thing, i use the SDcard and USBdiak to boot at chromeboook.
    But is not working, I already in the developer mode.
    try the use the Chrome terminal setting usbboot(or sdcard)
    #sudo crossystem
    #sudo crossystem dev_boot_usb=1
    #sudo crossystem dev_boot_legacy=1
    #sudo crossystem dev_boot_signed_only=1
    is just going dark and turing chrome developer Prompt again
    i know this way at kali Official didn't speak of
    but use the kali official way is not work and not too

    at the official ARM file taking about how the setting the USBdisk and SDcard boot is not helpfor and not work at all.

    now i trying cheak the Archlinux official install in chrome to Reference.

    i want some boby Already Success can Tall me how to do it.

  2. #2
    Join Date
    2013-Sep
    Location
    TN
    Posts
    5
    After writing the image to USB or SD all that should be required it putting the chromebook in dev mode "esc+refresh+power", then enabled dev firmware with "chromeos-firmwareupdate --mode=todev" and finally crossystem dev_boot_usb=1. Then any correctly written Kali drive should work fine.

  3. #3
    Join Date
    2013-Dec
    Posts
    1
    In the directions, they tell you to set partition one with a higher priority in order to boot from the SD card. I found out, however, that you need to set partition two to a higher priority to boot from the SD card.

    For example:
    Code:
    cgpt add -i 1 -S 1 -T 5 -P 5 -l KERN-A /dev/sdb
    cgpt add -i 2 -S 1 -T 5 -P 10 -l KERN-B /dev/sdb
    for SD card

Similar Threads

  1. How to install kali linux on a samsung S3 neo , rooted
    By Master_Gamer555 in forum Installing Archive
    Replies: 1
    Last Post: 2016-05-06, 14:03
  2. Kali Linux on Samsung Chromebook Crouton install
    By sethur in forum ARM Archive
    Replies: 2
    Last Post: 2014-11-17, 21:17
  3. Install Kali Linux on a Samsung Chromebook
    By Enigma in forum Installing Archive
    Replies: 0
    Last Post: 2013-06-02, 08:03

Posting Permissions

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