March 1, 20197 yr I am trying to install Unbuntu 18-04-2 Live server into a VM as I want to play around with Linux commands and stuff, but I am having issues in getting the VM created so that I can install the ISO. the areas I am not sure on are the following. CDRom Bus Primary Vdisk VNC Video Driver etc so I have taken a screen show of my settings. in the hope that someone can help me out. if the above is right, I have also tried to install it, I have set the Keyboard and region to UK I then choose the Install Ubuntu option Ok to the DHCP of the IP Ok to the proxy, and the mirror Proxy and here is where I am also having a issue then I choose Entire disk, , I am show my disk, but I am not able to highlight it and choose OK what am I doing wrong.
March 1, 20197 yr I bet your 1GB vdisk is to small to install Ubuntu on. When first creating your VM choose the right amount for the vdisk like 10G or 30G for 10GB or 30GB. You don't have to create a new vdisk. Shutdown your VM and click the name of the VM and you can expand the size here. Change the value for capacity and you should be able to install Ubuntu. Small hint, never decrease the capacity this way or you will break the VM. The defaults in the settings should be ok. And better don't choose the first core and it's HT cause it's always used by Unraid.
March 1, 20197 yr You might want to look into and consider: https://hub.docker.com/_/ubuntu/ It bypasses a lot of the issues with running in a VM, and allows for better performance, but is not perfect for all use cases, so look into it...
March 1, 20197 yr Author 28 minutes ago, Warrentheo said: You might want to look into and consider: https://hub.docker.com/_/ubuntu/ It bypasses a lot of the issues with running in a VM, and allows for better performance, but is not perfect for all use cases, so look into it... I had a look at this. And i think i understand this. To use it all i have to do is open a terminal and paste the follow command RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \ && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 ENV LANG en_US.utf8 Did i understand this right.
March 1, 20197 yr 13 minutes ago, chris_netsmart said: I had a look at this. And i think i understand this. To use it all i have to do is open a terminal and paste the follow command RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \ && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 ENV LANG en_US.utf8 Did i understand this right. That sort of thing you run from inside the Ubuntu container, getting the container working in the first place is just a couple of "Docker" commands... Unfortunately no one has made a template that makes it link into UnRaid easily, so if you are not familiar with Docker then the VM way is probably best... You will get better performance and have a smaller footprint however if you run outside of the VM environment...
March 1, 20197 yr 45 minutes ago, chris_netsmart said: Then it looks like i have to read up on docker creation To be honest, so do I... There is alot more you can do with it than what I am currently doing... If you happen to have an NVidia card, and want to pass it into the docker container, you might want to read up on this one:
March 2, 20197 yr Author thanks for the post. at the moment I was goign to install and play around with PI-HOLE and then I saw it in the Apps Tab :-) but I will also install Linux in a VM so that I can play around with the OS.
Archived
This topic is now archived and is closed to further replies.