You are not logged in.

#1 2012-08-31 11:29:32

Ragnis
Member
Registered: 2012-01-29
Posts: 14
Website

[SOLVED] systemd: Failed to mount /boot

When I try to boot using systemd, I get an error "Failed to mount /boot".
`systemctl status boot.mount` shows me that it exited with status 32.

Last edited by Ragnis (2012-08-31 15:08:35)

Offline

#2 2012-08-31 12:00:00

tomegun
Developer
From: France
Registered: 2010-05-28
Posts: 661

Re: [SOLVED] systemd: Failed to mount /boot

32 means "mount failure" (so not very helpful). Can you mount it manually? Can you start the mount unit manually? What is your fstab entry?

Offline

#3 2012-08-31 12:11:13

gilmoreja
Member
From: Florida
Registered: 2012-05-28
Posts: 74

Re: [SOLVED] systemd: Failed to mount /boot

Did you just upgrade to systemd? Are you using fakeraid? It sounds like it could be similar to the problem I was having if so.

My system was unable to mount a fakeraid array that was listed in fstab at boot, and would dump out to emergency mode (and then wouldn't even give a login prompt).

Problem was fixed by activating dmraid.service (which I overlooked because I wasn't running it as a daemon before).

# systemctl enable dmraid.service

I'm not positive it will solve your issue, though, since it's your boot partition. But give that a shot.

Also, I was seeing reports about systemd having problems mounting fakeraid arrays in fstab by label (which I had also been doing), so go ahead and change it to a proper location (/dev/dm-*) while you're at it.


Time you enjoy wasting isn't wasted time.

Offline

#4 2012-08-31 15:07:46

Ragnis
Member
Registered: 2012-01-29
Posts: 14
Website

Re: [SOLVED] systemd: Failed to mount /boot

I got it working by removing "codepage=cp437" from the mount options. Is there any harm in removing it and what was this option supposed to do?

Offline

#5 2012-08-31 15:43:31

Stebalien
Member
Registered: 2010-04-27
Posts: 1,237
Website

Re: [SOLVED] systemd: Failed to mount /boot

IIRC, that should have been codepage=437 and it's the default anyways. If you want to know more, `man mount`.


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C
Do not email: honeypot@stebalien.com

Offline

Board footer

Powered by FluxBB