-
Notifications
You must be signed in to change notification settings - Fork 622
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
special booting questions? #675
Comments
This is a great idea and I hope you will have success with it. |
iVentoy |
Hello,
I am working on a RAM based project that will either boor from and ISO or PXE boot over the network and have been researching different bootloaders which made me come across Clover Bootloader.
What I need to be able to do are 2 main things:
The reason for looking at Clover is that it seems to have many additional nice features that can help me make the booting process look very professional to the user and not just some hobby project.
The goal is to have Clover do something like this.
If the first time booting, there will be no default ISO image available perhaps, and Clover would go to a website and download the latest version after which it would be available to boot as the default for the user.
Alternatively, if the user already had an older application ISO and a new one was available then Clover would download that new ISO image and then the user could either boot the new image or the older one as desired. Perhaps Clover would only keep the latest 3 or 5 ISO images and cyclically update the images as new ones become available.
Anyway, this is sort of what I am seeking along with a pure graphical and maybe even animated boot sequence like what Windows generally has on those systems.
Any thoughts would be greatly appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered: