Project

General

Profile

Regression #15387

Updated by Marcos M about 1 month ago

When booting the 4200, if you follow the instructions outlined here to press the reset button when the appliance starts to flash the black diamond light, the unit hangs at the smbus0 prompt for a while while it waits for the three red lights to begin flashing: 
 https://docs.netgate.com/pfsense/en/latest/solutions/netgate-4200/factory-reset.html 

 This seems to be tripping up the boot failure detection that was introduced in 24.03, as it's then power cycling the appliance with the following message in the console output: 
 <pre> 
 

 ig4iic3: Using MSI 
 iicbus3: <Philips I2C bus (ACPI-hinted)> on ig4iic3 
 driver bug: Unable to set devclass (class: uart devname: (unknown)) 
 driver bug: Unable to set devclass (class: atkbdc devname: (unknown)) 
 ichsmb0: <Intel Alder Lake SMBus controller> port 0xefa0-0xefbf mem 0x4000064000-0x40000640ff at device 31.4 on pci0 
 smbus0: <System Management Bus> on ichsmb0 
 Terminated 

 *** SYSTEM BOOT FAILURE *** 

   Failed Boot Environment: default 

    R/r: Enter a recovery shell 
    Any: Shutdown immediately 

 Enter an option: 2024-04-07T02:10:58.583524+00:00 - init 1 - - /bin/sh on /etc/rc terminated abnormally, going to single user mode 
 Enter full pathname of shell or RETURN for /bin/sh: 2024-04-07T02:11:00.708967+00:00 - init 1 - - single user shell terminated. 
 </pre>

Back