🧟‍♂️ Cadaver

Here for the lolz

  • 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle



  • I’ll add to what was said by others, but about [I] and [No]

    When building there is a cache. Sometimes you remove make dependencies, which removes the program but keeps a copy in cache. (There are other ways to remove a program and still keep it in cache)

    [I] means it will clen build all installed packages and use the cache for those that are not installed but were present.

    [No] means it will leave installed packages untouched but will rebuild those that are in cache before reinstalling them.

    Hope that solves it. And as said before - in 99.99% cases None is good enough.













  • Might be that you didn’t install intel-ucode or amd-ucode.

    Did you use btrfs ? Did you encrypt with luks ? Because if so, you have to add the hooks to /etc/mkinitcpio.conf.

    If you didn’t encrypt your drive or use btrfs, have you installed GRUB beforehands ? Because that screen might be from your old GRUB. If so, you need to install GRUB.

    If so, reboot to your liveISO. Mount /, mount /boot then do :

    arch-chroot

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

    grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB

    If that does not make sense or you need help figuring out, just reply to the comment. Arch is hard to install the first time. It often takes several tries to get it right. It becomes easy the second time round.