One question arise in my mind during the installation of ubuntu that what are the minimum space requirement for the /boot partition ?
Because only the kernel, GRUB and initrd file are present in this section of linux. So I want to know what is the minimum sapce require to create this prtition?
Can we create this partition equal to the Size of all file like GRUB,Kernel and Initrd ?
/boot
partition is not needed on EFI systems, although they do require an EFI System Partition, which some people do mount at/boot
(although Ubuntu puts it at/boot/efi
by default). A/boot
partition can be useful for things other than on old BIOSes and over-2TiB disks, but most of these uses are fairly obscure, particularly in Ubuntu. (The most common use is probably in RAID or LVM setups.) – Rod Smith Apr 09 '14 at 00:18