Jump to content

legendary_

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by legendary_

  1. cooper, exactly. thanks for the good observation point.
  2. Job done. First i want to say: citruspi, i'm thank you for the share. Prerequisites • Samsung ARM Series 3 Chromebook (Dev Mode Enabled!) • Another computer (to write the disk image) • 8+ GB USB Drive or SD Card 1 Download & Write Download Kali Linux for the Chromebook from https://www.offensive-security.com/kali-linux-arm-images/ and extract the .img file from the gunzip archive. I opted to use Win32 Disk Imager to write the image to my flash drive. It can also be used to write the image to an SD Card. Modify Plug your flash drive (USB 2.0 port) or SD card into the Chromebook. Open the shell through the CROSH : 1. Control + Alt + T 2. Type in shell and press return List the devices: $ lsblk | grep disk If you have a flash drive, you should see sda . If you have an SD Card, it should be mmcblk1 . Depending on what you use, there are a different set of instructions below.   Flash Drive $ sudo cgpt repair /dev/das # Now, we set the priority of the boot partitions. $ sudo cgpt add -i 1 -T 5 -P 5 -l KERN-A /dev/das $ sudo cgpt add -i 2 -T 5 -P 10 -l KERN-B /dev/sda Then, we enable cross system booting: $ sudo crossystem dev_boot_usb=1 SD Card $ sudo cgpt repair /dev/mmcblk1 Now, we set the priority of the boot partitions. $ sudo cgpt add -i 1 -T 5 -P 10 -l KERN-A /dev/mmcblk1 $ sudo cgpt add -i 2 -T 5 -P 5 -l KERN-B /dev/mmcblk1 Then, we enable cross system booting: $ sudo crossystem dev_boot_usb=1 Wrap Up When you see the OS Verification is Off screen on boot up, press Control + U to boot into Kali Linux or Control + D to boot into Chrome OS (but you already knew that, right?). Login with username password root toor You can use startx to launch the GUI. I tested with SD and it worked for me. Credits for @citruspi bibliography: https://citruspi.io/kali-on-chromebook/
  3. dreaming with one full kali linux flashdrive ready for chromebook.
  4. haze1434, thak you for the nice tips. I installed version kali sana, but could not root acess. Now, i'm trying to make one flash 'kali' driver.
×
×
  • Create New...