Gentoo Archives: gentoo-user

From: Magnus Johansson <gentoo@×××.se>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Grub2 boot problem
Date: Sat, 10 Feb 2018 15:28:32
Message-Id: CAPd5e-+mCHPejK-CDjB_fKbGW4o_queEvHm5Q0NbLrP2RBO+CA@mail.gmail.com
In Reply to: Re: [gentoo-user] Grub2 boot problem by Steven Lembark
1 2018-02-07 18:50 GMT+01:00 Steven Lembark <lembark@×××××××.com>:
2 > On Mon, 5 Feb 2018 22:00:39 +0100
3 > Magnus Johansson <gentoo@×××.se> wrote:
4 >
5 > From my grub.cfg:
6 >
7 > insmod gzio
8 > insmod part_msdos
9 > insmod diskfilter
10 > insmod mdraid1x
11 > insmod raid5rec
12 > insmod lvm
13 > insmod xfs
14 >
15 > Sanity check that you have all of the necessary modules installed
16 > (e.g., "mdraid*" "raid5rec").
17
18 How do you mean? Since 'set root' and 'configfile' makes it boot I'd
19 assume the modules are there?
20
21 I ran 'set' from grub2 shell and
22
23 cmdpath=(hd0)
24 prefix=(mduuid/####)/root=grub
25 root=mduuid/####
26
27 Where #### is the correct UUID.
28
29 Which looks ok?

Replies

Subject Author
Re: [gentoo-user] Grub2 boot problem Tom H <tomh0665@×××××.com>