Talk:Installing Gentoo: Difference between revisions
Jump to navigation
Jump to search
Strugglers (talk | contribs) (Removed obsolete comments) |
|||
| Line 1: | Line 1: | ||
== Serial console and kernel parameters (to fix console hanging) == | == Serial console and kernel parameters (to fix console hanging) == | ||
Revision as of 03:00, 3 February 2021
Serial console and kernel parameters (to fix console hanging)
I had to do the following on my image to get the serial console to work:
echo "hvc0:2345:respawn:/sbin/agetty -L 9600 hvc0" >> /mnt/etc/inittab
echo hvc0 >> /mnt/etc/securetty
I also needed to add "console=hvc0 xencons=tty" to my list of kernel parameters:
kernel /boot/vmlinuz root=/dev/xvda1 console=hvc0 xencons=tty