Loading howto/new-machine-cymru.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -233,7 +233,7 @@ TODO: IPv6 configuration also needs to be done by hand. hints in new-machine. Add this to the grub config to get the serial console working, in Add this to the grub config to get the serial console working, in (say) `/etc/default/grub.d/serial.cfg`: (say) `/etc/default/grub.d/serial.cfg`: ```` ``` # enable kernel's serial console on port 1 (or 0, if you count from there) # enable kernel's serial console on port 1 (or 0, if you count from there) GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS0,115200n8" GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS0,115200n8" # same with grub itself # same with grub itself Loading Loading
howto/new-machine-cymru.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -233,7 +233,7 @@ TODO: IPv6 configuration also needs to be done by hand. hints in new-machine. Add this to the grub config to get the serial console working, in Add this to the grub config to get the serial console working, in (say) `/etc/default/grub.d/serial.cfg`: (say) `/etc/default/grub.d/serial.cfg`: ```` ``` # enable kernel's serial console on port 1 (or 0, if you count from there) # enable kernel's serial console on port 1 (or 0, if you count from there) GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS0,115200n8" GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS0,115200n8" # same with grub itself # same with grub itself Loading