|
|
#1 |
|
Registered User
Join Date: Jul 2008
Location: Hilo, Hawaii
Posts: 51
Credits: 235
![]() |
Error 71: What is it?
I have a Toshiba 1135 notebook that has been running Ubuntu 8.10. I want to give it to my granddaughter and tried to install the original WIN XP restore CD set. The install seemed to go fine, announcing that it was going to wipe the drive, and then asking for the other CDs and then finishing. On reboot, I get this message:
GRUB Loading stage 1.5 GRUB Loading please wait ERROR 71 Can anybody help me with this? Is this an Ubuntu fragment left in the BIOS? Can I get it out of there? |
|
|
|
|
|
|
|
#2 |
|
No it is not Ubuntu left in the BIOS. You would have to work really ahrd to get any part of Linux in your machine BIOS, and you would certainly know it if it was.
This is Windows not wiping the entire HD, it didn't clear the MBR of the drive, and thus GRUB is still left there, but with no /boot partition anymore from linux it can't load completely. You need to make sure you delete your partitions, then wipe the drive, and then install Windows. I tihnk the windows setup can do all of the above, but you do have to tell it to. Course you can alwas give her the computer with Ubuntu on it and see how she does ![]() Seablade |
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Jul 2008
Location: Hilo, Hawaii
Posts: 51
Credits: 235
![]() |
Thanks for the suggestions . . .
This computer is for a young girl who is not interested in learning Linux, only in having everything work out of the box. So I ordered an external case in which I'll wipe the HD and then it should take the original WIN-XP CD set with no problem. When she's a bit older, I'd love to introduce her to Ubuntu, which I use on my newer computers.
Thanks again for all the help, as usual! Quote:
|
|
|
|
|
|
|
#4 |
|
Heh well that was said in jest, however I wil say it can be amazing what people will not notice if you set up the machine for them before hand. I say this having done similar in educational computer labs
That being said, my comment above is still in jest.You shouldn't need an external enclosure to wipe the drive. I am fairly certain that the Windows install process will do everything I mentioned IIRC. Seablade |
|
|
|
|
|
|
#5 | |
|
Registered User
Join Date: Jul 2008
Location: Hilo, Hawaii
Posts: 51
Credits: 235
![]() |
Yeah, but . . .
The Windows install set brings up that grubloader Error 71 and then locks up. This, as they say, is where we came in. I guess that since it didn't wipe the drive clean on the first install attempt, it left just enough of the Grub loader in to mess things up. I can only start the Windows install sequence with the boot sequence set to the CD, but all it will allow me to do is start the auto-install. There doesn't seem to be any place to interrupt the install to do anything about the partitions. Therein, lies the gremlin, methinks.
Quote:
|
|
|
|
|
|
|
#6 |
|
Oh... you are stuck with an OEM install/recover disk aren't you?
Bah that is annoying. One thing you can do is use a LiveCD of Linux to wipe the hard drive then, again no external enclosure needed. Seablade |
|
|
|
|
|
|
#7 |
|
The problem you're having is that after having removed Linux from your computer's HDD, the OS boot loader you were using, GRUB, left it's boot code on the master boot record (MBR) of the HDD. This can't be corrected by just repartitioning the HDD, but it is very easy to reinstall the Windows boot code to the MBR, and as seablade states, you don't need to purchase anything else in order to do this. Just perform the following steps;
1) Boot from the Windows XP CD 2) Press the "R" key during the setup in order to start the Recovery Console 3) Select your Windows XP installation from the list and enter the administrator password 4) At the input prompt, enter the command "fixmbr" and then confirm by pressing y 5) Next enter the command "fixboot", and then confirm by pressing y 6) Lastly, press "exit" to reboot the computer. (BTW, you enter the fixmbr and fixboot commands WITHOUT the quote " characters) The MBR will be rewritten and GRUB will at that point be fully uninstalled. Good Luck.. Last edited by jasn; 08-18-2009 at 11:12 AM. |
|
|
|
|
|
|
#8 |
|
jasn-
The point that he made earlier I think was that he has a custom OEM disk from the manufacturer that doesn't seem to be as functional as it should be(See comments about not being able to select partitions to delete, etc.). However good suggestion and maybe that functionality is still in there. Seablade |
|
|
|
|
|
|
#9 |
|
I think you're right. Rereading the first post certainly suggests that the "Windows Restore" CD is only a utility that restores an image file to the HDD. As a result, there isn't an ability to get to the XP Recovery Console to repair the MBR, (since the Windows XP setup program doesn't run). Unfortunately booting to Linux, (for example, via a LiveCD), and deleting the partitions on the HDD won't restore the MBR, since it's not located in a partition, but rather at a Main Boot Record area in front of the first partition. As a result the MBR needs to be specifically targeted and updated.
There is a way to update an MBR in order to remove the GRUB code, and reinstall the Windows code, using a Linux LiveCD. It just takes a bit of command line work. It's covered for an Ubuntu (or Mint) LiveCD boot, at this post, of this thread, over at the Ubuntu Users forum. Here's another explanation of the same process, but with a bit more detail added. If you have questions before you do it, please post them here, and we can always advise. Another method, (which requires access to another Windows PC, the Windows XP installation files, an internet connection, and a CD burner), is to visit The Ultimate Boot CD for Windows website, download the latest UBCD4WinVxxx.exe program to that computer, and create a bootable UBCD4Win CD. (Unfortunately due to licensing issues, you need to provide the UBCD4Win installation program with the actual Windows installation files, in order to build a Windows bootable CD). You can now boot the problem computer with the newly created UBCD4Win CD, and run the MBR Fix utility, which will restore the HDD's MBR. FYI. It's always a great idea to have some form of bootable OS repair and recovery CD available, and up to date, for moments like this. In addition to the aforementioned UBCD4Win, specifically for Windows system, the following CDs are very useful to have on hand, (for Linux, Windows, and/or barebone systems); The Ultimate Boot CD (UBCD) System Rescue CD Good Luck.. Last edited by jasn; 08-19-2009 at 10:47 AM. |
|
|
|
|
|
|
#10 |
|
Registered User
Join Date: Jul 2008
Location: Hilo, Hawaii
Posts: 51
Credits: 235
![]() |
OK, I finally got around to taking care of this. I found an old 2.5" HD external case, installed the drive, connected it to my desktop, formatted the drive, reinstalled it in the Toshiba notebook, powered it up, and there it was again: Grub Loader Error 71! So then I went for the fix using my Ubuntu 8.10 live CD and it worked! YES!!
Thank you all for your able assistance, again! |
|
|
|
|
|
#11 |
|
Sorry for not posting this information previously but one of the best solutions to fixing MBR and boot issues, is to use the Super Grub Disk to fix them. It's easy to use and in this case to restore a Windows MBR, with Super Grub Disk you would need to simply;
1. Boot your SGD (floppy disk, USB disk or CD) 2. Select English Super Grub Disk 3. Select Windows 4. Select Fix Boot of Windows Well worth checking out. Good Luck.. |
|
|
|
|
|
|
#12 |
|
Good one here jasn. REP
cheers ...
__________________
m6805@3700; SZ71WN/C ; Macbook 2ghz/4gig/250gb/superdrive; 7811FX are u Folding@Home? - Firefox Beta - MediaPortal "the" Media Centre/HTPC! |
|
|
|
|
|
|
#13 |
|
I realize I'm late to the party but for others who might have similar problems it seems an obvious solution was overlooked. Why not simply set grub to boot windows? Easily googled/done, no special boot-disks/tools needed and grub is a reliable and robust boot loader.
|
|
|
|
|
![]() |
| Tags |
| error 71, grub, loading |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Processor Fan Error, Now Video Fan Error | StevenBogda | Dell Home (Inspiron, XPS, Studio) | 3 | 07-11-2008 11:39 PM |
| Internal HDD HARD ERROR (just replaced my hdd and got this error ) what gives? | SirBA | Dell Home (Inspiron, XPS, Studio) | 3 | 11-07-2005 02:33 PM |
| Windows reinstall error. Check disk error. Defragmentation error. | Karosse | Sager 9880 and 9860 Tech Support (Tech problems only) | 0 | 04-03-2005 09:04 AM |
| Base system device error and Unknown bios error | Ardnek9999 | Alienware General | 3 | 09-07-2004 11:39 AM |