On Wed, Apr 05, 2017 at 11:14:06AM -0400, myglc2 wrote: > I interpreted your doc to say I should use something like this ... > > (bootloader (grub-configuration (device "/dev/nvme0n1") > (serial-speed 115200) > (terminal-inputs '(serial console)) > (terminal-outputs '(console))))
Right, except... > ... to produce something like this in my grub config ... > > serial --unit=0 --speed=115200 > terminal_input serial console; terminal_output console ... you won't get '--unit=0' unless you specify (serial-unit 0) in your GuixSD configuration. However, GRUB defaults to '0', according to its manual.