You are not logged in.

#1 2014-09-13 00:38:45

Jimbo
Member
Registered: 2014-09-13
Posts: 11

[SOLVED] Inconsistency within Documentation?

I have ran into a problem at the last part of installation - https://wiki.archlinux.org/index.php/Beginners%27_Guide


For partitioning I chose GPT

cgdisk /dev/sda

sda1 - root
sda2 - home


mkfs.ext4 /dev/sda1
mkfs.ext4 /dev/sda2

mount /dev/sda1 /mnt
mount /dev/sda2 /mnt/home

...

reached here with no further problems

pacman -S gptfdisk
pacman -S syslinux
syslinux-install_update -ia


All fine up until here

pacman -S gummiboot

gummiboot install

File system /boot is not a FAT EFI System Partition (ESP) file system
:: Run /usr/bin/gummiboot install to make gummiboot your default bootloader

When the guide told me to mkfs.ext4, is this the cause of the conflict (not a FT EFI System Partition?

Thanks in advance.

Last edited by Jimbo (2014-09-14 13:34:24)

Offline

#2 2014-09-13 00:42:41

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Inconsistency within Documentation?

Do you actually want Syslinux and gummiboot installed?

I am guessing no. You want to boot with Syslinux and just kept ploughing through the Guide at that point?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-09-13 04:05:38

ids1024
Member
From: California
Registered: 2013-08-16
Posts: 243
Website

Re: [SOLVED] Inconsistency within Documentation?

You can decide into how many partitions the disk should be split, and for which directory each partition should be used in the system. The mapping from partitions to directories (frequently called 'mount points') is the Partition scheme. The simplest, and not a bad choice, is to make just one huge / partition. Another popular choice is to have a / and a /home partition.

Additional required partitions:

    If you have a UEFI motherboard, you will need to create an extra EFI System Partition.
    If you have a BIOS motherboard (or plan on booting in BIOS compatibility mode) and you want to setup GRUB on a GPT-partitioned drive, you will need to create an extra BIOS Boot Partition of size 1 or 2 MiB and EF02 type code. Syslinux does not need one.
    If you have a requirement for a Disk encryption of the system itself, this must be reflected in your partition scheme. It is unproblematic to add encrypted folders, containers or home directories after the system is installed.

Then the following section is labeled as an example.  It could perhaps be more clear, but it is not inconsistent.


"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it."—Linus Torvalds
s/ftp/git/

https://iandouglasscott.com | https://github.org/ids1024 | https://keybase.io/ids1024

Offline

#4 2014-09-13 11:34:10

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: [SOLVED] Inconsistency within Documentation?

wiki wrote:

...several bootloaders are available. Choose one as per your convenience.

The beginner's guide explicitly says you should choose one bootloader, not two as you did.

Offline

#5 2014-09-14 13:06:44

Jimbo
Member
Registered: 2014-09-13
Posts: 11

Re: [SOLVED] Inconsistency within Documentation?

jasonwryan wrote:

Do you actually want Syslinux and gummiboot installed?

I am guessing no. You want to boot with Syslinux and just kept ploughing through the Guide at that point?

ids1024 wrote:

Then the following section is labeled as an example.  It could perhaps be more clear, but it is not inconsistent.

You are right, this was why I misread.
Arch Documentation should use a bigger/diff color/diff font for headers of each category, using the same for headers and sub headers within make them look like they are all steps of one header.

Offline

Board footer

Powered by FluxBB