This is a discussion on Boot locking on "new hardware detection" within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi all: I just installed slackware 10 on my notebook. Everything went well during the installation, but when I ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all: I just installed slackware 10 on my notebook. Everything went well during the installation, but when I try to boot it locks on the part where it checks for new hardware. I don't think I will be installing any new hardware on this notebook, so how can I disable this feature? Thanks in advance. |
| |||
| "Sonoman" <billgates@microsoft.com> wrote: > I just installed slackware 10 on my notebook. Everything went well > during the installation, but when I try to boot it locks on the part > where it checks for new hardware. I don't think I will be installing any > new hardware on this notebook, so how can I disable this feature? I'm not sure on this. Check your /etc/rc.d There should be a script in there , like rc.hotplug or something like that Delete it or better change the attributes with chmod so it can't run. (or move it whatever). -- |
| |||
| "Martijn Kools" typed: > "Sonoman" <billgates@microsoft.com> wrote: > >> I just installed slackware 10 on my notebook. Everything went well >> during the installation, but when I try to boot it locks on the >> part where it checks for new hardware. I don't think I will be >> installing any new hardware on this notebook, so how can I disable >> this feature? > > I'm not sure on this. > > Check your /etc/rc.d > There should be a script in there , like rc.hotplug or something > like that Delete it or better change the attributes with chmod so it > can't run. (or move it whatever). I imagine `hotplug` is a system service. Can't, then, chkconfig be used to turn the service off from starting in the desired run-level? -- Ayaz Ahmed Khan Suffering is a fact of life. Either you learn to go by it or you don't. -- Heather, Silent Hill 3. |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ayaz Ahmed Khan <resilient@myrealbox.com> wrote: > I imagine `hotplug` is a system service. Can't, then, chkconfig be > used to turn the service off from starting in the desired run-level? You're in the wrong newsgroup. - -- George Georgakis geegATtripleg_net_au http://www.tripleg.net.au/ SlackBuild Central - http://slackpack.tripleg.net.au/ -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com> iQA/AwUBQOr3w0lp3nJf7PixEQKisgCghD6WwAc0cRJg//esSud08aiYW8QAmQGU xPa5aVyEaxh04BlSJr+fmoSR =9whd -----END PGP SIGNATURE----- |
| ||||
| Sonoman wrote: > Hi all: > I just installed slackware 10 on my notebook. Everything went well > during the installation, but when I try to boot it locks on the part > where it checks for new hardware. I don't think I will be installing any > new hardware on this notebook, so how can I disable this feature? > > Thanks in advance. Got it, thank you. It eventually came to me and I used "chmod -x rc.hotplug" to make it work. |