-
Notifications
You must be signed in to change notification settings - Fork 147
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
README reworked #119
base: master
Are you sure you want to change the base?
README reworked #119
Conversation
README.md
Outdated
@@ -141,25 +139,25 @@ The `.iso` files don't work when booting using EFI, you simply need to use | |||
|
|||
### LibreELEC | |||
|
|||
LibreELEC isn't provided as ISO images, nor is it able to find the `KERNEL` and | |||
LibreELEC provide no ISO images, nor is able to find the `KERNEL` and | |||
`SYSTEM` files it needs anywhere else than at the root of a filesystem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit ambiguous.
It can't look outside its own system partition, vs. those files need to be someplace else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW, it seems broken anyway currently. I was thinking of removing LibreELEC entirely for now...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the text and marked the entry as broken.
|
||
configuration directives, try re-formatting your USB memory from scratch | ||
and/or persist in your belief that you are of sound mind should strangeness | ||
increase or continue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ChatGPT, is that you? 🤣
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is HeideggerGPT :)
NTFS and exFAT, but the boot of the distributions must also support it, which | ||
isn't the case for many with NTFS (Ubuntu does, Fedora doesn't) and exFAT | ||
(Ubuntu doesn't, Fedora does). So FAT32 stays the safe bet. | ||
* Each distro needs support as specific GRUB configuration files in GLIM. \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Each distro needs support as specific GRUB configuration files in GLIM. \ | |
* Each distro needs support as specific GRUB 2-configuration files in GLIM. \ |
?
(GRUB 2) as per https://www.gnu.org/software/grub/ and so on.