LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 03-01-2005, 01:47 AM   #1
sgzlit
LQ Newbie
 
Registered: Mar 2005
Posts: 13

Rep: Reputation: 0
Multi linux redhat + SuSE ,no reisfer FS in redhat linux?


Multi linux redhat + SuSE ,no reisfer FS in redhat linux?

Now I have installed Multi linux OS on my PC,Redhat and SuSE
the boodloader is redhat GRUB.and the FS in redhat is Ext3 and the SuSE is reisfer

Though they all have been in the grub.cof, but the Suse can not be loaded from the redhat grub.

[root@redhat1 grub]# mount /dev/sda6 /mnt/cdrom/
mount: fs type reiserfs not supported by kernel

fdisk -l output:
/dev/sda1 1 65 522081 83 Linux
/dev/sda2 1913 9725 62757922+ f Win95 Ext'd (LBA)
/dev/sda3 9726 9726 8032+ 7f Unknown
/dev/sda4 66 1912 14836027+ 83 Linux
/dev/sda5 4463 4724 2104483+ 82 Linux swap
/dev/sda6 * 4725 7335 20972826 83 Linux
/dev/sda7 1913 2043 1052194+ 82 Linux swap

The grub.cf output:
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Enterprise Linux ES (2.4.21-15.EL)
root (hd0,0)
kernel /vmlinuz-2.4.21-15.EL ro root=LABEL=/
initrd /initrd-2.4.21-15.EL.img
title Red Hat Enterprise Linux ES (2.4.21-9.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.4.21-9.ELsmp ro root=LABEL=/
initrd /initrd-2.4.21-9.ELsmp.img
title Red Hat Enterprise Linux ES-up (2.4.21-9.EL)
root (hd0,0)
kernel /vmlinuz-2.4.21-9.EL ro root=LABEL=/
initrd /initrd-2.4.21-9.EL.img
title suse
rootnoverify (hd0,5)
chainloader +1


I wonder know how can I boot the reisfer FS from redhat?

thx alot

Ray
 
Old 03-01-2005, 02:12 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Change your Suse entry to something like,

title Suse
root (hd0,5)
kernel (hd0,5)/boot/vmlinuz root=/dev/hda6 vga=788
initrd (hd0,5)/boot/initrd.img

Make sure the kernel and initrd.img lines correspond to whats on your system or else it wont boot. This should boot Suse and shouldn't give you the reiserfs error. RHEL 3 is based on Fedora Core (1 or 2 I am not sure which) and earlier versions didn't support reiserfs. Fedora Core 3 does, so I assume RHEL 4 does as well.

Last edited by reddazz; 03-01-2005 at 02:13 AM.
 
Old 03-01-2005, 07:45 PM   #3
sgzlit
LQ Newbie
 
Registered: Mar 2005
Posts: 13

Original Poster
Rep: Reputation: 0
thx Sir.
I think your mean is to rewrite the MBR by booting from SuSE install CD?

and then change the grub.conf in SuSE ?
Would like give me some more detail process?

It is appriciate for your help.
Due to my product only run on the RedHat
 
Old 03-01-2005, 08:42 PM   #4
sgzlit
LQ Newbie
 
Registered: Mar 2005
Posts: 13

Original Poster
Rep: Reputation: 0
all the files have been in the correct directory,but when I choose the SuSE ,the system said that the FILE NOT FOUND,

is it depent on the grub.conf in SuSE?
because this file is not in the /boot/grub/ but in the /etc/
 
Old 03-01-2005, 09:14 PM   #5
sgzlit
LQ Newbie
 
Registered: Mar 2005
Posts: 13

Original Poster
Rep: Reputation: 0
Kernrl panic !!!

after I change the grub.conf
title Suse
root (hd0,5)
kernel (hd0,5)/boot/vmlinuz root=/dev/hda6 vga=788
initrd (hd0,5)/boot/initrd

the SuSE can be loaded ,but when the stage run to boot the reisfer FS
the system Kernel Panic

May I check FS? and how to check?
 
Old 03-02-2005, 02:25 AM   #6
sgzlit
LQ Newbie
 
Registered: Mar 2005
Posts: 13

Original Poster
Rep: Reputation: 0
I have been mad with this issue!
I have changed the grub.conf as follew:
title suse
root (hd0,0)
kernel (hd0,5)/boot/vmlinuz ro root=/dev/hdc6 vga=791
initrd (hd0,5)/boot/initrd


And the SuSE can be booted into signal model,read-only
after I fsck.reisfer and reboot ,the same issue occured
I will be mad!
pls give a hand if possible!
Thx
 
Old 03-02-2005, 02:55 AM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Ok, on what device exactly is your Suse /boot and /root partition located?
 
Old 03-02-2005, 07:52 PM   #8
sgzlit
LQ Newbie
 
Registered: Mar 2005
Posts: 13

Original Poster
Rep: Reputation: 0
Thx sir !
Both of the /boot/ and /root are all in the same partition /dev/sda6(in suse it is /dev/hdc6,I don`t know why it is different.)
 
Old 03-03-2005, 02:55 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I've never worked with scsi disks so maybe others can help you out. Also do a search on google for grub and scsi disks.
 
Old 03-03-2005, 07:34 PM   #10
sgzlit
LQ Newbie
 
Registered: Mar 2005
Posts: 13

Original Poster
Rep: Reputation: 0
the sda is not a real scsi disk ,they just be named in the /boot/device.map ,acturely it is a IDE drive.


Would you like tell me how to re-install the grub?
I want to boot up the SuSE in rescue model by Install CD.

is it corrected?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi linux redhat + SuSE ,no reisfer FS in redhat linux? sgzlit Red Hat 5 03-07-2005 07:40 PM
SuSe Linux Pro 9.0 Or RedHat? Grafixx01 Linux - Newbie 6 02-13-2005 10:42 AM
SATA support for linux ( redhat 9 / Suse 9 / Fedora Coe 1) TechnoBod Linux - Hardware 1 02-03-2004 07:05 AM
What's the difference between Suse, Mandrake, Redhat, and Vector Linux? javaarmy Linux - Distributions 7 09-28-2003 12:24 PM
Dual booting Redhat Linux 7.2 with Redhat Linux 7.3 gautamrc Linux - General 2 02-27-2003 08:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 09:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration