Morning All,
Firstly I would like to say I could not find anywhere to post problems with the legacy FreeNAS so thought I would post it in here. Im running FreeNAS 0.7.2 revision 8191 that was built on Sun Oct 9 19:21:38 JST 2011, FreeNAS is configured to run off a very small 4GB USB drive that uses a micro SD card and all the data is stored on 4 2TB SATA 3 drives that are using RAID 1 in 2 sets of 2.
Having been away for a little while not using my FreeNAS box I cam back and booted it and got presented with the following error screen:
This is starting to appear more and more often at the minute but the system usually boots fine after a restart. Im not at all an expert in Unix operating systems and have to refer to online tutorials most of the time to get things done. Im guessing that this error has something to do with my USB drive that FreeNAS is booted from in that it might be on its way to the graveyard or it could be something else, I really dont have the knowledge to say either way.
If this drive is on its way out and I need to change over to a new one is their a way to mirror this USB drive into a new one as I dont really want to go through the hassle of installing my network driver again on a new USB drive.
Any help would be greatly accepted!
Thanks!
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
FreeNAS 0.7.2 Booting Error
-
sdwillsmvr
- NewUser

- Posts: 4
- Joined: 16 Aug 2012 10:55
- Status: Offline
FreeNAS 0.7.2 Booting Error
You do not have the required permissions to view the files attached to this post.
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: FreeNAS 0.7.2 Booting Error
Save your FreeNas config, do a fresh install on a new USB key , and restore config.
USB key are degraded with time and use, so do not clone, use one new a do a fresh install.
USB key are degraded with time and use, so do not clone, use one new a do a fresh install.
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
sacii
- Starter

- Posts: 22
- Joined: 25 Jun 2012 15:29
- Status: Offline
Re: FreeNAS 0.7.2 Booting Error
You can boot from the LiveCD and then use the dd command from shell to clone the drive to another USB stick. That way you won't have to reinstall your network driver. However, you might also clone whatever problem is causing your USB stick not to boot. If that is the case, then you will have to install FreeNAS to a new USB stick and install the network driver to the new USB stick.
You should also run the following shell commands to get rid of the GPT table corruption that is evident on your screen shot:
You should also run the following shell commands to get rid of the GPT table corruption that is evident on your screen shot:
Code: Select all
gpt -r recover /dev/ad8
gpt -r recover /dev/ad10-
sdwillsmvr
- NewUser

- Posts: 4
- Joined: 16 Aug 2012 10:55
- Status: Offline
Re: FreeNAS 0.7.2 Booting Error
Thanks for the replies, I thought it would need a new USB but thought I would check first.
@sacii, thanks for the code, been looking for something to get rid of those errors for a while!
@sacii, thanks for the code, been looking for something to get rid of those errors for a while!
-
sdwillsmvr
- NewUser

- Posts: 4
- Joined: 16 Aug 2012 10:55
- Status: Offline
Re: FreeNAS 0.7.2 Booting Error
Since my old USB was heading to the graveyard I took the occasion to upgrade to NAS4Free which went very well thanks to the tutorials on this forum. Just waiting on a new Micro SDHC card but currently its all working on a temp USB drive. Also does the following code from above work under NAS4Free albeit replacing the ad8 with the new format of something like ada1?
Code: Select all
gpt -r recover /dev/ad8- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: FreeNAS 0.7.2 Booting Error
Open new thread, and i think is safe to edit config.php
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
sacii
- Starter

- Posts: 22
- Joined: 25 Jun 2012 15:29
- Status: Offline
Re: FreeNAS 0.7.2 Booting Error
No, gpt replaced with gpart.sdwillsmvr wrote:... does the following code from above work under NAS4Free...?
Code: Select all
gpt -r recover /dev/ad8