guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Non-graphical GRUB configuration


From: Leo Famulari
Subject: Re: Non-graphical GRUB configuration
Date: Wed, 5 Apr 2017 12:07:45 -0400
User-agent: Mutt/1.8.0 (2017-02-23)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]