Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 8th June 2012, 03:54 AM
audifanatic518 Offline
Registered User
 
Join Date: May 2011
Posts: 37
windows_7firefox
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!

Reply With Quote
  #2  
Old 8th June 2012, 04:42 AM
greno Online
Registered User
 
Join Date: Oct 2005
Location: U.S.A.
Posts: 261
linuxchrome
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.

.
Reply With Quote
  #3  
Old 8th June 2012, 05:19 AM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfirefox
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
Reply With Quote
  #4  
Old 13th June 2012, 11:17 PM
audifanatic518 Offline
Registered User
 
Join Date: May 2011
Posts: 37
windows_7firefox
Re: Sudden boot issues

Quote:
Originally Posted by stevea View Post
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.
Reply With Quote
  #5  
Old 13th June 2012, 11:30 PM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608
linuxfirefox
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
Reply With Quote
  #6  
Old 14th June 2012, 12:09 AM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
linuxfirefox
Re: Sudden boot issues

Type in "touch /forcefsck and reboot. This will force a full filesystem check.
Reply With Quote
  #7  
Old 14th June 2012, 01:41 AM
audifanatic518 Offline
Registered User
 
Join Date: May 2011
Posts: 37
windows_7firefox
Re: Sudden boot issues

Quote:
Originally Posted by Iron_Mike View Post
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
Reply With Quote
  #8  
Old 14th June 2012, 02:15 AM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
linuxfirefox
Re: Sudden boot issues

You have to be "root" and there is a space, "touch space /forcefsck
Reply With Quote
  #9  
Old 14th June 2012, 02:19 AM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608
linuxfirefox
Re: Sudden boot issues

He's at: dracut:#
AFAIK: There is no /bin or /sbin or /usr/*.bin

Whats the output of
Code:
which fsck
__________________
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
Reply With Quote
  #10  
Old 14th June 2012, 03:54 AM
audifanatic518 Offline
Registered User
 
Join Date: May 2011
Posts: 37
windows_7firefox
Re: Sudden boot issues

Quote:
Originally Posted by Iron_Mike View Post
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 View Post
He's at: dracut:#
AFAIK: There is no /bin or /sbin or /usr/*.bin

Whats the output of
Code:
which fsck
Command not found, as shown below:
Reply With Quote
  #11  
Old 14th June 2012, 01:40 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Sudden boot issues

I think if you type help it will give all its built-in commands.
Reply With Quote
  #12  
Old 14th June 2012, 01:59 PM
audifanatic518 Offline
Registered User
 
Join Date: May 2011
Posts: 37
windows_7firefox
Re: Sudden boot issues

Quote:
Originally Posted by secipolla View Post
I think if you type help it will give all its built-in commands.
nope, tried that earlier as well. again, command not found
Reply With Quote
  #13  
Old 14th June 2012, 02:07 PM
manuel19 Offline
Registered User
 
Join Date: Jun 2012
Location: Florida
Posts: 20
windows_98_nt_2000ie
Re: Sudden boot issues

execute:

fsck -y

That will repair the system automatically for you.
Reply With Quote
  #14  
Old 14th June 2012, 05:05 PM
audifanatic518 Offline
Registered User
 
Join Date: May 2011
Posts: 37
windows_7firefox
Re: Sudden boot issues

Quote:
Originally Posted by manuel19 View Post
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.
Reply With Quote
  #15  
Old 14th June 2012, 05:55 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
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/
Reply With Quote
Reply

Tags
boot, issues, sudden

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sudden boot problems :( GeorgeStorm Using Fedora 4 20th July 2011 10:16 PM
community remix 13, sudden boot problems TH0M4SJ Using Fedora 3 14th June 2010 01:27 AM
Slow USB all of a sudden HereMyGo Hardware & Laptops 3 4th April 2009 10:15 PM
New to Fedora, having boot issues (dual boot) G35 Mass Installation and Live Media 2 22nd December 2007 03:48 PM


Current GMT-time: 14:46 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat