Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gru2-mkconfig tries to read the extended partition ??
Date: Fri, 24 Jul 2015 12:17:10
Message-Id: 9E5F4A91-575E-4340-8DED-AC218891E353@stellar.eclipse.co.uk
In Reply to: [gentoo-user] Re: gru2-mkconfig tries to read the extended partition ?? by James
1 On Thu, 23 July 2015, at 7:06 pm, James <wireless@×××××××××××.com> wrote:
2 >
3 >> Why is a new installation using a 1980s partition scheme?
4 >
5 > Oh, I can answer this one. Cause lots of folks have tried the new
6 > stuff-age (grub-2, gpt, UUID_names etc etc) and have several borked
7 > installs. …
8 >
9 > If it's so easy, just post the explicit steps and quit referring to that
10 > arcane ((1980s)) handbook.
11
12 It worked for me, so easily that I remember none of the details.
13
14 I usually refer to the Gentoo x86 quick install guide as I perform an installation, probably I also looked at some more docs on my most recent one (a year or two ago), but I experienced no difficulties that caused me pause.
15
16 $ sudo parted /dev/sda p
17 Model: ATA Maxtor 6B200M0 (scsi)
18 Disk /dev/sda: 204GB
19 Sector size (logical/physical): 512B/512B
20 Partition Table: gpt
21 Disk Flags:
22
23 Number Start End Size File system Name Flags
24 1 1049kB 3146kB 2097kB grub bios_grub
25 2 3146kB 137MB 134MB ext2 boot msftdata
26 3 137MB 674MB 537MB linux-swap(v1) swap msftdata
27 4 674MB 40.4GB 39.7GB ext4 rootfs msftdata
28 5 40.4GB 204GB 164GB ext4 temp msftdata
29
30 $ eix -cI ^grub$
31 [I] sys-boot/grub (2.02_beta2-r3(2)@20/01/15): GNU GRUB boot loader
32 $ grep -i label /etc/fstab
33 LABEL=boot /boot ext2 noauto,noatime 1 2
34 LABEL=rootfs / ext4 noatime 0 1
35 LABEL=swap none swap sw 0 0
36 $
37
38 You're not obliged to use anything you don't want, but you're making way too much about the difficulty of all this.
39
40 Stroller.