Cannot update from TrueNAS core to Scale

Joined
Feb 2, 2024
Messages
2
I am have tried to update from TrueNAS core 13.0-u6.1 to scale bluefin 22.12.4.2 and I keep getting the error below The first time I did this I tried a reboot and it was showing TrueNAS core and scale as options in GRUB but trying to load either brought up an error about loading the kernel first I had to switch over to my mirrored boot drive as the main in order to actually boot back into TrueNAS core. I have tried to manually update as well and received a bit more info which I have dumped below.

Any help is appreciated.

Error: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/middlewared/job.py", line 355, in run await self.future File "/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 1283, in call return await self._call( File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1251, 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 1156, 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 66, in install_manual_impl return self._install_scale(job, path) File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/update_/install_freebsd.py", line 95, in _install_scale return self.middleware.call_sync( File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1310, in call_sync return methodobj(*prepared_call.args) File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/update_/install.py", line 69, in install_scale raise CallError(error) middlewared.service_exception.CallError: [EFAULT] Command ['mount', '-t', 'msdosfs', '/dev/da11', '/boot/efi'] failed with exit code 1: mount_msdosfs: /dev/da11: Operation not permitted
 
Top