From e7999a032bd888abf3665c501a754dbb922fe7c9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Feb 2021 03:39:56 +0300 Subject: Switch to org-mode for generating the website --- src/docs/Bootloader.html | 91 ------------------------------------------------ 1 file changed, 91 deletions(-) delete mode 100644 src/docs/Bootloader.html (limited to 'src/docs/Bootloader.html') diff --git a/src/docs/Bootloader.html b/src/docs/Bootloader.html deleted file mode 100644 index 6f23a5b..0000000 --- a/src/docs/Bootloader.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - -Bootloader (Carbs Linux User Manual) - - - - - - - - - - - - - - - - - -
-

-Next: , Up: Making your system bootable   [Contents]

-
-
-

1.5.1 Bootloader

- -

In the main repository, there is efibootmgr and grub to serve as bootloaders. -efibootmgr can be used as a standalone bootloader, or can be used to install -grub in a UEFI environment. efibootmgr is needed unless you are using a device -without UEFI support (or you really want to use BIOS for a reason). -

-
    -
  1. GRUB BIOS installation - - -
    -
    cpt b grub && cpt i grub
    -grub-install --target=i386-pc /dev/sdX
    -grub-mkconfig -o /boot/grub/grub.cfg
    -
    - -
  2. GRUB UEFI installation - - -
    -
    cpt b efibootmgr && cpt i efibootmgr
    -cpt b grub && cpt i grub
    -
    -grub-install --target=x86_64-efi \
    -             --efi-directory=esp \
    -             --bootloader-id=CarbsLinux
    -
    -grub-mkconfig -o /boot/grub/grub.cfg
    -
    -
- - - - - - -- cgit v1.2.3