Windows XP boot record problems
Page 1 of 1
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Thu, 27th Sep 2007 17:04    Post subject: Windows XP boot record problems
so I made a thread before about having problems hooking up another old hard drive to my computer... turns out I did something wrong when I installed windows and now the boot record is all fucked.

I have 1 SATA hd with windows installed on it (says it is the d: drive), 1 IDE hd (c: drive), and one external urb dvd burner (I use this to boot with windows cd).

now, everytime I try to boot my computer without the cd in the drive, I get a corrupt hal.dll message, which I can find all sorts of stuff about when I google. Now, same happens when I try to boot with the IDE drive unplugged (which doesn't have windows on it), or try to plug another HD in.

I've replaced the hal.dll file with a new one from the windows cd, I've tried to use bootcfg.exe / rebuild without any luck .. so you guys got any ideas or what?


asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73196
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Thu, 27th Sep 2007 17:11    Post subject:
Start with the CD in the drive, start the setup, choose recovery console, and do the following:
fixmbr c:
fixboot c:
bootcfg /rebuild

That should take care of things. Wink
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Thu, 27th Sep 2007 19:23    Post subject:
when I do bootcfg it asks me questions. also, it seems like I have 3 choices in my boot menu now Surprised


asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
dingo_d
VIP Member



Posts: 14555

PostPosted: Thu, 27th Sep 2007 19:30    Post subject:
LeoNatan wrote:
Start with the CD in the drive, start the setup, choose recovery console, and do the following:
fixmbr c:
fixboot c:
bootcfg /rebuild

That should take care of things. Wink


When I removed ubuntu from my comp there was the same message, apparently the mbr was corrupted so I did fixmbr, and it worked...NOT. I could boot, but windows was all messed up, had to recover all files and, of course reinstall windows. That taught me not to fuck with mbr... If all works for you then congrads


"Quantum mechanics is actually, contrary to it's reputation, unbeliveably simple, once you take the physics out."
Scott Aaronson
chiv wrote:
thats true you know. newton didnt discover gravity. the apple told him about it, and then he killed it. the core was never found.

Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73196
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Thu, 27th Sep 2007 19:32    Post subject:
I for a change know how to take care of my partitions and mbr. Very Happy
Back to top
Paintface




Posts: 6877

PostPosted: Thu, 27th Sep 2007 19:47    Post subject:
i think i had the same once , something about not being able to boot but i dont remember right error message , microsoft site had several solutions , one was copying over your excisting boot.ini with one from a diff computer ( i attached HD into another rig )
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Thu, 27th Sep 2007 19:55    Post subject:
the SATA hd had a previous windows install on it, but the IDE did not. Also, the boot record (boot.ini) is located on the non-windows IDE as well ...


asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
$en$i
VIP Member



Posts: 3127

PostPosted: Thu, 27th Sep 2007 20:01    Post subject:
Maybe post the content of your boot.ini, also give us the exact error code, then you may want to run "sfc /scannow" (with the xp cd) to check and replace corrupted system files.
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Thu, 27th Sep 2007 23:45    Post subject:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windows XP Professional" /Fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="windows"
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect


asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73196
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Fri, 28th Sep 2007 00:31    Post subject:
Laughing Right, well they all point to the same location, so you can remove two.
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Fri, 28th Sep 2007 01:06    Post subject:
the problem that boot.ini is on c: which is the non-windows drive. can I just move that file to dConfused


asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73196
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Fri, 28th Sep 2007 01:49    Post subject:
try setting the SATA drive as the active drive and set the windows partition as the active partition (google how to do those steps with diskpart), then do the steps i told you to do earlier.
Back to top
$en$i
VIP Member



Posts: 3127

PostPosted: Fri, 28th Sep 2007 11:06    Post subject:
Copy the boot.ini, ntldr, ntdetect.com files at the root of your non-windows drive to the windows drive, change the boot.ini file copy as it is below, unplug the non-windows drive, boot & pray. Wink
Quote:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Fri, 28th Sep 2007 23:36    Post subject:
$en$i wrote:
Copy the boot.ini, ntldr, ntdetect.com files at the root of your non-windows drive to the windows drive, change the boot.ini file copy as it is below, unplug the non-windows drive, boot & pray. Wink
Quote:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect


thanks mate, worked like a charm


asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Tue, 16th Oct 2007 06:01    Post subject:
Ever since I made this change to the boot record I get the following error message (everything was working fine before):




things still seem to be working ok but I have noticed some performance issues (I have 1 SATA and 1 IDE HD). I have nforce4 chipset on asus A8N SLI board. I tried to re-install the driver for it using the most updated one on the website but for whatever reason when I restart it doesn't seem to have installed them.


asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
$en$i
VIP Member



Posts: 3127

PostPosted: Tue, 16th Oct 2007 20:28    Post subject:
"This device cannot find free resources that it can use" (code 12), it looks like a devices conflict, this VAXSCSI controller is part of Alcohol 120% isn't it? Try to disable that and reboot.
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Wed, 17th Oct 2007 23:59    Post subject:
$en$i wrote:
"This device cannot find free resources that it can use" (code 12), it looks like a devices conflict, this VAXSCSI controller is part of Alcohol 120% isn't it? Try to disable that and reboot.


ok done. that device is no longer malfunctioning Wink

i should note I have one sata and one ide drive, but I only see one functioning and one non-functioning ide drives....


asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
$en$i
VIP Member



Posts: 3127

PostPosted: Thu, 18th Oct 2007 12:27    Post subject:
nouseforaname wrote:
$en$i wrote:
"This device cannot find free resources that it can use" (code 12), it looks like a devices conflict, this VAXSCSI controller is part of Alcohol 120% isn't it? Try to disable that and reboot.


ok done. that device is no longer malfunctioning Wink

i should note I have one sata and one ide drive, but I only see one functioning and one non-functioning ide drives....
Try to see if there is no drive letter conflict in administrative tools > computer management > storage > disk management, assign manually letters if needed.
Rather than trying to reinstall the driver, uninstall all nforce drivers, reboot, let vista install its default ones for it and install nforce 4 AMD drivers 15.01 thereafter.
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Fri, 19th Oct 2007 00:20    Post subject:
no drive letter conflict, says d: is my system (SATA) and c: is just active (IDE). So I installed those newer nvidia drivers for xp, it actually looked like it worked except now I get this in device manager ...



asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Fri, 19th Oct 2007 00:22    Post subject:
success! just deleted the 'standard controller', then it automatically used the nvidia one ... thx for the help Smile



asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Operating Systems
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group