Results 1 to 6 of 6
Hello
I have a "HP compaq 2133 mini-note pc" running suse linux. But the problem is that when I turn it on, it gives me a command prompt asking me ...
- 09-12-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 2
My netbook won't work properly
Hello
I have a "HP compaq 2133 mini-note pc" running suse linux. But the problem is that when I turn it on, it gives me a command prompt asking me to log in, when I do, the line goes blank and I can't get the linux to boot from there.
Here is what it says... (as much of it as i can see, at least)
[at this point, I type in my username and passoword and what looks like a command prompt shows up]/dev/sda2: recovering journal
/dev/sda2 contains a file system with errors, check forced.
/dev/sda2: Inode 293736 has illegal block(s).
/dev/sda2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck.ext3 /dv/sda2 failed (status 0x4) Run Manually!
fsck failed. Mounting root device read-only
INIT: version 2.86 booting
System Boot Control: Running /etc/initd/boot
Mounting procfs at /proc
Mounting sysfs at /sys
Mounting debugfs at /sys/kernel/debug
Initializing /dev
Mounting devpts at dev/pts
Boot logging started on /dev/tty1(/dev/console (console (deleted)) at Fri Sep
11 23:28:37 2009
System Boot Control: The system has been set up
System Boot Control: Running /etc/initd/boot.local
blogd: no message logging because /var file system is not accessible
INIT: Entering runlevel: 5
Boot logging started on /dev/tty1(/dev/console) at Fri Sep 11 23:28:37 2009
Master Resource Control: previous runlevel: N, switching to runlevel: 5
Master Resource Control: runlevel 5 has been reached
Welcome to SUSE Linux Enterprise Desktop 10 SP1 (i586) - Kernel 2.6.16.54-
0.2.5-default (tty1).
(none) login:
I have no ideas what to do, any suggestions?
Thanks in advance
PS: My friend said I shouldn't have typed all of that, but I think the more information out there, the better the chance of me getting some kind of help.
- 09-12-2009 #2
The error tells you what you should do. After booting it looks as if it drops you to a shell. Login as root, then run the command that it asked you to do.
It may repeat the error, then ask if you want it cleared. Answer yes.Code:fsck.ext3 /dev/sda2
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 09-12-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 2
Thanks for the advice, I see how it was telling me what to do.
but...
...when I type in
all I get isCode:fsck.ext3 /dev/sda2
which sort of leaves me back at square one.Code:-bash: fsck.ext3: command not found
- 09-13-2009 #4
Try it without the ext3 extension.
Code:fsck /dev/sda2
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 09-13-2009 #5
You need to boot from the cd/dvd with a rescue or install disk. It looks like the root partition is the one that is bad. This could be a problem if this is a netbook and has no non-hard drive boot device. Is this machine still under warranty? Does it have a solid state drive?? This could be a hardware problem.

There does not appear to be anyone selling any version of Linux on a memory stick. (sales opportunity???)
Here is a link to instructions on how to set up a memory stick to boot just about any Linux you can think of. Any flavor should work to fix or trouble shoot further.
Boot and run Linux from a USB flash memory stick | USB Pen Drive Linux
- 09-13-2009 #6Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
And further, it has to be run as root (which usually happens anyway when running a live CD/USB drive boot)
I'd do a thorough check...
fsck.ext3 -fcky /dev/sda2
This will take a while. Good luck.


Reply With Quote