Revert Buffalo Linkstation Mini To Stock Firmware
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
Rpinchbeck (Talk | contribs) m (Changed DHCP to "your network") |
Rpinchbeck (Talk | contribs) m (Corrected link to Ubuntu live CD) |
||
| Line 17: | Line 17: | ||
#* These instructions were tested successfully with Linkstation Mini model LS-WS1.0TGL/R1 | #* These instructions were tested successfully with Linkstation Mini model LS-WS1.0TGL/R1 | ||
#* Other models may work as well; however, users should download the correct [ftp://24.153.165.234/array1/share/nas-recovery/ TFTP] and [http://www.buffalotech.com/support/downloads/ Updater] software from Buffalo. | #* Other models may work as well; however, users should download the correct [ftp://24.153.165.234/array1/share/nas-recovery/ TFTP] and [http://www.buffalotech.com/support/downloads/ Updater] software from Buffalo. | ||
| - | # Ubuntu 10.04 Desktop Edition CD-ROM (download and burn [http://releases.ubuntu.com/lucid/ubuntu-10.04-desktop-i386.iso this disc image]) | + | # Ubuntu 10.04 Desktop Edition CD-ROM (download and burn [http://releases.ubuntu.com/lucid/ubuntu-10.04.1-desktop-i386.iso this disc image]) |
# A computer which can mount SATA hard drives (required to erase hard drives) | # A computer which can mount SATA hard drives (required to erase hard drives) | ||
# A computer running the Microsoft Windows operating system (required to rebuild device) | # A computer running the Microsoft Windows operating system (required to rebuild device) | ||
Revision as of 00:19, 29 October 2010
|
Contents |
Overview
The following process reverts the firmware and hard drives in a Buffalo Linkstation Mini to their factory default configuration. Here is how the process works:
- Delete all partitions on both hard drives
- Use TFTP Boot software to boot device in EM Mode
- Use LSUpdater software to rebuild entire device
Requirements
- Buffalo LinkStation Mini
- Ubuntu 10.04 Desktop Edition CD-ROM (download and burn this disc image)
- A computer which can mount SATA hard drives (required to erase hard drives)
- A computer running the Microsoft Windows operating system (required to rebuild device)
Procedure
- Disassemble device and remove both hard drives
- Attach both drives to the SATA ports on your computer
- Boot Ubuntu 10.04 Desktop Edition CD-ROM
- Select language as desired (English)
- Click on "Try Ubuntu 10.04 LTS" (to use Ubuntu without making any changes to your system)
- Open a new terminal window (Applications | Accessories | Terminal )
- Start a new bash shell with root privileges
sudo bash
- Disable all active swap paritions
swapoff -a
- Delete all partitions on both hard drives (TFTP Boot only works when drive partitions are missing)
echo -e "d\n1\nd\n2\nd\n3\nd\nw\n" | fdisk /dev/sda echo -e "d\n1\nd\n2\nd\n3\nd\nw\n" | fdisk /dev/sdb
- Shutdown computer
shutdown -h now
- Power off computer and remove drives
- Reassemble device, but do not power it on yet
Install and Configure Software
- Use a computer with the Microsoft Windows operating system (the LSUpdater software requires it)
- Download and extract TFTP boot recovery software ( ftp://24.153.165.234/array1/share/nas-recovery//TFTP%20Boot%20Recovery%20LS-WSGL%201.05.exe )
- Download and extract LSUpdater software ( http://www.buffalotech.com/support/getfile/lswsgl-106.zip )
- Adjust [Flags] section in LSUpdater.ini
[Flags] VersionCheck = 0
- Add section to LSUpdater.ini
[SpecialFlags] Debug = 1
- Disable firewall software (firewalls can interfere with network traffic)
- Change computer IP address to 192.168.11.1 (subnet 255.255.0.0). The device expects to find the TFTP server at this address
- Run "TFTP Boot.exe"
Boot Device
- Attach device to network (or directly to computer using standard ethernet cable)
- Boot device in EM mode using TFTP
- Move device power switch to "off" position
- Remove power cable from device
- Attach power cable to device
- Wait several seconds for lights to turn off
- Press and hold function button while moving power switch to "on" position
- Release function button when single blue light starts flashing
- Press and release function button again
- Press function button when red light starts flashing (repeat until red light stops flashing)
- Wait for TFTP server to send images to device (initrd.buffalo and uImage.buffalo)
Do not proceed unless the TFTP server indicates successful transfer of initrd.buffalo and uImage.buffalo
- Wait 30 seconds for device to complete boot process
- Close TFTP Boot window
Rebuild Device
- Disable firewall software (otherwise the update will likely fail and might brick the device)
- Run LSUpdater.exe
- Configure updater software
- Right-click on title bar of the window (on the word "BUFFALO")
- Select "Debug(D)..." from the context menu
- Select all checkboxes in both "Update" and "Config" frames (Update BOOT, Update KERNEL, Update initrd, Update rootfs, Do not check version, Rebuild partition table, Delete user-config, Force update)
- Select "Execute the change as following" checkbox in the "Changing of IP Address" frame
- Change the IP address to 192.168.11.150 (subnet 255.255.255.0)
- Click on the OK button to save choices
- Confirm the change of IP address (ignore any error message about the DHCP server)
- Make sure that you have selected the correct device, then click on the "Update" button to rebuild the device
- Confirm that you want to format and update the target device
- Wait for update process to complete (ignore any "couldn't confirm a response" error messages)
- Close LSUpdater utility
- Enable firewall software
- Restore the IP address on your computer (undo prior change to 192.168.11.1)
- Open the device web interface in your browser (should be http://192.168.11.150... or use the new IP address assigned by your network)
- Login to device (user = admin, password = password)
- Click on second menu item (the icon looks like folded paper)
- Change the language and character set (the last two dropdown lists) as desired (English and ISO8859_1)
- Click on the button at the bottom of the page
- Click on the TOP menu and verify that the language settings took effect
Erase Both Hard Drives
This will restore the device to factory settings; however, the web interface will be in Japanese language. The next section explains how to change the language and character set as desired:
Configure Device Language
Congratulations! You should now have a Linkstation Mini reverted to factory settings.
See Also
- Install Debian 5.0 (Lenny) On Buffalo Linkstation Mini
- Install Ubuntu 9.04 (Jaunty Jackalope) On Linkstation Mini
- Install Gentoo On Linkstation Mini
References
- Buffalo Forum Article about TFTP Boot Procedure
- Buffalo Forum Article about Forcing Firmware Update
- TFTP Boot software for various Buffalo Linkstation models
- Buffalo downloads area (for downloading Updater software)


