04/08/31 01:38 u5k94njl
Win98とFedora2とSUSE9.1のトリプルブートに挑戦したのですが。SUSE9.1だけが立ち上がりません。
grubはFedora2のを使っています。SUSE9.1タイプはサポートされてないような表示が出ます。どうにかならないものでしょうか?
hda1 Win98
hda2 Fedora2のブートパーテーション
hda3 Fedora2のルートパーテーション
hda4 Fedora2のスワップパーテーション
hda5 SUSE9.1のブートパーテーション
hda6 SUSE9.1のルートパーテーション
hda7 SUSE9.1のスワップパーテーションとなっています。
grubは以下の通りです。
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/hda3
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,1)
kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.5-1.358.img
title Windows98
rootnoverify (hd0,0)
chainloader +1
title Other
rootnoverify (hd0,6)