Linux - DesktopThis forum is for the discussion of all Linux Software used in a desktop context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I had a dual boot of Windows and Ubuntu Fiesty on my machine which has 2 80GB hdds
I installed the Suse on the 2nd hdd while both WinXP and Ubuntu are on hdd1
After installing Suse I can See only winxp in the Grub list , Ubuntu is gone
Why is it happening ?
I mounted the boot dir of Ubuntu on Suse and copied and added the needed ubuntu lines onto Suse 's Menu.lst still not working I have pasted here the menu.lst on Suse
###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
root (hd1,0)
kernel /vmlinuz-2.6.16.46-0.12-default root=/dev/disk/by-id/ata-ST380011A_5JVV6KVN-part2 vga=0x305 resume=/dev/hdb3 splash=silent showopts
initrd /initrd-2.6.16.46-0.12-default
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd0,0)
chainloader (hd0,2)+1
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
rootnoverify (hd0,0)
chainloader (fd0)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
root (hd1,0)
kernel /vmlinuz-2.6.16.46-0.12-default root=/dev/disk/by-id/ata-ST380011A_5JVV6KVN-part2 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /initrd-2.6.16.46-0.12-default
After adding those lines to your menu.lst file on your Suse system, did you reinstall Grub? You need to do, as root:
grub-install /dev/hda
That will reinstall grub to the MBR of your first hard drive. Then your list of OSes will be complete.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.