Skip to content
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

Open
lonnietc opened this issue Feb 21, 2024 · 1 comment
Open

special booting questions? #675

lonnietc opened this issue Feb 21, 2024 · 1 comment

Comments

@lonnietc
Copy link

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:

  1. Boot from an ISO, for example, and then query a website to see if there is a latest ISO. If so, then Clover would download it and have it available to boot as the next step.
  2. The Ventoy project is a bootable USB that allows you to have different ISO images to choose from and boot. I need something similar in Clover if possible.

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

@SergeySlice
Copy link
Collaborator

This is a great idea and I hope you will have success with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants