Closed LAGSNES closed 1 year ago
Remove all files in /tmp directory and try to download again
What is "BIOS.lua"? Where did you get it? What should it do? Do you want to use MineOS EFI as default firmware for your EEPROM? Or do you want to use "installer firmware"?
Why? The only way normally install MineOS - is through the installer Installer is automatically flash the bios to MineOS EFI
How anyone can help you without any information? Maybe you screenshot the error message or whatever you have?
Oh, I'm is he's friend. He just want use the "install firmware" to install the MineOS. The "BIOS.lua" is get it on the "https://github.com/IgorTimofeev/MineOS/blob/master/Installer/BIOS.lua"
On the screenshot above @LAGSNES is trying to run existing main.lua script using OpenOS, which isn't "normal way" to install MineOS. Where did you get this script? From here? If so, this script can't be launched from OpenOS, because it designed for "clean" OpenComputers hardware without any OSes, and you should use installation command from this repo homepage
We can't to use this command:"wget -f https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/BIOS.lua /tmp/bios.lua && flash -q /tmp/bios.lua && reboot"
Why can't you? The error on screenshot says there's some inappropriate characters on 8 line. Are you sure your internet provider doesn't block githubusercontent.com or it's not blacklisted on your server/modconfig?
If wget command does not work (internet provider blocks it or blacklisted on your server), then you could go to https://github.com/IgorTimofeev/MineOS/blob/master/Installer/BIOS.lua and copy paste the code into the Minecraft computer in file /tmp/bios.lua
and then just do flash -q /tmp/bios.lua && reboot
. It would be better to fix wget, but it is more simple to copy paste.
If wget command does not work (internet provider blocks it or blacklisted on your server)
If so, he won't be able to install any lib anyway :p
What is "BIOS.lua"? Where did you get it? What should it do? Do you want to use MineOS EFI as default firmware for your EEPROM? Or do you want to use "installer firmware"?
Oh, I'm is he's friend. He just want use the "install firmware" to install the MineOS. The "BIOS.lua" is get it on the "https://github.com/IgorTimofeev/MineOS/blob/master/Installer/BIOS.lua"
"unexpected symbol near '<'" - I think may be there is HTML code inside, but not Lua?
Check it: edit /tmp/main.lua
and what do you see?
Maybe try using a VPN. Using a VPN is like connecting your computer to the internet in a different place but you are still where you are. I recommend hide.me VPN. The free tier is good, and it is one of the lesser known VPN's so china probably will not block it. Download is here
I trying flash the BIOS.lua, the programs puts a error.
my friend tryed flash, but can't reboot.
Here's how you can install MineOS EFI without using wget, without an internet card, and even with a read-only filesystem:
Open https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/EFI/Minified.lua
Select all text with ctrl+a and copy it with ctrl+c
In OpenOS, type edit /tmp/efi.lua
, paste the copied text using the insert key or the middle mouse button
Press ctrl+s and then ctrl+w to save the file and exit
In OpenOS, type flash -q /tmp/efi.lua "MineOS EFI"
and wait for the operation to complete
You now have MineOS EFI
But what MineOS EFI can give him if he can't use wget command and can't install MineOS?
But what MineOS EFI can give him if he can't use wget command and can't install MineOS?
Хз, решение проблемы я предоставил, остальное дело не моё
I trying flash the BIOS.lua, the programs puts a error.
my friend tryed flash, but can't reboot.