• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Ubuntu desktop 22.04 autoinstall cloud init

    Scheduled Pinned Locked Moved Solved
    Linux Problems
    3
    11
    8.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Skreadz
      last edited by

      Or can someone point me towards a better solution?

      Tom ElliottT 2 Replies Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @Skreadz
        last edited by

        @Skreadz I don’t understand what you’re requesting exactly?

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        S 1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott @Skreadz
          last edited by

          @Skreadz This might give you some information:
          https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images/8

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • S
            Skreadz @Tom Elliott
            last edited by

            @Tom-Elliott I want to make an autoinstall for Ubuntu Desktop 22.04 with fog.
            According to my research, with version 22.04 it is no longer possible to use “d-i” preseeds.
            And I can’t find any other solution.

            Tom ElliottT 1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @Skreadz
              last edited by

              @Skreadz https://www.molnar-peter.hu/en/ubuntu-jammy-netinstall-pxe.html

              There will likely need adjustment to make it ipxe compatible, but this seems like it’s still possible.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @Skreadz
                last edited by

                @Skreadz https://eradman.com/posts/automated-ubuntu-install.html

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • K
                  kroepoek85
                  last edited by

                  @Skreadz
                  What you need is this to get it ‘work’

                  :jammy-desktop
                  set base-url http://server.example.com/iso/ubuntu/22.04
                  kernel ${base-url}/vmlinuz
                  initrd ${base-url}/initrd
                  imgargs vmlinuz initrd=initrd cloud-config-url=/dev/null ip=dhcp root=/dev/ram0 ramdisk_size=4800000 url=${base-url}/ubuntu-22.04.2-desktop-amd64.iso autoinstall ds=nocloud-net;s=${base-url}/
                  boot || goto failed

                  1. Mount the ‘desktop’/‘server’ to your local disk
                  2. Extract the vmlinux and initrd, copy them to the baseurl location
                  3. The root and ramdisk_size is necessary because the ISO is to large.

                  The code above works fine with ubuntu 22 server but for the desktop I am facing a issue.
                  The desktop will start direct to the GUI interface from where you can run the installer.
                  For the server it will run directly to the installer and so the ckoud-init file works fine.

                  S 3 Replies Last reply Reply Quote 0
                  • S
                    Skreadz @kroepoek85
                    last edited by

                    @kroepoek85
                    Yeah same here, it seems the user-data file didn’t count

                    1 Reply Last reply Reply Quote 0
                    • S
                      Skreadz @kroepoek85
                      last edited by

                      @kroepoek85
                      I think cloud-init method didn’t work with Ubuntu 22.04 desktop.
                      Maybe we can still use d-i presseed?

                      1 Reply Last reply Reply Quote 0
                      • S
                        Skreadz @kroepoek85
                        last edited by

                        @kroepoek85 it’s work with ubuntu live server 22.04 and then in the user-data file you write packages: ubuntu-desktop.
                        It work well, i can autoinstall ubuntu desktop now with fog ipxe menu.

                        1 Reply Last reply Reply Quote 1
                        • [[undefined-on, S Sebastian Roth, ]]
                        • 1 / 1
                        • First post
                          Last post

                        144

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project