LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Multi-booting with SuSE 9.2, Windows x64 and XP on two hard disks... (https://www.linuxquestions.org/questions/linux-general-1/multi-booting-with-suse-9-2-windows-x64-and-xp-on-two-hard-disks-335043/)

nemofreak 06-18-2005 11:02 PM

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

stefan_nicolau 06-19-2005 07:53 AM

Do you know if the options in these files are different from the old (working) setup? Did you make any modifications to the system before installing suse 9.2?
Also, what happens when you boot this setup? Do you get any error? Do you get an empty menu? Do you get a broken menu entry?

j-ray 06-19-2005 01:44 PM

what system is booting? windows? did u again activate the master boot record?
i have suse 9.0 but probably its more or less the same with 9.3:
YAST:->System:->Configuration of bootloader

nemofreak 06-19-2005 07:30 PM

Stefan: I believe these files are at least slightly different from the working ones. I did not make any mods to the system before installing. When I boot this setup, SuSE boots fine, but Windows says "OS not found".

J-ray: The system is booting off the MBR of my Linux IDE hard disk.

stefan_nicolau 06-19-2005 09:41 PM

I guess you have already checked this, but make sure your Windows partition is specified correctly, and your device.map is good. You could also try a grub floppy, to see if there is something wrong with your installation. Try using the grub prompt or edit mode to get the right command sequence, there is no need to reboot and edit menu.lst.


All times are GMT -5. The time now is 12:56 PM.