Advertisement
Guest User

Untitled

a guest
Nov 11th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. 2021-11-12 00:15:43.918 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-remove-grub
  2. 2021-11-12 00:15:43.920 | + set -eu
  3. 2021-11-12 00:15:43.920 | + set -o pipefail
  4. 2021-11-12 00:15:43.920 | + dpkg-query -W grub-pc
  5. 2021-11-12 00:15:43.929 | grub-pc 2.04-1ubuntu26.13
  6. 2021-11-12 00:15:43.930 | + apt-get -y remove grub-pc
  7. 2021-11-12 00:15:43.940 | Reading package lists...
  8. 2021-11-12 00:15:43.942 | Building dependency tree...
  9. 2021-11-12 00:15:43.942 | Reading state information...
  10. 2021-11-12 00:15:43.948 | The following package was automatically installed and is no longer required:
  11. 2021-11-12 00:15:43.948 | grub2-common
  12. 2021-11-12 00:15:43.948 | Use 'sudo apt autoremove' to remove it.
  13. 2021-11-12 00:15:43.953 | The following packages will be REMOVED:
  14. 2021-11-12 00:15:43.953 | grub-efi-amd64-signed grub-gfxpayload-lists grub-pc shim-signed
  15. 2021-11-12 00:15:43.953 | WARNING: The following essential packages will be removed.
  16. 2021-11-12 00:15:43.953 | This should NOT be done unless you know exactly what you are doing!
  17. 2021-11-12 00:15:43.953 | shim-signed grub-efi-amd64-signed (due to shim-signed)
  18. 2021-11-12 00:15:43.953 | 0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
  19. 2021-11-12 00:15:43.953 | E: Essential packages were removed and -y was used without --allow-remove-essential.
  20. 2021-11-12 00:15:44.195 | Unmount /tmp/dib_build.3lQ0nNAF/mnt/var/cache/apt/archives
  21. 2021-11-12 00:15:44.226 | Unmount /tmp/dib_build.3lQ0nNAF/mnt/tmp/in_target.d
  22. 2021-11-12 00:15:44.255 | Unmount /tmp/dib_build.3lQ0nNAF/mnt/sys
  23. 2021-11-12 00:15:44.282 | Unmount /tmp/dib_build.3lQ0nNAF/mnt/proc
  24. 2021-11-12 00:15:44.313 | Unmount /tmp/dib_build.3lQ0nNAF/mnt/dev/pts
  25. 2021-11-12 00:15:44.341 | Unmount /tmp/dib_build.3lQ0nNAF/mnt/dev
  26. 2021-11-12 00:15:44.660 | INFO diskimage_builder.block_device.blockdevice [-] State already cleaned - no way to do anything here
  27. + BUILD_RESULT=100
  28. + '[' 100 -ne 0 ']'
  29. + echo 'disk-image-create ubuntu20.04 block-device-mbr ubuntu cloud-init-datasources dhcp-all-interfaces vm devuser grub2 -o build/ubuntu20.04-2021-11-10-085120-d56540-ubuntu-compute exited with status 100'
  30. disk-image-create ubuntu20.04 block-device-mbr ubuntu cloud-init-datasources dhcp-all-interfaces vm devuser grub2 -o build/ubuntu20.04-2021-11-10-085120-d56540-ubuntu-compute exited with status 100
  31. + exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement