Re: Grub problems.



Peter Terpstra wrote:
Z.K. in <ctN3j.22496$ht1.5285@trndny01> :

I was wondering if anyone could tell me how to get grub to work in Suse.
I just installed Suse 10.3 and Grub gives me an error 17

From the manual:
17 : Cannot mount selected partition
This error is returned if the partition requested exists, but the filesystem
type cannot be recognized by GRUB.

Post your menu.lst, device.map and /etc/fstab
Maybe there is something to invest.

I have a few old PII here which Grub does not like unspite which
distribution (debian, fedora, suse) i use. Lilo is fine then i guess.

Why do you want to persist on Grub?

P.


No reason, I just wanted to understand why it does not work for me.
Usually I can get it to work except with SUSE. I am wondering though if
it is because SUSE thinks my IDE drives are SCSI. I have Ubuntu on
another machine and it detects my IDE drive as hdc instead of sdc.

Z.K.

device.map:
(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
(hd2) /dev/sdc

menu.lst:
# Modified by YaST2. Last modification on Thu Nov 29 04:31:32 PST 2007
default 0
timeout 10
gfxmenu (hd2,1)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title OpenSUSE 10.3
root (hd2,1)
kernel /boot/vmlinuz-2.6.22.5-31-default
root=/dev/disk/by-id/scsi-SATA_WDC_WD400BB-53CWD-WMA8H2134608-part2
vga=0x314 resume=/dev/sdc1 splash=silent showopts
initrd /boot/initrd-2.6.22.5-31-default

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd2,1)
chainloader (hd1,0)+1

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
rootnoverify (hd2,1)
chainloader (fd0)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3
root (hd2,1)
kernel /boot/vmlinuz-2.6.22.5-31-default
root=/dev/disk/by-id/scsi-SATA_WDC_WD400BB-53CWD-WMA8H2134608-part2
vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off 3
initrd /boot/initrd-2.6.22.5-31-default
.



Relevant Pages