• ベストアンサー
※ ChatGPTを利用し、要約された質問です(原文:centOSとwindowsの順番を逆にしたい)

centOSとwindowsの順番を逆にしたい

このQ&Aのポイント
  • CドライブにwindowsXPがインストールされており、後から増設したDドライブにcentOS5をインストールしてgrubにてデュアルブートさせておりますが、優先して起動するOSがcentOSになっています。
  • 優先して起動するOSをwindowsにする場合は下記grub.confのどこをどのように書き換えればいいのでしょうか。
  • # 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,0) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img boot=/dev/hdd default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.18-8.el5) root (hd0,0) kernel /vmlinuz-2.6.18-8.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.18-8.el5.img title WindowsXP map (hd0) (hd1) map (hd1) (hd0) rootnoverify (hd1,0) chainloader +1

質問者が選んだベストアンサー

  • ベストアンサー
  • astronaut
  • ベストアンサー率58% (303/516)
回答No.1

default=1

matyu0531
質問者

お礼

astronautさん、即レスありがとうございます。 早速やってみます。

matyu0531
質問者

補足

ありがとうございました。 何もしない状態でwindowsXPが起動、何か押すgrubメニュー画面がでて選択できるようになりました。 また何かありましたらよろしくお願いいたします。