DEV Community

Discussion on: OpenBSD vm on GCE/GCP - (2/2) Cloud Part

Collapse
 
rdahlstrand profile image
Rickard Dahlstrand

Hi,

If you change the line:

console "/usr/libexec/getty std.9600" vt220 off

to

console "/usr/libexec/getty std.9600" vt220 on

in "/etc/ttys" everything should start working with the serial console.

Thanks for an excellent tutorial.

Rickard.

Collapse
 
nabbisen profile image
nabbisen • Edited

Hi Rickard,

Thank you so much for your great suggestion :)
Actually, I was in trouble because I didn't know how to enable GCP serial console.
I have updated my post "(1/2)".

Heddi.