-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FS doesn't work after install #440
Comments
Hello, thank you very much for reporting the issue! Looks like a bug I had recently when the kernel became larger than 2MB so it'd spill over the rest of the FS where the files are installed. I optimized a few things in #430 to move it below the limit instead of increasing it to 4MB and breaking existing file systems. Can you copy here the first and last lines of Here's what I get:
And:
So for me it's a bit under the limit, but maybe not for you? I'm using Arch Linux and tested the build on MacOS. You can also try to comment out a few files in |
And:
Looks pretty same, but size looks exactly 2MB |
Thanks! It's strange because the kernel binary is just under the 2MB limit, not by much, but still below it so it should work. I'm going to try to reproduce the issue on a fresh install of Ubuntu. |
Cheers mate, cos I have no idea why this can be like that |
And an interesting feature - after installing you are able to use all features of os, in this list are "user login", "shell" and others.
But image has a 128MB size, kernel 1.9MB cos I commented image in www and hello+sleep binary.
Create a user and files an also has been copied |
I couldn't reproduce the issue from a fresh install of Ubuntu, and I even tried your fork without success. I'm not sure anymore that the problem is the kernel size, but you can increase It's also strange that calling |
Ah, that would explain the usage output. Are you editing the file outside of the OS? Could it be a line ending char issue? |
for me the space only solves the first boot after a clean install, so I edited However, if the space is removed or added later (after the first successful login), the problem disappears completely regardless of the presence of spaces in the file, even if it is downloaded again |
If your line ending are I'm already working on an issue with commands containing only spaces so I added a |
Hi, thanks for a good project!
Everything works fine but after I use an 'install' command in diskless mode, and restart my qemu - I got the looped boot.sh with errors.
screenshot - https://drive.google.com/file/d/1iuLKhwqLN3CppegeGOa6RbSPfITV8kdl/view?usp=sharing
So I have a solution but that's not good.
My solution:
The text was updated successfully, but these errors were encountered: