红联Linux门户
Linux帮助

how can stop checking some devices such as serial port at boot?

发布时间:2008-10-06 01:15:05来源:红联作者:georgeyu100
There is not any serial port on my computer. When I boot it, it can't check serial port succesfully. So, it can't continue booting, only keep checking. If I choose debug model, it is OK. So, I would like to delet the proccess when it boot. How can I do it?

Thanks!

george
文章评论

共有 10 条评论

  1. georgeyu100 于 2008-10-08 01:11:59发表:

    appreciate it!

  2. ferstar 于 2008-10-07 21:51:58发表:

    No,I don't.I mean that I can not solve this problem by now,there must be another way to kill a process that runs at boot but not use of sysv-rc-conf,and we just need to find it out.

    [ 本帖最后由 ferstar 于 2008-10-7 21:53 编辑 ]

  3. georgeyu100 于 2008-10-07 12:16:29发表:

    Thank you anyway!

    Do you mean there is no another way to delet a process that runs at boot but use of sysv-rc-conf?

  4. ferstar 于 2008-10-07 10:35:41发表:

    it's a pity that my operating system is ubuntu,not Redhat.I don't know if the sysv-rc-conf can be used on Redhat or not.Your problem is complex as you say,but you can also insert your Redhat CD or DVD and select the rescue model to fix the problem.
    I don't have the suitable method by now,but I am searching at the same time.If I find the proper method,I will reply you.

  5. georgeyu100 于 2008-10-07 07:44:07发表:

    Thank Ferstar for responding so quickly!
    My problem is complex!
    by cat /proc/version
    Linux version 2.4.21-47.0.1.Elvmnix (Mts@pa-lin-bld418.eng.vmware.com)(gcc version 3.2.320030502 ( Red Hat Linux 3.2.3.-14)

    As you see, it is Red Hat as the platform of VMware.
    So, I guess WMare did some change on it for their needs.
    Now, I only can choose Service Console Only(troubleshooting mode) to entry it. Therefore, there are not many commands such as chkconfig, shutdown or reboot. Another problem is that I don't know under debug model if network can or can't be configured. But, I still try to install sys-rc-conf.

    Thank you for your time!

    I searched sysv-rc-conf on Internet and fond it con be used on SUSE. Can it be used on Red Hat?

    [ 本帖最后由 georgeyu100 于 2008-10-7 08:06 编辑 ]

  6. ferstar 于 2008-10-07 00:06:50发表:

    There is something wrong with my networking that I can't open my msn client normally,It's too slow.
    Maybe you can install a software called "sysv-rc-conf",then type
    sudo sysv-rc-conf
    in your terminal,you will see some services as follows:
    acpi-support
    acpid - acpi
    ...
    etc.
    find out some services you don't need and stop them.
    After you complete these steps,make sure your networking is OK and then type "sudo apt-get -f install" to fix your system.
    at last,reboot your system and everything will be OK.

  7. georgeyu100 于 2008-10-06 23:40:21发表:

    Thank RTL.
    I don't know how to find and get the modul and how to rebuild the kernel. Could you give some detail?

    Thank you a lot!

  8. georgeyu100 于 2008-10-06 23:37:29发表:

    Thank Ferstar!
    I can't find key "sda" in fstab file. please look the picture.
    So, what can I do?

    Sorry, I can't upload a picture here . my email address is georgeyu100@hotmail.com. After you reply me, I 'll email the picture to you.

    Thank you again!

  9. rtl 于 2008-10-06 10:19:15发表:

    you can rm or rename the serial port kernel module.
    if it build in the kernel ,you must rebuild you kernel

  10. ferstar 于 2008-10-06 09:47:02发表:

    maybe you can try this command:
    sudo gedit /etc/fstab
    then find out some words like this:
    # /dev/sda6
    UUID=5092-DF5F /media/sda6 vfat utf8,umask=007,gid=46 0 1
    if you want to stop the device checking,the "1" should be replaced with "0"