Step 6 : Update the Bootloader (Optional) ========================================= .. tab-set:: .. tab-item:: Update the Bootloader (Optional) * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How to ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`How to Update the Bootloader ` .. _barelinux_x86-64_step6_0: .. tab-set:: .. tab-item:: Steps to Update the Bootloader * Update the initramfs to the installed kernel version: .. code-block:: c $ sudo update-initramfs -c -k 6.9 * Update the GRUB bootloader with this command: .. code-block:: c $ sudo update-grub * The terminal prints out the process and confirmation message