Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Fresh gen too install - unsuccesful
Date: Sat, 20 Dec 2014 12:13:40
Message-Id: 201412201213.25824.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Re: Fresh gen too install - unsuccesful by Tomas Mozes
1 On Saturday 20 Dec 2014 05:28:49 Tomas Mozes wrote:
2 > On 2014-12-20 00:57, German wrote:
3 > > Just a follow up to my original question. I've installed grub on
4 > > /dev/SDA literally following the quide. And I just realized why I made
5 > > /dev/sda1 partition obviously designed for grub? Should I have been
6 > > install grub into /dev/sda1? I also have uefi system and I think it
7 > > matters. Thanks everyone for clarifications
8 > >
9 > > German <gentgerman@×××××.com> wrote:
10 > >> Is anyone can advice on where to dig. It seems that grub isn't
11 > >> installed because I can't access it pressing ESC key and I return to
12 > >> bios. During installation there were no errors reported, the system
13 > >> installed grub just fine. Also grub.cfg found all my kernels and
14 > >> ramdisks? Thanks for any suggestion. What would you do?
15 >
16 > If you have your /dev/sda only for Gentoo, you would install grub into
17 > /dev/sda and have /dev/sda1 for /boot, for example:
18 > /dev/sda1: /boot
19 > /dev/sda2: /
20 >
21 > The bios will load grub from mbr of /dev/sda and since you specify that
22 > grub can find it's stuff on /dev/sda1 (root), it can continue to find
23 > the kernel, etc.. Once found, it can load the kernel and mount root,
24 > because it's the kernel parameter.
25 >
26 > For example:
27 > root(hd0,0)
28 > setup (hd0)
29 >
30 > Check out
31 > http://www.gnu.org/software/grub/manual/legacy/grub.html#Installing-GRUB-na
32 > tively
33 >
34 > Or for grub2:
35 > http://wiki.gentoo.org/wiki/GRUB2
36 > https://wiki.gentoo.org/wiki/Handbook:X86/Installation/Bootloader
37 > http://wiki.gentoo.org/wiki/GRUB
38 > http://wiki.gentoo.org/wiki/GRUB2_Quick_Start
39 >
40 > You can also have your /boot and / on the same partition.
41
42 All of this is good advice, but ONLY IF the MoBo has been configured to boot
43 in CMS/Legacy_BIOS mode. Otherwise, UEFI will bail out at boot time because
44 it does neither read, nor use the MBR bootloader.
45
46 Depending on the boot options provided by the motherboard, the hard drive can
47 be configured to boot in legacy-BIOS using an MBR, in UEFI mode using an ESP
48 partition, or both depending on the BIOS selection at boot time.
49
50 --
51 Regards,
52 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature