Commit ac7218c
Paul C
fix: UEFI VMs trying PXE boot instead of disk when no ISO attached
OVMF (UEFI BIOS) defaults to PXE boot when no explicit boot order is
set. SeaBIOS defaults to disk, so this was never noticed on legacy VMs.
When a user removes the ISO after installing their OS, the VM would
try PXE → fail → hang at TianoCore screen instead of booting from disk.
Fix: always set -boot order explicitly. With boot media: order=dc
(CD first). Without: order=c (disk first).1 parent 9fbb1d8 commit ac7218c
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1241 | 1241 | | |
1242 | 1242 | | |
1243 | 1243 | | |
1244 | | - | |
| 1244 | + | |
1245 | 1245 | | |
1246 | | - | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
1247 | 1249 | | |
1248 | 1250 | | |
1249 | 1251 | | |
| |||
0 commit comments