Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
3.2 KiB
3.2 KiB
Fix: CD-ROM Not Shown in Boot Order
Problem
CD-ROM option doesn't appear in Boot Order because the CD/DVD drive isn't attached yet.
Solution: Attach ISO First, Then Set Boot Order
Step-by-Step (For Each VM)
Step 1: Attach CD/DVD Drive with ISO
- Open Proxmox Web UI: https://192.168.1.206:8006
- Click on VM (e.g., "cloudflare-tunnel" or VM 100)
- Go to "Hardware" tab
- Click "Add" button (top right, blue button)
- Select "CD/DVD Drive" from the dropdown menu
- In the dialog:
- Storage: Select
localfrom dropdown - ISO image: Click the dropdown
- Select:
ubuntu-24.04.3-live-server-amd64.iso - Click "Add" button at bottom
- Storage: Select
- Verify: You should now see "CD/DVD Drive (ide2)" in the Hardware list
Step 2: Set Boot Order (Now CD-ROM Will Appear)
- Go to "Options" tab
- Find "Boot Order" in the list
- Click "Edit" (or double-click)
- Now you'll see CD-ROM option!
- Drag "CD-ROM" to the top (or select it as first)
- Or use the up/down arrows to move it first
- Click "OK"
Step 3: Start VM
- Click "Start" button (top right)
- Click "Console" tab
- Ubuntu installer should boot!
Visual Guide
┌─────────────────────────────────────┐
│ Proxmox Web UI │
├─────────────────────────────────────┤
│ 1. VM → Hardware tab │
│ 2. Add → CD/DVD Drive │
│ 3. Storage: local │
│ 4. ISO: ubuntu-24.04.3...iso │
│ 5. Add → ✓ CD/DVD appears in list │
│ 6. Options tab │
│ 7. Boot Order → Edit │
│ 8. CD-ROM → Move to top │
│ 9. OK │
│ 10. Start → Console → Ubuntu boots! │
└─────────────────────────────────────┘
Important Notes
- CD-ROM won't appear in Boot Order until CD/DVD drive is attached first
- You must attach the ISO in Hardware tab BEFORE setting boot order
- If CD-ROM still doesn't appear:
- Verify CD/DVD drive shows in Hardware tab
- Try refreshing the page
- Try removing and re-adding the CD/DVD drive
For All 4 VMs
Repeat the above steps for:
- VM 100: cloudflare-tunnel
- VM 101: k3s-master
- VM 102: git-server
- VM 103: observability
Quick Checklist
For each VM:
- Hardware tab → CD/DVD Drive added with ISO
- CD/DVD Drive visible in Hardware list
- Options tab → Boot Order → CD-ROM appears
- CD-ROM moved to first position
- VM started
- Console shows Ubuntu installer
Troubleshooting
"CD-ROM not in Boot Order list":
- Go back to Hardware tab
- Verify CD/DVD Drive exists
- If missing, add it again
- Refresh Options tab
"ISO not in dropdown":
- Go to: Datacenter → Storage → local → ISO images
- Verify ISO file exists
- If missing, you may need to upload it
"Still shows 'No bootable disk'":
- Stop VM
- Hardware → Remove CD/DVD drive
- Add it again
- Options → Verify boot order
- Start VM