Phantom620
Bit poster
Is there a way to install 17.10 from the Parallels default installation page? At present, it is not a listed option. If that is not supported has anyone installed it directly from ISO's?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I don't understand what you mean. Unless you're release-upgrading an existing Ubuntu installation via APT, Ubuntu releases are only officially distributed as ISO images. Even the downloadable .img files for Ubuntu Server are ISO images that are bit-identical to their corresponding .iso files, they simply have a different filename extension. So how did you download a non-ISO version of Ubuntu 17.10 and what process did you use to convert it to ISO?I downloaded Ubuntu 17.10 and converted into an ISO file.
I don't understand this either. Parallels Desktop doesn't create partitions on the host or in the guest, it only creates virtual disk image files. The Ubuntu installer allows custom partitioning within the virtual disk image however. Did you use the Ubuntu installer?I then created a new OS "partition" in Parallels 13. I then installed the ISO using the default choices that were offered. It worked well. I did not notice any hang up at the end. I was able to boot up the Ubuntu and continue configuration without problems. Well done Ubuntu team!
I don't understand what you mean. Unless you're release-upgrading an existing Ubuntu installation via APT, Ubuntu releases are only officially distributed as ISO images. Even the downloadable .img files for Ubuntu Server are ISO images that are bit-identical to their corresponding .iso files, they simply have a different filename extension. So how did you download a non-ISO version of Ubuntu 17.10 and what process did you use to convert it to ISO?
Sorry, I used the wrong terminology. I did use the ISO file that I downloaded from the Ubuntu site. The file I created was the file used to transfer the ISO image to a memory stick. After I created that file, I switched back to installing the ISO file in a "virtual disk image" in Parallels.
I don't understand this either. Parallels Desktop doesn't create partitions on the host or in the guest, it only creates virtual disk image files. The Ubuntu installer allows custom partitioning within the virtual disk image however. Did you use the Ubuntu installer?
Sorry, I used the wrong terminology. Yes, I downloaded the ISO from the Ubuntu site. I created a file that would allow me to load the iso onto a memory stick. Then, I switched back to loading Ubuntu in a new Virtual Disk. It all worked quite well...I downloaded Ubuntu 17.10 and converted into an ISO file. I then created a new OS "partition" in Parallels 13. I then installed the ISO using the default choices that were offered. It worked well. I did not notice any hang up at the end. I was able to boot up the Ubuntu and continue configuration without problems. Well done Ubuntu team!
sudo /usr/lib/parallels-tools/install -r
Hi @Pbryanw , thank you for sharing this with us. We appreciate your time and participation.
sudo nano /etc/gdm3/custom.conf
AutomaticLoginEnable = true
AutomaticLogin = user1
WaylandEnable = false
In the end, I was able to enable automatic logon (after upgrading to 17.10) by editing custom.conf. Edit this file using terminal:
Make sure these lines in this file are un-commented (by removing the # at the beginning of these lines):Code:sudo nano /etc/gdm3/custom.conf
Where user1 is replaced with your own username. Also setting WaylandEnable=false seemed to be key for me. Thanks to the Ubuntu Forums thread for this fix. Again, this was using Parallels 13 - looks like Parallels 12 hasn't been updated to work with 17.10 (thanks XavierS3).Code:AutomaticLoginEnable = true AutomaticLogin = user1 WaylandEnable = false
Here a guide to install Ubuntu 17.10 with it's ISO file -I do not know how to install it. Because it looks pretty hard...