IgorTimofeev / MineOS

Home of MineOS and it's software for OpenComputers mod
Other
754 stars 191 forks source link

I can install my system #518

Closed awmc233 closed 1 year ago

awmc233 commented 1 year ago

I can't install my system, I followed the instructions to copy the command on the website, but it didn't work, the computer said computer halted after reboot What should I do (I'm a Chinese, so my GitHub here is very unstable) image

IgorTimofeev commented 1 year ago

The problem is related to the fact that the EEPROM firmware completed its work without errors. Most likely, in your case, EEPROM is simply empty, because firmware code just wasn't downloaded

Unfortunately, the installer downloads all the necessary files directly from github via direct links. You can use a proxy for installation if you are not too lazy to mess with it

But if you still REALLY want to try this, and there are no other options left, then: 1) Run OpenOS 2) Run edit /tmp/eeprom.lua 3) Copy MineOS EEPROM firmware and paste it with middle mouse button or insert key to in-game code editor. Don't forget to save it! 3) Run flash -q /tmp/eeprom.lua && reboot 4) Turn off in-game computer 5) Unzip the MineOS HDD dump to the root of your in-game HDD from the ~/.minecraft/saves/\<world save name>/opencomputers/\<in-game HDD UUID>/ 6) You will probably need to exit-enter your world in singleplayer or restart your server to update the mod's disk cache (you can set bufferChanges=false in the mod's config to disable caching for better coding experience in future) 7) Profit

awmc233 commented 1 year ago

Thank you very much, the friendship between China and Russia endures (I am using machine translation, the translation may not be accurate)

Спасибо большое, дружба между Китаем и Россией продолжается (я использую машинный перевод, перевод может быть неточным)

IgorTimofeev commented 1 year ago

image

MrFredber commented 1 year ago

image

Поддерживаю

awmc233 commented 1 year ago

Sorry to bother, I want to ask again, image this is my server's files under /.minecraft/saves//opencomputers/<in-game HDD UUID, do I need to delete them? And do I need to unzip the .zip package I downloaded?(I have uploaded the file)

MrFredber commented 1 year ago

Это и есть твоя установленная система. Здесь ничего удалять не надо. Раз ты уже распаковал MineOS.zip, то ничего больше распаковывать не нужно

IgorTimofeev commented 1 year ago

this is my server's files under /.minecraft/saves//opencomputers/<in-game HDD UUID, do I need to delete them

Yes

And do I need to unzip the .zip package I downloaded

Yes, like this

image

MrFredber commented 1 year ago

Aah, I'm blind. Excuse me :D

awmc233 commented 1 year ago

Thanks!