boot-vorgang abgebrochen (Teil 2)

hallo,
ich hab wieder mein boot-problem, wie toll.

er macht den filesystemcheck, und dann kommt:


/dev/hda6:UNEXPECTED INCONSISTENCY;RUN fsck MANUALLY
fsck died with exit status 4

*(rot) fsck of the root file system failed
er will einen manuellen fsck start, dann restart
fsck should be performed in maintenance mode with the root file system in read-only mode

*(orange) the root file system is currently mounted in read-only mode.
a maintenance shell will be now started.
after performing system maintenance, press CONTROLL-D and restart.

bash: no job control in this shell
bash: groups: command not found
bash:plesspipe: command not found
bash:The:command not found

'apt-get' not installed. install by typing: apt-get install apt

bash:apt-get:command not found
bash:dircolors:command not found
bash:The: command not found


und dann kann ich auf der desktop-ebene was eingeben.

oh 8o !
was kann ich da jetzt machen?
meine geliehene knoppixCD macht gar nix, obwohl boot-from-cd eingestellt ist, das müßte doch von selber lsogehen.
von der linux-installationsCD kann ich booten.

gruß, prod im horrormodus
 
Boote mit dem Kernel-Parameter 'single ro' und starte dann das fsck manuell. Alternativ boote irgendeine Live-CD und checke das Dateisystem damit. Mache AUF KEINEN FALL mehr irgendwas im "normalen" Bootmodus des Systems, da du sonst nur noch mehr kaputt machst. D.h. das Dateisystem darf bis zur Reparatur nicht im Lese-Schreib-Modus gemountet werden.
 
was heißt das genau:

Boote mit dem Kernel-Parameter 'single ro' und starte dann das fsck manuell

also wie mach ich das?

meine knoppix-cd startet nicht von selber, dann wird die wohleinen fehler haben, weil sie ja als erstes zum booten dran wäre.
 
"single ro" benutzt du als Boot-Parameter und übergibst es an den kernel, bevor du ihn lädst.

von der linux-installationsCD kann ich booten.
Ich vermute du hast ubuntu in Verwendung, den apt-get cmds nach. Kommst du über die Installations-CD nicht in eine Shell von der aus du fsck ausführen kannst?
 
so, bin wieder drin.
hat super geklappt! danke!
jetzt, wo ich wieder drin bin: kann ich jetzt was machen , verändern, checken, damit sich das gibt?
 
Sofern du im Single Modus mit read-only-Mount bist (also die angegebenen Kernel-Parameter verwendet hast) oder die Installations-CD verwendet und dort eine Shell hast, kannst du jetzt mit 'fsck' das Dateisystem reparieren. Beispiel für ein ext3-Dateisystem auf hda1:

Code:
fsck.ext3 /dev/hda1
 
das hab ich schon gemacht, also fsck, und einige male wollte er, das eine 2 in eine 1 geändert wird, und das hab ich ihm erlaubt, sozusagen.
und danach war immer noch diese shell, und nach exit hat er mir kde gestartet.
paßt das jetzt so?
 
Zurück
Oben