LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Multi linux redhat + SuSE ,no reisfer FS in redhat linux? (https://www.linuxquestions.org/questions/suse-opensuse-60/multi-linux-redhat-suse-no-reisfer-fs-in-redhat-linux-296144/)

sgzlit 03-01-2005 01:47 AM

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

reddazz 03-01-2005 02:12 AM

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.

sgzlit 03-01-2005 07:45 PM

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

sgzlit 03-01-2005 08:42 PM

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/

sgzlit 03-01-2005 09:14 PM

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?

sgzlit 03-02-2005 02:25 AM

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

reddazz 03-02-2005 02:55 AM

Ok, on what device exactly is your Suse /boot and /root partition located?

sgzlit 03-02-2005 07:52 PM

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.)

reddazz 03-03-2005 02:55 AM

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.

sgzlit 03-03-2005 07:34 PM

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?


All times are GMT -5. The time now is 10:48 PM.