Greetings lovely community,
I recently did a clean install of EndeavourOS using the latest iso Apollo 22_1.iso and instead of using ext4 this time around, I opted for Btrfs. I always have to make a few changes to my grub on a fresh install and this time was no different, but I noticed something different this time around that wasn’t in there before. I’m wondering if this is because of Btrfs, or if this is a new normal, or if maybe its safe to delete or just leave alone, I am not sure, but would appreciate any help.
Looking into my grub with nano:
sudo nano /etc/default/grub
And on roughly the 4th line down I see this line which reads:
GRUB_CMDLINE_LINUX_DEFAULT="resume=UUID=bf3d1146-2525-4ef5-b853-976777a5ef5d quiet loglevel=3 nowatchdog nvme_load=YES nvidia-drm.modeset=1"
Now I’ve added the quiet
and nvidia-drm.modeset=1
parts myself, but in my last install there was no mention of this following line which I’m wondering if anyone knows what exactly this is or if it can just be safely deleted and/or ignored?
resume=UUID=bf3d1146-2525-4ef5-b853-976777a5ef5d
Appreciate any feedback, thank you.
P.S. To the devs, great work on the new .iso!