diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2017-01-22 20:17:35 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2017-01-23 20:25:18 +0800 |
commit | d918d79f6070d46a4ee49722cbf85da794b1fe50 (patch) | |
tree | b2d1c99db95b64ec13a6289a9d4856cd10be703f /doc | |
parent | e4b6c565beef27a1ce2203a9bc119e84a126e5e0 (diff) | |
download | guix-d918d79f6070d46a4ee49722cbf85da794b1fe50.tar guix-d918d79f6070d46a4ee49722cbf85da794b1fe50.tar.gz |
doc: Mention the need of a BIOS boot partition when using GPT.
* doc/guix.text (Preparing for Installation)[Disk Partitioning]:
Mention the need of a BIOS boot partition when using GPT with the defualt
GRUB.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4dc65ee45d..7093bf7461 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6963,6 +6963,11 @@ the partition layout you want: cfdisk @end example +If your disk uses the GUID Partition Table (GPT) format and you plan to +install BIOS-based GRUB (which is the default), make sure a BIOS Boot +Partition is available (@pxref{BIOS installation,,, grub, GNU GRUB +manual}). + Once you are done partitioning the target hard disk drive, you have to create a file system on the relevant partition(s)@footnote{Currently GuixSD only supports ext4 and btrfs file systems. In particular, code |