Japan: FAQ at Akihabara Install Festa
I was asked at Akihabara Install Festa about Triple Boot configuration (Windows, Linux and Solaris).Installing Solaris 10 overwrites MBR of your HDD, and usually Linux installers install grub in MBR, so the easiest way to install both Solaris and Linux on your Windows PC and make it triple bootable, is installing Solaris 10 first, and installing Linux later. If you did Linux first, then after installing Solaris, you have to re-install grub. After the grub-install, you have to add these lines in /boot/grub/menu.lst(this is on Linux partition, so you have to edit this on Linux).
title Solaris 10 rootnoveryfy(hd0,1) makeactive chainloader +1When you specify the partition you have installed Solaris, the second parameter should be zero-origin. So if you installed it on /dev/hda3, (hd0,2) should be specified.
OpenSolaris deploys GRUB as its boot loader, so it may be easy to make triple boot environment when installing OpenSolaris after Linux installation.
--- in Japanese
秋葉原のInstall Festaの時に、Windows, Linux and Solarisの 三つを切り替えて使うにはどうすればよいかと聞かれました。
Solaris 10はハードディスクのMBR(Master Boot Record)を 上書きしますし、通常LinuxのインストーラーはgrubをMBRに 書き込むので、Windows PCにSolarisとLinuxをインストールする 一番簡単な方法は、Solaris 10を先にインストールして、その 後にLinuxを入れることです。 Linuxが先に入っている場合には、Solaris 10をインストール した後で、grubだけ再インストールしなければなりません。 grub-installの後、Linuxを起動し、Linuxパーティションにある /boot/grub/menu.lstに以下を追加します。
title Solaris 10 rootnoveryfy(hd0,1) makeactive chainloader +1Solarisの入っているパーティションを指定する際に、二番目の 数値はゼロから数え始めるので、/deb/hda3の場合には(hd0,2) となります。
OpenSolarisではGRUBがブートローダになっているので、 Linuxインストール後にOpenSolarisをインストールして、 三つ切り替える設定はもっと簡単にできるでしょう。
( 6月 30日 2005年, 04:03:49 午前 JST ) Permalink 投稿されたコメント [0]
Trackback URL: http://blogs.sun.com/thiguchi/entry/japan_faq_at_akihabara_install
投稿されたコメント:
コメント


