-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04 uses a logical partition and can't be resized #1
Comments
Is there a particular change? |
I'm not exactly clear on what would work (I'm also having some trouble figuring out how to use the The recipe that's selected (
We could use this recipe, but add
|
Yes, starting with Ubuntu 20 they removed their installer in favor of some newer one with cooler features but completely incompatible .. anyways the point is it doesn't support preseed files Here is an article about the change in the installer starting with 20.04 Understanding the Ubuntu 20.04 LTS Server Autoinstaller you need to build a new base template like (
my preseed file i setup which included creating a gpt partition
After you build the image you need to put it up on a web accessible dir and setup a /etc/virt-builder/repos.d/ubuntu20.conf file like
the index.asc file will need an entry like
use
after that when you run virt-builder to install ubuntu-20.04 it will use the base template you built which includes gpt and such. sorry ive been u for like 5 days and my vision and thought processes are getting a bit wonky , but i think thats everything.. |
See e.g. https://listman.redhat.com/archives/libguestfs/2021-February/msg00018.html
Seems as if this is where we want to change things for a solution: https://github.com/rwmjones/guestfs-tools/blob/9ba454622b60d7550e892d8a49048014603b8e2a/builder/templates/ubuntu.preseed#L127-L161
The text was updated successfully, but these errors were encountered: