Search found 1 match
- 23 Jul 2024, 03:17
- Forum: Initialization & Installation
- Topic: How to fix a faulty USB initBoot for your TNAS?(220/420/221/421/422)
- Replies: 118
- Views: 132867

Re: How to fix a faulty USB initBoot for your TNAS?(x.86)
For Solution 1: the bzImage file on the USB storage device is immutable. Prior to executing the copy command, you first must execute the following: chattr -i /mnt/bootdev/boot/bzImage Once you complete the copy, you can (and should) set the file back to immutable: chattr +i /mnt/bootdev/boot/bzImage...