在Buffalo Ls4XX上安装 debian buster 的方法

让前几年的Buffalo LS4XX在一次发光。

安装器的运行方式有三种:

  1. 在原生固件上运行
  2. 手动将文件写入硬盘(在buffalo ls410上安装 debian buster 的完美方法 - Fire0594)可以按  这篇文章操作。
  3. TFTP启动运行。(请参照Restoring Stock Firmware via TFTP - Buffalo NAS Wiki

以上三种安装方式的英文版请戳下面:

Preparing Device for Debian Install · 1000001101000/Debian_on_Buffalo Wiki · GitHub在Buffalo Ls4XX上安装 debian buster 的方法https://github.com/1000001101000/Debian_on_Buffalo/wiki/Preparing-Device-for-Debian-Install

运行在Buffalo上的Debian项目在以下地址:

GitHub - 1000001101000/Debian_on_Buffalo: Tools for Installing/Running Debian on Buffalo ARM based Linkstation/Terastation/Kurobox/Cloudstor devices.Tools for Installing/Running Debian on Buffalo ARM based Linkstation/Terastation/Kurobox/Cloudstor devices. - GitHub - 1000001101000/Debian_on_Buffalo: Tools for Installing/Running Debian on Buffalo ARM based Linkstation/Terastation/Kurobox/Cloudstor devices.在Buffalo Ls4XX上安装 debian buster 的方法https://github.com/1000001101000/Debian_on_Buffalo此文章只使用第一种安装方式:(Load onto Device Running the Stock Firmware)

在刷机之前请确保机器在原厂固正常运行。

在Buffalo Ls4XX上安装 debian buster 的方法

 1.到以下地址下载acp_commander.jar  文件。

GitHub - 1000001101000/acp-commander: acp-commander

2.下载Debian的安装文件(initrd.buffalo uImage.buffalo.ls421d 。安装文件分Bullseye 和Buster,这是Debian的发行版本名称。

 看你自己喜欢。这里我选择新的Bullseye.

https://github.com/1000001101000/Debian_on_Buffalo/tree/master/Bullseye/installer_images/armhf_devices在Buffalo Ls4XX上安装 debian buster 的方法https://github.com/1000001101000/Debian_on_Buffalo/tree/master/Bullseye/installer_images/armhf_devices在Buffalo Ls4XX上安装 debian buster 的方法

下载与自己Buffalo对应的型号。

3.把下载的所有文件都放到同一个目录下。

4.使用以下命令来查找你的NAS IP。(不知道是什么问题我使用这个命令找不到我的NSA。)所以我换成了BUFFALO NAS Navigator2 来查找。)

注意:在运行命令之前请确认你的电脑已经安装了Java运行环境。

java -jar acp_commander.jar -f

找到NAS的IP,记录下来下面需要使用。

5. 开始刷写启动:

java -jar acp_commander.jar -t <device ip address> -pw <your admin password> -xfer initrd.buffalo -xferto /boot/
java -jar acp_commander.jar -t <device ip address> -pw <your admin password> -xfer uImage.buffalo -xferto /boot/

刷写出错了:(所以请在刷写之前关闭你的防火墙)

在Buffalo Ls4XX上安装 debian buster 的方法

6.刷写成功。

在Buffalo Ls4XX上安装 debian buster 的方法

 7.使用acp_commander.jar重新启动 NAS.

   java -jar acp_commander.jar -t <device ip address> -pw <your admin password> -c reboot

重启动后,正常启动(白灯常亮)后等一会儿就可以通过 SSH 连接了

SSH 的用户名为 installer,密码为 install

在Buffalo Ls4XX上安装 debian buster 的方法

 登陆成功后就能看到安装器了,接下来就是一步一步安装 Debian 了,流程和平时安装 Debian 基本一致。我这里也就不在说明,到此已经安装完成。大家自己去安装其它的需要的软件吧!

上一篇:【敏捷0】敏捷项目管理-为什么从敏捷开始?为什么从PMI-ACP开始?


下一篇:阿里云计算acp认证报考条件及需要具备的知识