problema ao iniciar

BrunoMatos1991

Power Member
boas comprei agora um disco a um user aki do topico mas quando o montei no pc nao consigo arrakar do cd para instalar o sistema operativo o erro que me aparece é

BOOTMGR IS MISSING

o que posso fazer???
ideiaas..

CumpZ
obrigado desde já
 
Alright, I am posting here because for this error message, this was the only helpful thing that came up when I googled "BOOTMGR is Missing." I want to add my solution so people searching it can fix it hopefully.

Here's how I fixed it... this was caused by me wanting to get rid of the Vista boot loader and some smart guy said to delete "boot" folder and bootmgr file from C:\. Obviously didn't fix it.

I tried booting from XP CD and running the console, I tried:

fixmbr
fixboot
chkdsk /p
chkdsk /r
bootcfg /rebuild

Nothing.

I tried doing a repair on the XP installation, didn't work either.
I tried installing Red Hat 8, didn't work, didn't like my SATA drives.

So, finally, I figured I'd reinstall Vista 5270 (the one I got rid of) on my other partition. Well, that didn't work... but it did sort of work and led me to the solution.

Here's what you do:

1. Boot from Vista DVD
2. Start a new install on some partition (dont need to format). Don't do it on your XP partition.
3. When it restarts, you'll still get the error message, BUT it already copied the boot files to the partition.
4. Restart and boot from Vista DVD again.
5. This time, click "Repair start up"
6. Select the installation, the password is blank so press Next.
7. Then select "Command Prompt."

Alright, here's the tricky part... we're going to copy the boot files from the X:\ drive to your XP partition (in my case, D:\)

So, I had some trouble with this... here's what you do:

Type in "d:\" (or your partition letter)
Then do:

mkdir boot

Type dir and make sure it shows up as a directory, it should say:

<DIR> boot

Now, from now on, ALWAYS type in "dir" whenever you do a "mkdir" command to MAKE SURE IT CREATES IT. I had some problems where it didn't always create it, or do it right.

Next, we're going to make the folder structure, type the following (while making sure to check the screen when typing "dir"; replace "d:" with your XP partition drive letter):

d:
cd boot
mkdir EFI
dir
cd EFI
mkdir Microsoft
dir
cd Microsoft
mkdir Boot
dir
cd Boot
mkdir en-US
dir
d:
cd boot
mkdir en-US
dir
mkdir Fonts
dir

Alright, the folder structure is ready. Now to copy the files.

x:
copy bootmgr d:\
cd boot
copy *.* d:\boot
cd efi
cd microsoft
cd boot
copy *.* d:\boot\efi\microsoft\boot
cd en-US
copy *.* d:\boot\efi\microsoft\boot\en-US
x:
cd boot
cd en-US
copy *.* d:\boot\en-US
cd..
cd Fonts
copy *.* d:\boot\fonts
exit

Then click Restart or press restart on your case.

If you get the message "cannot find file specified" then it means your folder structure is messed up. It needs to have the folder created to copy the files. Check and make sure your folder structure looks like:

D:\boot
D:\boot\EFI\Microsoft\Boot\en-US
D:\boot\en-US
D:\boot\Fonts


Voila, it should now start up... mine went to my repair that I tried earlier and as I speak it is finishing the repair install.
Talvez ajude.
 
boas

eu tenho um problema no meu computador. nao consigo que o computador inicie. o computador liga mas nao passa da parte aonde da para aceder a bios.
alguem me pode ajugar. ( eu ja tentei por o cd do windows mas nao tive qualquer efeito)
 
niggaildo tenta trokar as memorias que tens ou tirar uma a umna e vai tentando a ver se da


qt ao meu caso meti o disco no meu pc formatei tudo ok meti no outro pc agr da erro d

NTFS is Missing ou algu assim


toume a passar com o disco...

alguem me sabe dizer o que fazer??
 
Back
Topo