Author Topic: [solved] OS won't start  (Read 743 times)

Offline peterhodges

  • Jr. Member
  • **
  • Posts: 39
[solved] OS won't start
« on: January 03, 2011, 08:36:19 PM »
it's pclos nov 2010 e17 with all updates

it gets to

creating /dev

trying to use  devtmpfs

and goes no further.  same with safemode

help?
« Last Edit: January 09, 2011, 03:50:40 PM by peterhodges »

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12502
Re: OS won't start
« Reply #1 on: January 04, 2011, 02:03:25 AM »
Please tell us what you were doing prior to this happening and don't say nuff'n cuz we know better than that.  ;D
« Last Edit: January 04, 2011, 02:07:23 AM by Texstar »

Thanks to everyone who donates. You keep the servers running.

uncleV

  • Guest
Re: OS won't start
« Reply #2 on: January 04, 2011, 03:40:24 AM »
My be your hard disk got filled up?

Offline peterhodges

  • Jr. Member
  • **
  • Posts: 39
Re: OS won't start
« Reply #3 on: January 04, 2011, 12:03:43 PM »
plenty of space on the partition. 

when i last shut it down, it hung for awhile and  then the battery died anyways and it turned off.

i did not see where in the shutdown process it hung. 

uncleV

  • Guest
Re: OS won't start
« Reply #4 on: January 05, 2011, 05:16:20 AM »
Are any news there, peterhodges?
May be battery fail? Or hard disk fail?

If not try file system checking from LiveCD running the command "fsck". If you are not familiar with it (I am not) search the forum or run in Terminal man fsck.

(you don't want to search the forum with string fsck uncleV because you will get a strange proposal from the forum software. http://i51.tinypic.com/2ngzv9j.png ... ???)
 ;D
« Last Edit: January 05, 2011, 05:23:45 AM by uncleV »

Offline peterhodges

  • Jr. Member
  • **
  • Posts: 39
Re: OS won't start
« Reply #5 on: January 05, 2011, 11:39:05 AM »
excellent thank you. 

the other partitions are fine and it boots windows.  i will try the scandisk and post back.


Offline peterhodges

  • Jr. Member
  • **
  • Posts: 39
Re: OS won't start
« Reply #6 on: January 09, 2011, 03:50:11 PM »
thanks uncle that got it working

boot live disk, start root terminal, then

[root@localhost root]# fdisk -l                <Enter>  <-- That's a lower case L not a number 1

to see which drive you want to check, /dev/sd0, /dev/sda/ etc

unmount drive(s)

[root@localhost root]# umount -a

then fsck the appropriate drive ,i.e.

root@localhost root]# fsck -f /dev/sda1                  <Enter>


that got my system started anyway

uncleV

  • Guest
Re: [solved] OS won't start
« Reply #7 on: January 09, 2011, 09:24:33 PM »
Bravo! :D

Now you can edit the title by editing the first post to add (Solved) ;)