pfSense-Installer geht nicht
-
Looks to me like something is terminating the installer process. Something could maybe be sending a serial break at the wrong moment, but that seems unlikely.
Also you're using 2.5.2, retry with a CE 2.6.0 memstick, and use a different USB drive just in case it's that.
-
@jimp
I have already tried the following: All pfsense variants from v2.4.0, v2.4.4, v2.5.0, v2.5.2 and v2.6.0. I also used 4 different USB brands - 4GB, 8GB and 28GB. In the current installation attempt I donยดt use a USB stick. Iยดm using a 32GB SDcard. I've been trying to install for over 2 weeks. I'll go crazy. The strange thing is that I can run the 2.3.4 embedded version without any problems. Oh yes - I also upgraded the BIOS from 4.6.x to the current 4.15.x because I thought that it might have problems with the USB drivers. But that didn't work either. What else can that be? -
In this pic you can see my hardware.
-
@nubi1982
May i ask why you're using XON/XOFF flow control in Putty ?I usually select NONE , or wire correctly for RTS/CTS
/Bingo
-
@stephenw10
What do you mean with "Translationsetting"?
Where can i see it?
Can you show me the best practise settings? -
@bingo600
A good question. To be honest, I don't know either. But I quickly tested the setting - changed it to "none". Unfortunately doesn't change anything. -
@nubi1982
Seems like you are using a USB--> Serial adapter
Have you tried a different one ??I prefer FTDI based devices if possible (watch out for clones) windows will KILL them.
-
I am not experienced in APU or BSD installs
But i noticed these in your boot-log
eval: cannot create /etc/hostid: Read-only file system /etc/rc: WARNING: could not store hostuuid in /etc/hostid. /etc/rc: WARNING: $hostname is not set -- see rc.conf(5). Feeding entropy: dd: /entropy: Read-only file system dd: /boot/entropy: Read-only file sys .: cannot open /etc/rc.conf: No such file or directory eval: cannot create /etc/host.conf: Read-only file system eval: cannot create /etc/host.conf: Read-only file system eval: cannot create /etc/host.conf: Read-only file system
I would not have expected "Read-only file system" ....
Maybe someone more experienced can comment here.
-
-
When booting the installer, it's an ISO style setup so it's read only, that's normal.
-
That's the setting I meant, yes.
It looks like it just not drawing the menu correctly which would be a terminal settings issue.
I'm assuming that you are pressing 'ctl+c' to escape the menu and end up at the amnesiac prompt?
Steve
-
For reference booting the 2.6 serial installer here I see:
Welcome to pfSense! Please choose the appropriate terminal type for your system. Common console types are: ansi Standard ANSI terminal vt100 VT100 or compatible terminal xterm xterm terminal emulator (or compatible) cons25w cons25w terminal Console type [vt100]: โโโโโโโโโโโโโโโโโโโโโCopyright and distribution noticeโโโโโโโโโโโโโโโโโโโโโโโโ โ Copyright and Trademark Notices. โ โ โ โ Copyright(c) 2004-2016. Electric Sheep Fencing, LLC ("ESF"). โ โ All Rights Reserved. โ โ โ โ Copyright(c) 2014-2022. Rubicon Communications, LLC d/b/a Netgate โ โ ("Netgate"). โ โ All Rights Reserved. โ โ โ โ All logos, text, and content of ESF and/or Netgate, including underlying โ โ HTML code, designs, and graphics used and/or depicted herein are โ โ protected under United States and international copyright and trademark โ โ laws and treaties, and may not be used or reproduced without the prior โ โ express written permission of ESF and/or Netgate. โ โ โ โ "pfSense" is a registered trademark of ESF, exclusively licensed to โ โ Netgate, and may not be used without the prior express written โ โ permission of ESF and/or Netgate. All other trademarks shown herein are โ โ owned by the respective companies or persons indicated. โ โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ28%โโโค โ <Accept> โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Using:
Steve
-
Though with your settings it does still draw the menu, just badly. So maybe you have something set differently...
-
@stephenw10 said in pfSense-Installer geht nicht:
Though with your settings it does still draw the menu, just badly. So maybe you have something set differently...
See Suggestion 2:
https://fixyacloud.wordpress.com/2020/01/26/how-to-fix-putty-showing-garbled-characters/https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/utf8-plus-vt100.html
And note OP uses UTF-8 , you don't
-
Exactly. I tested using UTF8 and the menu is still drawn (mostly) and works correctly.
-
Good Morning.
I have now tried the different settings for the translation settings according to your suggestions. Unfortunately, the result is still the same as described above. HELP -
Can you try a different terminal emulator? A different OS?
Are you entering ctl-c to escape the menu when you see this?:
Script /etc/rc.d/local interrupted Updating motd:. Mounting late filesystems:.
-
The only way I've managed to drop to the kind of prompt shown is by breaking out of the installer, either by cancelling or ^C. I have yet to see it happen automatically in any way.
Makes me wonder if PuTTY has some kind of login scripting or expect/send stuff happening that is sending input automatically.
-
@jimp
i find it very strange too. I'm going through all of your suggestions now. I also took up the suggestion of a "new serial cable" and have now ordered a different cable. Maybe it's really because of it - although I would be very surprised. I can't find any deviation from your settings on Putty itself. But I think the hardware of the box is compatible, right? -
Yeah, there is nothing special about the console port on the APU3. It should work.
Are you entering something to escape the menu? When it shows
Script /etc/rc.d/local interrupted
?Steve