#What is the correct way to start with a clean /boot?

10 messages · Page 1 of 1 (latest)

median skiff
#

I tried to use grub on my new linux install but it doesn't works, I tried systemd-boot instead and works perfectly, and I would like to use that. What is the correct way to start with a clean /boot directory? I have a lot of stuff from previous attempts.

#

can i just rm -r * inside of the folder and then regenerate the intramfs?

neon holly
#

If you do that, you'd need to reinstall the kernel.

Have you uninstalled grub via pacman?

#

I would think if you uninstall grub via pacman, rm -rf everything except your initramfs and kernel, and then run bootctl install to set up systemd-boot then you'd be ok? but I could be forgetting something

median skiff
median skiff
neon holly
#

yeah if the grub package is uninstalled I wouldnt worry too much about removing the files from /boot

little lotus
little lotus
median skiff