unraid_notes
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
unraid_notes [2024/12/24 11:07] – created mike | unraid_notes [2025/07/13 18:21] (current) – mike | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Unraid Information ====== | ====== Unraid Information ====== | ||
---- | ---- | ||
+ | ~~NOTOC~~ | ||
+ | |||
+ | ==== LetsEncrypt docker - redirect of http to HTTPS ==== | ||
+ | The file to update is '' | ||
+ | There will be lines to uncomment which will enable redirection of all http traffic to https. | ||
+ | |||
+ | ==== Installing a Windows 10 VM on UnRaid ==== | ||
+ | For BIOS, select OVMF | ||
+ | |||
+ | Installing Windows 10 in a VM on UnRaid requires installing 3rd party drivers. When the install | ||
+ | process gets to the point of specifying the hard drive to install on, there will be no selections | ||
+ | available. At this point, install the following drivers from their respective “amd64” folders: | ||
+ | Balloon | ||
+ | NetKVM | ||
+ | vioserial | ||
+ | viostor | ||
+ | |||
+ | ==== Helpful notes from a user group ==== | ||
+ | I didn't realise snapshotting virtual machines on unRAID was so easy with SSH. | ||
+ | |||
+ | After spending too much time over the weekend testing GUI options for KVM management with unRAID and being disappointed, | ||
+ | Configuration | ||
+ | |||
+ | Machine: Q35-6.2 | ||
+ | |||
+ | BIOS: SeaBIOS (OVMF cannot create snapshots when the VM is running.) | ||
+ | |||
+ | Primary vDisk Type: qcow2 | ||
+ | Commands | ||
+ | List Virtual Machines | ||
+ | |||
+ | virsh list --all | ||
+ | List Snapshots | ||
+ | |||
+ | virsh snapshot-list < | ||
+ | Create Snapshot | ||
+ | |||
+ | virsh snapshot-create < | ||
+ | Create Snapshot With Name | ||
+ | |||
+ | virsh snapshot-create-as < | ||
+ | Shutdown Virtual Machine | ||
+ | |||
+ | virsh shutdown < | ||
+ | |||
+ | Shutting down the virtual machine before snapshotting is recommended, | ||
+ | Revert Snapshot | ||
+ | |||
+ | virsh snapshot-revert < | ||
+ | Delete Snapshot | ||
+ | |||
+ | virsh snapshot-delete < | ||
+ | |||
+ | You must delete all snapshots before removing the VM through unRAID as it throws an error and wont let you delete the VM. | ||
+ | Snapshot Info | ||
+ | |||
+ | virsh snapshot-info < | ||
unraid_notes.1735067251.txt.gz · Last modified: by mike