> On Mar 26, 2015, at 22:57, qabulin <[email protected]> wrote: > > >> On Mar 26, 2015, at 02:47, Andreas Gustafsson <[email protected]> wrote: >> >> qabulin wrote: >>> * boot.cfg >>> Renu=Boot normally:rndseed /var/db/entropy-file;consdev com0;boot netbsd >>> ¦or¦ >>> Renu=Boot normally:rndseed /var/db/entropy-file;console=com0;boot netbsd >>> >>> * GENERIC kernelùs serial console config >>> options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600 >> >> The CONADDR looks suspicious - 0x2f8 is com1 (the second serial port). >> For com0, you want 0x3f8. >> -- >> Andreas Gustafsson, [email protected] > > Thanks. > > This unfortunately did not help. I also tried passing the same during > installboot: > # installboot -v -f -o timeout=0 -o console=com0,speed=9600,ioaddr=0x3f8 -m > amd64 /dev/rxbd3a /mnt/usr/mdec/boot > > Still not getting any console output. > > Any other thoughts?
Sorry, typo: # installboot -v -f -o timeout=0 -o console=com0,speed=9600,ioaddr=0x3f8 -m amd64 /dev/rxbd3a /mnt/usr/mdec/bootxx_ffsv1 That was a bad copy/paste for the mailing list. The results are still the same for my build and I still have no console. :^(
