keyongtech


  keyongtech > suse > 01/2008

 #1  
01-11-08, 12:12 PM
Tazlambert
Hi Guys,

I already do a lot of googling for this problem and I met a lot of
source too but none of it is helping. My system is using OpenSUSE 10.3
with HP Proliant ML 110 that has 500 GB of SCSI and we ad d another
SCSI disk 160 GB. The problem arise when I install OpenSUSE 10.3 in
160 GB HDD, we use this just to make all the OS in our office to be
the same, when it want to install boot loader come error 23 for GRUB,
it is said that error in parsing number, in many forum it is said that
you must go to the grub folder so I managed to half installed OpenSUSE
and search device.map and menu.1st inside both of file the one that is
recorded is /dev/....basically pointing to RAID disk (500 GB) (it's
not where I install OpenSUSE) as primary not /dev/sda (my 160GB).

What I want to ask is that whether I can find any format for
device.map and menu.1st if I installed RAID disk? and if not is there
any solution about this?

Best Regards,


Taz
 #2  
01-13-08, 01:25 PM
Alex Plantema
In news:6530c794-a921-45d3-ae31-48c8ac69f585 schreef Tazlambert:

> I already do a lot of googling for this problem and I met a lot of
> source too but none of it is helping. My system is using OpenSUSE 10.3
> with HP Proliant ML 110 that has 500 GB of SCSI and we ad d another
> SCSI disk 160 GB. The problem arise when I install OpenSUSE 10.3 in
> 160 GB HDD, we use this just to make all the OS in our office to be
> the same, when it want to install boot loader come error 23 for GRUB,
> it is said that error in parsing number, in many forum it is said that
> you must go to the grub folder so I managed to half installed OpenSUSE
> and search device.map and menu.1st inside both of file the one that is
> recorded is /dev/....basically pointing to RAID disk (500 GB) (it's
> not where I install OpenSUSE) as primary not /dev/sda (my 160GB).


It looks like there's an error in /boot/grub/menu.lst.
Can you list its contents, or at least the lines starting with gfxmenu or root?
 #3  
01-14-08, 11:15 AM
Tazlambert
On Jan 13, 8:25 pm, "Alex Plantema" <a...@nl.invalid> wrote:
> Innews:6530c794-a921-45d3-ae31-48c8ac69f585 Tazlambert:
>> It looks like there's an error in /boot/grub/menu.lst.

> Can you list its contents, or at least the lines starting with gfxmenu or root?
>
> --
> Alex.


Here is the file that you asked

1. device.map

(hd0) /dev/mapper/ddf1_Data


2. menu.1st

# Modified by YaST2. Last modification on Tue Jan 15 17:10:56 WIT 2008
default 0
timeout 8
gfxmenu (/dev/sda2,1)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name:
linux###
title openSUSE 10.3
root (/dev/sda2,1)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-
SATA_FB160C4081_5RX04FC3-part2 vga=0x314 resume=/dev/sda1
splash=silent showopts
initrd /boot/initrd-2.6.22.5-31-default

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

FYI sda2 is the root and sda1 is swap while the other is RAID that
appear as sdb and sdc

I hope you can give me some clue....Here is the file that you asked

1. device.map

(hd0) /dev/mapper/ddf1_Data


2. menu.1st

# Modified by YaST2. Last modification on Tue Jan 15 17:10:56 WIT 2008
default 0
timeout 8
gfxmenu (/dev/sda2,1)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name:
linux###
title openSUSE 10.3
root (/dev/sda2,1)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-
SATA_FB160C4081_5RX04FC3-part2 vga=0x314 resume=/dev/sda1
splash=silent showopts
initrd /boot/initrd-2.6.22.5-31-default

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

FYI sda2 is the root and sda1 is swap while the other is RAID that
appear as sdb and sdc

I hope you can give me some clue....
 #4  
01-14-08, 06:29 PM
Alex Plantema
In news:cad1dd50-bfd3-4409-814e-b074c61a6b20 schreef Tazlambert:

>gfxmenu (/dev/sda2,1)/boot/message
> root (/dev/sda2,1)
> root (/dev/sda2,1)


I think these lines should be replaced by:

gfxmenu (hd1,1)/boot/message
root (hd1,1)
root (hd1,1)

If that doesn't work, try hd0 instead of hd1.
 #5  
01-15-08, 02:52 AM
Tazlambert
On Jan 15, 1:29 am, "Alex Plantema" <a...@nl.invalid> wrote:
> Innews:cad1dd50-bfd3-4409-814e-b074c61a6b20 Tazlambert:
>> I think these lines should be replaced by:

>
> gfxmenu (hd1,1)/boot/message
> root (hd1,1)
> root (hd1,1)
>
> If that doesn't work, try hd0 instead of hd1.
>
> --
> Alex.


but i think hd is not for scsi drive, while both of my disk is scsi,
with arrangement like this:
/dev/sda ->160 GB where I put my Linux and boot
/dev/sdb ->Raid (fake)
/dev/sdc ->Raid (fake)
 #6  
01-15-08, 08:04 AM
Alex Plantema
In news:6a25b96c-ea1c-4a36-bdca-ea93e95ecc57 schreef Tazlambert:

> but i think hd is not for scsi drive, while both of my disk is scsi,
> with arrangement like this:
> /dev/sda ->160 GB where I put my Linux and boot
> /dev/sdb ->Raid (fake)
> /dev/sdc ->Raid (fake)


Grub accepts hd only.
Similar Threads
2 Fragen zu Grub 1/openSUSE 11.0

Nabend, irgendwie hatte ich mir durch verschiedene Installationen mit einem USB-Stick die Konfiguration von fstab und auch menu.lst verbogen. Meine openSUSE wollte daraufhin...

Danke für das grub Wintertheme in Grub bei openSUSE 11.2

Ja es it wieder da. Heute habe ich es wieder zum ersten Mal gesehen und dafür möchte ich mich bei den Entwicklern recht herzlich bedanken, denn die kleinen Pingus machen mich...

Suse 10.3 mit RAID 1: GRUB Error 17

Hallo Gruppe, ich habe eben spaßeshalber einen älteren Rechner mit 10.3 bestückt. Weil dieser zwei identische SCSI-Platten hat, habe ich versucht ein RAID 1 aufzusetzen....

grub und opensuse 10.3

Hallo! Ich hoffe es kann mir jemand helfen. Ich habe auf meiner 2. Festplatte, hdb Opensuse 10.3 installiert und mit Mühe meine Fritzcard Pci zum laufen bekommen. Danach...

grub (GRUB GRUB GRUB) error when attaching disk to off board IDE controller

hi using grub on my primary disk for a while with no issues, but i have added an off board ide controller and have now attached a disk to that off board controller and when...


All times are GMT. The time now is 11:06 PM. | Privacy Policy