![]() |
|
NetBSD Installation and Upgrading Have trouble getting NetBSD on your toaster? |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
I'm attempting to install NetBSD on an apu2c0 from pcengines.ch, but having trouble booting the installer image. Sounds like it's the same issue that FreeBSD has on this device -- namely, the serial port runs at 115200 baud, whereas the installer defaults to 9600.
Is there a reasonable way to set the console speed from the boot menu? I'm vaguely aware that you can adjust boot.conf or recompile the kernel to achieve this, but I'm limited at the moment to the serial connection. Edit to add: I tried pxe boot as well, but it seems like the same thing occurs -- the kernel starts booting, then just hangs. |
|
|||
![]()
It seems they've removed the BIOS option for adjusting the console port baud rate.
I did discover this: https://forums.freebsd.org/threads/1...ne-apu2.58273/ Turns out these options can be adjusted from the loader(3) prompt on FreeBSD. Does the NetBSD bootloader have any similarly configurable options? |
|
|||
![]()
Unfortunately, those appear to be usable at compile-time only -- see "BUGS" at the end of boot_console(8). Oh, well.
|
|
||||
![]()
While it's not the BSD you want, OpenBSD's bootloader can do this with an /etc/boot.conf file. All you need is a two line /etc/boot.conf file on the booting filesystem (optical, disk, or PXE). One line to set the console device to the first serial port, and a second line to set the speed to match the hardware:
Code:
set tty com0 stty com0 115200 |
|
|||
![]() Quote:
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Login and Password Lost to my APU2 router/Firewall | amphibious | OpenBSD General | 2 | 29th May 2017 10:12 PM |
Booting from USB FlashDrive | amphibious | OpenBSD Installation and Upgrading | 2 | 21st April 2017 12:43 AM |
Disable usb during booting | caljundi | OpenBSD General | 2 | 6th February 2017 02:34 PM |
Booting to RAM | IronForge | OpenBSD Installation and Upgrading | 5 | 3rd April 2014 03:11 AM |
different booting bsd.rd & bsd | Hihihi | OpenBSD General | 3 | 15th July 2008 10:34 PM |