Hi
I am an older man who has started with Freenas to be able to collect my movies and TV series so we can watch at home with Plex.
I have previously received help with Core (here from you talented experts), and now I am trying to learn Scala
I have three boxes. Each with its own mode card, ram, etc.
I have had TrueNAS CORE 13.0-U6.7 in all three.
I have installed a clean installation of TrueNAS-SCALE-24.10.0, on two of the boxes without problems, but not on the third.
The same USB, which I have tried with both Rufus 4.7, and with Balena Etcher, each time it comes up that it cannot read the files on the USB (I have tried with a few different ones)
If I try to update directly from Core, I get this message
Update
Error: [EFAULT] Migrating TrueNAS CORE to TrueNAS SCALE 24.10 (or later) using update file upload is not supported. Please migrate with the latest 24.04 release update file or back up the TrueNAS configuration, perform a fresh install, and restore from the configuration backup.
If I do a Manual installation
report_problem Bad tar file /mnt/MyNas8/manualupdate.tar
FAILED
remove_circle_outline
More info…
Error: Traceback (most recent call last):
File “/usr/local/lib/freenasOS/Update.py”, line 1258, in ExtractFrozenUpdate
with tarfile.open(tarball) as tf:
File “/usr/local/lib/python3.9/tarfile.py”, line 1797, in open
raise ReadError(“file could not be opened successfully”)
tarfile.ReadError: file could not be opened successfully
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/middlewared/job.py”, line 355, in run
await self.future
Fillet “/usr/local/lib/python3.9/site-packages/middlewared/job.py”, line 391, in __run_body
rv = await self.method(*([self] + args))
File “/usr/local/lib/python3.9/site-packages/middlewared/schema.py”, line 981, in nf
return await f(*args, **kwargs)
File “/usr/local/lib/python3.9/site-packages/middlewared/plugins/update.py”, line 389, in file
await self.middleware.call(‘update.install_manual_impl’, job, destfile, dest_extracted)
File “/usr/local/lib/python3.9/site-packages/middlewared/main.py”, line 1285, in call
return await self._call(
Fillet “/usr/local/lib/python3.9/site-packages/middlewared/main.py”, line 1253, in call
return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args)
File “/usr/local/lib/python3.9/site-packages/middlewared/main.py”, line 1158, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/update/install_freebsd.py", line 69, in install_manual_impl
Update.ExtractFrozenUpdate(path, dest_extracted, verbose=True)
File “/usr/local/lib/freenasOS/Update.py”, line 1278, in ExtractFrozenUpdate
raise UpdateBadFrozenFile(“Bad tar file {0}”.format(tarball))
freenasOS.Exceptions.UpdateBadFrozenFile: Bad tar file /mnt/MyNas8/manualupdate.tar
And, if I install directly from USB in BIOS, I get the message that Gru or something cannot be read or that the file cannot be read.
Bios is set to read both Win and UFI I think it’s called.
What am I doing wrong???
Would be very grateful for help