02-19-2025, 12:45 PM
Hi,
I have burnt the latest stable PBP image to an sd card, but after insertion and booting the display stays black (even though the light is on).
The output of lsblk (on my laptop) looks like
```
mmcblk0 179:0 0 29.5G 0 disk
├─mmcblk0p1 179:1 0 228M 0 part
└─mmcblk0p2 179:2 0 4.1G 0 part /run/media/key/pmOS_root
```
which could be a problem maybe - there is no boot partition on mmcblk0p1 (I remember there was when recently I had flashed a manjaro image...)?
BTW for burning to sd I used the standard command,
```
dd if=some.img of=/dev/mmcblk0 bs=4M status=progress
```
It would be awesome if someone could help!! Thanks!
I have burnt the latest stable PBP image to an sd card, but after insertion and booting the display stays black (even though the light is on).
The output of lsblk (on my laptop) looks like
```
mmcblk0 179:0 0 29.5G 0 disk
├─mmcblk0p1 179:1 0 228M 0 part
└─mmcblk0p2 179:2 0 4.1G 0 part /run/media/key/pmOS_root
```
which could be a problem maybe - there is no boot partition on mmcblk0p1 (I remember there was when recently I had flashed a manjaro image...)?
BTW for burning to sd I used the standard command,
```
dd if=some.img of=/dev/mmcblk0 bs=4M status=progress
```
It would be awesome if someone could help!! Thanks!