suse 10.1 and fedora 6 booting
hello everyone,
i have the following problem.
i have installed fedora core 6 (i kept the default partition schema) so after installation my hd looks like this:
hda1 for /boot
hda2 as LVMGroup00 which contains LvmVolume00 for / and LVMVolume01 for swap.
After that i installed suse 10.1.
i just created hda3 for / and used LVMVolume01 for swap.
Although i wanted to specify not to put a new boot loader i didnt find anywhere during install that option so it automatically did...
I tried to find /boot/grub/grub.conf as devils_casper advised me but i couldn't instead i found menu.lst which contained the following code:
------------------------------------------------------------------------------------------
# Modified by YaST2. Last modification on Sat Nov 18 08:56:40 UTC 2006
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,2)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux 10.1
root (hd0,2)
kernel /boot/vmlinuz root=/dev/hda3 vga=0x317 resume=/dev/VolGroup00/LogVol01 splash=silent showopts
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux 10.1
root (hd0,2)
kernel /boot/vmlinuz root=/dev/hda3 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd
------------------------------------------------------------------------------------------------
what should i add i am not sure about the kernel part and after that...
thanx in advance guys!!!!