booting error

booting error

am 07.11.2004 03:17:59 von Adam Saeed

I have RED HAT 9.0 , I am getting problem while booting.
i have lilo, i used the following command:
mv /etc/lilo.conf /dev/null
then install grub.
after rebooting the maching grub was there.. it starts booting my
machine... but after some time it gives these errors:

Mounting Proc File system: dup2: bad file or desriptor name [failed]
grep: no such file or directory
Configuring kernel parameter dup2: bad file or desriptor name [failed]

Setting Clock dup2: bad file or desriptor name [failed]
load default keymap(us) /etc/rc.d/rc.sysinit
line:162: /dev/null Read Only File System

Setting hostname localhost dup2: bad file or desriptor name [Failed]
/etc/rc.d/rc.sysinit :line 173: /dev/null read only filesystem [failed]
/etc/rc.d/rc.sysinit :line 173: /dev/null read only filesystem [failed]

Initialising usb controller : dup2: bad file or desriptor name [failed]

/etc/rc.d/rc.sysinit 184 /dev/null read only filesystem
/etc/rc.d/rc.sysinit 184 /dev/null read only filesystem
/etc/rc.d/rc.sysinit 200 /dev/null read only filesystem [failed]

awk:cmd:line2:fatal:cannot open /proc/mounts for reading (no such file)
checking root file system : dup2: bad file or desriptor name [failed]

any suggestion:
Thanks
Adam
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: booting error

am 07.11.2004 04:19:32 von Antonio Tellez Flores

Hello!!!

You have rewrite the null device, Please try:

cd /dev
rm null
mknod /dev/null c 1 3
chmod 666 null

Bye.

> I have RED HAT 9.0 , I am getting problem while booting.
> i have lilo, i used the following command:
> mv /etc/lilo.conf /dev/null
> then install grub.
> after rebooting the maching grub was there.. it starts booting my
> machine... but after some time it gives these errors:
>=20
> Mounting Proc File system: dup2: bad file or desriptor name [failed]
> grep: no such file or directory
> Configuring kernel parameter dup2: bad file or desriptor name [failed=
] =20
>=20
> Setting Clock dup2: bad file or desriptor name [failed] =20
> load default keymap(us) /etc/rc.d/rc.sysinit =20
> line:162: /dev/null Read Only File System
>=20
> Setting hostname localhost dup2: bad file or desriptor name [Faile=
d]
> /etc/rc.d/rc.sysinit :line 173: /dev/null read only filesystem [faile=
d]
> /etc/rc.d/rc.sysinit :line 173: /dev/null read only filesystem [faile=
d]
>=20
> Initialising usb controller : dup2: bad file or desriptor name [fail=
ed]
>=20
> /etc/rc.d/rc.sysinit 184 /dev/null read only filesystem
> /etc/rc.d/rc.sysinit 184 /dev/null read only filesystem
> /etc/rc.d/rc.sysinit 200 /dev/null read only filesystem [failed]
>=20
> awk:cmd:line2:fatal:cannot open /proc/mounts for reading (no such fil=
e)
> checking root file system : dup2: bad file or desriptor name [failed=
]
--=20
Antonio T=E9llez Flores
Ciencias de la Computaci=F3n
=46acultad de Ciencias - UNAM
Home Page: http://ada.fciencias.unam.mx/~atellez

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie"=
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: booting error

am 08.11.2004 19:20:43 von Adam Saeed

its working , thanks antonio.. by the way...
could you tell me why it s major type is 1 and minor type is 3?
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs