|
|
|
|
|
by dogma1138
2166 days ago
|
|
It really depends how these things are setup. Factory resetes that reset the EEPROM basically usually means that the hardcoded values form the ROM/Firmware will be used on the next boot. However you usually have another tier today which is flash storage which isn’t a mechanism that can be easily reset with a “factory reset” because it involves a file system. If the bad config files are on the flash you need a factory reset mechanism that basically tells the main firmware or boot loader to recreate the file system on the next boot. |
|
The OS itself then initializes it all from scratch on the first boot.