SpaceInvaderOne

Community Developer
  • Posts

    1720
  • Joined

  • Days Won

    29

SpaceInvaderOne last won the day on January 31 2022

SpaceInvaderOne had the most liked content!

About SpaceInvaderOne

  • Birthday April 12

Retained

  • Member Title
    The Artist Formerly Known as Gridrunner

Converted

  • Gender
    Male
  • URL
    https://www.youtube.com/spaceinvaderone
  • Location
    UK
  • Personal Text
    As you think, so shall you become.

Recent Profile Visitors

33615 profile views

SpaceInvaderOne's Achievements

Community Regular

Community Regular (8/14)

792

Reputation

  1. Hi. I decided to install Huginn today and was pleasantly surprised to find it readily available in CA in the new apps it had just been added today Thanks so much for this addition I cant wait to start utilizing it. A quick note for anyone installing the Huginn container: you'll need to modify the permissions for the Huginn appdata folder this ensures that Huginn has the necessary permissions (easiest way i find just to use the Unraid file manager plugin to do this) to write in this location for its database etc.
  2. Was working in Unraid 6.10 rc2 but sadely this no longer works in Unraid 6.10 rc3 due to update of either Libvirt to 7.10.0 or QEMU to 6.2.0 This error now happens Also reported here https://www.mail-archive.com/[email protected]/msg1838418.html
  3. This video shows 2 methods to shrink the Unraid array. One method where you remove a drive then rebuild the parity and the second method where the drive is first zeroed then removed preserving the parity.
  4. Ok i think what happened for you is. You uninstalled macinabox and its appdata getting rid of the container and related files. However the vm template was still there. What the helper script does it first checks if a folder called autoinstall in the appdata exists. This contains the newly generated vm xml. If it is present it attempts to define the vm from the template in that folder then deletes the autoinstall folder and exits. So as it said the vm was already present it couldnt define the vm and just exited. It didnt replace your existing template, nether did it run the fixes on it. The reason i think it stops and goes no further on the apple logo is because your existing template was missing this at the bottom Running the helper script a second time would then fix this xml adding it back as the autoinstall folder wouldn't be there now. I hope this makes sense
  5. Catalina xml is now fixed and i have pushed an update. If you update the container and run the Catalina install it should be okay
  6. Um yeah thanks for pointing that out. The problem is, is that Unraid VM manager on an update from making a change in the GUI (not xml edit) will automatically change the nics to be on bus 0x01 hence address to <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> I will take a look at this and perhaps add to the macinabox helper script to fix this.
  7. Finally the new Macinabox is ready. Sorry for the delay work has been a F******G B*****D lately taking all my time. So It also has a new template so please make sure to make sure your template is updated too (but will work with the old template) A few new things added. Now has support for Monterey BigSur Catalina Mojave High Sierra. You will see more options in the new template. Now as well as being able to choose the vdisk size for install you can also choose whether the VM is created with a raw or qcow2 (my favorite!) vdisk The latest version of Open core (OpenCore to 0.7.7.) is in this release. I will try and update the container regularly with new versions as they come. However you will notice a new option in the template where you can choose to install with stock opencore (in the container) or you can use a custom one. You can add this in the folder custom_opencore folder in Macinabox appdata folder. You can download versions to put here from https://github.com/thenickdude/KVM-Opencore/releases Choose the .gz version from here and place in the above folder and set template to custom and it will use that (useful if i am slow in updating !! 🤣) - note if set to custom but Macinabox cant find a custom opencore here to unzip in this folder then it will use the stock one. Also there is another option to delete and replace the existing opencore image that your vm is using. Select this to yes and run the container and it will remove the opencore image from the macos version selected in the template and replace with a fresh one. Stock or custom. By default the NICs for the macOS versions are virtio for Monterey and BigSur. Also vDisk Bus is virtio for these too. HighSierra, Mojave and Catalina use a sata vDisk Bus. They also use e1000-82545em for there NICs. The correct NIC type for the "flavour" of OS you choose will automatically be added. However if for any macOS you want to overide the NIC type and install then you can change the default NIC type in the template from Virtio, Virtio-net, e1000-82545em or vmxnet3 By default the NIC for all vms is on <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> This will make the network adapter seem built in and should help with Apple services. Make sure to delete the macinabox helper script before running new macinabox so the new script is put in as there are some changes in that script too. I should be making some other chnages in the next few weeks soon, but thats all for now
  8. I am in the process of remaking Macinabox & adding some new features and hope to have it finished by next weekend. I am sorry for the lack of updates recently on this container. Thankyou @ghost82 for all you have done in answering questions here and on github and sorry i havent reached out to you before.
  9. A container to easily download the windows 11 preview iso directly from microsoft and put in the Unraid iso share
  10. Hi @cbeitel i have read you PM but thought i would reply here in the thread. So you have an esxi running with vms on it. You want to set up a vm on Unraid running esxi and have all the vms the orfiginal esxi running as nested virtualized vms so you dont have to reset up everything. This will be very inefficient to do this. You should migrate the esxi vms to Unraid without using a virtual esxi on Unraid. The vdisks will work as is on Unraid so you need only to copy them to Unraid then set up a vm pointing to the vdisks copied from the esxi. Make sure to choose similar config to the esxi vms. ie if you are using a legacy boot for the vm on esxi then choose seabios on Unraid. If using uefi then choose ovmf. I know you are worried as the windows vms are activated. So to be sure it goes smoothly you will need to get the UUID from the vm and make it the same in Unraid. You can get that from esxi or just boot the vm on esxi and open a command prompt and type wmic csproduct get UUID This will give you the uuid. Then in Unraid you will need to edit the vm templates xml to change the uuid to match the orginal. so you would just change the line 4 here. So your windows gaming VM. My advice is to set up this vm not using the default settings in the template. Choose q35 chipset and not i440fx make sure to use a vbios for your GPU you can try my vbios dump script to get one or edit one from techpowerup. https://youtu.be/FWn6OCWl63o Also make sure to put all parts of the gpu on the same bus/slot (ie the graphics sound and usb if the gpu has that) https://youtu.be/QlTVANDndpM