build custom ubuntu just like officicalBuild a custom Ubuntu based distributionHow to build my custom Ubuntu...

What is the purpose of easy combat scenarios that don't need resource expenditure?

Why is working on the same position for more than 15 years not a red flag?

Can you tell from a blurry photo if focus was too close or too far?

How to deal with an incendiary email that was recalled

Convert exam marks to overall grade

Do theoretical physics suggest that gravity is the exchange of gravitons or deformation/bending of spacetime?

Why was Lupin comfortable with saying Voldemort's name?

Using only 1s, make 29 with the minimum number of digits

What is the wife of a henpecked husband called?

Why are the books in the Game of Thrones citadel library shelved spine inwards?

Is there a weight limit to Feather Fall?

How to make ice magic work from a scientific point of view?

Early credit roll before the end of the film

What incentives do banks have to gather up loans into pools (backed by Ginnie Mae)and selling them?

Move fast ...... Or you will lose

Nested word series [humans only]

SET NOCOUNT Error in handling SQL call after upgrade

What evolutionary advantage do viruses have in host specificity?

Can we harness gravitational potential energy?

Can I make estimated tax payments instead of withholding from my paycheck?

What are the exceptions to Natural Selection?

Difference between i++ and (i)++ in C

Why am I able to open Wireshark in macOS without root privileges?

Use two 8s and two 3s to make the number 24



build custom ubuntu just like officical


Build a custom Ubuntu based distributionHow to build my custom Ubuntu using Minimal CDAre the Ubuntu ISO images updated From release .ubuntu.comError During Apt-Mirror Unattended Install Of Ubuntu Server 12.04 Over Network Using PXECompleting a “minimal virtual machine” install with a kickstart file14.04.1 server install without internet accessCannot download file using wgetHow to correctly install/update a .deb 3rd party driver on Ubuntu 16.04.2 TLS Server (mpt3sas v15)?Ubuntu Server installation fails on Thinkpad 400 laptopHow is the sources.list file generated on installation?













0















I build a custom ubuntu server iso, with my program, new driver like nvidia, some sys-conf file, and my cust-preseed-file. And it do work perfact. The kernel of installer is 4.4.0-21, and the OS (be installed) kernel is 4.4.0-139. All files I needed can be found in ubuntu mirror.
I support cdrom & PXE mode use the same kernel(4.4.0-21) and the same initrd.gz .



But, I notice that the official ubuntu server iso was updated! The kernel of installer is updated to 4.4.0-131, and it support new raid-card which i not support (but I need, I want, very urgent). I check the version of installer-kernel in mirror, still is 4.4.0-21.



the url I used in mirror:




  • kernel : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/vmlinuz

  • initrd.gz : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/initrd.gz

  • installer files : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/debian-cd_info.tar.gz
    isolinux: installed by apt

  • deb & udeb : wget by multistrap(to use the lastest deb), and build by reprepro.

  • build iso : xorriso -as mkisofs


question 1:
how offical update installer-kernel, where can i update too?



question 2:
how add new driver for new raid? I dont want to change initrd.gz(but it is works), or where can i find a new version of initrd.gz?



question 3:
can I use the same version kernel , both installer-kernel and os-kernel?



question 4:
can I build a iso as same as ubuntu official? I search so many solution with google, all of the is to "change" the official iso file.



I just want add kernel, initrd.gz, new repo, preseed file all togeter, and build a uefi+mbr bootable iso.



question 5:
How to use subiquity for ubuntu 16.04?



question 6:
How can use the lastest version of debian-installer for ubuntu 16.04?
(to support new hardware)



ps:
bad english, but I hope you can help me.
thanks









share







New contributor




