JusGellin wrote: ↑Wed Sep 25, 2024 3:07 pm@josejp2424
Nice! I like the KLInstaller. This really makes the installation easy and straight forward.For the usual partition setup for efi:
sda set up as GPT
sda1: 300MB fat32 flags boot,esp
sda2: 21GB ext4
I ran the installer.
It set up the drives and set it up to be bootable.But when I ran it after it was built, the boot crashed for my laptop.
I got it to work by running the wd_grubconfig shell that comes with the iso and inserting the grub results into grub.cfg
Then it booted fine.The grub.cfg that was built had:
Code: Select all
menuentry '07KLA manjaro (sda2/KLA-Manjaro)' --class devuanpup{ search --no-floppy --set=root --fs-uuid 906f3e7a-f0aa-4fa8-b1b1-59cd5365c87a linux /KLA-Manjaro/vmlinuz psubdir=/KLA-Manjaro pmedia=atahd pfix=fsck initrd /KLA-Manjaro/initrd.gz }
I placed the results from the wd_grubconfig shell results in place of the above:
Code: Select all
#####grub.cfg (note the UUID or LABEL options below): menuentry "KLA-Manjaro" { insmod ext2 search --no-floppy --label main --set linux /KLA-Manjaro/vmlinuz w_bootfrom=LABEL=main=/KLA-Manjaro w_changes=RAM2 initrd /KLA-Manjaro/initrd.gz } #############################OR uuid method: menuentry "KLA-Manjaro" { insmod ext2 search --no-floppy --fs-uuid --set 906f3e7a-f0aa-4fa8-b1b1-59cd5365c87a linux /KLA-Manjaro/vmlinuz w_bootfrom=UUID=906f3e7a-f0aa-4fa8-b1b1-59cd5365c87a=/KLA-Manjaro w_changes=RAM2 initrd /KLA-Manjaro/initrd.gz}
This worked for my my laptop to successfully boot it.
==============================================================================
Also I noticed on my laptop that the touchpad and buttons didn't seem to work quite right for my laptop.
I can't move any of the windows around or select anything like it normally should.
It only clicks items.============================================================================
Also wifi works like it should.Thanks for this update
Let me know if you need more information from what I have given here.
hi @JusGellin
Thank you for reporting the errors. I did try with a GPT partition, and grub2config gives me an error. I will be working on fixing this. I also see that the touchpad isn’t working on all of them; I will resolve that as well. Thank you very much.