I also had the boot process being stuck at ext3fs recovery a few times but after a restart the system booted fine.
I never needed to repair the partition manually.

But there might be an easier way of repairing the partition.
Add "rootfstype=ext2" to the kernel argument line (be careful not to exceed the maximum kernel argument line length of miboot - you would then overwrite the root device option). The partition should then be mounted with the ext2 file system instead of the ext3 file system. That is no problem because ext3 is backwards compatible. And as ext2 doesn't do any recovery on mounting the system might boot as usual. One should then start fsck manually if it isn't started automatically.

Tobias


Am 24.02.2006 um 11:51 schrieb Florian Boelstler:



Guy Paddock wrote:
I had the problem of it either hanging or powering-off during startup
recovery too. I have found that the only work-around is to boot from the
installer and run mount.

I usually boot the Debian installer, choose to load the installer
components from the CD (this implies that ext2fs-utils are loaded) and
then switch to a shell.

Then I manually invoke the repair process:
fsck.ext3 /dev/discs/...
                     ^^
                   To be replaced by your root partition.

Good luck,

  Florian





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel? cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nubus-pmac-users mailing list
Nubus-pmac-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nubus-pmac-users




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nubus-pmac-users mailing list
Nubus-pmac-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nubus-pmac-users

Reply via email to