とりあえず バックアップ というか保存しておきます
# pwd /var/data/01_data-bk/0007_bootdisk/4004_proto-bootdisk # ls boot-root-v-0.01
boot-root-v-0.01 は 一枚に 纏めた ものです 今回は boot と root 各々1 枚 で 保存しておきます。
# dd if=/dev/fd0 of=boot-v-0.02 bs=1k 1440+0 records in 1440+0 records out # dd if=/dev/fd0 of=root-v-0.02 bs=1k 1440+0 records in 1440+0 records out # file * boot-root-v-0.01: x86 boot sector boot-v-0.02: x86 boot sector root-v-0.02: gzip compressed data, from Unix, max compression # ls -l | sed 1d -rw-r--r-- 1 root root 1474560 Aug 1 21:54 boot-root-v-0.01 -rw-r--r-- 1 root root 1474560 Aug 2 21:45 boot-v-0.02 -rw-r--r-- 1 root root 1474560 Aug 2 21:46 root-v-0.02
いかんせん etc ディレクトリ は 空の もので 起動すると
....
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 220k freed
init started: BusyBox v0.65.0 (2011.07.30-01:02+0000) multi-call binary
Bummer , could not run '/etc/init.d/rcS': No such file or directory
Please press Enter to activate this console.
の画面で Enter キーを 押し
BusyBox v0.65.0 (2011.07.30-01:02+0000) Built-in shell (ash) Enter 'help' for a list of built-in commands. #
の画面で
# mount proc /proc -t proc
を 入力する必要が有るものです。
まあ なにか動く という程度のものです。
にゃんたろう 拝!
2011年 8月 1日 (月) 21:04:58 JST 作成