How can I customize the Ubuntu installer?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
14
down vote

favorite
8












I would like to know how can I customize the Ubuntu installer NOT customize Ubuntu, I just want to modify the installer.



We have a large environment here with lots of developers and since we don't use Windows, I want to customize the installer to automatically set the timezone to NYC, the keyboard layout to English USA, put the company logo in the installer etc...







share|improve this question


























    up vote
    14
    down vote

    favorite
    8












    I would like to know how can I customize the Ubuntu installer NOT customize Ubuntu, I just want to modify the installer.



    We have a large environment here with lots of developers and since we don't use Windows, I want to customize the installer to automatically set the timezone to NYC, the keyboard layout to English USA, put the company logo in the installer etc...







    share|improve this question
























      up vote
      14
      down vote

      favorite
      8









      up vote
      14
      down vote

      favorite
      8






      8





      I would like to know how can I customize the Ubuntu installer NOT customize Ubuntu, I just want to modify the installer.



      We have a large environment here with lots of developers and since we don't use Windows, I want to customize the installer to automatically set the timezone to NYC, the keyboard layout to English USA, put the company logo in the installer etc...







      share|improve this question














      I would like to know how can I customize the Ubuntu installer NOT customize Ubuntu, I just want to modify the installer.



      We have a large environment here with lots of developers and since we don't use Windows, I want to customize the installer to automatically set the timezone to NYC, the keyboard layout to English USA, put the company logo in the installer etc...









      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 19 '14 at 1:43









      Elder Geek

      25.3k949120




      25.3k949120










      asked Nov 29 '11 at 19:22









      aki

      67941433




      67941433




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          9
          down vote



          accepted










          I installed ubiquity:



          sudo apt-get install ubiquity ubiquity-casper ubiquity-slideshow-ubuntu ubiquity-frontend-gtk


          and I made some modification to it. Since it is all HTML files it is very easy to customize.






          share|improve this answer


















          • 1




            What exactly did you modify? i.e. Which files?
            – Oxwivi
            Dec 12 '11 at 13:24






          • 5




            everything in /usr/share/ubiquity-slideshow
            – aki
            Dec 12 '11 at 13:31

















          up vote
          4
          down vote













          For most of it you don't need to modify the installer, debian-installer provides facilities to automate installation by passing a few configurations to it; this is called preseeding:



          • https://help.ubuntu.com/lts/installation-guide/amd64/apb.html

          You can do this via network installs or a custom boot USB or whatever.






          share|improve this answer






















          • added a link to update your excellent answer.
            – Elder Geek
            Jun 19 '14 at 1:27










          • @Jorge Castro Links not working !
            – ankit7540
            Dec 20 '16 at 6:14










          • @ankit7540 Fixed, thanks!
            – Jorge Castro
            Dec 20 '16 at 16:17

















          up vote
          1
          down vote













          Ubuntu Customization Kit (UCK) -- http://uck.sourceforge.net/ (It is available in software center as well) is the easiest way I've come across. Try it you can use it in a day. Just follow the steps and you have customized installation :)



          Remastersys -- http://remastersys.sourceforge.net/ is another way of doing things (but mostly used for backups than installation)
          You basically install system and extra packages, change configurations.
          Then use Remastersys to create installer disk from that installation -- Be warned though installation disk can grow significantly in size.



          And if you are feeling very adventures look at Linux from scratch (LFS) -- http://www.linuxfromscratch.org/






          share|improve this answer






















          • these customize the installer? or ubuntu?
            – aki
            Nov 29 '11 at 20:05










          • they all customize installer, for customizing Ubuntu itself there are way more sources to list here. LFS customize pretty much any linux distro but will take way too much time just to understand it. I would say try UCK its available in software center as well, very easy to create own installation CDs :)
            – wisemonkey
            Nov 29 '11 at 20:09










          • with uck you can change the installer, customize screen, add logo etc..?
            – aki
            Nov 29 '11 at 20:34










          • I've added wallpaper and custom login screen. I'm pretty sure u can find way to change logo (I didn't try it though)
            – wisemonkey
            Nov 29 '11 at 20:37






          • 1




            i tried UCK but I couldn't find anywhere i can change the installer , is there a script i need to create? - i need to change text in the installer to put my intranet link with my company logo
            – aki
            Nov 30 '11 at 15:47










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f83809%2fhow-can-i-customize-the-ubuntu-installer%23new-answer', 'question_page');

          );

          Post as a guest






























          3 Answers
          3






          active

          oldest

          votes








          3 Answers
          3






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          9
          down vote



          accepted










          I installed ubiquity:



          sudo apt-get install ubiquity ubiquity-casper ubiquity-slideshow-ubuntu ubiquity-frontend-gtk


          and I made some modification to it. Since it is all HTML files it is very easy to customize.






          share|improve this answer


















          • 1




            What exactly did you modify? i.e. Which files?
            – Oxwivi
            Dec 12 '11 at 13:24






          • 5




            everything in /usr/share/ubiquity-slideshow
            – aki
            Dec 12 '11 at 13:31














          up vote
          9
          down vote



          accepted










          I installed ubiquity:



          sudo apt-get install ubiquity ubiquity-casper ubiquity-slideshow-ubuntu ubiquity-frontend-gtk


          and I made some modification to it. Since it is all HTML files it is very easy to customize.






          share|improve this answer


















          • 1




            What exactly did you modify? i.e. Which files?
            – Oxwivi
            Dec 12 '11 at 13:24






          • 5




            everything in /usr/share/ubiquity-slideshow
            – aki
            Dec 12 '11 at 13:31












          up vote
          9
          down vote



          accepted







          up vote
          9
          down vote



          accepted






          I installed ubiquity:



          sudo apt-get install ubiquity ubiquity-casper ubiquity-slideshow-ubuntu ubiquity-frontend-gtk


          and I made some modification to it. Since it is all HTML files it is very easy to customize.






          share|improve this answer














          I installed ubiquity:



          sudo apt-get install ubiquity ubiquity-casper ubiquity-slideshow-ubuntu ubiquity-frontend-gtk


          and I made some modification to it. Since it is all HTML files it is very easy to customize.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jul 11 '13 at 2:32









          Seth♦

          32.4k24109157




          32.4k24109157










          answered Dec 12 '11 at 13:08









          aki

          67941433




          67941433







          • 1




            What exactly did you modify? i.e. Which files?
            – Oxwivi
            Dec 12 '11 at 13:24






          • 5




            everything in /usr/share/ubiquity-slideshow
            – aki
            Dec 12 '11 at 13:31












          • 1




            What exactly did you modify? i.e. Which files?
            – Oxwivi
            Dec 12 '11 at 13:24






          • 5




            everything in /usr/share/ubiquity-slideshow
            – aki
            Dec 12 '11 at 13:31







          1




          1




          What exactly did you modify? i.e. Which files?
          – Oxwivi
          Dec 12 '11 at 13:24




          What exactly did you modify? i.e. Which files?
          – Oxwivi
          Dec 12 '11 at 13:24




          5




          5




          everything in /usr/share/ubiquity-slideshow
          – aki
          Dec 12 '11 at 13:31




          everything in /usr/share/ubiquity-slideshow
          – aki
          Dec 12 '11 at 13:31












          up vote
          4
          down vote













          For most of it you don't need to modify the installer, debian-installer provides facilities to automate installation by passing a few configurations to it; this is called preseeding:



          • https://help.ubuntu.com/lts/installation-guide/amd64/apb.html

          You can do this via network installs or a custom boot USB or whatever.






          share|improve this answer






















          • added a link to update your excellent answer.
            – Elder Geek
            Jun 19 '14 at 1:27










          • @Jorge Castro Links not working !
            – ankit7540
            Dec 20 '16 at 6:14










          • @ankit7540 Fixed, thanks!
            – Jorge Castro
            Dec 20 '16 at 16:17














          up vote
          4
          down vote













          For most of it you don't need to modify the installer, debian-installer provides facilities to automate installation by passing a few configurations to it; this is called preseeding:



          • https://help.ubuntu.com/lts/installation-guide/amd64/apb.html

          You can do this via network installs or a custom boot USB or whatever.






          share|improve this answer






















          • added a link to update your excellent answer.
            – Elder Geek
            Jun 19 '14 at 1:27










          • @Jorge Castro Links not working !
            – ankit7540
            Dec 20 '16 at 6:14










          • @ankit7540 Fixed, thanks!
            – Jorge Castro
            Dec 20 '16 at 16:17












          up vote
          4
          down vote










          up vote
          4
          down vote









          For most of it you don't need to modify the installer, debian-installer provides facilities to automate installation by passing a few configurations to it; this is called preseeding:



          • https://help.ubuntu.com/lts/installation-guide/amd64/apb.html

          You can do this via network installs or a custom boot USB or whatever.






          share|improve this answer














          For most of it you don't need to modify the installer, debian-installer provides facilities to automate installation by passing a few configurations to it; this is called preseeding:



          • https://help.ubuntu.com/lts/installation-guide/amd64/apb.html

          You can do this via network installs or a custom boot USB or whatever.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Dec 20 '16 at 16:17

























          answered Nov 29 '11 at 19:51









          Jorge Castro

          34.6k104421614




          34.6k104421614











          • added a link to update your excellent answer.
            – Elder Geek
            Jun 19 '14 at 1:27










          • @Jorge Castro Links not working !
            – ankit7540
            Dec 20 '16 at 6:14










          • @ankit7540 Fixed, thanks!
            – Jorge Castro
            Dec 20 '16 at 16:17
















          • added a link to update your excellent answer.
            – Elder Geek
            Jun 19 '14 at 1:27










          • @Jorge Castro Links not working !
            – ankit7540
            Dec 20 '16 at 6:14










          • @ankit7540 Fixed, thanks!
            – Jorge Castro
            Dec 20 '16 at 16:17















          added a link to update your excellent answer.
          – Elder Geek
          Jun 19 '14 at 1:27




          added a link to update your excellent answer.
          – Elder Geek
          Jun 19 '14 at 1:27












          @Jorge Castro Links not working !
          – ankit7540
          Dec 20 '16 at 6:14




          @Jorge Castro Links not working !
          – ankit7540
          Dec 20 '16 at 6:14












          @ankit7540 Fixed, thanks!
          – Jorge Castro
          Dec 20 '16 at 16:17




          @ankit7540 Fixed, thanks!
          – Jorge Castro
          Dec 20 '16 at 16:17










          up vote
          1
          down vote













          Ubuntu Customization Kit (UCK) -- http://uck.sourceforge.net/ (It is available in software center as well) is the easiest way I've come across. Try it you can use it in a day. Just follow the steps and you have customized installation :)



          Remastersys -- http://remastersys.sourceforge.net/ is another way of doing things (but mostly used for backups than installation)
          You basically install system and extra packages, change configurations.
          Then use Remastersys to create installer disk from that installation -- Be warned though installation disk can grow significantly in size.



          And if you are feeling very adventures look at Linux from scratch (LFS) -- http://www.linuxfromscratch.org/






          share|improve this answer






















          • these customize the installer? or ubuntu?
            – aki
            Nov 29 '11 at 20:05










          • they all customize installer, for customizing Ubuntu itself there are way more sources to list here. LFS customize pretty much any linux distro but will take way too much time just to understand it. I would say try UCK its available in software center as well, very easy to create own installation CDs :)
            – wisemonkey
            Nov 29 '11 at 20:09










          • with uck you can change the installer, customize screen, add logo etc..?
            – aki
            Nov 29 '11 at 20:34










          • I've added wallpaper and custom login screen. I'm pretty sure u can find way to change logo (I didn't try it though)
            – wisemonkey
            Nov 29 '11 at 20:37






          • 1




            i tried UCK but I couldn't find anywhere i can change the installer , is there a script i need to create? - i need to change text in the installer to put my intranet link with my company logo
            – aki
            Nov 30 '11 at 15:47














          up vote
          1
          down vote













          Ubuntu Customization Kit (UCK) -- http://uck.sourceforge.net/ (It is available in software center as well) is the easiest way I've come across. Try it you can use it in a day. Just follow the steps and you have customized installation :)



          Remastersys -- http://remastersys.sourceforge.net/ is another way of doing things (but mostly used for backups than installation)
          You basically install system and extra packages, change configurations.
          Then use Remastersys to create installer disk from that installation -- Be warned though installation disk can grow significantly in size.



          And if you are feeling very adventures look at Linux from scratch (LFS) -- http://www.linuxfromscratch.org/






          share|improve this answer






















          • these customize the installer? or ubuntu?
            – aki
            Nov 29 '11 at 20:05










          • they all customize installer, for customizing Ubuntu itself there are way more sources to list here. LFS customize pretty much any linux distro but will take way too much time just to understand it. I would say try UCK its available in software center as well, very easy to create own installation CDs :)
            – wisemonkey
            Nov 29 '11 at 20:09










          • with uck you can change the installer, customize screen, add logo etc..?
            – aki
            Nov 29 '11 at 20:34










          • I've added wallpaper and custom login screen. I'm pretty sure u can find way to change logo (I didn't try it though)
            – wisemonkey
            Nov 29 '11 at 20:37






          • 1




            i tried UCK but I couldn't find anywhere i can change the installer , is there a script i need to create? - i need to change text in the installer to put my intranet link with my company logo
            – aki
            Nov 30 '11 at 15:47












          up vote
          1
          down vote










          up vote
          1
          down vote









          Ubuntu Customization Kit (UCK) -- http://uck.sourceforge.net/ (It is available in software center as well) is the easiest way I've come across. Try it you can use it in a day. Just follow the steps and you have customized installation :)



          Remastersys -- http://remastersys.sourceforge.net/ is another way of doing things (but mostly used for backups than installation)
          You basically install system and extra packages, change configurations.
          Then use Remastersys to create installer disk from that installation -- Be warned though installation disk can grow significantly in size.



          And if you are feeling very adventures look at Linux from scratch (LFS) -- http://www.linuxfromscratch.org/






          share|improve this answer














          Ubuntu Customization Kit (UCK) -- http://uck.sourceforge.net/ (It is available in software center as well) is the easiest way I've come across. Try it you can use it in a day. Just follow the steps and you have customized installation :)



          Remastersys -- http://remastersys.sourceforge.net/ is another way of doing things (but mostly used for backups than installation)
          You basically install system and extra packages, change configurations.
          Then use Remastersys to create installer disk from that installation -- Be warned though installation disk can grow significantly in size.



          And if you are feeling very adventures look at Linux from scratch (LFS) -- http://www.linuxfromscratch.org/







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 29 '11 at 20:10

























          answered Nov 29 '11 at 19:38









          wisemonkey

          1,75852034




          1,75852034











          • these customize the installer? or ubuntu?
            – aki
            Nov 29 '11 at 20:05










          • they all customize installer, for customizing Ubuntu itself there are way more sources to list here. LFS customize pretty much any linux distro but will take way too much time just to understand it. I would say try UCK its available in software center as well, very easy to create own installation CDs :)
            – wisemonkey
            Nov 29 '11 at 20:09










          • with uck you can change the installer, customize screen, add logo etc..?
            – aki
            Nov 29 '11 at 20:34










          • I've added wallpaper and custom login screen. I'm pretty sure u can find way to change logo (I didn't try it though)
            – wisemonkey
            Nov 29 '11 at 20:37






          • 1




            i tried UCK but I couldn't find anywhere i can change the installer , is there a script i need to create? - i need to change text in the installer to put my intranet link with my company logo
            – aki
            Nov 30 '11 at 15:47
















          • these customize the installer? or ubuntu?
            – aki
            Nov 29 '11 at 20:05










          • they all customize installer, for customizing Ubuntu itself there are way more sources to list here. LFS customize pretty much any linux distro but will take way too much time just to understand it. I would say try UCK its available in software center as well, very easy to create own installation CDs :)
            – wisemonkey
            Nov 29 '11 at 20:09










          • with uck you can change the installer, customize screen, add logo etc..?
            – aki
            Nov 29 '11 at 20:34










          • I've added wallpaper and custom login screen. I'm pretty sure u can find way to change logo (I didn't try it though)
            – wisemonkey
            Nov 29 '11 at 20:37






          • 1




            i tried UCK but I couldn't find anywhere i can change the installer , is there a script i need to create? - i need to change text in the installer to put my intranet link with my company logo
            – aki
            Nov 30 '11 at 15:47















          these customize the installer? or ubuntu?
          – aki
          Nov 29 '11 at 20:05




          these customize the installer? or ubuntu?
          – aki
          Nov 29 '11 at 20:05












          they all customize installer, for customizing Ubuntu itself there are way more sources to list here. LFS customize pretty much any linux distro but will take way too much time just to understand it. I would say try UCK its available in software center as well, very easy to create own installation CDs :)
          – wisemonkey
          Nov 29 '11 at 20:09




          they all customize installer, for customizing Ubuntu itself there are way more sources to list here. LFS customize pretty much any linux distro but will take way too much time just to understand it. I would say try UCK its available in software center as well, very easy to create own installation CDs :)
          – wisemonkey
          Nov 29 '11 at 20:09












          with uck you can change the installer, customize screen, add logo etc..?
          – aki
          Nov 29 '11 at 20:34




          with uck you can change the installer, customize screen, add logo etc..?
          – aki
          Nov 29 '11 at 20:34












          I've added wallpaper and custom login screen. I'm pretty sure u can find way to change logo (I didn't try it though)
          – wisemonkey
          Nov 29 '11 at 20:37




          I've added wallpaper and custom login screen. I'm pretty sure u can find way to change logo (I didn't try it though)
          – wisemonkey
          Nov 29 '11 at 20:37




          1




          1




          i tried UCK but I couldn't find anywhere i can change the installer , is there a script i need to create? - i need to change text in the installer to put my intranet link with my company logo
          – aki
          Nov 30 '11 at 15:47




          i tried UCK but I couldn't find anywhere i can change the installer , is there a script i need to create? - i need to change text in the installer to put my intranet link with my company logo
          – aki
          Nov 30 '11 at 15:47

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f83809%2fhow-can-i-customize-the-ubuntu-installer%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491