12-28-2020, 11:44 AM
(This post was last modified: 12-28-2020, 11:51 AM by Surehand53.)
(12-18-2020, 11:30 AM)Surehand53 Wrote: It looks like the Pinebook Pro is on the way to get official openSuse support.
https://en.opensuse.org/HCL:Pinebook-Pro-RK3399
So far I get a blank screen after booting, but it looks as if the system started (the power button to turn it off works)
Probably a small thing needs tweaking..
So, I booted the sd card with UART attached and it turns out it starts all right.
You get a GRUP menu (does GRUP work for PBP?) and when you choose Tumbleweed this message appears and then it stops:
Code:
Booting a command list
Loading Linux 5.10.1-1-default ...
Loading initial ramdisk ...
EFI stub: Booting Linux Kernel...
EFI stub: EFI_RNG_PROTOCOL unavailable, KASLR will be disabled
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map...
Any suggestions how to progress ?
These are the start commands, if that helps;
Code:
setparams 'openSUSE Tumbleweed' │
│ │
│ load_video │
│ set gfxpayload=keep │
│ insmod gzio │
│ insmod part_gpt │
│ insmod btrfs │
│ if [ x$feature_platform_search_hint = xy ]; then │
│ search --no-floppy --fs-uuid --set=root 17fab815-2ec8-468c-9391-25d6a1df430a │
│ else │
│ search --no-floppy --fs-uuid --set=root 17fab815-2ec8-468c-9391-25d6a1df430a │
│ fi │
│ echo 'Loading Linux 5.10.1-1-default ...' │
│ $linux /boot/Image-5.10.1-1-default root=UUID=17fab815-2ec8-468c-9391-25d6a1df430a rw ${extr\│
│a_cmdline} loglevel=3 splash=silent plymouth.enable=0 │
│ echo 'Loading initial ramdisk ...' │
│ $initrd /boot/initrd-5.10.1-1-default