#What is the correct way to start with a clean /boot?
10 messages · Page 1 of 1 (latest)
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
yea that is no issue, im still not finished with the installation phase
yea, grub is from official repos via pacman, it just doesn't works (jumps straight to bios)
i will try that, ran pacman -Rns grub but i still had files in /boot
yeah if the grub package is uninstalled I wouldnt worry too much about removing the files from /boot
The grub binary installs files to /boot and the esp, not the pacman package
Rm and pacman -S linux and the ucode for your cpu
yea hence why i need manual cleanup