Is it possible to know how much time grub takes to load files from /boot
(vmlinuz
and initrd
) to the RAM?
As far as I know, the boot
command loads and jumps into the kernel according to previous linux
and initrd
commands without any option to retrieve some stats about the processing.