ホーム > LS-LGL > debian

LS-LGL でsqueeze

&contents

bootをバックアップ

acp_commanderを利用して、telnetを入れた状態にします。

tar cvfz /mnt/disk1/share/boot.tar.gz /boot

で/boot(/dev/sda1)をバックアップ

ext2にフォーマット

umount /dev/disk1_1
mkfs.ext2 /dev/sda1
mount -t ext2 /dev/sda1 /boot

Debian InstallerをDL

wget http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-armel/current/images/orion5x/network-console/buffalo/lspro/config-debian
wget http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-armel/current/images/orion5x/network-console/buffalo/lspro/initrd.buffalo
wget http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-armel/current/images/orion5x/network-console/buffalo/lspro/uImage.buffalo

config-debianを実行

sh config-debian
[: 02L: bad number
Saving U-Boot environment to ubootenv.bak... done.
Changing U-Boot environment...
>nvram_set:bootargs_root = root=/dev/sda2 rw panic=5
done.
Please reboot your Linkstation.

reboot

再起動

このページを共有:
  • このページをはてなブックマークに追加 このページを含むはてなブックマーク
  • このページをlivedoor クリップに追加 このページを含むlivedoor クリップ
  • このページをYahoo!ブックマークに追加
  • このページを@niftyクリップに追加
  • このページをdel.icio.usに追加
  • このページをGoogleブックマークに追加

このページのURL:

TOP