Hi all
I need the bootable recovery image for the TS-462.
The one provided freely in the QTS compatibility list in the image isn’t bootable. Therefore, it’s impossible to boot from USB.
Do we have a link to the real bootable firmware to put on a USB drive for the TS-462? The goal is to replace the DOM with the USB drive in order to boot the NAS.
You should open a service ticket to get your onboard flash replaced (no DOM on these low end Celeron units anymore)
Otherwise you just need the DOM as bootloader (no boot from DOM unless it’s initial setup)
Does @Becker2020 have an x62 unit, to clone the “DOM” partition?
I have an TS-264. But i think it’s the same.
You can clone the “DOM” partition
-
fdisk -l (sudo fdisk -l)
…
Disk /dev/mmcblk0: 3959 MB, 3959422976 bytes
256 heads, 63 sectors/track, 479 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
-
dd if=/dev/mmcblk0 of=/share/CACHEDEV1_DATA/Public/DOM.img
