Skip to main content

LS-WVL 安裝 Debian12

下載檔案
1.acp_commander安裝

準備一台已經運行原廠Buffalo的LS WVL設備

將initrd.buffalo和uImage.buffalo複製到acp_commander.jar同目錄

運行指令尋找設備IP

java -jar acp_commander.jar -f

複製安裝檔到設備

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/

重啟設備

java -jar acp_commander.jar -t <device ip address> -pw <your admin password> -c reboot
2.分區安裝

將硬碟插入Linux後分區丟入安裝檔

$parted /dev/sdb

(parted) mklabel gpt

(parted) mkpart boot 2048s 1024MiB

(parted) mkpart root 1024MiB 6144MiB

(parted)quit
$mkfs.ext3 /dev/sdb1

$mount /dev/sdb1 /mnt

將檔案放入/mnt

$umount /mnt

將硬碟放入NAS第一盤位

開始安裝

找尋設備IP後SSH進入安裝,使用者名稱是installer,密碼是install

 ssh installer@IP

使用此項目安裝https://github.com/1000001101000/Debian_on_Buffalo