Where can I find precompiled bootloader files (initramfs-linux.img)?

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












-2















I need the boot files (initramfs-linux.img and vmlinuz-linux) from Arch 4.20-1 to fix a system. Is there a standard place where these can be found, or can they only be custom built?



When I look in the git archive for Arch it apparently only has the files to build these files. For example, there is a gen_initramfs_list.sh script that packs the initramfs.



In my case I am working from a different windows machine than the system that needs to be fixed, so it would be a lot easier if I could download a precompiled version and move it to the broken system, rather than have to create an environment to build it.










share|improve this question






















  • Must we have to rebuild initramfs on every system to make it work?

    – Tuyen Pham
    Jan 10 at 7:50






  • 1





    Why not boot a Arch Linux on a USB stick, connect network, mount, chroot and reinstall kernel with Pacman?

    – nwildner
    Jan 10 at 10:07











  • @nwildner Because copying 2 files would be easier.

    – Tyler Durden
    Jan 10 at 22:19











  • Wouldn't than be better if you download the linux package and then unpack it? - wiki.archlinux.org/index.php/offline_installation_of_packages - If your Kernel package is corrupted, that will fix it

    – nwildner
    Jan 10 at 23:29












  • @nwildner Nothing is wrong with the package. The problem is that the version of the initramfs on ESP does not match the installed version. So I need to manually update the initramfs on the ESP partition so that it matches the version of Arch I have installed on the root partition.

    – Tyler Durden
    Jan 10 at 23:41















-2















I need the boot files (initramfs-linux.img and vmlinuz-linux) from Arch 4.20-1 to fix a system. Is there a standard place where these can be found, or can they only be custom built?



When I look in the git archive for Arch it apparently only has the files to build these files. For example, there is a gen_initramfs_list.sh script that packs the initramfs.



In my case I am working from a different windows machine than the system that needs to be fixed, so it would be a lot easier if I could download a precompiled version and move it to the broken system, rather than have to create an environment to build it.










share|improve this question






















  • Must we have to rebuild initramfs on every system to make it work?

    – Tuyen Pham
    Jan 10 at 7:50






  • 1





    Why not boot a Arch Linux on a USB stick, connect network, mount, chroot and reinstall kernel with Pacman?

    – nwildner
    Jan 10 at 10:07











  • @nwildner Because copying 2 files would be easier.

    – Tyler Durden
    Jan 10 at 22:19











  • Wouldn't than be better if you download the linux package and then unpack it? - wiki.archlinux.org/index.php/offline_installation_of_packages - If your Kernel package is corrupted, that will fix it

    – nwildner
    Jan 10 at 23:29












  • @nwildner Nothing is wrong with the package. The problem is that the version of the initramfs on ESP does not match the installed version. So I need to manually update the initramfs on the ESP partition so that it matches the version of Arch I have installed on the root partition.

    – Tyler Durden
    Jan 10 at 23:41













-2












-2








-2








I need the boot files (initramfs-linux.img and vmlinuz-linux) from Arch 4.20-1 to fix a system. Is there a standard place where these can be found, or can they only be custom built?



When I look in the git archive for Arch it apparently only has the files to build these files. For example, there is a gen_initramfs_list.sh script that packs the initramfs.



In my case I am working from a different windows machine than the system that needs to be fixed, so it would be a lot easier if I could download a precompiled version and move it to the broken system, rather than have to create an environment to build it.










share|improve this question














I need the boot files (initramfs-linux.img and vmlinuz-linux) from Arch 4.20-1 to fix a system. Is there a standard place where these can be found, or can they only be custom built?



When I look in the git archive for Arch it apparently only has the files to build these files. For example, there is a gen_initramfs_list.sh script that packs the initramfs.



In my case I am working from a different windows machine than the system that needs to be fixed, so it would be a lot easier if I could download a precompiled version and move it to the broken system, rather than have to create an environment to build it.







arch-linux boot compiling download






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 10 at 7:35









Tyler DurdenTyler Durden

1,59242150




1,59242150












  • Must we have to rebuild initramfs on every system to make it work?

    – Tuyen Pham
    Jan 10 at 7:50






  • 1





    Why not boot a Arch Linux on a USB stick, connect network, mount, chroot and reinstall kernel with Pacman?

    – nwildner
    Jan 10 at 10:07











  • @nwildner Because copying 2 files would be easier.

    – Tyler Durden
    Jan 10 at 22:19











  • Wouldn't than be better if you download the linux package and then unpack it? - wiki.archlinux.org/index.php/offline_installation_of_packages - If your Kernel package is corrupted, that will fix it

    – nwildner
    Jan 10 at 23:29












  • @nwildner Nothing is wrong with the package. The problem is that the version of the initramfs on ESP does not match the installed version. So I need to manually update the initramfs on the ESP partition so that it matches the version of Arch I have installed on the root partition.

    – Tyler Durden
    Jan 10 at 23:41

















  • Must we have to rebuild initramfs on every system to make it work?

    – Tuyen Pham
    Jan 10 at 7:50






  • 1





    Why not boot a Arch Linux on a USB stick, connect network, mount, chroot and reinstall kernel with Pacman?

    – nwildner
    Jan 10 at 10:07











  • @nwildner Because copying 2 files would be easier.

    – Tyler Durden
    Jan 10 at 22:19











  • Wouldn't than be better if you download the linux package and then unpack it? - wiki.archlinux.org/index.php/offline_installation_of_packages - If your Kernel package is corrupted, that will fix it

    – nwildner
    Jan 10 at 23:29












  • @nwildner Nothing is wrong with the package. The problem is that the version of the initramfs on ESP does not match the installed version. So I need to manually update the initramfs on the ESP partition so that it matches the version of Arch I have installed on the root partition.

    – Tyler Durden
    Jan 10 at 23:41
















Must we have to rebuild initramfs on every system to make it work?

– Tuyen Pham
Jan 10 at 7:50





Must we have to rebuild initramfs on every system to make it work?

– Tuyen Pham
Jan 10 at 7:50




1




1





Why not boot a Arch Linux on a USB stick, connect network, mount, chroot and reinstall kernel with Pacman?

– nwildner
Jan 10 at 10:07





Why not boot a Arch Linux on a USB stick, connect network, mount, chroot and reinstall kernel with Pacman?

– nwildner
Jan 10 at 10:07













@nwildner Because copying 2 files would be easier.

– Tyler Durden
Jan 10 at 22:19





@nwildner Because copying 2 files would be easier.

– Tyler Durden
Jan 10 at 22:19













Wouldn't than be better if you download the linux package and then unpack it? - wiki.archlinux.org/index.php/offline_installation_of_packages - If your Kernel package is corrupted, that will fix it

– nwildner
Jan 10 at 23:29






Wouldn't than be better if you download the linux package and then unpack it? - wiki.archlinux.org/index.php/offline_installation_of_packages - If your Kernel package is corrupted, that will fix it

– nwildner
Jan 10 at 23:29














@nwildner Nothing is wrong with the package. The problem is that the version of the initramfs on ESP does not match the installed version. So I need to manually update the initramfs on the ESP partition so that it matches the version of Arch I have installed on the root partition.

– Tyler Durden
Jan 10 at 23:41





@nwildner Nothing is wrong with the package. The problem is that the version of the initramfs on ESP does not match the installed version. So I need to manually update the initramfs on the ESP partition so that it matches the version of Arch I have installed on the root partition.

– Tyler Durden
Jan 10 at 23:41










1 Answer
1






active

oldest

votes


















0














I searched around and could not find any repository with pre-compiled boot files for Arch.



In my case I was able to fix the system anyway because the updated boot files were in the (ext4) /boot directory. So the problem was just to copy those files to the (unmounted) EFI directory containing the "real" boot files on the VFAT partition. So, I mounted the EFI partition and copied the files and the system booted normally after that.






share|improve this answer






















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    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: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f493625%2fwhere-can-i-find-precompiled-bootloader-files-initramfs-linux-img%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I searched around and could not find any repository with pre-compiled boot files for Arch.



    In my case I was able to fix the system anyway because the updated boot files were in the (ext4) /boot directory. So the problem was just to copy those files to the (unmounted) EFI directory containing the "real" boot files on the VFAT partition. So, I mounted the EFI partition and copied the files and the system booted normally after that.






    share|improve this answer



























      0














      I searched around and could not find any repository with pre-compiled boot files for Arch.



      In my case I was able to fix the system anyway because the updated boot files were in the (ext4) /boot directory. So the problem was just to copy those files to the (unmounted) EFI directory containing the "real" boot files on the VFAT partition. So, I mounted the EFI partition and copied the files and the system booted normally after that.






      share|improve this answer

























        0












        0








        0







        I searched around and could not find any repository with pre-compiled boot files for Arch.



        In my case I was able to fix the system anyway because the updated boot files were in the (ext4) /boot directory. So the problem was just to copy those files to the (unmounted) EFI directory containing the "real" boot files on the VFAT partition. So, I mounted the EFI partition and copied the files and the system booted normally after that.






        share|improve this answer













        I searched around and could not find any repository with pre-compiled boot files for Arch.



        In my case I was able to fix the system anyway because the updated boot files were in the (ext4) /boot directory. So the problem was just to copy those files to the (unmounted) EFI directory containing the "real" boot files on the VFAT partition. So, I mounted the EFI partition and copied the files and the system booted normally after that.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 11 at 1:47









        Tyler DurdenTyler Durden

        1,59242150




        1,59242150



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • 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%2funix.stackexchange.com%2fquestions%2f493625%2fwhere-can-i-find-precompiled-bootloader-files-initramfs-linux-img%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

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)