LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to correct "Grub Loading stage 1.5 Error 21?" (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-correct-grub-loading-stage-1-5-error-21-a-4175476083/)

PaulieinBrihtin 09-05-2013 03:48 PM

How to correct "Grub Loading stage 1.5 Error 21?"
 
Hi,

Recently installed Linux to an external HD. Now whenever I want to run Windows, if the external is not plugged in get the above error. If it is plugged in, the BIOS comes up and I need to select which platform to run. I believe it is a partitioning issue which I did not do when installing. The laptop does not seem to recognize the HD. Please help.

yancek 09-05-2013 04:31 PM

Which Linux? There are well oveer 500 different distributions.
Which windows? There are a of those also.
No, I doubt that it is a partitioning issue. What you are describing is what one would expect if you installed your unknown Linux distribution on a hard drive and installed part of its bootloader to the master boot record of the internal hard drive. That is the default with most (Linux, windows, other) operating systems. You wouldn't happen to know what you did? If you didn't make any changes to the bootloader installation during the installation, I expect that is what happens.

Answers to the above questions would be a good starting point. If you are able to boot whichever Linux you are using and know how to access a terminal/konsole, do that and log in as the root user and run this command: fdisk -l(Lower case Letter L in the command) and post the output here.

jpollard 09-05-2013 09:09 PM

Very likely this is grub legacy --- (guessing here) -- and the reason it can't load stage 1.5 is that it isn't on the disk you are booting from.

Normally, stage 1.5 is part of the extended boot sector, but it is possible Windows has wiped it (or the extended boot sector doesn't exist). When that happens grub attempts to load it from the disk containing the grub binaries, which happens to not be installed.


All times are GMT -5. The time now is 06:17 PM.