07-19-2020, 10:41 AM
(This post was last modified: 07-19-2020, 10:44 AM by charlespine.)
I removed maxcpus from extlinux.conf and it still didn't work. I installed it after cloning your Git repo less than 24 hours ago.
Here's the new entry that have in my file:
I am using my PBP laptop without any external devices, except for the microSD card that I'm booting from. Do you have any other suggestions?
Here's the new entry that have in my file:
Code:
default l0
menu title U-Boot menu
prompt 0
timeout 10
label l0
menu label Debian GNU/Linux kernel 5.8.0-rc5-0.40-1-pinebookpro-hwaccels
linux /vmlinuz-5.8.0-rc5-0.40-1-pinebookpro-hwaccel
initrd /initrd.img-5.8.0-rc5-0.40-1-pinebookpro-hwaccel
fdt /rk3399-pinebook-pro.dtb
append root=PARTLABEL=microSD-RootFS console=ttyS2,1500000n8 console=tty0 ro quiet splash plymouth.ignore-serial-consoles coherent_pool=1M
I am using my PBP laptop without any external devices, except for the microSD card that I'm booting from. Do you have any other suggestions?