You are not logged in.

#1 2025-10-31 16:38:32

sacarde
Member
Registered: 2025-09-25
Posts: 14

grub-install problem

hi,
   in an installation, after chroot into new system I execute:

grub-install /dev/sda

but I have this error:

https://imgur.com/vmxw6ao


can you help me?

Last edited by sacarde (2025-10-31 16:39:01)

Offline

#2 2025-11-01 11:01:40

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 1,125
Website

Re: grub-install problem

See https://wiki.archlinux.org/title/GRUB.

Try to set a target architecture (i386-pc):

grub-install --target=i386-pc /dev/sda

Somehow not specifying a target architecture makes a wrong guess..

..or it really is a strange machine i386-ieee1275 with an OpenFirmare or so.

Offline

#3 2025-11-10 11:31:28

sacarde
Member
Registered: 2025-09-25
Posts: 14

Re: grub-install problem

grub-install --target=i386-pc --recheck /dev/sda

OK

Offline

Board footer

Powered by FluxBB