MuntashirAkon / Chrome-OS-Multiboot

My approach to multiboot Chrome/Chromium OS on regular PCs
GNU General Public License v3.0
45 stars 7 forks source link

Is there a way to make the efi-system partition get together with windows esp partition? #9

Closed mitltl closed 4 years ago

mitltl commented 4 years ago

More partitions make disk more mess. So I want to put efi-system to esp partition. It is possible to work?

MuntashirAkon commented 4 years ago

If you're not looking for A/B update, it's possible. You'll need to add a boot entry in your grub.cfg (or whatever bootloader you're using).

MuntashirAkon commented 4 years ago

However, the script doesn't support such method (due to overly complications). I can make efi partition optional and output a grub entry if you're looking for one.

mitltl commented 4 years ago

If you're not looking for A/B update, it's possible. You'll need to add a boot entry in your grub.cfg (or whatever bootloader you're using).

I think so. The updater may not work normally.

mitltl commented 4 years ago

However, the script doesn't support such method (due to overly complications). I can make efi partition optional and output a grub entry if you're looking for one.

Thx, it is unnecessary now. I have already installed your updater. Thx again, thanks for your working.