• 3 Posts
  • 52 Comments
Joined 11 months ago
cake
Cake day: November 16th, 2023

help-circle



  • It depends on how much time you really want to invest. If you don’t have any time then Linux is not for you. You can’t just read some commands of internet and past them in the terminal expecting everything to just work. If you have moderate time then I suggest Debian for it’s stable nature and big support. Since you have nvidia you should use xorg for a more hassle free experience although I do have nvidia working with Wayland so it’s doable. If you really got time to invest then Arch. But the install process takes allot. You’ll have to manually format drives, create efi partition, install the kernel bootloader etc… There’s an official install guide don’t worry. Some side notes:

    • you can get windows app to work in Linux using WINE but it’s hit or miss.
    • windows games work okay… check this Site to see what games work best.
    • use Arch wiki since it has allot of useful stuff












  • What I meant is that during boot efi partition gets mounted before root so it wouldn’t be able to get config files from root partition. But that’s not the problem, I tried regenerating grub. Most likely it’s something wrong with the theme I applied. It keeps saying that it dosent found grub and that it should be mounted either in /efi or /boot but it is mounted. I’ll try with grub-customizer.


  • I was looking through commands history and I noticed something. If I’m mounting efi in /efi but I save grub-mkconfig -o to /boot/grub/grub.cfg during boot grub won’t even notice the config file since root is not mounted. Should I save changes to /efi/grub/grub.cfg instead? Or /boot/grub/grub.cfg is the place it should be?