VM element: /usr/sbin/grub2-install: error: will not proceed with blocklists.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
diskimage-builder |
New
|
Undecided
|
Unassigned |
Bug Description
Building an image on a Fedora 22 host, when installing the GRUB2 bootloader I see:
+ /usr/sbin/
Installing for i386-pc platform.
/usr/sbin/
/usr/sbin/
/usr/sbin/
/dev/loop0: [0039]:311600 (/tmp/image.
Workaround:
export DIB_EXTLINUX=1 so the VM element will install syslinux instead of GRUB.
Another workaround (not tested):
Apparently you can --force the grub-install command to avoid that error[1]
[1] https:/
Changed in tripleo: | |
status: | New → Triaged |
Changed in tripleo: | |
importance: | Undecided → High |
The --force option works so I'd say lets perhaps just go with that for now.