···4141 <option>boot.loader.efi</option> and <option>boot.loader.gummiboot</option>
4242 as well.</para>
4343 </listitem>
4444- <listitem>
4545- <para>To see console messages during early boot, add <literal>"fbcon"</literal>
4646- to your <option>boot.initrd.kernelModules</option>.</para>
4747- </listitem>
4844</itemizedlist>
4945</para>
5046
···4242 # Add Memtest86+ to the CD.
4343 boot.loader.grub.memtest86.enable = true;
44444545- # Get a console as soon as the initrd loads fbcon on EFI boot.
4646- boot.initrd.kernelModules = [ "fbcon" ];
4747-4845 # Allow the user to log in as root without a password.
4946 users.extraUsers.root.initialHashedPassword = "";
5047}
+3
pkgs/os-specific/linux/kernel/common-config.nix
···5454 STANDALONE n
55555656 # Make /proc/config.gz available.
5757+ IKCONFIG y
5758 IKCONFIG_PROC y
58595960 # Optimize with -O2, not -Os.
···131132 FB_SIS_300 y
132133 FB_SIS_315 y
133134 FB_3DFX_ACCEL y
135135+ FB_VESA y
136136+ FRAMEBUFFER_CONSOLE y
134137 ${optionalString (versionOlder version "3.9" || stdenv.system == "i686-linux") ''
135138 FB_GEODE y
136139 ''}