LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Startup issue (https://www.linuxquestions.org/questions/slackware-14/startup-issue-658815/)

Alstare 07-28-2008 01:05 PM

Startup issue
 
I have a small problem...

I am having an error on loading part of the "wpa_supplicant" in my startup. I don't have the error handy as I am at work right now.

But my issue is that I can't get to a login prompt to resolve the problem because it is hanging well doing the startup. I tried booting off the install dvd and using my root for reference but it still hangs when it gets to that spot.

I know what I need to disable to get rid of it but my problem is not being able to access the system to do that.

How do I go about getting logged in at this point? I tried using the startup disk and mounting my root partition but I could only mount it as read-only.

Any ideas?

adriv 07-28-2008 03:28 PM

Try a live CD (like Knoppix or so).

bgeddy 07-28-2008 04:34 PM

Quote:

How do I go about getting logged in at this point? I tried using the startup disk and mounting my root partition but I could only mount it as read-only.
In the past I have booted using the original Slackware DVD and mounted my root directory to a mount point then made changes to the /etc/rc.d/ directory to fix things. Just as a test I have tried this again just now and all is well.

Out of interest, why can you only mount your root directory read only ? Is the FS corrupt or something ?

T3slider 07-28-2008 07:14 PM

Does Ctrl+C pressed during the hangup skip the network setup and let you boot? Otherwise you *should* be able to mount the partition as rw using a LiveCD (or else you are probably doing something incorrectly, or your filesystem may be corrupt).

onebuck 07-28-2008 10:24 PM

Hi,

The easiest way would be to use the install cd1 to boot the system as if you were going to install.

After you get to the login then from the cli (command line);

Code:

~#mkdir /slacktemp                  #temporary mount point
~#mount /dev/your_device /slacktemp  #this is the device you installed to
~#chroot /slacktemp                  #change to yours

You should now be able to do edits or whatever to your system.

Alstare 07-30-2008 10:37 AM

Thanks for the responses...

I tried the ctrl+c initially with no success unfortunately..

And I also tried mounting the partition manually after running the install cd/dvd but failed. I thought it was my most likely me getting my mount command incorrect for the setup, so I did some research and I had it right. Also something to note it's difficult to find many live cd's that recognize the "JFS" filesystem on a sidenote.

Turns out the drive itself was on it's last legs and crashing out it finally just spun down and called it quits.

So turned out to be a hardware issue as to why it wouldn't behave correctly, thanks for the assistance anyway!


All times are GMT -5. The time now is 06:50 AM.