PINE64
write SD with UMS enabler and manjaro graphic bug in configuration - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: write SD with UMS enabler and manjaro graphic bug in configuration (/showthread.php?tid=15547)

Pages: 1 2


write SD with UMS enabler and manjaro graphic bug in configuration - John (the 2nd one) - 12-14-2021

Hello, my quick setup:
-a rooted phone
-pop os linux
-windows 10 64
-a micro sd
-and this pinephone

-time to lost

I bought a PINEPHONE – with Convergence one week ago.

I first simply tryed to configure it on manjaro default system but there is a persistent manjaro graphic bug. I am blocked on landscape side (i am not sure of this translation) and i just have a half screen, i couldn't finish the setup. I forced reboot a lot, shaked it, but nothing happened.

I've then flashed OS on sdcard with my rooted phone and this app and etcher (and after rufus). The flash succed each time with arch(pinephone) and jumpdrive(pinephone) but whent I put the sd THE PHONE ALWAYS BOOT ON MANJARO.
So, I'm looking for a solution.

I have all read the pine wiki and the noob one but I found nothing about.

I am sorry, I just want do disserve my personal interest, sorry for my english and please be nasty I am a big noob.

Thanks for your reading.


RE: I am lost I can't boot to SD - dukla2000 - 12-14-2021

OK - I think there are 2 options:
1) Your flashing of new images is flawed
2) The SDcard slot is broken.

Most likely option 1 is the problem, but to eliminate option 2, when you have an SDcard installed and the phone boots Manjaro, can you see anything on the SDcard? 1 way to do this would be to open a terminal and type sudo blkid as follows
Code:
$ sudo blkid
[sudo] password for csn:
/dev/mmcblk2p2: LABEL="rootfs" UUID="55b74abb-ba72-413d-96f5-bd70f0971abf" BLOCK_SIZE="4096" TYPE="f2fs" PARTUUID="96cc52eb-02"
/dev/mmcblk2p1: LABEL="boot" UUID="a75a51ff-5a32-4cd3-984b-f9de3616f341" BLOCK_SIZE="1024" TYPE="ext4" PARTUUID="96cc52eb-01"
/dev/mmcblk0p1: SEC_TYPE="msdos" UUID="F2B1-AB9A" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="3a2db009-01"
/dev/mmcblk0p2: UUID="aa77e85c-8445-4c1c-b867-2ca993ac1a93" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3a2db009-02"
/dev/zram0: LABEL="zram0" UUID="3ac6945c-bc2a-413e-b495-85f94caa5e8d" TYPE="swap"

If you see anything on /dev/mmcblk0 then that is the SDcard and it indicates the hardware is OK. If not, try again with any SDcard with photos or music or anything on it.


RE: I am lost I can't boot to SD - John (the 2nd one) - 12-14-2021

(12-14-2021, 02:50 PM)dukla2000 Wrote: Most likely option 1 is the problem, but to eliminate option 2, when you have an SDcard installed and the phone boots Manjaro, can you see anything on the SDcard? 1 way to do this would be to open a terminal and type sudo blkid as follows.

If you see anything on /dev/mmcblk0 then that is the SDcard and it indicates the hardware is OK. If not, try again with any SDcard with photos or music or anything on it.
Thank you for answer.


Code:
john@pop-os:~$ sudo blkid
[sudo] Mot de passe de zzl :
/dev/nvme0n1p1: LABEL_FATBOOT="SYSTEM" LABEL="SYSTEM" UUID="C230-FE77" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="SYSTEM" PARTUUID="91036b13-1b52-4a9f-a7c9-d29686a322a1"
/dev/nvme0n1p2: LABEL="timSSD" BLOCK_SIZE="512" UUID="381CD5D21CD58B70" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="02af6430-1ddb-4eab-8a5f-32152f1a555c"
/dev/sda2: BLOCK_SIZE="512" UUID="5ED4B85FD4B83B5B" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="98b4f586-308b-4d66-980b-54ca6f23ab47"
/dev/sda3: UUID="5E98-A74A" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="3264a25a-015f-41fc-a910-0db8cce97558"
/dev/sda5: UUID="d36928c6-f913-4d9d-9ffc-77f5a0a4f4cd" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="f9bd9d0b-202b-4d4b-82b7-18c9013a4752"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/nvme0n1p3: PARTLABEL="Microsoft reserved partition" PARTUUID="75f65202-3063-47c2-97f5-d666f92972ee"
/dev/sda1: PARTLABEL="Microsoft reserved partition" PARTUUID="34793952-9fe8-42ac-b982-b10a2cf2068a"
My partionning is pretty dirty but I don't see anything.


