* booting error
@ 2004-11-07 2:17 Adam Saeed
2004-11-07 3:19 ` Antonio Tellez Flores
0 siblings, 1 reply; 3+ messages in thread
From: Adam Saeed @ 2004-11-07 2:17 UTC (permalink / raw)
To: linux-newbie
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: booting error
2004-11-07 2:17 booting error Adam Saeed
@ 2004-11-07 3:19 ` Antonio Tellez Flores
2004-11-08 18:20 ` Adam Saeed
0 siblings, 1 reply; 3+ messages in thread
From: Antonio Tellez Flores @ 2004-11-07 3:19 UTC (permalink / raw)
To: Adam Saeed; +Cc: linux-newbie
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:
>
> 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]
--
Antonio Téllez Flores
Ciencias de la Computación
Facultad 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-11-08 18:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-07 2:17 booting error Adam Saeed
2004-11-07 3:19 ` Antonio Tellez Flores
2004-11-08 18:20 ` Adam Saeed
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox