[Bug 1472283] Re: bootctl install does not work as systemd bootloader is not built/shipped

Launchpad Bug Tracker 1472283 at bugs.launchpad.net
Fri Jul 31 08:11:27 UTC 2015


This bug was fixed in the package systemd - 223-1ubuntu1

---------------
systemd (223-1ubuntu1) wily; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Hack to support system-image read-only /etc, and modify files in
      /etc/writable/ instead.
    - Keep our much simpler udev maintainer scripts (all platforms must
      support udev, no debconf).
    - initramfs init-bottom: If LVM is installed, settle udev,
      otherwise we get missing LV symlinks. Workaround for LP #1185394.
    - Add debian/udev.lvm2.init: Dummy SysV init script to satisfy insserv
      dependencies to "lvm2" which is handled with udev rules in Ubuntu.
    - Add debian/udev.lvm2.service to avoid running the dummy lvm2 init
      script.
    - Provide shutdown fallback for upstart. (LP: #1370329)
    - debian/extra/ifup at .service: Additionally run for "auto" class. We don't
      really support "allow-hotplug" in Ubuntu at the moment, so we need to
      deal with "auto" devices appearing after "/etc/init.d/networking start"
      already ran. (LP: #1374521)
    - ifup at .service: Drop dependency on networking.service (i. e.
      /etc/init.d/networking), and merely ensure that /run/network exists.
      This avoids unnecessary dependencies/waiting during boot and dependency
      cycles if hooks wait for other interfaces to come up (like ifenslave
      with bonding interfaces). (LP: #1414544)
    - Add Get-RTC-is-in-local-time-setting-from-etc-default-rc.patch: In
      Ubuntu we currently keep the setting whether the RTC is in local or UTC
      time in /etc/default/rcS "UTC=yes|no", instead of /etc/adjtime.
      (LP: #1377258)
    - Put session scopes into all cgroup controllers. This makes unprivileged
      user LXC containers work under systemd. (LP: #1346734)
    - systemctl: Don't forward telinit u to upstart. This works around
      upstart's Restart() always reexec'ing /sbin/init on Restart(), even if
      that changes to point to systemd during the upgrade. This avoids running
      systemd during a dist-upgrade. (LP: #1430479)
    - Drop hwdb-update dependency from udev-trigger.service, which got
      introduced in v219-stable. This causes udev and plymouth to start too
      late and isn't really needed in Ubuntu yet as we don't support stateless
      systems yet and handle hwdb.bin updates through dpkg triggers. This can
      be dropped again with initramfs-tools 0.117.
    - Lower Breaks: to plymouth version which has the udev inotify fix in
      Ubuntu.
    - Lower apparmor Breaks: to the Ubuntu version that dropped $remote_fs.
    - Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)

    Upgrade fixes, keep until 16.04 LTS release:
    - systemd Conflicts/Replaces/Provides systemd-services.
    - Remove obsolete systemd-logind upstart job.
    - Clean up obsolete /etc/udev/rules.d/README.
    - systemd.postinst: Migrate mountall specific fstab options to standard
      util-linux "nofail" option.

systemd (223-3) UNRELEASED; urgency=medium

  * boot-and-services autopkgtest: Ignore thermald. Since 1.4.3-2 it starts by
    default, but fails in most virtual envs.

systemd (223-2) unstable; urgency=medium

  * Don't enable gnu-efi on ARM. It FTBFSes and cannot really be tested now as
    there is no available hardware.
  * debian/extra/initramfs-tools/hooks/udev: Don't fail if
    /etc/systemd/network/ does not exist. (Closes: #794050)

systemd (223-1) unstable; urgency=medium

  * New upstream release:
    - Fix systemd-bootchart crash. (Closes: #792403)
    - Trim list of files in /usr/share/doc/systemd/. (Closes: #791839)
    - Fix "Invalid argument" failure with some  journal files.
      (Closes: #792090)
    - tmpfiles: Don't recursively descend into journal directories in /var.
      (Closes: #791897)
    - Don't frequently wake up on disabled TimeoutIdleSec=, in particular in
      automount timers. (LP: #1470845)
    - tmpfiles: Don't delete lost+found/. (Closes: #788193)

  [ Michael Biebl ]
  * udev: Remove obsolete rm_conffile/mv_conffile functions from udev.preinst.
    The udev package is using dpkg-maintscripts-helper now to remove obsolete
    conffiles.
  * systemd: Remove obsolete conffile clean up from pre-wheezy.
  * udev-udeb: Remove scsi_wait_scan hack from the start-udev script as well.

  [ Martin Pitt ]
  * Enable GNU EFI support and add gnu-efi build dep. This enables/ships the
    systemd EFI boot loader. (Closes: #787720, LP: #1472283)
  * networkd autopkgtest: More robust/forceful killing of dnsmasq.
  * ifup at .service: Drop "oneshot" to run ifup in the background during boot.
    This avoids blocking network.target on boot with unavailable hotplug
    interfaces in /etc/network/interfaces. (Closes: #790669, LP: #1425376)
  * systemd.postinst: Avoid confusing error message about
    /run/systemd/was-enabled not existing on reconfiguring.
  * debian/extra/initramfs-tools/hooks/udev: Drop some redundant code.
  * Fix networkd-wait-online -i to properly wait for the given interfaces
    only.
  * Drop debian/extra/base-installer.d/05udev: We use net.ifnames by default
    now, thus we don't need to copy 70-persistent-*.rules any more.
  * debian/extra/start-udev: Run d-i's udevd with "notice" log level, just
    like we did in the initramfs in 219-10.
  * Fix size explosion of networkd (post-223 patch from trunk).

  [ Julian Wollrath ]
  * Copy all .link interface naming definitions to initramfs. (Closes: #793374)

  [ Felipe Sateler ]
  * nss-my*.postinst: configure at the end of the hosts line, not before
    files. (Closes: #789006)

 -- Martin Pitt <martin.pitt at ubuntu.com>  Fri, 31 Jul 2015 07:38:04
+0200

** Changed in: systemd (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
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/1472283

Title:
  bootctl install does not work as systemd bootloader is not
  built/shipped

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd package in Debian:
  Fix Released

Bug description:
  when you want to switch to systemd you need to 
  sudo bootctl install --path=/boot/efi

  but für ubuntu this fails with
  Failed to open "/usr/lib/systemd/boot/efi": No such file or directory

  it seems that something is wrong with that

  full output:
  % sudo bootctl install --path=/boot/efi                                                                                                                             :(
  Created "/boot/efi/EFI/systemd".
  Created "/boot/efi/EFI/Boot".
  Created "/boot/efi/loader".
  Created "/boot/efi/loader/entries".
  Failed to open "/usr/lib/systemd/boot/efi": No such file or directory

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: systemd 221-1ubuntu2
  ProcVersionSignature: Ubuntu 4.0.0-4.6-lowlatency 4.0.7
  Uname: Linux 4.0.0-4-lowlatency x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Jul  7 16:22:42 2015
  InstallationDate: Installed on 2015-05-16 (52 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.0.0-4-lowlatency root=UUID=0b7c2db7-82b7-46e7-a728-f313842f2452 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/var/log/udev'
  UpgradeStatus: Upgraded to wily on 2015-06-27 (9 days ago)
  dmi.bios.date: 04/02/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: A88XM-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr2202:bd04/02/2015:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnA88XM-PLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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



More information about the foundations-bugs mailing list