FS#31184 - [systemd] dmraid home partition fails to load

Attached to Project: Arch Linux
Opened by Tomas M. (eldragon) - Saturday, 18 August 2012, 14:39 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 18 August 2012, 15:15 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Trying to switch to systemd on a system without testing enabled.

my filesystem is split on different hdds
/ - 40gb ATA Drive.
/home partition on raid0 dmraid partition
/swap partition on raid0 dmraid partition

fstab is:
-------------
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0

/dev/mapper/nvidia_bbfeeeeip2 swap swap defaults 0 0
LABEL=root / ext3 defaults 0 1
LABEL=home /home ext4 defaults 0 1
-------------

also tried booting with UUID= with no difference.

im posting a dmesg with quiet removed from the kernel line.
also mkinitcpio.conf and rc.conf

the dmesg is with the home partition comented out of fstab.
same problem happens with swap.


This task depends upon

Closed by  Dave Reisner (falconindy)
Saturday, 18 August 2012, 15:15 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#30134 
Comment by Tomas M. (eldragon) - Saturday, 18 August 2012, 14:47 GMT
and i meant mount *facepalm*

additional info. when i cant mount the home partition. im offered the recovery console.

issuing
# mount /home

works.

then i continue to boot with systemctl default

Loading...