0

I have Windows 10 installed and I want to install Manjaro Linux and use dual boot while keeping my Windows untouched.

Where is the safest location for assigning /boot mount point?

I am following this tutorial, however I am confused about one section. I do not understand why they choose to define a /boot/efi point inside the already-existing FAT32 Windows boot partition (first one in the partition table).

  1. Does the above practice make any sense?

  2. Is it safe to define a new /boot/efi point on the already-existing Windows-created boot point? Will this not tamper with Windows booting process?

  3. Why not simply create a whole new partition for /boot/efi?

1 Answer 1

0

The EFI System Partition is not the "Windows boot partition". It is a special partition recognized by the UEFI firmware that is shared by all installed operating systems. The ESP is from where the firware loads EFI programs to be run at boot. There can be only one ESP on the disk, and it is identified by a special UUID.

You can think of the ESP as a vastly enlarged boot sector, which does not get overwritten every time a new operating system is installed. Instead it has room for several boot loaders and other programs, and which program is loaded at boot is determined by variables stored in non-volatile memory on the motherboard.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.