You are not logged in.

#1 2021-09-16 23:02:57

jackos
Member
Registered: 2021-09-16
Posts: 4

[SOLVED] Changing the ESP partition to mount to /boot

I got EFISTUB to work, but the problem is that the ESP is mounted to /efi on startup, so when there is a kernel update it will install initramfs-linux.img and vmlinuz-linuz to /boot and break the boot process.

How do I change the default mount point of the ESP from /efi to /boot? I couldn't find it in any documentation.

Last edited by jackos (2021-09-16 23:32:17)

Offline

#2 2021-09-16 23:06:42

loqs
Member
Registered: 2014-03-06
Posts: 18,998

Re: [SOLVED] Changing the ESP partition to mount to /boot

Have you read Fstab?

Offline

#3 2021-09-16 23:21:27

jackos
Member
Registered: 2021-09-16
Posts: 4

Re: [SOLVED] Changing the ESP partition to mount to /boot

Thanks loqs! That's the answer, no I just run the command from the install guide, I didn't know what Fstab actually does. Thanks for pointing me in the right direction.

Offline

#4 2021-09-16 23:30:03

jackos
Member
Registered: 2021-09-16
Posts: 4

Re: [SOLVED] Changing the ESP partition to mount to /boot

Can confirm that's working now thanks, just changed my ESP in /etc/fstab to:

# /dev/nvme0n1p1
UUID=7767-3CDC          /boot ...

Offline

Board footer

Powered by FluxBB