You are not logged in.
Mod note: Not a pacman issue, moving to kernel and hardware.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
nvme0n1p1 is gonna be too small to serve as boot partition - you can install grubx64.efi there but not use it as /boot partition
sudo umount /boot sudo mkdir /boot/esp # this path is a random choice sudo mount /dev/nvme0n1p1 /boot/esp grub-install --target=x86_64-efi --efi-directory=/boot/esp --bootloader-id=GRUB sudo pacman -S linux-lts grub-mkconfig -o /boot/grub/grub.cfg efibootmgrNext to commenting UUID=3D7A-BABD you also need to remove the double entries in the fstab (see #15)
efibootmgr
bootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0000
Boot0000* Windows Boot Manager HD(1,GPT,b7c771e9-9b72-4090-a3d2-1479fe97af0c,0x800,0x32000)/\EFI\Microsoft\Boot\bootmgfw.efi57494e444f5753000100000088000000780000004200430044004f0042004a004500430054003d007b00390064006500610038003600320063002d0035006300640064002d0034006500370030002d0061006300630031002d006600330032006200330034003400640034003700390035007d000000b64a0100000010000000040000007fff0400
Boot0001* GRUB HD(1,GPT,b7c771e9-9b72-4090-a3d2-1479fe97af0c,0x800,0x32000)/\EFI\GRUB\grubx64.efi i reboot....
Offline
No errors during any of the commands?
See you on the other side - good luck ![]()
Offline
Everything went well.
What I do with the partition nvme0n1p5?
Thank you very much
A coffee for you :-)
Offline
\o/
The LTS kernel boots as well?
How big is the partition? You could easily attach it to the swap space or use it as (small) shared fat32 space between linux and windows.
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
A coffee for you :-)
Got me one, but let's be real: I've a massive caffeine problem anyway ![]()
Offline
\o/
The LTS kernel boots as well?How big is the partition? You could easily attach it to the swap space or use it as (small) shared fat32 space between linux and windows.
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.A coffee for you :-)
Got me one, but let's be real: I've a massive caffeine problem anyway
Yes, the LTS Kernel is ok.
Unfortunately, my mistake. I realized that in the UEFI system, GRUB had to be installed on a separate UEFI partition, different from the Windows partition.
Coffee is good for the heart, perhaps :-)
Last edited by francesco_dem (Yesterday 15:06:19)
Offline