Comment 1 for bug 1713381

Revision history for this message
Ian Wienand (iwienand) wrote :

Two things; firstly F25 build seems to have a machine-id

---
[root@dib-xenial /]# cat /etc/machine-id
afcaeb9a88f5444691008ddc87a43402
---

but also works without a machine-id

---
[root@dib-xenial /]# dnf repoquery --installonly --latest-limit=-1 -q
kernel-core-0:4.8.6-300.fc25.x86_64
[root@dib-xenial /]# dnf remove -y kernel-core-0:4.8.6-300.fc25.x86_64
Dependencies resolved.
===============================================================================================================================================================================================================
 Package Arch Version Repository Size
===============================================================================================================================================================================================================
Removing:
 kernel-core x86_64 4.8.6-300.fc25 @anaconda 52 M

Transaction Summary
===============================================================================================================================================================================================================
Remove 1 Package

Installed size: 52 M
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
grubby fatal error: unable to find a suitable template
grubby: doing this would leave no kernel entries. Not writing out new config.
grubby fatal error: unable to find a suitable template
grubby: doing this would leave no kernel entries. Not writing out new config.
  Erasing : kernel-core-4.8.6-300.fc25.x86_64 1/1
warning: file /lib/modules/4.8.6-300.fc25.x86_64/updates: remove failed: No such file or directory
  Verifying : kernel-core-4.8.6-300.fc25.x86_64 1/1

Removed:
  kernel-core.x86_64 4.8.6-300.fc25

Complete!
---