TrueNAS system no longer booting at all: Questions!

Thank you so much for this help. Had no luck. This is the screen I am stuck at and sometimes I am unable to even see this screen:

I am currently on BIOS 02.06.E006. Thanks to @Fleshmauler I was able to find the BIOS system files but the only version of the bios that has a recovery file is 02.06.E007. The older versions do not contain a bios recovery image.

I’ve tried to set the jumper to BIOS recovery and recover it with the 02.06.E007 Recovery image on the USB stick but the system beeps 2 times then 2 times again and says “no recovery image found” right under the Platform ID in the picture above. I don’t know if that is because the BIOS I have is 006 and not 007 or what. I’ve tried to search for an 006 recovery image for my motherboard but could not find one.

I cannot access the Bios set up utility or access the EFI shell so I am unable to update the bios. It is very frustrating.

I’m lost as to what to try next besides take my motherboard out of the case and try to turn it on with the bare minimum as suggested earlier by @oxyde and @joeschmuck. I will do this in the coming days and see if I have better luck.

I really appreciate everyone’s help. If anything comes to mind, feel free to chime in or add it. I’m open to suggestions.

Did you verify that the files are showing on the USB stick, all in the root directory? I looked at the Startup.nsh file in Notepad and I didn’t see any obvious typos, that I noticed. It is a simple script

echo -off
# + ============================================================== +
#  Copyright (c) 2018, Intel Corporation.

#  This source code and any documentation accompanying it ("Material") is furnished
#  under license and may only be used or copied in accordance with the terms of that
#  license.  No license, express or implied, by estoppel or otherwise, to any
#  intellectual property rights is granted to you by disclosure or delivery of these
#  Materials.  The Materials are subject to change without notice and should not be
#  construed as a commitment by Intel Corporation to market, license, sell or support
#  any product or technology.  Unless otherwise provided for in the license under which
#  this Material is provided, the Material is provided AS IS, with no warranties of
#  any kind, express or implied, including without limitation the implied warranties
#  of fitness, merchantability, or non-infringement.  Except as expressly permitted by
#  the license for the Material, neither Intel Corporation nor its suppliers assumes
#  any responsibility for any errors or inaccuracies that may appear herein.  Except
#  as expressly permitted by the license for the Material, no part of the Material
#  may be reproduced, stored in a retrieval system, transmitted in any form, or
#  distributed by any means without the express written consent of Intel Corporation.

#  Module Name:  startup.nsh

#  Abstract:  Script file for invoking iflash.

# + ============================================================== +
#    Program all blocks of BIOS from capsule file 
# + ============================================================== +

echo Flashing Romley Platform BIOS...
  iflash32 /u /ni R02.06.0007Rec.cap
echo -on

I verified them showing on the stick on my windows computer. I copied and pasted them myself, unplugged, replugged, everything was there and then I plugged it directly to the mobo giving me trouble. :man_shrugging:

How is formatted the usb stick?

Fat32 is how it’s formatted right now

2 Likes

I would use notepad to open the Startup.nsh file on the USB and verify the contents match to the recovery image.

I am wondering if you got the NSH from outside BIOS recovery files directory somehow. The only difference is the file it calls. Recovery vs standard bios

Are you seeing
Flashing Romley Platform BIOS…
and then the missing file error?

This is the file that I got:

I downloaded this one, directly from the intel site. I found an older recovery file from softpedia. I may try it but right now I’m no longer getting video for some reason. I don’t know why this happens.

You need to grab the files only from inside the [BIOS Recovery Files] folder

You are showing the incorrect NSH

I edited my post. It was my mistake posting the incorrect screenshot jumped the gun to show you. Ive been using the files from the recov folder the whole time for the usb.

…I’m wondering if it would be stupid enough of a fix to just rename the 0007 recovery file to 0006

Also to make sure that the files aren’t in a folder but simply on the usb

I think Mauricio had just the files on the USB. If the CAP file is renamed, the the NSH script need editing also.

Snip of the files that should have been directly on the USB.
image

1 Like

Problems like this almost need us seeing live video feed of work and Instant Messaging so none of us miss anything.

The board and booting doesn’t seem consistent and he gets different results or has to try a few times just to try this flashing.

Forgot about that - I mean that is ezpz; right click edit ‘Startup.nsh’

echo -off
echo Flashing Romley Platform BIOS...
  iflash32 /u /ni R02.06.0006Rec.cap
echo -on

and rename “R02.06.0007Rec.cap” to “R02.06.0006Rec.cap”. Worth a shot imo… But you are right, very solid chance motherboard is simply fubar.