Gentoo Archives: gentoo-user

From: Dan Egli <dan@×××××××××××.site>
To: gentoo-user@l.g.o, thelma@×××××××××××.com
Subject: Re: [gentoo-user] switching from "refine" to "grub"
Date: Sat, 12 Dec 2020 07:04:19
Message-Id: a0fccfac-98db-aa26-7602-3f633f041c11@newideatest.site
In Reply to: [gentoo-user] switching from "refine" to "grub" by thelma@sys-concept.com
1 I can not say for certain, but I imagine it would be something like this:
2
3 emerge -c refine
4 rm  -rf  <EFI_DIR>
5 rm -rf /boot/refine
6 GRUB_TARGET="x86_64-efi" emerge grub
7 grub-install --efi-directory=<EFI_DIR> --target=x86_64-efi
8 grub-mkconfig -o /boot/grub/grub.cfg
9
10
11 Of course you really should put the GRUB_TARGET in your make.conf, but
12 in a pinch that will work. I'm assuming you are using a 64-bit EFI
13 enabled computer. The grub steps I am sure of. I've never used refine
14 before, so I don't know it.
15
16 On 12/11/2020 7:48 AM, thelma@×××××××××××.com wrote:
17 > I use refine as boot loader but it is giving me a problems.
18 > How to switch back to grub 2
19 > And remove any refine files from /boot
20 >
21 --
22 Dan Egli
23 From my Test Server