Giter Site home page Giter Site logo

[Help] grub error about jailm8 HOT 13 OPEN

Goofychex avatar Goofychex commented on June 16, 2024
[Help] grub error

from jailm8.

Comments (13)

SarKaa avatar SarKaa commented on June 16, 2024 1

You can try the etcher image, which I added in the latest release, but its probably not gonna work, as it is incompatible. I suggest using checkn1x, as it support more types of computers. The only drawback to this is the lack of project sandcastle and irecovery features, but most people don't need it, so its quite a niche problem. If you do need irecovery, you could make an ubuntu/debian live usb, and use that instead.
I'm really sorry I can't help, but in order to add support, I'll have to redownload and manually install a LOT of debs, which is too complex to do for project sandcastle and irecovery manually. I did it earlier as I added them one at a time, whereas now I have to download a lot of seperate files and work out conflicts and stuff.
I hope you understand

from jailm8.

SarKaa avatar SarKaa commented on June 16, 2024

Ok lemme look into this

from jailm8.

SarKaa avatar SarKaa commented on June 16, 2024

Try disabling secure boot, because it could be stopping the filesystem from being read

from jailm8.

Goofychex avatar Goofychex commented on June 16, 2024

Try disabling secure boot, because it could be stopping the filesystem from being read

Thanks for the suggestion.
But "Secure Boot" is already disabled!

  • Any other ideas? πŸ€”

from jailm8.

JorgeCavalcantiC avatar JorgeCavalcantiC commented on June 16, 2024

Having same problem, using Windows 10, secure boot already disabled.

from jailm8.

SarKaa avatar SarKaa commented on June 16, 2024

You are amd 64 right (x86_64)

from jailm8.

Goofychex avatar Goofychex commented on June 16, 2024

You are amd 64 right (x86_64)

Yes.

from jailm8.

WiesoBistnSo avatar WiesoBistnSo commented on June 16, 2024

Have the Same issue.

from jailm8.

Goofychex avatar Goofychex commented on June 16, 2024

You can try the etcher image, which I added in the latest release, but its probably not gonna work, as it is incompatible. I suggest using checkn1x, as it support more types of computers. The only drawback to this is the lack of project sandcastle and irecovery features, but most people don't need it, so its quite a niche problem. If you do need irecovery, you could make an ubuntu/debian live usb, and use that instead.

I'm really sorry I can't help, but in order to add support, I'll have to redownload and manually install a LOT of debs, which is too complex to do for project sandcastle and irecovery manually. I did it earlier as I added them one at a time, whereas now I have to download a lot of seperate files and work out conflicts and stuff.

I hope you understand

Okay.

  • Thanks!

from jailm8.

SarKaa avatar SarKaa commented on June 16, 2024

Well it seems like we found a fix on discord, but it's a temporary one, you will have to repeat it every time you boot. I am trying to automate the process, currently, but if you want the temporary fix, here it is:

After you boot jailm8, if you get the unknown filesystem error, you should crash into a grub rescue prompt. In that prompt:

Type ls
It should output a list of devices like this :
(hd0),(hd0,msdos1)(hd0,msdos2)(hd0,msdos4)

For every value in brackets, so say for example (hd0,msdos1), type in the commands
set prefix=(hd0,msdos1)/boot/grub

set root=(hd0,msdos1)

If that says unknown filesystem again, try again with the next value, so:

set prefix=(hd0,msdos2)/boot/grub

set root=(hd0,msdos2)

Keep trying until they don't show an error
When one of them doesn't return an error, type the following commands:

insmod normal
normal

You should boot into jailm8 successfully. If you don't, make sure secure boot is disabled, and you are using the latest version of jailm8

Edit: could you also try version 4.0.0 in releases, it's a pre-release, solely for testing, but it should work.

from jailm8.

SarKaa avatar SarKaa commented on June 16, 2024

Well we've made some progress, and you only need 4 commands now:

set root=(hd0,1)
set prefix=(hd0,1)/boot/grub/
insmod normal
normal

from jailm8.

favna avatar favna commented on June 16, 2024

I just ran into this issue on a system whose primary OS is Windows 11 so my bios didn't even allow me to disable secureboot. That said however, the comment above solved it instantly.

I did have to put my BIOS's SecureBoot OS Type from "Windows UEFI mode" to "Other OS", but that is to be expected when launching a Linux based OS.

from jailm8.

FeBe95 avatar FeBe95 commented on June 16, 2024

My Boot Override list in the UEFI contained the following items:

DVD-ROM
Windows Boot Manager
...
VendorCoProductCode
UEFI: VendorCoProductCode

I had to choose VendorCoProductCode in order for grub/jailm8 to work. UEFI: VendorCoProductCode gave me the same error you were getting.

I suppose the latter tries to start grub/jailm8 in UEFI mode which fails somehow. The other one boots in Legacy BIOS mode which worked for me.

from jailm8.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.