-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong grub parameters for Framework 13 laptop on bluefin-dx-framework #444
Comments
As suggested, I have removed the noveau and nvidia portion using
Here is the output of
However, I see the following (duplicate entries and maybe wrongly timestamped) in the Grub when I boot,
While I had installed Bluefin for the first time yesterday and only layered neofetch, today I ran |
We currently not set those kargs automaticly. Even for the nvidia image where they are for we ask the user to set them manually in the installation guide. Good to hear you were able to remove them. They should not change automaticly, until you do it yourself. By hand via Then on the grub menu. The duplicate lines are a bug, which they are working on. That is the two times Last but not least, the timestamp. We base our main image on another image provided by fedora from overhere and build an image from that every 24h. So it could be that timestamp, that represent the build date of the image upstream is a day off. An example.
The ostree index 1 I build this night on the 28 but has a version of 27 of august (which you see in grub). Index 0 was build on the regular scheduled rebuild this morning and there we see the timestamp matching with the day. The fact we have an index 0 and a index 1. In this case the index 0 is currently booted, and the index 1 is the previous image before upgrading. So you can always roll back into that one if the new one has problems. I hope that makes a little sense all together. |
@bobslept, thank you for the detailed explanation!
This would mean Universal Blue images should not have duplicate entries right? Or are they referening to Universal Blue images for F39?
Edited as I rebooted and noticed the behaviour you mentioned for GRUB timestamps. |
Yeah I have no clue where those kargs came from. The only other place I can find them are in the just file for nvidia. I have rebased to a I have rebased to the |
So, as I had nothing better to do and since installing Bluefin is such a breeze, I reinstalled
Here is the output now after I ran
So must be something to do with the |
Helpful tip. One can easily see what a
So if there's any question about what a just command is doing, this should answer it without any need to dig. |
An uptade: I am on Where can I read what the |
The dx stands for developer experience. Like |
@bobslept thank you! |
Hello,
I am have a Framework 13 laptop, and it comes with an Integrated GPU (mine is the 11th Generation Intel model), i.e Iris Xe Graphics as indicated Frame.work's website. However, the
bluefin-dx-framework
edition has the following parameters for GRUB,GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 rd.luks.options=discard rhgb quiet"
As posted in the discussion, is this intentional? If not, can this be removed in newer builds?
The text was updated successfully, but these errors were encountered: