Results 1 to 8 of 8

Thread: Automated (Desktop) install solution needed

  1. #1
    Join Date
    Nov 2014
    Beans
    16

    Automated (Desktop) install solution needed

    Hi all.

    How does one go about automating the interaction between oneself and “ubiquity”, or, more to the point, how does one automate the stuff that interaction with ubiquity, triggers, during install? I need to automate installing Ubuntu *Desktop* from within the live USB environment.

    Specifically:

    * Locales and keyboard
    * WiFi password (not urgent)
    * Username / password
    * Where to install etc.

    Any help greatly appreciated

    I know Microsoft have solutions for Windows for “unattended” installs - I’m looking for that, but for Ubuntu.

    Thanks so much.

  2. #2
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: Automated (Desktop) install solution needed

    UbiquityAutomation states
    With respect to automation, ubiquity, the desktop CD installer, works much in the same way that debian-installer, the alternate CD installer does.
    See Appendix B. Automating the installation using preseeding in the Debian Installation Guide and DebianInstaller/Preseed in the Debian Wiki then.

  3. #3
    Join Date
    May 2010
    Beans
    3,247

    Re: Automated (Desktop) install solution needed

    personally I have a post-install script that sets up most things. If you can formulate the commands needed to setup the system you can do it this way. Another way is to have a central configuration server like chef/puppet and configure new systems that way. If you only have a small number of systems then this is quite overkill (But fun to setup).

  4. #4
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Automated (Desktop) install solution needed

    Setup a Cobbler server. That's just another option. Automation needs vary wildly between doing it once a week and doing 500 a day.
    You can also master your own release. There are Ubuntu tools for that.
    There have been changes in the last year that broke some of the old methods. If you want control over the installation completely, there are bash scripts which can be customized to do all you need based on a debian or Arch manual install methods.

  5. #5
    Join Date
    Nov 2014
    Beans
    16

    Re: Automated (Desktop) install solution needed

    Quote Originally Posted by TheFu View Post
    Setup a Cobbler server. That's just another option. Automation needs vary wildly between doing it once a week and doing 500 a day.
    You can also master your own release. There are Ubuntu tools for that.
    There have been changes in the last year that broke some of the old methods. If you want control over the installation completely, there are bash scripts which can be customized to do all you need based on a debian or Arch manual install methods.
    Would you mind explaining what "Cobbler" is? Many thanks.

  6. #6
    Join Date
    May 2010
    Beans
    3,247

    Re: Automated (Desktop) install solution needed


  7. #7
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Automated (Desktop) install solution needed

    Quote Originally Posted by ActionParsnip View Post
    https://help.ubuntu.com/community/Cobbler
    Alas, https://github.com/cobbler/cobbler/issues/2339, so the cobbler server won't be on Ubuntu today.

    But you should be able to push an ubuntu install from a RHEL Cobbler server, unless the Live-CD broke that.
    Last edited by TheFu; May 11th, 2021 at 10:55 PM.

  8. #8
    Join Date
    Nov 2014
    Beans
    16

    Re: Automated (Desktop) install solution needed

    Quote Originally Posted by ActionParsnip View Post
    thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •