View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001552 | Containers | General | public | 2022-12-17 02:05 | 2024-04-10 15:22 |
Reporter | Louis Abel | Assigned To | Neil Hanlon | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0001552: Vagrant images are only UEFI bootable | ||||
Description | Some vagrant images seem to be UEFI only bootable. This bug is to track the new images that should be built to resolve it. | ||||
Tags | No tags attached. | ||||
As a workaround, adding this modifyvm block to my Vagrantfile allowed me to 'vagrant up' the UEFI-only image: <code> Vagrant.configure("2") do |config| # Specify the name of the box config.vm.box = "rockytest" # Provider-specific configuration config.vm.provider "virtualbox" do |v| v.customize ["modifyvm", :id, "--firmware", "efi"] end end </code> |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-12-17 02:05 | Louis Abel | New Issue | |
2022-12-17 02:05 | Louis Abel | Status | new => assigned |
2022-12-17 02:05 | Louis Abel | Assigned To | => Neil Hanlon |
2024-04-10 15:22 | Jude N | Note Added: 0006667 |