Can you reach the web UI despite the missing login? Maybe your config has the wrong console type for the device?If this is a config from an existing and still running firewall, you could change the primary console temporarily, export the config again, then change back.
<system> <serialspeed>115200</serialspeed> <primaryconsole>serial</primaryconsole>[...]
Try:Code: [Select] <system> <serialspeed>115200</serialspeed> <primaryconsole>serial</primaryconsole>[...]
<disablevirtualconsole>1</disablevirtualconsole>
set console=comconsoleboot
Do you get the boot loader at least? In that case you can escape to the loader prompt, then typeCode: [Select]set console=comconsoleboot
Why don't you want to edit the config and reinstall?