Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
2.3 KiB
2.3 KiB
Alternative: Set Boot Order When CD-ROM Not Shown
Problem
CD/DVD drive is attached, but CD-ROM doesn't appear in Boot Order dropdown.
Solution: Use Boot Order Text Field
In Proxmox, you can set boot order by typing device names directly.
Method 1: Edit Boot Order Field Directly
- Go to: VM → Options tab
- Find: "Boot Order" option
- Click: "Edit" (or double-click)
- In the dialog, look for a text field (not just dropdown)
- Type or enter:
order=ide2;scsi0ide2= CD/DVD drivescsi0= Hard disk;separates devices (first = boot priority)
- Click: "OK"
Method 2: Use BIOS Boot Menu
If boot order can't be set:
- Start the VM
- Open Console
- When VM starts, press F2 or Delete (during boot)
- Enter BIOS/UEFI settings
- Navigate to Boot menu
- Set CD/DVD as first boot device
- Save and exit
Method 3: Manual Boot Selection
- Start the VM
- Open Console
- When VM starts, press F12 (boot menu)
- Select CD/DVD drive from boot menu
- Ubuntu installer should start
Method 4: Verify CD/DVD is Actually Attached
- Hardware tab
- Look for: "CD/DVD Drive (ide2)"
- Verify it shows:
ubuntu-24.04.3-live-server-amd64.iso - If missing or shows "Do not use any media":
- Click on it → Edit
- Select ISO image
- Click OK
Method 5: Check Proxmox Version
Some Proxmox versions show boot order differently:
- Older versions: Text field where you type
order=ide2;scsi0 - Newer versions: Drag-and-drop interface
- If neither works: Use BIOS boot menu (Method 2)
Quick Test
- Start VM
- Open Console
- Press F12 when VM boots
- Select CD/DVD from boot menu
- If Ubuntu installer appears: Boot order is working, just needs to be set as default
Troubleshooting
CD-ROM still not in boot order:
- Verify CD/DVD drive exists in Hardware tab
- Check it's not set to "Do not use any media"
- Try removing and re-adding the CD/DVD drive
- Refresh the Options tab
VM won't boot from CD even with F12:
- Verify ISO file isn't corrupted
- Check CD/DVD drive is properly attached
- Try a different ISO or re-upload it
Boot order field is read-only:
- You may need to stop the VM first
- Or use BIOS boot menu method