Project

General

Profile

Actions

Bug #9242

closed

MBT-4220/2220 not recognized by pfsense correctly after UEFI upgraded to 1.00

Added by Grzegorz Krzystek over 5 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Category:
Installer
Target version:
Start date:
01/01/2019
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.4
Affected Architecture:

Description

In BIOS Released by intel there were system identyfier change.
pfSense installer expects
Product Name: Minnowboard Turbot D0 PLATFORM

while after UEFI 1.00 it reports:
Product Name: Minnowboard Turbot D0/D1 PLATFORM

that causing HDMI fix is not being applied automagically during installation
/usr/libexec/bsdisntall/config need to be fixed.

to fix gui correctly present device i changed:

--- system.inc.old 2019-01-01 20:51:06.241829000 0000
++ system.inc 2019-01-01 20:50:10.898565000 0000
@ -2550,6 +2550,7 @
return (array('name' => 'SG-5100', 'descr' => 'Netgate SG-5100'));
break;
case 'Minnowboard Turbot D0 PLATFORM':
case 'Minnowboard Turbot D0/D1 PLATFORM':
$result = array();
$result['name'] = 'Turbot Dual-E';
/* Detect specific model */

Actions

Also available in: Atom PDF