>>> On 9/2/2014 at 04:10 PM, James Vincent <[email protected]> wrote: > Loading jbd > Loading > ext3 > Waiting for device /dev/disk/by-path/ccw-0.0.01b1-part1 to appear: > ok > rootfs: major=94 minor=5 > devn=24069 > /dev/disk/by-path/ccw-0.0.01b1-part1: unknown volume > type > invalid root filesystem -- exiting to /bin/sh > > We have no clue how/why this 1b1 disk (which is root) will simply not > work.
I would try manually mounting the file system to see what kind of messages come out: mount -o ro /dev/disk/by-path/ccw-0.0.0101-part1 /root Perhaps "mount -v -o ro ...." If it actually mounts, then simply exiting should allow the boot to continue. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
