When i install ubuntu 22.04 alongside windows 10, my windows 10 has its own efi partition with 100MB in size, i create 1GB efi partition for ubuntu (after i see common size for efi ubuntu is 550MB) but after finishing installation my ubuntu /boot/efi is mounted efi folder on efi partiton of windows. So can someone show me the way to make ubuntu use my given efi partition
Asked
Active
Viewed 1,825 times
efi
partition. – Pilot6 Jan 17 '23 at 13:32sudo update-grub
. This put the internal installation of Ubuntu on the USB's boot menu. I can now boot Windows from it's own bootloader and Ubuntu from the USB. For Full install USB see: https://askubuntu.com/a/1403793/43926 – C.S.Cameron Jan 18 '23 at 02:34