On Sun, November 22, 2015 11:13 am, Alessandro Baggi wrote: > Hi list, > I've an APU1D where I want install OpenBSD 5.8 amd64. The only option > that I have is install from console. > > I've downloaded install58.fs and modified /etc/boot.conf adding: > set tty com0 > (saved) > > During boot it recognizes obsd install media then print this message: > switching to com0 > > after this I can't receive any output from terminal console (in my case > screen from linux) and don't know what happen. >
You set com0, but not the speed. If I recall, the APU defaults to 115200 while it boots, then OBSD defaults to 9600 on com0 if you dont' tell it otherwise. Disconnect and reconnect at 9600, or add the speed to boot.conf. Tim.

