-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow Legacy Boot #8
Comments
just to make sure i understand - it looks like, in the current usb creator, there is a checkbox called "allow uefi boot", and if that checkbox is checked, we rename "EFI-" to "EFI". but it sounds like, in conjunction with #7, we want to default to UEFI boot, and only keep "EFI-" if this new legacy boot checkbox is checked. does that sound right? |
Not quite. On new Releases of Unraid the folder EFI- is named EFI by default, so we'd want to keep that folder unless the "Allow Legacy Boot" is checked. Here are the rules:
We also need to make sure that the raspberry pi formatter even formats properly for legacy boot, I'm not sure if it does what is necessary to allow a legacy boot to work. |
Just a follow up from this, we chatted today and I'm going to make the part 2c -> 2d. Optional for delivery as it may introduce a lot of additional variables. |
Here's some more context if you look at this again: In looking at the three make_bootable scripts: For make_bootable.bat (windows): For make_bootable_linux unfortunately it's going to prompt no matter what. I don't know how QT is invoking external scripts. i know if 'bash' is used then a construct like this would work to feed the 'N' to the script: For make_bootable_mac - same thing, it's going to prompt and not sure what shell MacOS uses. |
Our dev tested this working :) |
This has been reopened due to escalation issues with the script on Linux / Mac |
This may not be possible w/ the Raspberry PI Creator, but if it is possible, add an option in the settings menu for this called "Enable Legacy Boot"
If Legacy Boot is selected, rename "EFI" to "EFI-" (depending on the version of Unraid, this may already be done) and run the make_bootable.bat|make_bootable_linux|make_bootable_mac script
The text was updated successfully, but these errors were encountered: