S stickerey New Member Oct 14, 2023 10 1 3 May 4, 2024 #1 Hey all, I want to install Umbrel on Proxmox and I'm on the step where i have to add command line: Code: qm importdisk YOUR_VM_ID umbrelos-amd64-usb-installer.img YOUR STORAGE I know what YOUR_VM_ID is but what is YOUR STORAGE here? Thank you
Hey all, I want to install Umbrel on Proxmox and I'm on the step where i have to add command line: Code: qm importdisk YOUR_VM_ID umbrelos-amd64-usb-installer.img YOUR STORAGE I know what YOUR_VM_ID is but what is YOUR STORAGE here? Thank you
leesteken Distinguished Member Proxmox Subscriber May 31, 2020 6,520 1,761 228 May 4, 2024 #2 stickerey said: Code: qm importdisk YOUR_VM_ID umbrelos-amd64-usb-installer.img YOUR STORAGE I know what YOUR_VM_ID is but what is YOUR STORAGE here? Click to expand... The Proxmox storage where you want to store the virtual disk (local, local-lvm, local-zfs, etc.): https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_storage Reactions: stickerey
stickerey said: Code: qm importdisk YOUR_VM_ID umbrelos-amd64-usb-installer.img YOUR STORAGE I know what YOUR_VM_ID is but what is YOUR STORAGE here? Click to expand... The Proxmox storage where you want to store the virtual disk (local, local-lvm, local-zfs, etc.): https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_storage
S stickerey New Member Oct 14, 2023 10 1 3 May 4, 2024 #3 leesteken said: The Proxmox storage where you want to store the virtual disk (local, local-lvm, local-zfs, etc.): https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_storage Click to expand... oh, i use local-lvm for this so is it onyl "local-lvm" in the command line, just like that? edit: i was wrong. it says local-lvm does not exist Last edited: May 4, 2024
leesteken said: The Proxmox storage where you want to store the virtual disk (local, local-lvm, local-zfs, etc.): https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_storage Click to expand... oh, i use local-lvm for this so is it onyl "local-lvm" in the command line, just like that? edit: i was wrong. it says local-lvm does not exist
S stickerey New Member Oct 14, 2023 10 1 3 May 4, 2024 #4 nevermind, it worked with qm importdisk 101 umbrelos-amd64-usb-installer.img local-lvm thank you