bug#21843: Generated grub.cfg does not support encrypted roots

2016-10-26 Thread Christopher Baines

On 01/05/16 23:07, Ludovic Courtès wrote:

l...@gnu.org (Ludovic Courtès) skribis:


Now, I haven’t tested this in reality and would appreciate help here.


I’m in the process of implementing automated tests for the installation
process.


I've been looking at this bug, as I've got a new laptop which I would 
like to install GuixSD on, and I would like to use an encrypted root 
partition.


Regarding the system tests, it looks to me like they do exist now, but 
so far I've been unable to run them (I get an error related to hash 
mismatch of module-import-compiled, I want to try getting it to 
fallback, but first I need to work out where Guix is being invoked...).







bug#24789: Changing console renders my system unresponsive

2016-10-26 Thread Ludovic Courtès
Petter  skribis:

> I'm having a pretty dramatic experience changing console,
> f.ex. Ctrl+Alt+F4. My system becomes completely unresponsive. Even
> Alt+SysRq+reisub is unable to persuade my system to perform a
> gentlemans reboot. To recover I must do a hard reboot.
>
> Bringing this up in #guix suggests it's not a common issue.
>
> My setup is:
> Libreboot X200
> Docking station
> External monitor connected to the docking station with DisplayPort.
> XFCE
> GuixSD (from git, last commit in my repo
> c11933c920dd7b7cdf68e13e6b3718602129210a)

[...]

> I have no idea if this is really a Guix issue or not, maybe it's
> Linux-libre?

I definitely don’t experience that on my laptop (not an X200).  Perhaps
the KMS module and Xorg driver is at fault?  Which ones are in use?

(My laptop has an Intel graphics card, so i915.ko, though for some
reason Xorg uses xf86-video-intel instead of “modesetting”.)

Ludo’.