Hello, I'm trying to get an installed Arch to run on an old Laptop, but the process seems to always lead to a reboot after the "initramfs"
This has a lot of details so please bear with me while I unpack it all
Boting Live ISO burned to a USB
This presents the same or a similar issue, Arch just does not boot, the Live Media ISO goes as far as starting udev hooks and then it's a black screen, regardless of BIOS or UEFI, I have tried both and although unimportant there is no secure boot or tpm enabled, if I let it go on like that it reboots/turns off at some point
Booting Live ISO through Ventoy
Apparently, the Live ISO only boots correctly when running it from Ventoy, I have tried looking at how Ventoy functions and the weird thing is that it seems to just use an older version of GRUB (This is important later) and being more specific it emulates a CDROM for the ISO at runtime to boot from
Installation details
Being able to run the Live ISO from Ventoy I am able to install arch completely normally, all applications are working, my hardware is responsive and working as expected, I complete the installation with minute details on a .txt file I'll attach, then I install GRUB, configure it and reboot
The Problem
Now my laptop boots into GRUB, all seemingly perfect until I select Arch Linux, and it prints loading the kernel, and then the initramfs... and it reboots
So I start troubleshooting, there is apparently an Article that seems to describe this issue but following it's steps made no impact, I try to enable DEBUG log on GRUB but nothing I try seems to have an effect (removing splash and quiet from Kernel Parameter, adding loglevel=7 or ignore_loglevel, trying text based console) it all prints the same, but altering entries in a way that it becomes unbootable does have effect so it's not an error of noticing changes, the parameters seem to do nothing at all
And that's where I'm at, stuck