Error 15 after manually installing Ubuntu 12.04 dualboot windows 7





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















(this post contains as the same as my preceding post on Grub rescue problem after installing Ubuntu 12.04 LTS since I've post it on the wrong place)



Thanks God I found this page. I'm a newby from Indonesia, and I have a laptop with 2 OSes (7 and Precise) installed. I have installed Ubuntu 12.04 manually by replacing Blankon 4.0's (an Ubuntu-based Indonesian distro) partition. I made /boot mountpoint and then chose it as the place for bootloading. As the result, I've been experiencing error 15 until now, and I have to boot my laptop from Paragon rescue kit every time I want to use it. Is there any way to solve the problem? Terima kasih (Thanks)










share|improve this question































    0















    (this post contains as the same as my preceding post on Grub rescue problem after installing Ubuntu 12.04 LTS since I've post it on the wrong place)



    Thanks God I found this page. I'm a newby from Indonesia, and I have a laptop with 2 OSes (7 and Precise) installed. I have installed Ubuntu 12.04 manually by replacing Blankon 4.0's (an Ubuntu-based Indonesian distro) partition. I made /boot mountpoint and then chose it as the place for bootloading. As the result, I've been experiencing error 15 until now, and I have to boot my laptop from Paragon rescue kit every time I want to use it. Is there any way to solve the problem? Terima kasih (Thanks)










    share|improve this question



























      0












      0








      0








      (this post contains as the same as my preceding post on Grub rescue problem after installing Ubuntu 12.04 LTS since I've post it on the wrong place)



      Thanks God I found this page. I'm a newby from Indonesia, and I have a laptop with 2 OSes (7 and Precise) installed. I have installed Ubuntu 12.04 manually by replacing Blankon 4.0's (an Ubuntu-based Indonesian distro) partition. I made /boot mountpoint and then chose it as the place for bootloading. As the result, I've been experiencing error 15 until now, and I have to boot my laptop from Paragon rescue kit every time I want to use it. Is there any way to solve the problem? Terima kasih (Thanks)










      share|improve this question
















      (this post contains as the same as my preceding post on Grub rescue problem after installing Ubuntu 12.04 LTS since I've post it on the wrong place)



      Thanks God I found this page. I'm a newby from Indonesia, and I have a laptop with 2 OSes (7 and Precise) installed. I have installed Ubuntu 12.04 manually by replacing Blankon 4.0's (an Ubuntu-based Indonesian distro) partition. I made /boot mountpoint and then chose it as the place for bootloading. As the result, I've been experiencing error 15 until now, and I have to boot my laptop from Paragon rescue kit every time I want to use it. Is there any way to solve the problem? Terima kasih (Thanks)







      12.04 grub2 dual-boot






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 13 '17 at 12:24









      Community

      1




      1










      asked May 9 '12 at 4:33









      indraismeindraisme

      112




      112






















          1 Answer
          1






          active

          oldest

          votes


















          0














          "I made /boot mountpoint and then chose it as the place for bootloading."



          That is the problem. The "error 15" is coming from an old grub legacy installation, Ubuntu has used grub2 for years now. What's happening is that you incorrectly installed grub's boot sector to a partition, while grub's boot sector should always go in the MBR. Boot Ubuntu then run sudo grub-install /dev/sdX where "X" is replaced with the letter of the drive you want grub installed to , like "sda" not a partition like "sda1". If you can only boot a LiveCD/USB system then you'll need to follow these instructions: https://help.ubuntu.com/community/Grub2#ChRoot .






          share|improve this answer
























            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f134207%2ferror-15-after-manually-installing-ubuntu-12-04-dualboot-windows-7%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 made /boot mountpoint and then chose it as the place for bootloading."



            That is the problem. The "error 15" is coming from an old grub legacy installation, Ubuntu has used grub2 for years now. What's happening is that you incorrectly installed grub's boot sector to a partition, while grub's boot sector should always go in the MBR. Boot Ubuntu then run sudo grub-install /dev/sdX where "X" is replaced with the letter of the drive you want grub installed to , like "sda" not a partition like "sda1". If you can only boot a LiveCD/USB system then you'll need to follow these instructions: https://help.ubuntu.com/community/Grub2#ChRoot .






            share|improve this answer




























              0














              "I made /boot mountpoint and then chose it as the place for bootloading."



              That is the problem. The "error 15" is coming from an old grub legacy installation, Ubuntu has used grub2 for years now. What's happening is that you incorrectly installed grub's boot sector to a partition, while grub's boot sector should always go in the MBR. Boot Ubuntu then run sudo grub-install /dev/sdX where "X" is replaced with the letter of the drive you want grub installed to , like "sda" not a partition like "sda1". If you can only boot a LiveCD/USB system then you'll need to follow these instructions: https://help.ubuntu.com/community/Grub2#ChRoot .






              share|improve this answer


























                0












                0








                0







                "I made /boot mountpoint and then chose it as the place for bootloading."



                That is the problem. The "error 15" is coming from an old grub legacy installation, Ubuntu has used grub2 for years now. What's happening is that you incorrectly installed grub's boot sector to a partition, while grub's boot sector should always go in the MBR. Boot Ubuntu then run sudo grub-install /dev/sdX where "X" is replaced with the letter of the drive you want grub installed to , like "sda" not a partition like "sda1". If you can only boot a LiveCD/USB system then you'll need to follow these instructions: https://help.ubuntu.com/community/Grub2#ChRoot .






                share|improve this answer













                "I made /boot mountpoint and then chose it as the place for bootloading."



                That is the problem. The "error 15" is coming from an old grub legacy installation, Ubuntu has used grub2 for years now. What's happening is that you incorrectly installed grub's boot sector to a partition, while grub's boot sector should always go in the MBR. Boot Ubuntu then run sudo grub-install /dev/sdX where "X" is replaced with the letter of the drive you want grub installed to , like "sda" not a partition like "sda1". If you can only boot a LiveCD/USB system then you'll need to follow these instructions: https://help.ubuntu.com/community/Grub2#ChRoot .







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 11 '12 at 2:22









                Jordan UgglaJordan Uggla

                3,30111316




                3,30111316






























                    draft saved

                    draft discarded




















































                    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%2f134207%2ferror-15-after-manually-installing-ubuntu-12-04-dualboot-windows-7%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

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局