Linux « weblog 2 | HOME | Software Raid »
■ Install with Software Raid
(Cent OS 4.4)
インストールは、いたって簡単。
Cent OSはRed Hat Enterprise Linuxのクローン。
FedoraやRed Hat系と一緒。
Software raidを構築したけど、インストール終了して、OSが立ち上がらない。
grub の画面で止まる。
色々調べた結果、Software raidを選ぶと、インストーラが自動でブートローダをインストールしてくれない様子。なので、手動でインストール。
Insert Installation CD 1 and boot up as rescue mode.
linux rescue
System is mounted as /mnt/sysimage, so do chroot on this directory.
# chroot /mnt/sysimage
# grub
> device (hd0) /dev/sda
setup /dev/sda as hd0
> root (hd0,0)
first partition of hd0 is setup as root device
> install /grub/stage1 (hd0) /grub/stage2 p /grub/grub.conf
incase /boot is not included in root directory.
> quit
Then do the same for /dev/sdb and reboot.
投稿者 tomopugh : 2007年03月06日 10:53

