ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

在Buffalo Ls4XX上安装 debian buster 的方法

2021-10-14 11:58:34  阅读:349  来源: 互联网

标签:buster Buffalo jar 1000001101000 commander acp Ls4XX Debian


让前几年的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 · GitHubhttps://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.https://github.com/1000001101000/Debian_on_Buffalo此文章只使用第一种安装方式:(Load onto Device Running the Stock Firmware)

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

 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_deviceshttps://github.com/1000001101000/Debian_on_Buffalo/tree/master/Bullseye/installer_images/armhf_devices

下载与自己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/

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

6.刷写成功。

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

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

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

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

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

标签:buster,Buffalo,jar,1000001101000,commander,acp,Ls4XX,Debian
来源: https://blog.csdn.net/vincentzpf/article/details/120757830

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有