On previous versions and versions updated to F33 I would see the following.

[egreshko@meimei ~]$ sudo grub2-editenv list
saved_entry=a48313ea54924eef8eca07a507b7541f-5.8.13-200.fc32.x86_64
boot_success=1
boot_indeterminate=0
kernelopts=root=UUID=4455f2e9-fed2-4e1e-856d-642b531547f9 ro 
rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 
nomodeset

So, I could use grub2-editenv to modify the kernelopts line.

However, now with a fresh install of an F33 system I see

[egreshko@f33k ~]$ sudo grub2-editenv list
saved_entry=8b511c4b483b4414b7bf742b35809e2c-5.8.14-300.fc33.x86_64
boot_success=0
boot_indeterminate=0

Is there a new way to modify the kernel options?

The "saved_entry" format is slightly different as well with the "options"line.

For F32

options $kernelopts

For F33

options root=UUID=e1664725-d90c-4a19-b1d6-86eca7cba8a7 ro rootflags=subvol=root 
rhgb quiet

Seems to me the previous way has advantages?

---
The key to getting good answers is to ask good questions.



---
The key to getting good answers is to ask good questions.
_______________________________________________
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org

Reply via email to