diff --git a/distro.guide/void.linux/README.md b/distro.guide/void.linux/README.md index c48ad14..e630dd4 100644 --- a/distro.guide/void.linux/README.md +++ b/distro.guide/void.linux/README.md @@ -25,7 +25,7 @@ ### Partition Reloc -#### DOS (BIOS) +#### For EFI (GPT) - [ ] 2g mounted on /boot/efi as vfat (fat32) (ef EFI (FAT12/16/32)) - [ ] 1g mounted on swap as swap (82 linux swap / solaris) @@ -33,13 +33,20 @@ ***boot must be first in disk table definition*** -#### GPT (UEFI) +#### For BIOS (MBR) -- [ ] 2g mounted on /boot/efi as vfat (fat32) +- [ ] 1g mounted on swap as swap (82 linux swap / solaris) +- [ ] ...g mounted on / as ext4 (83 linux) + +***omit boot partition and choose /dev/sda in BootLoader section instead! reason of that is duplicated grub issue - its implicates that void is not visible for default grub and cannot be loaded*** + +### File Systems + +- [ ] 2g mounted on /boot/efi as vfat (fat32) (only for EFI) - [ ] 1g mounted on swap as swap - [ ] 47g moounted on / as ext4 -***boot must be first in disk table definition*** +***boot must be first in disk table definition (if EFI - otherewise define swap & / only)*** ### XBPS Package Manager