Operating System - Linux
1753826 Members
8634 Online
108805 Solutions
New Discussion юеВ

after grub nothing happens, help me boot the server

 
Maaz
Valued Contributor

after grub nothing happens, help me boot the server

please help me boot this machine properly.
just after the Grub menu, we got the following messages on console:

root (hd0,1)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz-2.6.16.60-0.54.5-smp root=/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part3 vga=0x31a resume=/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part1 splash=silent
[Linux-bzImage, setup=0x1e00, size=0x16d633]
initrd /initrd-2.6.16.60-0.54.5-smp
[Linux-initrd @ 0x37cdb000, 0x314105 bytes]

and nothing happens


cat /etc/fstab
/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part3 / reiserfs notail,acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part2 /boot ext2 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0


cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on Tue Dec 28 13:51:41 UZT 2010
default 0
timeout 8
gfxmenu (hd0,1)/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 10 SP3
root (hd0,1)
kernel /vmlinuz-2.6.16.60-0.54.5-smp root=/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part3 vga=0x31a resume=/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part1 splash=silent showopts
initrd /initrd-2.6.16.60-0.54.5-smp

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

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux Enterprise Server 10 SP3
root (hd0,1)
kernel /vmlinuz-2.6.16.60-0.54.5-smp root=/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part3 vga=0x31a showopts ide=nodma apm=off acpi=off noresume edd=off 3
initrd /initrd-2.6.16.60-0.54.5-smp

Please help

Regards
2 REPLIES 2
Matti_Kurkela
Honored Contributor

Re: after grub nothing happens, help me boot the server

Looks like the bootloader can proceed at least to the point of loading the initrd file.

I guess the boot option "splash=silent" has the side effect of hiding whatever goes wrong in your case.

Interrupt the boot at the GRUB menu, press E to edit the default boot entry, then select the "kernel..." line and press E again to edit that line. Remove the "splash=silent" from the kernel line, press Enter and then B to boot using the modified entry. (The modification will not be stored: it will be in effect until the next reboot only.)

The standard SUSE boot splash screen should be skipped, and you should see a lot of text instead. Most of the text will be information about system hardware detected by the kernel. Do you see any obvious error messages?

If the text scrolls off too fast, you may be able to scroll it backwards using Shift + PgUp/PgDn keys.

If the system has a serial port, you could also connect another computer with a null modem cable to the serial port, and set up a terminal emulator program (e.g. Hyperterminal in Windows) to capture the output. Then edit the boot options again: in addition to removing the "splash=silent" part, add "console=tty0 console=ttyS0,115200" (this assumes the terminal emulator has been connected to COM1 [=ttyS0 in Linux] and configured for 115200 bps speed). In this way, you can capture all the messages displayed and save them as a text file. You can then read the file or attach it to this thread.

MK
MK
Maaz
Valued Contributor

Re: after grub nothing happens, help me boot the server

Hi Matti

Thanks for help and really sorry for replying late.

actually I did as per your instructions(remove the splash=silent option), but does not help me.

I got the following messages on the console only:

root (hd0,1)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz-2.6.16.60-0.54.5-smp root=/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part3 vga=0x31a resume=/dev/disk/by-id/scsi-SATA_ST3160215AS_9RX782FN-part1 splash=silent
[Linux-bzImage, setup=0x1e00, size=0x16d633]
initrd /initrd-2.6.16.60-0.54.5-smp
[Linux-initrd @ 0x37cdb000, 0x314105 bytes]

and nothing happens after. I mean no other messages no errors .. nothing after the above messages there is nothing on the screen/console. i.e it seems that system probably stops processing(doing anything) after the above messages.

Regards
Maaz