Inokinoki / QEFIEntryManager

A userspace cross-platform EFI boot entry management GUI App based on Qt.
GNU General Public License v3.0
272 stars 10 forks source link

[Feature Request] Mount EFI Partition #9

Open NULL0B opened 2 years ago

NULL0B commented 2 years ago

Hi nice project. Would be nice if add a button to mount/unmount efi partition.

BTW here is a nice set of features that would be nice for your app to have

https://www.easyuefi.com/index-us.html

https://linux.die.net/man/8/efibootmgr https://github.com/rhboot/efibootmgr

I cant find any FOSS app wich provides a decent set of features like EasyUefi (PAID)

Greetings and Thanks

Inokinoki commented 2 years ago

Thanks for your suggestions!

Indeed I was inspired by the 2 softwares that you mentioned above.

I'm also considering the EFI partition reading&mount (which are useful to add a customized EFI boot Entry from there).

The only barrier should be the OS-specific disk read APIs. I will take a look at it after finishing the Boot Entry editing/creating functions.