前提・実現したいこと
centos6.1でmondorescueを使いたい。
hp ProLiant MicroServer Turion II Neo N54L 2.2GHz 4GB 500GBx2
raid1
にあるcentos6.1(mysql,www,etc)をmondorescueを使って
同じハード(別の個体)に復元したい。
発生している問題・エラーメッセージ
bootの途中で止まる。
現象:kernel panic
該当のソースコード
自分で調べたことや試したこと
アーカイブ(iso)をusb64GBにrufusを使って書き込み。
手順は以下の通りです。
CentOS-6.10-x86_64-minimalをrufusを使ってusbに書き込み。
これを復元先に装着、起動。
Install or upgrade...選択。
日本語、jp106...選択
基本ストレージ
新規インストール
元Serverと同じホスト名(abcdef.ghijk.local)
既存linuxシステム入れ替え
BIOS RAID set(mirror)
/dev/mapper/pdc_abcdefg選択
ここで「戻る」選択して
installしないでおわらせる
reboot
復元用usb装着
expert usb=/dev/sdc
alt+f2でfdisk -l -> /dev/mapper/vg_abcdef-lv_...ができていることを確認。
vi /tmp/mountlist.txt
/dev/........root / ext4
/dev/sda1 /boot ext4
/dev/........home /home ext4
/dev/........swap swap swap
と編集
alt+f1
mondorestore
interactively
usb
no
/dev/sdc1
Are you shure ...? -> yes
...erase and partition... ->no
...format...? -> no
...restore all of your data?->yes
Initial the boot loader?->yes
...regeneration ...?->no
Did you change...?->yes
Please confirm/enter.../dev/sda->ok
fstab
/dev/vg_abcdef... / ...
/dev/sda1 /boot ...
/dev/vg_...home /home ...
/dev/vg...swap swap...
...
...
mtab
/dev/vg...root / ...
...
...
...
/dev/sda1 /boot ...
/dev/vg...home /home ...
...
...
/boot/grub/menu.lst
...
kernel /vmlinuz... ... root=/dev/vg_abcdef/lv_root... ...UUID=pdc_abcdefgh ...
device.map
/dev/pdc_abcdefgh
ext2,3,4...->no
reboot
kernel panic