radio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I build a custom ubuntu server iso, with my program, new driver like nvidia, some sys-conf file, and my cust-preseed-file. And it do work perfact. The kernel of installer is 4.4.0-21, and the OS (be installed) kernel is 4.4.0-139. All files I needed can be found in ubuntu mirror.
    I support cdrom & PXE mode use the same kernel(4.4.0-21) and the same initrd.gz .



    But, I notice that the official ubuntu server iso was updated! The kernel of installer is updated to 4.4.0-131, and it support new raid-card which i not support (but I need, I want, very urgent). I check the version of installer-kernel in mirror, still is 4.4.0-21.



    the url I used in mirror:




    • kernel : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/vmlinuz

    • initrd.gz : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/initrd.gz

    • installer files : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/debian-cd_info.tar.gz
      isolinux: installed by apt

    • deb & udeb : wget by multistrap(to use the lastest deb), and build by reprepro.

    • build iso : xorriso -as mkisofs


    question 1:
    how offical update installer-kernel, where can i update too?



    question 2:
    how add new driver for new raid? I dont want to change initrd.gz(but it is works), or where can i find a new version of initrd.gz?



    question 3:
    can I use the same version kernel , both installer-kernel and os-kernel?



    question 4:
    can I build a iso as same as ubuntu official? I search so many solution with google, all of the is to "change" the official iso file.



    I just want add kernel, initrd.gz, new repo, preseed file all togeter, and build a uefi+mbr bootable iso.



    question 5:
    How to use subiquity for ubuntu 16.04?



    question 6:
    How can use the lastest version of debian-installer for ubuntu 16.04?
    (to support new hardware)



    ps:
    bad english, but I hope you can help me.
    thanks









    share







    New contributor




    radio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I build a custom ubuntu server iso, with my program, new driver like nvidia, some sys-conf file, and my cust-preseed-file. And it do work perfact. The kernel of installer is 4.4.0-21, and the OS (be installed) kernel is 4.4.0-139. All files I needed can be found in ubuntu mirror.
      I support cdrom & PXE mode use the same kernel(4.4.0-21) and the same initrd.gz .



      But, I notice that the official ubuntu server iso was updated! The kernel of installer is updated to 4.4.0-131, and it support new raid-card which i not support (but I need, I want, very urgent). I check the version of installer-kernel in mirror, still is 4.4.0-21.



      the url I used in mirror:




      • kernel : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/vmlinuz

      • initrd.gz : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/initrd.gz

      • installer files : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/debian-cd_info.tar.gz
        isolinux: installed by apt

      • deb & udeb : wget by multistrap(to use the lastest deb), and build by reprepro.

      • build iso : xorriso -as mkisofs


      question 1:
      how offical update installer-kernel, where can i update too?



      question 2:
      how add new driver for new raid? I dont want to change initrd.gz(but it is works), or where can i find a new version of initrd.gz?



      question 3:
      can I use the same version kernel , both installer-kernel and os-kernel?



      question 4:
      can I build a iso as same as ubuntu official? I search so many solution with google, all of the is to "change" the official iso file.



      I just want add kernel, initrd.gz, new repo, preseed file all togeter, and build a uefi+mbr bootable iso.



      question 5:
      How to use subiquity for ubuntu 16.04?



      question 6:
      How can use the lastest version of debian-installer for ubuntu 16.04?
      (to support new hardware)



      ps:
      bad english, but I hope you can help me.
      thanks









      share







      New contributor




      radio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I build a custom ubuntu server iso, with my program, new driver like nvidia, some sys-conf file, and my cust-preseed-file. And it do work perfact. The kernel of installer is 4.4.0-21, and the OS (be installed) kernel is 4.4.0-139. All files I needed can be found in ubuntu mirror.
      I support cdrom & PXE mode use the same kernel(4.4.0-21) and the same initrd.gz .



      But, I notice that the official ubuntu server iso was updated! The kernel of installer is updated to 4.4.0-131, and it support new raid-card which i not support (but I need, I want, very urgent). I check the version of installer-kernel in mirror, still is 4.4.0-21.



      the url I used in mirror:




      • kernel : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/vmlinuz

      • initrd.gz : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/initrd.gz

      • installer files : http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/cdrom/debian-cd_info.tar.gz
        isolinux: installed by apt

      • deb & udeb : wget by multistrap(to use the lastest deb), and build by reprepro.

      • build iso : xorriso -as mkisofs


      question 1:
      how offical update installer-kernel, where can i update too?



      question 2:
      how add new driver for new raid? I dont want to change initrd.gz(but it is works), or where can i find a new version of initrd.gz?



      question 3:
      can I use the same version kernel , both installer-kernel and os-kernel?



      question 4:
      can I build a iso as same as ubuntu official? I search so many solution with google, all of the is to "change" the official iso file.



      I just want add kernel, initrd.gz, new repo, preseed file all togeter, and build a uefi+mbr bootable iso.



      question 5:
      How to use subiquity for ubuntu 16.04?



      question 6:
      How can use the lastest version of debian-installer for ubuntu 16.04?
      (to support new hardware)



      ps:
      bad english, but I hope you can help me.
      thanks







      server iso customization





      share







      New contributor




      radio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      radio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      radio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 mins ago









      radioradio

      11




      11




      New contributor




      radio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      radio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      radio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          radio is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121873%2fbuild-custom-ubuntu-just-like-officical%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          radio is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          radio is a new contributor. Be nice, and check out our Code of Conduct.













          radio is a new contributor. Be nice, and check out our Code of Conduct.












          radio is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121873%2fbuild-custom-ubuntu-just-like-officical%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...