diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-12 22:03:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-12 22:03:30 +0000 |
commit | 37b5ac129337230433b90e94f9e50cebab8d72d9 (patch) | |
tree | 4c2de0c6e2a5b2d322e3b5398b5f33e89c220754 /chapter10/grub.xml | |
parent | 4234aea63245034ea9c2eb5081e22cbe75d27571 (diff) |
Finish review/update to cross2 book
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter10/grub.xml')
-rw-r--r-- | chapter10/grub.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter10/grub.xml b/chapter10/grub.xml index d6897d5e5..fbc1eef9f 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -20,12 +20,11 @@ <title>Introduction</title> <warning><para>Configuring GRUB incorrectly can render your system - inoperable without an alternate boot device such as a CD-ROM. This - section is not required to boot your LFS system. You may just - want to modify your current boot loader, e.g. Grub-Legacy, GRUB2, or + inoperable without an alternate boot device such as a CD-ROM or bootable + USB drive. This section is not required to boot your LFS system. You may + just want to modify your current boot loader, e.g. Grub-Legacy, GRUB2, or LILO.</para></warning> - <para> Ensure that an emergency boot disk is ready to <quote>rescue</quote> the computer if the computer becomes unusable (un-bootable). If you do not already have a boot device, you can create one. In order for the procedure @@ -83,7 +82,7 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></ <para>The location of the boot partition is a choice of the user that affects the configuration. One recommendation is to have a separate small - (suggested size is 100 MB) partition just for boot information. That way + (suggested size is 200 MB) partition just for boot information. That way each build, whether LFS or some commercial distro, can access the same boot files and access can be made from any booted system. If you choose to do this, you will need to mount the separate partition, move all files in the |