 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

8th June 2012, 03:54 AM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 37

|
|
|
Sudden boot issues
Hi,
I upgraded to Beefy Miracle a few days ago using preupgrade, had no problems other than one it seemed, which surfaced very recently. That is, it wouldn't go into sleep mode when I shut the laptop lid. Anyway, my laptop completely ran out of battery today on a long car ride and I recently got to the hotel and went to start up my computer on the linux portion. It seemed to start up fine, and then in the middle of the loading screen, I got the following screen and I am completely lost, no idea what to do. anybody give me any pointers? Thanks!
|

8th June 2012, 04:42 AM
|
|
Registered User
|
|
Join Date: Oct 2005
Location: U.S.A.
Posts: 261

|
|
|
Re: Sudden boot issues
Time to hit the rescue disks.
Boot a rescue CD and try to mount your root filesystem device and run fsck.
If that doesn't work then maybe you have a bad drive.
.
|

8th June 2012, 05:19 AM
|
 |
Registered User
|
|
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302

|
|
|
Re: Sudden boot issues
Whaaaa ? There is NO INDICATION of a bad drive.
It looks like the filesystem was borked when it crashed.
No need to boot anything else.
You should do exactly what it tells you to do - login as root and run fsck on the volume without the -a or -p options.
Don't do it until you have the laptop plugged in.
Maybe like .... fsck /dev/mapper/_Fedora-16-x86_6 # I'm not sure of the partition.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
|

13th June 2012, 11:17 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 37

|
|
|
Re: Sudden boot issues
Quote:
Originally Posted by stevea
Whaaaa ? There is NO INDICATION of a bad drive.
It looks like the filesystem was borked when it crashed.
No need to boot anything else.
You should do exactly what it tells you to do - login as root and run fsck on the volume without the -a or -p options.
Don't do it until you have the laptop plugged in.
Maybe like .... fsck /dev/mapper/_Fedora-16-x86_6 # I'm not sure of the partition.
|
Can't log in as root. it tells me that the command wa snot found when I use su or sudo.
|

13th June 2012, 11:30 PM
|
 |
"Shells" (of a sub world)
|
|
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608

|
|
|
Re: Sudden boot issues
You're in emergency mode aka runlevel 1.
The # indicates that you have root access.
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
|

14th June 2012, 12:09 AM
|
 |
Registered User
|
|
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762

|
|
|
Re: Sudden boot issues
Type in "touch /forcefsck and reboot. This will force a full filesystem check.
|

14th June 2012, 01:41 AM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 37

|
|
|
Re: Sudden boot issues
Quote:
Originally Posted by Iron_Mike
Type in "touch /forcefsck and reboot. This will force a full filesystem check.
|
tells me that the command touch is not found when entering touch alone. when typing the entire line you gvae me, it tells me that the directory is not found.
on a side note, I downloaded a LiveUSB, anyway I can do a repair with that? Thanks
|

14th June 2012, 02:15 AM
|
 |
Registered User
|
|
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762

|
|
|
Re: Sudden boot issues
You have to be "root" and there is a space, "touch space /forcefsck
|

14th June 2012, 02:19 AM
|
 |
"Shells" (of a sub world)
|
|
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608

|
|
|
Re: Sudden boot issues
He's at: dracut:#
AFAIK: There is no /bin or /sbin or /usr/*.bin
Whats the output of
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
|

14th June 2012, 03:54 AM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 37

|
|
|
Re: Sudden boot issues
Quote:
Originally Posted by Iron_Mike
You have to be "root" and there is a space, "touch space /forcefsck
|
yes, I know. I did it with the space. that shouldn't be the problem. And as I said earlier, I cannot seem to log in as root. As someone else said, I'm already root.
---------- Post added at 10:54 PM ---------- Previous post was at 10:20 PM ----------
Quote:
Originally Posted by sea
He's at: dracut:#
AFAIK: There is no /bin or /sbin or /usr/*.bin
Whats the output of
|
Command  not found, as shown below:
|

14th June 2012, 01:40 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 700

|
|
|
Re: Sudden boot issues
I think if you type help it will give all its built-in commands.
|

14th June 2012, 01:59 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 37

|
|
|
Re: Sudden boot issues
Quote:
Originally Posted by secipolla
I think if you type help it will give all its built-in commands.
|
nope, tried that earlier as well. again, command not found
|

14th June 2012, 02:07 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: Florida
Posts: 20

|
|
|
Re: Sudden boot issues
execute:
fsck -y
That will repair the system automatically for you.
|

14th June 2012, 05:05 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 37

|
|
|
Re: Sudden boot issues
Quote:
Originally Posted by manuel19
execute:
fsck -y
That will repair the system automatically for you.
|
nope, just gives me a version number for fsck and then asks for another command.
|

14th June 2012, 05:55 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 700

|
|
|
Re: Sudden boot issues
You could try as IronMike suggested.
Boot your USB stick or live-CD and if you can mount your root partition create a file forcefsck right at the root of the filesystem, then reboot.
---------- Post added at 01:55 PM ---------- Previous post was at 01:50 PM ----------
Please check here http://www.unix.com/man-page/All/8/fsck/
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 14:46 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|