Operating System - Linux
1752291 Members
5203 Online
108786 Solutions
New Discussion юеВ

Re: Could not get into linux server

 
Gwendeline
Advisor

Could not get into linux server

I could get intoo my server anymore . Urgent help needed production server down.

error : root (hd0,0), file system type is extdfts, partition type 0x8 kernel/vmlinuz-2.4.20-8smp ro root=LABEL=/ [Linux-bzImage, Setup=0x1400, size 0x12659b] Initrd/Initrd-2.4.20-0smp.img

error 15: file not found .
10 REPLIES 10
Gwendeline
Advisor

Re: Could not get into linux server

grub > hd0,

Result :
partition num 0: filesystem type ext2fs partition type 0x83;
partition num 1: filesystem type ext2fs partition type 0x83;
partition num 2: filesystem type unknown partition type 0x82;
partition num 4: filesystem type ext2fs partition type 0x83;
Alexander Chuzhoy
Honored Contributor

Re: Could not get into linux server

Looks like there's no kernel under /boot .
Did you edit your /etc/grub.conf file lately or deleted some files under /boot partition.
If you don't have other selections in your boot menu-then try to boot into rescue mode and see if the information that's in grub.conf file is true and also if all files in /boot are in place..
Gwendeline
Advisor

Re: Could not get into linux server

grub > hd0,

Result :
partition num 0: filesystem type ext2fs partition type 0x83;
partition num 1: filesystem type ext2fs partition type 0x83;
partition num 2: filesystem type unknown partition type 0x82;
partition num 4: filesystem type ext2fs partition type 0x83;


grub > hd0,0 kernel/

possible files are : lost+found grub message.ja message config-2.4.20-8 boot.b chain.b os2_d.b module-info-2.4.20-8
system map vmlinuz-2.4.20-8 system.map vmlinuxx-2.4.20-8 vmlinuz-2.4.20-8 moduleinfo kernel.h initrd-2.4.20-8img initrd-2.4.20-8smp.img System.map-2.4.20-8smp config-2.4.20-8smp module-info-2.4.20-8smp vmlinux-2.4.20-8smp vmlinuz-2.4.20-8smp
Alexander Chuzhoy
Honored Contributor

Re: Could not get into linux server

can you send your grub configuration ?
Gwendeline
Advisor

Re: Could not get into linux server

how can i get it ? I tried to boot from the cd to run rescue but when it ask where is the source image it cannot find the rh cd in the cdrom drive that i just boot up from . I'm not using the original cd for this
Gwendeline
Advisor

Re: Could not get into linux server

when i boot up I get this error right after it tries to detect the scsi devices :

No SCSI boot device found,
SCSI bios no found .

I'm using ML350 g3
Alexander Chuzhoy
Honored Contributor

Re: Could not get into linux server

Have you installed a new kernel/deleted some files under /boot /edited the /etc/grub.conf file?
Do you have another option/kernel version to boot into?
Gwendeline
Advisor

Re: Could not get into linux server

no, I didn't remove any files . and I don't have any other option to boot into.
Martin P.J. Zinser
Honored Contributor

Re: Could not get into linux server

Hello Moke,

since it seems you are using SCSI disks and the system can not find any, I would start checking the SCSI subsystem for errors (cabeling, termination, disks (do they spin up?)).

Else you could try to access the system either via your installation disks or a boot-CD distro like Knoppix for further investigation.

Greetings, Martin