You are not logged in.
Pages: 1
hi,
in an installation, after chroot into new system I execute:
grub-install /dev/sda
but I have this error:
can you help me?
Last edited by sacarde (2025-10-31 16:39:01)
Offline
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
grub-install --target=i386-pc --recheck /dev/sda
OK
Offline
Pages: 1