-
Notifications
You must be signed in to change notification settings - Fork 175
Ubuntu 18.04 example #176
Comments
As mentioned in #108 (comment), Ubuntu removed floppy driver from the kernel. At the moment you'll have to manually create ISO image with required files, and upload it into a datastore. In future we'll be able to provide preseed files by a remote HTTP server (#108) and generate ISO images (#177). |
I have an ubuntu 18.04 build working at the moment. If you look at this repo: https://github.com/homelabaas/haas-content/tree/master/packer/ubuntu1804iso you can see the files I am using to do an Ubuntu 18.04 installation from the ISO file. I am having an issue however where the build exits prematurely, still trying to figure that one out. It happens intermittently. edit: |
I'm very confused. I was able to configure and provision an Ubuntu 18.04 VM with a preseed file on the floppy device using the alternate server install version - not the Subiquity one. What Ubuntu 18.04 version are you using? Additionally, it appears that as of 18.04.2 the Subiquity installer is the only option; I can't find an "alternate" version that still uses debinstall to save my life. (Nor a download option for any ISO versions older than 18.04.2, which doesn't feel like a conspiracy at all...) |
Has anyone been able to install ubuntu 18.04 desktop ? |
@rismoney I have not had any luck with subiquity; I've only had luck with the original ("alternative") debinstall version. Specifically, the "64-bit PC (AMD64) server install image" from this page. |
So I made it through a nearly a full install with this:
Where I am struggling is I can't figure out now, how to install open-sshserver and open-vm-tools This doesn't work in preseed:
|
are you using the desktop or server install? I am unclear why Ubiquity wouldn't work, as that uses the old preseed file format; the server uses Subiquity, and to my understanding that requires an answers.yml file instead of a preseed.cfg |
I am trying to install 18.04.03 desktop. |
Hi,
I try to adapt Ubuntu 16.04 example to 18.04, but floppy is not mount at boot.
boot_command
is:At boot I see that casper is trying to acess to
/root/floppy/preseed.cfg
.Do you have a working example for Ubuntu 18.04?
Best regards,
--
Sébastien B.
The text was updated successfully, but these errors were encountered: