June 7, 20251 yr I'm developing some plugins and would like to setup an unraid VM but can't work out how to get an iso file from the USB stick creator.Has anyone got a .iso file for an unraid trial?Ta
June 8, 20251 yr Hello,I've been working on something that may help you out:https://github.com/bobbintb/UnRAID-Dev-editionhttps://github.com/bobbintb/unraid_vm_template/It's a work in progress. Take the dynamix.vm.manager folder and drop it into your plugins folder (everything except the ubuntu-isos.php file). Make sure you back up any files before you overwrite them. This will add the option to create an UnRaid VM in the webui in UnRaid. It takes care of all the details for you. You just select the version.If you don't want to make the VM in UnRaid itself you can copy and convert the disk image it creates and use it in VMWare or something similar.Edit: I forgot I actually had a functional plugin for personal use so you don't need to install it manually. Edited June 12, 20251 yr by bobbintb I forgot I actually had a functional plugin for personal use so you don't need to install it manually.
June 8, 20251 yr 43 minutes ago, bobbintb said:Hello,I've been working on something that may help you out:https://github.com/bobbintb/UnRAID-Dev-editionIt's a work in progress. Take the dynamix.vm.manager folder and drop it into your plugins folder (everything except the ubuntu-isos.php file). Make sure you back up any files before you overwrite them. This will add the option to create an UnRaid VM in the webui in UnRaid. It takes care of all the details for you. You just select the version.If you don't want to make the VM in UnRaid itself you can copy and convert the disk image it creates and use it in VMWare or something similar.Replacing those files could break VM Manager if not for the correct os version.
June 9, 20251 yr 22 hours ago, SimonF said:Replacing those files could break VM Manager if not for the correct os version.Yes, thank you for that addition. I gave the standard back up warning but should have mentioned that as well.EDIT: I cleaned it up a bit. I made a patch for libvirt_helpers.php so now it just adds the needed lines in the correct location instead of replacing the whole file. That way it shouldn't break anything with VM Manager. I also removed some unrelated files. Edited June 9, 20251 yr by bobbintb
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.