[Nix-dev] boot problem: stage1 repair console doesn't work under VirtualBox

Sergey Mironov grrwlf at gmail.com
Wed Feb 5 14:04:06 CET 2014


AFAIK, there is a fail call in the initrd's ./stage1.sh which sits
before module loading [1]. This means that boot.debug1 will only works
with "KEYBOARD_ATKBD y"

[1] - https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/boot/stage-1-init.sh#L125

2014-02-05 Vladimír Čunát <vcunat at gmail.com>:
> On 02/05/2014 11:34 AM, Sergey Mironov wrote:
>>
>>      linux_3_10 = pkgs.linux_3_10.override {
>>          extraConfig = ''
>>            KEYBOARD_ATKBD y
>>          '';
>>        };
>
>
> Adding the module to boot.initrd.kernelModules should work the same without
> rebuilding the kernel, won't it?
>
> Vlada
>
>
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>


More information about the nix-dev mailing list