[email protected] skribis:
> Humanists and Magicians,
> i'm very glad to began this journey around BuildYourWorld dimension!
> In particular i've successfully generated the GuixSD station at
> Libreboot X60,
> and it runs like a free deer over the woods!
Thanks for your joining our dimension and reporting your success! :-)
> 1 - add "processor.max_cstate=2" to GRUB's kernel parameters
This was missing until now: Commit ee2a630 adds a ‘kernel-arguments’
field to ‘operating-system’. So now you can do something like:
(operating-system
;; ...
(kernel-arguments '("processor.max_cstate=2")))
and run ‘guix pull && guix system reconfigure /the/config/file.scm’.
Can you confirm that it works for you?
Thanks,
Ludo’.