On Wed, 2004-07-28 at 15:45, Noll, Ralph wrote: > Ok here I am again > Did the build on the VM side > Ipl'ed from mp2003 > Get the following > > Vfs: cannot open root device "system/lvol1" or 3a:00 > Please append a correct "root=" boot option > Kernel panic...unable to mount root fs on 3a:00
Your root= line needs to look like root=/dev/dasda1, not root=system/lvol1 or root=3a00, which is probably what it says now, I'm guessing. The boot device, assuming it is the first DASD defined to the linux system, will be 94:00, not 3a:00. But that's just an internal name for Linux to use (device driver with major number 94) and has nothing to do with S/390 device addressing. What are the contents of /boot/parmfile? Adam ---------------------------------------------------------------------- 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
