Error while booting


 
Thread Tools Search this Thread
Operating Systems Linux Error while booting
# 1  
Old 10-05-2007
Error while booting

Hi,

We have system 'red hat 9'. While booting I m getting error
"INIT: Id "X" respawning too fast: disabled for 5 minutes"

Can anybody help to solve this problem.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Sco UNIXware 7.1.4 error in booting

Hello Dears, I have fujitsu tx300 S7 server with installed sco unixware 7.1.4, Now the /etc is corrupted and the sco cannot boot. There is no emergency disk or cd, I'm trying to fix this with reinstalling unixware again, but the problem now that when i try to install the HBA driver that i... (26 Replies)
Discussion started by: amr ibrahim
26 Replies

2. Solaris

SVM error not booting

Hi friends, Due to improper shutdown in t4 sparc server , SVM went to maintenence, below is the SVM output. root@t4-root # metastat -c d30 m 32GB d31 (maint) d32 (maint) d33 (maint) d31 s 32GB /dev/dsk/c0t5000CCA012C58288d0s5 d32 s 32GB... (2 Replies)
Discussion started by: Kathirvel G
2 Replies

3. Solaris

Booting error in Sun V210

Sun Fire V210, No Keyboard Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.13.2, 4096 MB memory installed, Serial #61203679. Ethernet address 0:3:ba:a5:e4:df, Host ID: 83a5e4df. Boot device: net File and args: 100 Mbps FDX Link up Timeout waiting for... (5 Replies)
Discussion started by: Mrudhul
5 Replies

4. Solaris

Error for booting zone in solaris 10

Dear All, After creating ,installing ,configuring zone in my solaris VMware . I am not able to Ready/Boot the zone. giving error as : Please help me out for the same Core part of zone.xml is as: Anythng which I missed in configuration.. Do let me know (1 Reply)
Discussion started by: bharat_
1 Replies

5. Solaris

Booting from wrong SCSI-disk. Error -256 Stack Underflow

Hi. I need to boot on Sun Blade 150 from scsi-disk, that ran on old Sun Ultra 10. It is necessary to take some the information from an old disk and something to study. The workstation is booted and I receive the following issue::mad: Sun Blade 150 (UltraSPARC-IIe 650MHz), No Keyboard (tip... (3 Replies)
Discussion started by: wolfgang
3 Replies

6. Solaris

Solaris 10: Problems booting off mirror drive -- Error 22: No such partition

Solaris 10 5/08 on Ultra 40 M2 It boots fine off primary disk but having issues booting off the mirror disk. I get this error when booting off mirror disk: Booting 'Solaris 10 ... Mirror disk' root (hd1,0,a) Error 22: No such partition Press any key to continue... Any... (7 Replies)
Discussion started by: etc
7 Replies

7. Solaris

Error while booting the os

ater successfully completeing my solaris 10 installation i am not able boot the machine properly . my machine is continously rebooting after switching on the machine. what the problem ? is it the boot process problem or some other if any body got the solution mail it my email id (11 Replies)
Discussion started by: ravinder singh
11 Replies

8. Solaris

Improperly formatted value for 'tftp-server' error while booting the target from LAN

Hi, I wish to install solaris 10 on a target machine (t1000) by using Jumpstart. I have configured by jumpstart environment for the same. When i boot the target with the option "boot net -v install" i get the following error... {0} ok boot net -v install Boot device: /pci@7c0/pci@0/network@4... (3 Replies)
Discussion started by: hemalsid
3 Replies

9. Linux

grub error 22,after removing linux partitions only windows is threre.Pc not booting.i

hi, in my pc linux and windows was there with 2 hdd in raid.i removed linux partititons.Now my ps is not booting giving grub error 22.Nothing works.I hace my data in windows.Hard disks are RAID.when tried to go to recovery mode from windoes boot cd,it says hard disk not detected.when tried with... (2 Replies)
Discussion started by: pankajd
2 Replies

10. UNIX for Dummies Questions & Answers

error booting solaris 10

Hello experts, I have installed solaris 10 on x86. When I try to boot I get an error with ablue screen login failed please try again. I am new to this o.s. It used to work nicely before what did I do wrong? Any guidance advice will be highly appreciated Thanks, (5 Replies)
Discussion started by: deepak1
5 Replies
Login or Register to Ask a Question
RPC.BOOTPARAMD(8)					    BSD System Manager's Manual 					 RPC.BOOTPARAMD(8)

NAME
bootparamd, rpc.bootparamd -- boot parameter server SYNOPSIS
bootparamd [-ds] [-i interface] [-r router] [-f file] DESCRIPTION
bootparamd is a server process that provides information to diskless clients necessary for booting. It consults the file ``/etc/bootparams''. It should normally be started from ``/etc/rc''. This version will allow the use of aliases on the hostname in the ``/etc/bootparams'' file. The hostname returned in response to the booting client's whoami request will be the name that appears in the config file, not the canonical name. In this way you can keep the answer short enough so that machines that cannot handle long hostnames won't fail during boot. While parsing, if a line containing just ``+'' is found, and the YP subsystem is active, the YP map bootparams will be searched immediately. OPTIONS
-d Display the debugging information. The daemon does not fork in this case. -i interface Specify the interface to become the default router. bootparamd picks the first IPv4 address it finds on the system by default. With -i, you can control which interface to be used to obtain the default router address. -r overrides -i. -s Log the debugging information with syslog(3). -r Set the default router (a hostname or IP-address). This defaults to the machine running the server. -f Specify the file to use as boot parameter file instead of ``/etc/bootparams''. FILES
/etc/bootparams default configuration file SEE ALSO
bootparams(5) AUTHORS
Originally written by Klas Heggemann <klas@nada.kth.se>. BUGS
You may find the syslog messages too verbose. It's not clear if the non-canonical hack mentioned above is a good idea. BSD
January 8, 1994 BSD