LE has never shipped anything official with that script included.
Posts by chewitt
-
-
GMA3650 is not supported. It's not impossible to find the drivers. It's only impossible to use them
-
If you changed the Kodi splash (and the new splash lives under /storage/.kodi somewhere) it will be included in a backup. If you changed the LE boot splash in the boot partition it will not be included.
NB: LE doesn't ship images with installtointernal scripts so anything in that direction isn't our problem.
-
If you're using the current alpha release CTRL+ALT+F3 should switch you to a local console. On older releases you might need to add "tty" to the boot params in either syslinux.conf or extlinux.conf (whichever is being used) in the first partition on the USB stick.
-
-
The first question for all "my wireless doesn't work" questions is .. what chipset is in the wireless device?
-
Old laptops have never been target hardware for the project so we'll probably skip the opportunity to add support. Self build and figure out the changes; then push them to a GitHub repo so we can see what's required. Best case if it's simple we might consider adding it. Worst case anyone else who ever needs the same driver and find this thread can go see how it's done .. or they know who to beg an image from
-
You need approx 2.5x the size of the update file free to perform an update. If you get stuck you can unpack the .tar file on another device and copy the KERNEL (or kernel.img) and SYSTEM file over manually. This avoids the need to store the .tar file + uncompressed tar file on the same (full) disk and you can usually get away with the update. Some spring cleaning is never a bad idea tho
-
"Spins up" and "has enough power to be used" are two entirely different things.
-
That's not a debug log (so all the python debug output is missing) and there's no evidence of you opening the settings addon and taking a backup in the log. Not much I can do with that.
-
I'm not sure why you created a Raspberry Pi image because you don't have a Raspberry Pi, and you posted looking for the older kszaq images (which moved server) and I've given you updated URLs.
-
FYI, I'm planning to add wireguard support to our kernels once it gets merged.
-
It might work. It may add new problems (as playback on S912 devices is on the edge of acceptable anyway). You need to go experiment instead of asking hypothetical questions.
-
-
Only files under /storage are writeable on LE, including the sqlite DB files where Kodi stores ratings for items in the Video Library. To remove all ratings you will need to script something that accesses the MyVideos* DB and removes values for media entries.
-
-
As long as you're having fun creating something .. you're doing the right thing
-
External Content www.youtube.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
^ Ignore the fact that this is NUC video; it clearly shows the installer workflow so you can figure out when to press enter, when to press left, then enter etc. to complete the installer. The only different part will be the screen where you select the target device, but if only the SSD is inside the laptop there should only be one option present and no need to navigate.
The alternative is a manual install. Create two ext4 partitions with a GPT scheme; first must be 512MB or 1GB in size, the second will be the remaining space on the disk. Install syslinux to the drive. Copy the contents of the USB installer stick to the first partition and edit extlinux so ensure the default boot option is run mode (not installer). After that put the SSD back in the laptop and it should just boot up into LE.