You are not logged in.

#1 2022-12-10 18:49:26

vecino
Member
Registered: 2022-12-10
Posts: 117

[SOLVED] APU2 - installation (grub)

Hello, the entire installation via archinstall goes completely without errors and to the end. Then it tells me that I can restart the system ... I do and only GRUB appears and a lot of messages.

HW: APU2 + SSD - https://www.pcengines.ch/apu2.htm
Here is: log

Any tips

Could you give me an advice please?

Last edited by vecino (2022-12-13 19:51:02)

Offline

#2 2022-12-11 12:31:33

vecino
Member
Registered: 2022-12-10
Posts: 117

Re: [SOLVED] APU2 - installation (grub)

I spent a few hours of my life on this, only to find that all you have to do is add the following to /etc/default/grub:

GRUB_CMDLINE_LINUX="rootfstype=ext4 console=ttyS0,115200n8"
GRUB_TERMINAL="serial console"
GRUB_SERIAL_COMMAND="serial --speed=115200"

and after that:

grub-mkconfig -o /boot/grub/grub.cfg

The mistake I see is that it is not automatically inserted into grub. I followed this guide: PC Engines - ArchWiki

Maybe it will help someone. It could also be added to the Wiki for GRUB ... it's only there for syslinux.

thanks

Offline

#3 2022-12-12 18:23:07

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,131

Re: [SOLVED] APU2 - installation (grub)

vecino wrote:

Maybe it will help someone. It could also be added to the Wiki for GRUB ... it's only there for syslinux.

It's a wiki wink. If you aren't sure where or how to add it, use the talk page to raise the point first. And don't forget to mark your thread as solved so other people can see there's a solution.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#4 2022-12-13 19:51:36

vecino
Member
Registered: 2022-12-10
Posts: 117

Re: [SOLVED] APU2 - installation (grub)

@cfr - yes and solved... smile

Offline

Board footer

Powered by FluxBB