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.
This commit is contained in:
parent
e4b6c565be
commit
d918d79f60
|
@ -6963,6 +6963,11 @@ the partition layout you want:
|
||||||
cfdisk
|
cfdisk
|
||||||
@end example
|
@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
|
Once you are done partitioning the target hard disk drive, you have to
|
||||||
create a file system on the relevant partition(s)@footnote{Currently
|
create a file system on the relevant partition(s)@footnote{Currently
|
||||||
GuixSD only supports ext4 and btrfs file systems. In particular, code
|
GuixSD only supports ext4 and btrfs file systems. In particular, code
|
||||||
|
|
Loading…
Reference in New Issue