On Thu, Apr 08, 2021 at 08:55:47AM +0800, Robbi Nespu wrote: > $ df -h /boot/ > Filesystem Size Used Avail Use% Mounted on > /dev/sda1 110G 62G 43G 60% / > > What actually the best way for boot directory? put on same root directory > like I have right now or it better to have it own partition?
The only time you *need* to make it a separate partition is when you're doing certain flavors of disk encryption. Under those setups, you need an unencrypted /boot so you can boot and mount your encrypted root file system.