Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306119 - Bootup fails
Summary: Bootup fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High critical
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-20 21:51 UTC by Roland Mai
Modified: 2010-02-21 20:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Mai 2010-02-20 21:51:33 UTC
After I ran revdep-rebuild, rebooting fails.
Here's the message:
* Checking local filesystems ...
e2fsck 1.41.9 (22-Aug-2009)
/dev/sda7: clean 910168/2436448 files,...
e2fsck 1.41.9 (22-Aug-2009)
/dev/sda5: clean, 53/65888 files...

(In red bullets)
* Filesystems couldn't be fixed
* rc: Aborting!
* fsck: caught SIGTERM, aborting
Failed to open /lib/splash/cache/.splash: No such file or directory
/bin/sed: couldn't open temporary file /etc/sedAHFGFD
INIT: Entering runlevel: 3
* Checking local filesystems ...
e2fsck 1.41.9 (22-Aug-2009)
/dev/sda7: clean, 910168/2436448 files...
e2fsck 1.41.9 (22-Aug-2009)
/dev/sda5: clean, 53/65888 files...
* Filesystems couldn't be fixed 
rc: Aborting


This is (none).unknown_domain (Linux 2.6.32-gentoo-r3)

Reproducible: Couldn't Reproduce

Steps to Reproduce:
1. I don't know
2.
3.




I can chroot with the live cd but I don't see anything wrong.
Comment 1 Rafał Mużyło 2010-02-20 23:03:37 UTC
You should have tried the forum first.
Did you check those filesystems from livecd ?
What's in your fstab (perhaps one of the devices got renamed) ?
Comment 2 Roland Mai 2010-02-21 00:35:11 UTC
Sorry Rafal,

I guess I should have, I just got a bit frustrated.

Here's my fstab:
/dev/sda5		/boot		ext2		noauto,noatime	1 2
/dev/sda7		/		ext3		noatime		0 1
/dev/sda6		none		swap		sw		0 0
/dev/cdrom		/mnt/cdrom	auto		noauto,ro	0 0
/dev/sda2		/media/win7		ntfs		noauto,users,umask=000,fmask=000,noatime	1 2

I did find a workaround, yet not a fix:
I edited start() in /etc/runlevels/boot/fsck
And terminated the fsck before it had a chance to run.
start()
{
    local fsck_opts= p= check_extra=

  # Disable for now
  return 0
    if [ -e /fastboot ]; then
        ewarn "Skipping fsck due to /fastboot"
        return 0
    fi
 

It's an ugly workaround but at least the RC doesn't bail out on me. The file system is clean and that's weird. Do you think it's the ntfs partition that is causing this? 
Comment 3 Kevin Morgan 2010-02-21 01:59:15 UTC
try:
emerge -e system
etc-update
Comment 4 Roland Mai 2010-02-21 20:09:36 UTC
I tried emerge -e system and etc-update, but all that did, AFAIK, was allow the fsck to work. So, for now, I will leave things the way they are, and disable fsck.