beee
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
Being a long linux user several years I just started to use FreeBSD on some of my machines. By installing freebsd on a root server I have the following problem: - a compiled mfsbd image is sitting on the first Harddisk. - Boot loader ist coming up after reboot. - Pressing enter results in hyroglyphs or "Umlauts" like "äü" etc. When I jump into the loader prompt before booting I can set some variables but that doesn't help ( but I am not sure what I could set, that would help) Could it be a wrong VT or maybe a problem with the vfs.root.mountfrom? Would be glad to fix the console problems - the several reboots are a bit frustrating ^^ Regards Marc Last edited by wblock@; August 19th, 2012 at 17:14. |
|
#2
|
|||
|
|||
|
I forget to say that I have baudrate 57600 in the loader.conf...
|
|
#3
|
|||
|
|||
|
After a while end endless reboots I managed booting the kernel.
Solutiion was easy - in the end: I had o edit the file conf/tty of my mfsbsd folder before compiling the image and set the following Code:
ttyu0 "/usr/libexec/getty std.57600" vt100 on secure |
|
#4
|
||||
|
||||
|
The default speed is set at 9600 baud, 1 stop bit, no parity.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#5
|
|||
|
|||
|
Yes, thanks.
the serial console of my hosting company only works with 57600 and vt100. Server is installed and running with zfs and 3 jails now. It was worth the littel trouble ^^ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Serial Console Problem | konks | Installing & Upgrading | 8 | January 16th, 2013 16:56 |
| Serial console without boot loader | jpiccari | Embedded | 1 | December 22nd, 2011 10:02 |
| [Solved] No serial console input in loader | anselm | System Hardware | 6 | September 14th, 2010 08:03 |
| [Solved] Serial console via CU | z662 | General | 14 | December 23rd, 2009 01:44 |
| PXE and serial console installation | W1SKCC | Installing & Upgrading | 1 | October 3rd, 2009 14:54 |