Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
(Grub2 install) sys-boot/efibootmgr hanging
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
trajedi
n00b
n00b


Joined: 16 Jul 2003
Posts: 73
Location: Dallas

PostPosted: Fri Sep 03, 2021 7:50 pm    Post subject: (Grub2 install) sys-boot/efibootmgr hanging Reply with quote

I'm doing a fresh install and at the part where you install the boot loader aka Grub2

Following the steps as correctly as I can..

These is what I've done so far..

root #echo 'GRUB_PLATFORMS="efi-64"' >> /etc/portage/make.conf
root #emerge --ask --update --newuse --verbose sys-boot/grub:2

As it started sys-boot/efibootmgr-17::gentoo
Fetching files in background.
To view fetch progress, run in another terminal:
tail -f /var/log/emerge-fetch.log

and cursor just blinks.. I've tried multiple time and this time let it set for over an hour..

My hardware isn't that great but it's fairly new being a HP Zbook Firefly i7..

Any idea's thanks..
Back to top
View user's profile Send private message
GDH-gentoo
Veteran
Veteran


Joined: 20 Jul 2019
Posts: 1530
Location: South America

PostPosted: Sat Sep 04, 2021 2:41 pm    Post subject: Re: (Grub2 install) sys-boot/efibootmgr hanging Reply with quote

trajedi wrote:
Fetching files in background.
To view fetch progress, run in another terminal:
tail -f /var/log/emerge-fetch.log

and cursor just blinks..

Because Portage is downloading the source files in the background, it is not clear whether that's hanging, or if it's something else. I'd say try fetching the files first:
Code:
# emerge --ask --fetch --verbose sys-boot/grub:2

And see if that succeeds. If it does, then try installing GRUB and report back:
Code:
# emerge --ask --verbose sys-boot/grub:2

Don't use --update for this step, that's only for regular updates. You are doing the first install now, so it doesn't apply.
trajedi wrote:
I'm doing a fresh install [...]
Back to top
View user's profile Send private message
mjbjr
Guru
Guru


Joined: 02 Mar 2003
Posts: 301

PostPosted: Mon Sep 13, 2021 4:02 am    Post subject: Re: (Grub2 install) sys-boot/efibootmgr hanging Reply with quote

GDH-gentoo wrote:
trajedi wrote:
Fetching files in background.
To view fetch progress, run in another terminal:
tail -f /var/log/emerge-fetch.log

and cursor just blinks..

Because Portage is downloading the source files in the background, it is not clear whether that's hanging, or if it's something else. I'd say try fetching the files first:
Code:
# emerge --ask --fetch --verbose sys-boot/grub:2

And see if that succeeds. If it does, then try installing GRUB and report back:
Code:
# emerge --ask --verbose sys-boot/grub:2

Don't use --update for this step, that's only for regular updates. You are doing the first install now, so it doesn't apply.
trajedi wrote:
I'm doing a fresh install [...]



I just did a new install and ran into this multiple times, and ctrl-c would get it to move on, then it would stop again.
I figured it was a downloading problem, because I could see it trying to download the two files needed multiple times.
i believe the default timing out period is too long before it moves on to your next selected mirror.

In my case, the first selected mirror was the pair.com (?) system and when I edited out the pair system mirror in /etc/portage/make.conf,
everything started downloading at the proper speed. Also, it was Saturday night and maybe the pair people were doing some maintenance.

The time out period is w-a-y too long, whatever it is, imo.

- Martin -
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum