Issue install 20.04 with autoinstall

Jerry Geis jerry.geis at gmail.com
Sun Jan 24 19:25:53 UTC 2021


Hi Tom,

When I do this :
storage:
    layout:
      name: direct

I get a different error.  It says "nontype object has not attribute
grub_device"

Thanks,

Jerry

On Sun, Jan 24, 2021 at 2:23 PM Tom H <tomh0665 at gmail.com> wrote:

> On Sun, Jan 24, 2021 at 7:01 PM Tom H <tomh0665 at gmail.com> wrote:
>
> This works (pretty close to your file):
>
> #cloud-config
> autoinstall:
>   version: 1
>   network:
>     network:
>       version: 2
>       ethernets:
>         ens3:
>           dhcp4: yes
>           dhcp-identifier: mac
>   apt:
>     preserve_sources_list: false
>     primary:
>       - arches: [amd64]
>         uri: "http://archive.ubuntu.com/ubuntu/"
>   ssh:
>     install-server: yes
>     allow-pw: no
>   identity:
>     hostname: vmimage
>     username: silent
>     password: "hashed_password"
>   locale: en_US
>   packages:
>     - net-tools
>   user-data:
>   #cloud-config
>     timezone: America/New_York
>   storage:
>     layout:
>       name: direct
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20210124/29b7472a/attachment.html>


More information about the ubuntu-users mailing list