LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   linux booting errors (https://www.linuxquestions.org/questions/linux-newbie-8/linux-booting-errors-251967/)

sheikhsa 11-06-2004 08:22 PM

linux booting errors
 
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

linuXBOX 11-06-2004 10:31 PM

Isn't the correct procedure to remove lilo "lilo -U"?

aus9 11-06-2004 10:52 PM

this is not a grub issue but a /dev/null issue as google found this

http://linux.ucla.edu/pipermail/linu...ry/008142.html

which was a link from this
http://www.linuxanswers.co.uk/module...8529&forum=1&3

sheikhsa 11-08-2004 05:13 AM

i used the mknod to create the null file... but it does not work as suppoesd to do so.. like /dev/null

sheikhsa 11-08-2004 12:19 PM

Thanks, its great to have undo like situation.
it s booting now properly.. used
mknod -m 666 /dev/null c 1 3
by the way could you tell me why its major type is 1 and minor type is 3.?


All times are GMT -5. The time now is 12:01 AM.