Bug 953094 - System doesn't boot, rootfs is not mounted on s390x
Summary: System doesn't boot, rootfs is not mounted on s390x
Keywords:
Status: CLOSED DUPLICATE of bug 953217
Alias: None
Product: Fedora
Classification: Fedora
Component: dracut
Version: 19
Hardware: s390x
OS: Linux
high
high
Target Milestone: ---
Assignee: dracut-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ZedoraTracker fedora19rtt
TreeView+ depends on / blocked
 
Reported: 2013-04-17 11:15 UTC by Jan Stodola
Modified: 2013-04-17 16:17 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-17 16:17:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Stodola 2013-04-17 11:15:50 UTC
Description of problem:
Dracut/systemd fails to boot to installed system. When booting with rd.break=pre-pivot, /sysroot is not mounted:

pre-pivot:/# mount
mount 
rootfs on / type rootfs (rw) 
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) 
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) 
devtmpfs on /dev type devtmpfs (rw,nosuid,size=725980k,nr_inodes=181495,mode=755) 
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) 
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) 
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) 
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) 
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) 
tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755) 
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) 
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) 
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) 
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu) 
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) 
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) 
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) 
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls) 
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) 
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) 
pre-pivot:/# 


pre-pivot:/# systemctl status mount-sysroot
systemctl status mount-sysroot 
mount-sysroot.service 
   Loaded:  [1;31merror [0m (Reason: No such file or directory)
   Active: inactive (dead) 


If rootfs is mounted manually at this point, system boots fine:
pre-pivot:/# mount /dev/mapper/fedora_rtt6-root /sysroot
pre-pivot:/# exit

Whole boot log will be attached.

Version-Release number of selected component (if applicable):
dracut-027-26.git20130415.fc19.s390x
systemd-201-1.fc19.s390x

How reproducible:
always

Steps to Reproduce:
1. install F19 for s390x
2. optionally, update systemd and dracut to latest versions
  
Actual results:
system doesn't boot, rootfs is not mounted

Expected results:
successful boot to installed system

Comment 3 Jan Stodola 2013-04-17 11:54:16 UTC
Reproduced with rootfs on both LVM and native partition (like /dev/dasdb1)

Comment 4 Harald Hoyer 2013-04-17 14:20:38 UTC
can you attach the /run/initramfs/sosreport.txt like mentioned in the output?

Comment 5 Harald Hoyer 2013-04-17 16:17:53 UTC

*** This bug has been marked as a duplicate of bug 953217 ***


Note You need to log in before you can comment on or make changes to this bug.