Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 22-12-2005, 08:07 AM   #1 (permalink)
Broken In
 
Join Date: Nov 2005
Posts: 142
Default BOOT Menu option = SuSE+Fedora Core 4 +Win XP=


i had insatlled winxp pro. after that i installed SuSE 9.1 personal edition.
I wud get a SuSE interface asking which to start. all was fine.
After xp crashed, i installed it again. But since then no OS option came during boot.
Today i installd Fedora Core 4 ( SuSE still there but no access to it).
And now i get to choose only between Fedora and Win XP.
Plz some one tell me how to fix this prob. I wanna hv an option for SuSE, Fedora, as well as Xp. How can this be done ??????
adi87 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 22-12-2005, 08:16 AM   #2 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

I assume that you are using Grub ,
Edit the line kernel , initrd and root(x,y) so that it boots to your SuSe linux, from there you can configure the options permenantly, but i don't know the name of your kernel, so i couldn't help much with that! root(x,y) is your partition,
say you have 2 hdd's
first one is labelled as 0,
second one is labelled as 1,
Let say you have 2 partitions in first one, so
you first parition in first hdd is referred to as root(0,0)
seconf is root(0,1)

If you have say 3 partitions in second one say one for [swap] and one for fedora and other for suse root partition, then the first will be root(1,0) , second root(1,1) and the third is root(1,2) . Hope this helps !

Edit: Forgot to mention,
You don't have to do the above, just boot into fedora and mount the Suse root partiton and open /boot/grub/menu.lst of your SuSe partition and copy the lines that are of title related to suse, and paste them as seperate titles in the /boot/grub/menu.lst of your Fedora install root partition. This will let you boot into SuSe and Fedora and your "other" OS.

The syntax for mount command is
mount -t <FSTYPE> sumthing somewhere
I thing your SuSe FS should generally be reiserFs
I suppose fedora doesn't support reiserfs filesystem, natively so add the following selinux=0 reiserfs to kernel options while booting into fedora. All the best!
Satissh S is offline  
Old 22-12-2005, 08:58 AM   #3 (permalink)
Broken In
 
Join Date: Nov 2005
Posts: 142
Default

Actually i didnt get the grub part.??????
I hv partitioned my 80GB disk into 4 . 2 are NTFS 4 win xp and other 4 fedora and SuSE respectively. I cnt boot into SuSE as there is no option 4 that. As for fedora i m using KDE. is there ne way i cn do frm Win XP?, coz i m a bit of novice with linux.
Also plz guide me step by step. ( Thnx )
adi87 is offline  
Old 22-12-2005, 09:13 AM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

Hello first understand YOUR partns by invoking 'fdisk -l' command from your working Fedora installation.you cannot rescue Linux install from wingoose OS..after that mount the partition as he said.ie for eg;
As root(careful!),
make a dir in your /mnt as suse from fedora; as you can boot into fedora.get the partn number from fdisk -l(hint suse mostly defaults in reiserfs file system)so get the partition number (something like hda1,2,3..or sda1..)and mount from CLI(terminal):'mount /dev/sdax /mnt/suse'.go to /mnt/suse folder and open with gedit or any editor like kate,kwrite.. into /mnt/suse/boot/grub/grub.conf or menu.list browse to the entry of suse in the file like (title suse..etc) right click and copy the full entry
like ...
......
title suse..
root(hd0,x)
kernel /boot/vmlinuz..
initrd /boot/initrd-...
savedefault
boot
.....
Now open your fedora's /boot/grub/grub.conf and paste the suse entry at the last of the file.also check for partn number being the same as you reinstalled windows OS after suse..so sometimes partition number may have shifted by +1..check for that..reboot for suse option in Grub menu of Fedora..dont expect the same as in Windows in Linux....believe U understood wat i explained.. best of Lux

If suse uses LILO bootloader,
use the format
title Suse Linux
root(hd0,x)
kernel /boot/(the path of vmlinuz)
initrd /boot/(path of initrd)
savedefault
boot
---------
copy this format into fedora's grub.conf last line ..and reboot
praka123 is offline  
Old 22-12-2005, 09:35 AM   #5 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

@prakash:
1. Won't it error saying that we need to specify the mount point??
2. I think Fedora does not have native support for reiserfs. Correct me if wrong!
Satissh S is offline  
Old 22-12-2005, 10:20 AM   #6 (permalink)
Broken In
 
Join Date: Nov 2005
Posts: 142
Default

@prakash;@satissh:
Do i do wht Mr. Prakash sayz?(safely)
adi87 is offline  
Old 22-12-2005, 10:37 AM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

may be wrong!Fedora may not support reiserfs...so the option is to boot with suse 1st cd and u can mount suse partition using it...and follow the procedure..either rescuing suse grub/lilo or add suse entry in Fedora Grub and it possibly will work..also if possible check for rpms for supporting reisefs in Fedora? i don know whether it works.. like:
http://dag.wieers.com/packages/progsreiserfs/

OK...leave all these..get a live cd like knoppix and mount(already mounted mostly) suse partition and copy from suse's grub.conf or menu.list entry the suse entry..and reboot and go to Fedora and paste at the last of fedoras grub.conf.hope that will solve ur problem...
praka123 is offline  
Old 22-12-2005, 10:48 PM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

try the above
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by icebags
- by clinton
- by topgear
- by trublu

Advertisement




All times are GMT +5.5. The time now is 10:14 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2