[Bug 1439955] [NEW] systemd breaks nfs root on vivid

Lucas Gadani lgadani at gmail.com
Fri Apr 3 06:17:48 UTC 2015


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
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1439955

Title:
  systemd breaks nfs root on vivid

Status in systemd package in Ubuntu:
  New

Bug description:
  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.

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



More information about the foundations-bugs mailing list