[Bug 1003872] New: dracut creates faulty default cmdline argument
http://bugzilla.opensuse.org/show_bug.cgi?id=1003872 Bug ID: 1003872 Summary: dracut creates faulty default cmdline argument Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.2 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Installation Assignee: yast2-maintainers@suse.de Reporter: per@computer.org QA Contact: jsrain@suse.com Found By: --- Blocker: --- Hardware: office36, plain office desktop Software: leap422b3 Process: install on NFS root, over pxe+ssh+http The initrd that is created has a bad cmdline: root=nfs4:rootserver:/srv/nfsroot/office36:rw,relatime,vers=4.0,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp6,port=0,timeo=600,retrans=2,sec=sys,clientaddr=2001:db8:1:ff99:ffff:0:110d,local_lock=none,addr=2001:db8:1::128 ip=:static ^^^^^^^^^^ AFAICT, ip=:static is added by 95nfs/module-setup.sh. Why the interface is missing, I don't know (yet). -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1003872 http://bugzilla.opensuse.org/show_bug.cgi?id=1003872#c1 --- Comment #1 from Per Jessen <per@computer.org> --- I can recreate this problem by not having /etc/resolv.conf when I build the initrd. Without a resolver, 95nfs/module-setup.sh cannot determine the address of the nfs server, and therefore cannot determine the interface. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1003872 Shawn Dunn <sfalken@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|sfalken@opensuse.org |yast2-maintainers@suse.de -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1003872 http://bugzilla.opensuse.org/show_bug.cgi?id=1003872#c8 Per Jessen <per@computer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Version|Leap 42.2 |Leap 15.0 Resolution|WONTFIX |--- --- Comment #8 from Per Jessen <per@computer.org> --- The problem persists in Leap15. At least I know what is happening now. I'm installing onto NFS, server is "rootserver.example.com". This works fine, but as reported above, the initrd that is built does not work due to a faulty command line argument "ip=:static" . This in return is due to /etc/resolv.conf not having been populated on the new root filesystem. It works fine on the installer root, here it has been populated by dhcp as usual. For building the initrd I presume the installation process chroots to the new root filesystem and here there is only a default /etc/resolv.conf. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com