|
Multi-booting with SuSE 9.2, Windows x64 and XP on two hard disks...
I have been experimenting with Linux for a few months now. Recently, I built a computer intended for rendering 3-D frames, but I decided to also install Linux on it. Before Linux, I had a single 120GB hard disk which allowed me to boot both Windows x64 and Windows XP ((SATA)). I also got another 120GB hard disk ((IDE)), to install Linux on. I had SuSE 9.1 installed and was able to multi-boot all three OS's using GRUB. I upgraded to SuSE 9.2 64-Bit, as I have a Athlon 64 CPU. It would not allow me to upgrade, so I just reinstalled Linux completely. Now, it will not let me multi-boot like I used to. I would very much like to be able to multi-boot again, as changing the boot order every time I boot the system is a hassle. My configurations are below:
System:
AMD Athlon 64 3400+ ((ClawHammer))
MSI K8N Neo Platinum
ATI Radeon 9600XT ((256MB))
Corsair ValueSelect RAM ((1 GB))
Hitatchi SATA 120GB
Western Digital IDE 120GB
SuSE 9.2 64-Bit
/boot/grub/device.map
(hd0) /dev/hda
(hd1) /dev/sda
/boot/grub/menu.lst
# Modified by YaST2. Last modification on Sat Jun 18 23:43:37 2005
color white/blue black/light-gray
default 0
timeout 10
gfxmenu (hd0,1)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SuSE Linux 9.2 64-Bit
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 vga=0x31a selinux=0 splash=silent console=tty0 resume=/dev/hda1 desktop elevator=as showopts
initrd (hd0,1)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
chainloader +1
rootnoverify (hd1,4)
/etc/grub.conf
root (hd0,1)
install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) /boot/grub/stage2 0x8000 (hd0,1)/boot/grub/menu.lst
quit
Thank you,
Abbi
|