RE: I am lost I can't boot to SD - bcnaz - 12-15-2021

IF... you have Gnome 'Disks' App installed, you should see both the eMMC and your sd card when you open the App.

**(The eMMC appears as 'SD Card Reader')

From what I have read here so far, --- I "Think" you may have failed to properly flash your micro-sd card.

For me, > I have had excellent results using Balena Etcher to flash my sd cards for the Pinephone <
... (also for the Pinebook Pro.)


RE: I am lost I can't boot to SD - John (the 2nd one) - 12-15-2021

Thank you.
I don't see any usb or media on nautilus and on gnome disk. I will reflash tonight with dd.

Etcher may crash sometime when I flash any boot, then I prefer rufus.


RE: I am lost I can't boot to SD - dukla2000 - 12-15-2021

(12-14-2021, 03:32 PM)John (the 2nd one) Wrote: ...
Code:
john@pop-os:~$ sudo blkid
[sudo] Mot de passe de zzl :
/dev/nvme0n1p1: LABEL_FATBOOT="SYSTEM" LABEL="SYSTEM" UUID="C230-FE77" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="SYSTEM" PARTUUID="91036b13-1b52-4a9f-a7c9-d29686a322a1"
/dev/nvme0n1p2: LABEL="timSSD" BLOCK_SIZE="512" UUID="381CD5D21CD58B70" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="02af6430-1ddb-4eab-8a5f-32152f1a555c"
/dev/sda2: BLOCK_SIZE="512" UUID="5ED4B85FD4B83B5B" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="98b4f586-308b-4d66-980b-54ca6f23ab47"
/dev/sda3: UUID="5E98-A74A" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="3264a25a-015f-41fc-a910-0db8cce97558"
/dev/sda5: UUID="d36928c6-f913-4d9d-9ffc-77f5a0a4f4cd" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="f9bd9d0b-202b-4d4b-82b7-18c9013a4752"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/nvme0n1p3: PARTLABEL="Microsoft reserved partition" PARTUUID="75f65202-3063-47c2-97f5-d666f92972ee"
/dev/sda1: PARTLABEL="Microsoft reserved partition" PARTUUID="34793952-9fe8-42ac-b982-b10a2cf2068a"
My partionning is pretty dirty but I don't see anything.

That looks like a desktop to me, certainly not a PinePhone. (You have an NVMe and sda device but no eMMC which is what Manjaro should be booting from.)


RE: I am lost I can't boot to SD - John (the 2nd one) - 12-15-2021

I've reflash with etcher 2 times but nothing changed. I will now try an ubuntu live.

So, I have now 3 problems on my mind:
1.a graphic manjaro bug
2.my linux doesn't see the phone
3.the phone won't boot on sd

I thank you for any help Smile .


RE: I am lost I can't boot to SD - dukla2000 - 12-15-2021

(12-15-2021, 10:15 AM)John (the 2nd one) Wrote: ...
2.my linux doesn't see the phone


You need to open a terminal on the phone, and type the command on the phone.


RE: I am lost I can't boot to SD - John (the 2nd one) - 12-15-2021

Thanks, how do I open a terminal during manjaro configuration?


RE: I am lost I can't boot to SD - tophneal - 12-15-2021

(12-15-2021, 01:50 PM)John (the 2nd one) Wrote: Thanks, how do I open a terminal during manjaro configuration?

you can try using an external keyboard plugged into the phone and use Ctrl+Alt+F# (1-6, I'm pretty sure F7 is reserved for the desktop instance)