View Issue Details

IDProjectCategoryView StatusLast Update
0002531Kali LinuxGeneral Bugpublic2025-07-14 09:38
Reporternervekiller Assigned Tomuts  
PrioritynormalSeverityminorReproducibilityunable to reproduce
Status closedResolutionno change required 
Product Versionkali-dev 
Summary0002531: Kali Liux Samsung Chromebook2 (Peach) startup
Description

after making the Samsung Chromebook2 (Peach) image over SD card & USB using RUFUS (others wouldn't do it right) and using the downloaded image kali-2.0-exynos.img, after making all the setting for the chromebook http://www.samsung.com/us/computer/chrome-os-devices/XE503C12-K01US# to boot using the SD card card and USB, it starts but then wouldn't load giving a black screen with the following error appearing and disappearing:
exynos-dp 145b0000.display-port-controller: EDID Read Success!

i had to remove the SD card to take this screenshot that's why it gave the last error.

any suggestions ?

Attached Files

Activities

steev

steev

2015-08-14 16:44

reporter   ~0003751

Can you repeat the issue with dd via a livecd? I've never used Rufus, and don't know what it does to the image.

something like, Download the image

xzcat file | dd of=/dev/<device> bs=512k

And make sure that the sdcard/usb key is a minimum of 8GB in size.

nervekiller

nervekiller

2015-08-14 16:52

reporter   ~0003752

using windows os so i can load it on the SD card. The SD card is SanDisk Ultra Plus 64GB.
Rufus can be found in https://rufus.akeo.ie/

i'm willing to try anything you say right now with those tools right now.

waiting for your reply.

Thanks a lot.

nervekiller

nervekiller

2015-08-14 17:00

reporter   ~0003753

Model PIT D3A-E4Q-A4O

nervekiller

nervekiller

2015-08-14 17:41

reporter   ~0003756

root@kali:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
fd0 2:0 1 4K 0 disk
sda 8:0 0 30G 0 disk
├─sda1 8:1 0 28.8G 0 part /
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 1.3G 0 part [SWAP]
sdb 8:16 1 59.5G 0 disk /media/root/FC92BA7492BA334E
sr0 11:0 1 1024M 0 rom
root@kali:~# xzcat kali-2.0-exynos.img.xz | dd of=/sdb/ bs=512k
dd: failed to open ‘/sdb/’: Is a directory
root@kali:~# xzcat kali-2.0-exynos.img.xz | dd of=/media/root/ bs=512k
dd: failed to open ‘/media/root/’: Is a directory

That was from my kali VM environment and mounted the SD card. from the list it is the sdb.

Let me know what else can be done if there's any.

Thanks a lot.

steev

steev

2015-08-14 18:02

reporter   ~0003758

You were so close :/

it should be "xzcat kali-2.0-exynos.img.xz | dd of=/dev/sdb bs=512k"

also please be sure to UNMOUNT the drive before dd-ing to the device.

Do not use a graphical utility to do it, from the command line, run

umount /media/root/FC92BA7492BA334E

steev

steev

2015-08-14 18:03

reporter   ~0003760

Also, a minor disclaimer, I do not have a Pit to test, but I've tested the image against Spring, Snow and PeachPi and it works on all of them.

nervekiller

nervekiller

2015-08-14 18:17

reporter   ~0003761

so can you give me full steps and i will come back right now with the results.

  1. start the chromebook
  2. hit Ctrl+U
  3. Never gone further than that. <--- any suggestions ?

root@kali:~# umount /media/root/FC92BA7492BA334E
umount: /media/root/FC92BA7492BA334E: mountpoint not found

The working environment is Kali 2.0 in VMWare Workstation.

root@kali:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
fd0 2:0 1 4K 0 disk
sda 8:0 0 30G 0 disk
├─sda1 8:1 0 28.8G 0 part /
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 1.3G 0 part [SWAP]
sdb 8:16 1 59.5G 0 disk /media/root/4C325E31325E206E
sr0 11:0 1 1024M 0 rom
root@kali:~# xzcat kali-2.0-exynos.img.xz | dd of=/dev/sdb bs=512k
^C0+42282 records in
0+42282 records out
347013120 bytes (347 MB) copied, 12.1967 s, 28.5 MB/s

root@kali:~# umount /media/root/FC92BA7492BA334E
umount: /media/root/FC92BA7492BA334E: mountpoint not found
root@kali:~# xzcat kali-2.0-exynos.img.xz | dd of=/dev/sdb bs=512k
xzcat: kali-2.0-exynos.img.xz: Compressed data is corrupt
14+259395 records in
14+259395 records out
2818572288 bytes (2.8 GB) copied, 220.404 s, 12.8 MB/s
root@kali:~#

booted, goes to the login screen but no functional keyboard and mouse.

any ideas?

steev

steev

2015-08-14 18:23

reporter   ~0003762

This is a bug report forum, and not a support forum.

You would be better served getting the hand holding on the forums. You need to choose the correct mount point when unmounting the device. You also need to READ THE OUTPUT when it tells you exactly what is wrong.

muts

muts

2015-08-14 18:29

reporter   ~0003765

Closed.

Issue History

Date Modified Username Field Change
2015-08-14 16:36 nervekiller New Issue
2015-08-14 16:36 nervekiller File Added: rsz_camerazoom-20150814122826295.jpg
2015-08-14 16:44 steev Note Added: 0003751
2015-08-14 16:52 nervekiller Note Added: 0003752
2015-08-14 17:00 nervekiller Note Added: 0003753
2015-08-14 17:41 nervekiller Note Added: 0003756
2015-08-14 17:41 nervekiller Note View State: 0003756: private
2015-08-14 17:43 nervekiller Note View State: 0003756: public
2015-08-14 18:02 steev Note Added: 0003758
2015-08-14 18:03 steev Note Added: 0003760
2015-08-14 18:17 nervekiller Note Added: 0003761
2015-08-14 18:23 steev Note Added: 0003762
2015-08-14 18:29 muts Note Added: 0003765
2015-08-14 18:29 muts Status new => closed
2015-08-14 18:29 muts Assigned To => muts
2015-08-14 18:29 muts Resolution open => no change required
2015-08-18 12:36 g0tmi1k Priority immediate => normal
2025-07-14 09:38 g0tmi1k Severity crash => minor