Jump to content

Bootup issues


RND
 Share

Recommended Posts

ok Ive managed to get further in my quest to have mdk10.1 OE running. After a bit of giggling with the hardware Ive managed to install mdk but get to the part where it checks for new hardware and just after that it tries to open the eth/ppp0 ports.

 

When it gets to the ppp0 it freezes. Since I dont need ppp0 how can i stop this and let mdk carry on booting? I can boot to the commandline via failsafe, so if theres any config files i need to edit, i can use that. Could someone sort me out please. Thanks

Link to comment
Share on other sites

at boot procedure, you can always enter the "interactive booting" by pressing "i". then you will be able to start, skip or deny some booting procedures, like starting eth0 and other network stuff.

Link to comment
Share on other sites

you can also check Mandrake Control Center->system-services & see if something is there to start/search for ppp0 to start on boot. if so, turn it off. or, turn off new hardware detection by disabling "harddrake" in there, reboot & see if it still does it.

 

harddrake is not neccessary. it probes the computer during boot to detect any new hardware or hardware configuration changes. if you haven't swapped any hardware or made any changes to your hardware, it's not needed to be running.

 

Chris

Link to comment
Share on other sites

use;

chkconfig

and/or;

service

from the commandline.

 

chkconfig --list

service -s

will show the services.

 

example:

chkconfig harddrake off

will turn it off at boot

 

service harddrake stop

will stop it from running

 

I don't know if commandline drakconf has services.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...