This shows you the differences between two versions of the page.
— |
booting_from_sd_card [2017/01/03 21:28] (current) admin created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Introduction ===== | ||
+ | I did not have the TS-752 and wanted to boot from the SD card. | ||
+ | ==== Steps ==== | ||
+ | - Ordered List ItemPlug the TS-7500 to a Ethernet port | ||
+ | - Power it up | ||
+ | - Telnet to it (default address: 192.168.0.50) | ||
+ | - Type: <code> | ||
+ | cd / | ||
+ | |||
+ | rm linuxrc | ||
+ | |||
+ | ln -sf /linuxrc-sdroot /linuxrc | ||
+ | |||
+ | save | ||
+ | </code> | ||
+ | - Open up this file <code> | ||
+ | vi linuxrc-sdroot | ||
+ | </code> and comment out these lines if they exist (otherwise don't modify anything): <code> | ||
+ | #if [ "$bootdev" == "0x1" ]; then | ||
+ | mount -oro /dev/nbd9 /mnt/root | ||
+ | #fi | ||
+ | </code> | ||
+ | - Reboot! |