You are not logged in.

#1 2010-06-07 20:40:45

Zolas
Member
From: Denmark
Registered: 2009-03-16
Posts: 61

"FILESYSTEM CHECK FAILED" - fresh install, clean partition

Hi,

I just installed Arch on my Asus EEE 701SD. Since GRUB is extremely slow (takes about 30-45 seconds from "loading..." to menu) I've set up my /boot on a separate flash drive. However, booting the new installation gives me the "FILESYSTEM CHECK FAILED" + maintenance shell. I've tried running fsck with various options but none of it has helped. Apparently, the partition is clean so I'm not quite sure what's going on. Any suggestions?

Cheers:)

Offline

#2 2010-06-07 20:58:20

demian
Member
From: Frankfurt, Germany
Registered: 2009-05-06
Posts: 709

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

you might have to include the modules for the flash drive in your initcpio image.


no place like /home
github

Offline

#3 2010-06-07 21:10:45

Zolas
Member
From: Denmark
Registered: 2009-03-16
Posts: 61

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

Thanks for your reply. I tried including usb in my HOOKS in mkinitcpio.conf but it didn't help. What could be the necessary module that needed to be specified in mkinitcpio.conf?

Offline

#4 2010-06-07 22:31:20

schen
Member
Registered: 2009-06-06
Posts: 468

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

Put it in the MODULES part, not the HOOKS part. They are two separate things.

Offline

#5 2010-06-07 22:41:26

Zolas
Member
From: Denmark
Registered: 2009-03-16
Posts: 61

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

Yep, I get that:) You mean I should include "usb" in the MODULES part?

Offline

#6 2010-06-07 22:43:17

schen
Member
Registered: 2009-06-06
Posts: 468

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

Yes, since usb is a module, not a hook.

Offline

#7 2010-06-07 22:50:12

Zolas
Member
From: Denmark
Registered: 2009-03-16
Posts: 61

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

"usb" doesn't seem to be a valid module

ERROR: module 'usb' not found

Could the relevant module have another name?

Offline

#8 2010-06-07 22:56:42

Zolas
Member
From: Denmark
Registered: 2009-03-16
Posts: 61

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

I tried to comment out the line refering to the flash drive in fstab and now it boots! The question is, then, what could be causing the error to occur when the line is uncommented?

Offline

#9 2010-06-07 22:57:06

demian
Member
From: Frankfurt, Germany
Registered: 2009-05-06
Posts: 709

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

The hook "usb" should work too, so I don't think we're on the right track here. But since it doesn't hurt you can add the actual kernel modules to the modules= line:
usbcore ehci-hcd (and/or uhci-hcd) usb-storage and maybe the filesystem used (and it's dependencies like ciphers).

Greets,
demian

// I guess I'm a slow typer. Why don't you show us your /etc/fstab?
From what you've written the system shouldn't be able to boot since there's no fstab entry for /boot. Maybe I misunderstood you.

Last edited by demian (2010-06-07 23:00:48)


no place like /home
github

Offline

#10 2010-06-07 23:13:20

Zolas
Member
From: Denmark
Registered: 2009-03-16
Posts: 61

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

The relevant lines read:

UUID=id_of_internal_drive / ext2 defaults 0 1
UUID=id_of_sd_card /boot ext2 defaults 0 1

When I comment out the second line regarding the sd card it boots without problems. Furthermore, if I put in "auto" instead of specifying "ext2" it also boots without any problems...

Offline

#11 2010-06-07 23:21:45

demian
Member
From: Frankfurt, Germany
Registered: 2009-05-06
Posts: 709

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

weird.
well, the main thing is that it works, right? wink


no place like /home
github

Offline

#12 2010-06-08 07:59:17

Zolas
Member
From: Denmark
Registered: 2009-03-16
Posts: 61

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

True smile If anyone has an idea about what might be causing this please make a comment.

Cheers!

Offline

#13 2010-06-08 09:59:40

Eit
Member
From: Italy
Registered: 2010-01-22
Posts: 57

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

check

ls /media/

do you have any usbhd-something (your hd and partition number) ?

Offline

#14 2010-06-11 18:34:05

Zolas
Member
From: Denmark
Registered: 2009-03-16
Posts: 61

Re: "FILESYSTEM CHECK FAILED" - fresh install, clean partition

Hi. Sorry about the late reply - have been away a couple of days. No, I don't have any other devices than cd, dvd, and fl listed there.

Offline

Board footer

Powered by FluxBB