Help - Error upgrading to 9.x
-
robdanmar -
July 14, 2020 at 1:36 AM -
Thread is Unresolved
-
-
Seems Like newer Kernels doesn't Support your CPU or maybe have a Bug. Kernels before 5 should Work.
You can try a build from Sky42 which is using Kernel 4.19.
See here:
LE 9.2 with lvm2, luks (dm-crypt, veracrypt), ext4 encryption and some newclock5 kodi patches
Regards
Nicolas
-
- Official Post
Athlon 3500+ is a 15 year old CPU, so it is easily possible that we "optimized" the support away.
-
Try following the advice and add noapic to the kernel command line.
For easiest testing start modifying /syslinux.cfg on the 9.2.3 install stick and boot from it.
-
tomorrow i will test kernel 4.19
where i add noapic in syslinux.cfg ?
thank you so much
-
-
Better now.
I could install it, but when it should reboot, I get the same mistake as the picture.
This, with Kernel 5.
With Kernel 4, the installation starts, but I end up with no video during installation.
Thanks for help
-
You have to add the noapic parameter to the installed system too:
- Boot the install stick again.
- On the first installer dialog press <Alt>-F3 to get the console screen.
- Type blkid to list the partitions. Memorize your system partition device (most likely /dev/sda1).
- mkdir /tmp/mnt;mount <Your Device> /tmp/mnt
- nano /tmp/mnt/syslinux.cfg, add noapic. Save with <Control>-X
- reboot
-
Hi friend!!! Doesnt work alt + f3
🙁
-
-
sorry, its control +alt +F3 or alt +f3?
thanks for your help!!!
in libreelec 8.2.5 control+alt+F3 works (console)
in libreelec 9.2.3 control+alt+del, alt+f3 or control+F3 does not work. The console does not open when I do that
What commands would be the new ones? The ones that DO work
its a bug?
-
No idea. Can be an issue with the "radeon" kernel driver of your Radeon R9 270X Southern Islands card.
Just use the 8.2.5 installer stick to change the parameter for the installed 9.2.3 system.
Edit: Beside of this control+alt+F3 should work in both X and text console and alt+F3 in text console only.