• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. kroepoek85
    3. Posts
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by kroepoek85

    • RE: Ubuntu desktop 22.04 autoinstall cloud init

      @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.

      posted in Linux Problems
      K
      kroepoek85
    • 1 / 1