chris256 Yes, if your system is not installed on an USB device.
Posts by mglae
-
-
smp It's a bug in kernel 5.8 update, XHCI driver is now module in Generic and not available at boot time any more: Generic: Update linux config · LibreELEC/LibreELEC.tv@4f328a6 · GitHub
-
-
Can confirm the bug. Omitting the Default Gateway result in "parameter error" from connman via dbus.
-
-
-
Use the work around from: Identifying audio CD's
-
I've successful used this several times but always included the Default Gateway.
-
It was changed from tty to systemd.debug_shell and is not enabled by default any more. At least working on Generic with Intel and AMD GPUs. If there is a volunteer with NVIDIA HW feel free to test.
It is still enabled for installer but unfortunately currently not working because needing additional configuration, see libreelec 9.2.3 console does not open using control+alt+F3! and PR4494
-
Interesting. Can you use Config->LibreELEC->System->Upload latest Kodi log and configs... and post the URL?
-
First question, just to be sure: did you install LibreELEC in EFI or legacy mode?
Using another PC does not work, you have to modify the EFI variables on the Lenovo.
Start the LibreELEC installer again and type live at the syslinux boot prompt. Configure the network in the graphical interface, Install SystemTools addon from the LibreELEC Repo. Start System Tools addon to get a shell. Use efibootmgr omitting the sudo command.
-
-
You forgot to tell us you platform an LibreELEC version.
Mentioning syslinux I assume Generic 9.2.3.
You can add the kernel parameter ssh to force sshd start and/or systemd.debug_shell to get a shell with Ctrl-Alt-F3.
-
The debug generator need to be configured to the installer unit. Add systemd.unit=installer.target to the installer append line.
-
After recent changes "debugging" does not include the console any more. You have to use "systemd.debug_shell" to enable it.
-
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.
-
-
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