Hi,
I’m trying to install 3 OS on 3 HD. They are laid out on the MB as OpenSuse 12.2 on (sda1) 250 GB hdd, Windows 7 on (sdh1) 80GB hddd, and Centos 6.2 on (sdg) 250GB hdd. I can boot to the centos because it was the last OS installed but not the other 2. I can boot individualy if I unplug the the other 2 from the MB. Is suse 12.2 using grub or grub2? Centos uses grub legacy. The output from centos is:
root@localhost dennis]# cat /boot/grub/menu.lst
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/mapper/vg_livecd-lv_root
initrd /initrd-[generic-]version.img
#boot=/dev/sdf
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.32-279.22.1.el6.i686)
root (hd0,0)
kernel /vmlinuz-2.6.32-279.22.1.el6.i686 ro root=/dev/mapper/vg_livecd-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_LVM_LV=vg_livecd/lv_swap rd_NO_MD quiet rd_LVM_LV=vg_livecd/lv_root SYSFONT=latarcyrheb-sun16 rhgb crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
initrd /initramfs-2.6.32-279.22.1.el6.i686.img
title CentOS (2.6.32-220.el6.i686)
root (hd0,0)
kernel /vmlinuz-2.6.32-220.el6.i686 ro root=/dev/mapper/vg_livecd-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_LVM_LV=vg_livecd/lv_swap rd_NO_MD quiet rd_LVM_LV=vg_livecd/lv_root SYSFONT=latarcyrheb-sun16 rhgb crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
initrd /initramfs-2.6.32-220.el6.i686.img
[root@localhost dennis]#
I hav e tried to map (hd0) (hd1) to no avail trying to put windows on the first hd. Any suggestions? Thanks in advance.