Public bug reported:

The initramfs boot script try to mount the root filesystem into /root
and look for a /sbin/init file inside that folder. systemd installs
/sbin/init as a link to /lib/systemd/systemd, which the initramfs
scripts can't find (because the link is an absolute path and the root is
mounted under /root).

Making that link a relative path fixes the problem (i.e. making it
../lib/systemd/systemd).

Please, see /usr/share/initramfs-tools/scripts/nfs for the affected
script.


I believe this should be fixed before the release of 15.04, as it breaks all 
nfs root installs.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1439955

Title:
  systemd breaks nfs root on vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1439955/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to