Files
loc_az_hci/scripts/vm-management/configure/attach-iso-webui-guide.sh
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

55 lines
1.5 KiB
Bash
Executable File

#!/bin/bash
source ~/.bashrc
# Interactive Guide for Attaching ISO via Web UI
clear
echo "========================================="
echo "Attach ISO via Proxmox Web UI"
echo "========================================="
echo ""
echo "The CD-ROM option won't appear in boot order until"
echo "the CD/DVD drive with ISO is attached first."
echo ""
echo "Step-by-step instructions:"
echo ""
echo "1. Open Proxmox Web UI:"
echo " https://192.168.1.206:8006"
echo ""
echo "2. For EACH VM (100, 101, 102, 103):"
echo ""
echo " A. Click on the VM name in left panel"
echo ""
echo " B. Go to 'Hardware' tab"
echo ""
echo " C. Click 'Add' button (top of page)"
echo ""
echo " D. Select 'CD/DVD Drive' from dropdown"
echo ""
echo " E. In the dialog that appears:"
echo " - Storage: Select 'local'"
echo " - ISO image: Click dropdown"
echo " - Select: ubuntu-24.04.3-live-server-amd64.iso"
echo " - Click 'Add' button"
echo ""
echo " F. You should now see 'CD/DVD Drive (ide2)' in Hardware list"
echo ""
echo " G. Go to 'Options' tab"
echo ""
echo " H. Find 'Boot Order' and click 'Edit'"
echo ""
echo " I. Now you should see CD-ROM option!"
echo " - Move 'CD-ROM' to the top (first boot device)"
echo " - Click 'OK'"
echo ""
echo " J. Start the VM and open Console"
echo " - Ubuntu installer should boot"
echo ""
echo "========================================="
echo ""
read -p "Press Enter when you've attached ISO to all VMs..."
echo ""
echo "Verifying VM configurations..."
./scripts/check-vm-status.sh