Artreid wrote:
> I have two Gateway E-4620D machines.
> - 1 running C2Q 1333Mhz, 775, 775Gg HDD, 8Gg Ram
> - 1 running C2D 800Mhz, 775, 500Gg HDD, 4Gg Ram
>
> I cloned the 500Gg HDD from the C2D to the 750Gg C2Q machine using
> Acronis. Installed the 750 back into the C2Q and booted the machine. All
> went well on the first attempt (although slowly). I would guess because
> it was configuring the new hardware in the C2Q, (ie, Video card, TV Card
> additional memory, etc,)?
>
> However, it did boot into Windows and Actually ran. I than shutdown and
> attempted to reboot.
>
> It now gets to a screen that gives me two choices.
> - Press F2 for Setup
> - Enter to Continue (I believe)
>
> At any rate pressing NEITHER choice does nothing. In the case of
> pressing F2 machine just sits there with "Entering Setup" showing forever.
>
> I have no idea what to try next...
I did a change to a disk the other day, and had problems at startup.
One thing you have to watch, is that the bcdedit or boot.ini, ends up
pointing at the correct partition. The four primary partitions
stored in the MBR (sector 0) may be used as identifiers. If you
copied partition 2 from one disk and made it partition 1 on another
disk, then the bcdedit or boot.ini ARC path will end up wrong.
If the boot loader is expecting to find the OS on partition 2, and
there isn't a partition 2, you can imagine that's going to cause
a problem.
Presumably some repair tool can fix that. The Windows 7 I got on
my new laptop, prompted me to burn a Recovery CD, which is a 200MB
copy of some startup code and tools, to be used to repairing small
problems. You might find something on that disc which would be
useful at this point.
(If you've broken all your computers, a copy of the Recovery CD
can even be downloaded off the net. This is the first and only
time, I tried using BitTorrent. These images are available
not as FTP or HTTP, but via BitTorrent protocols, in order
that the download bandwidth charges be distributed over
many users functioning as servers. This way, Neosmart doesn't
get a big bill at the end of the month.)
http://neosmart.net/blog/2009/window...-repair-discs/
You can use a "real" installer DVD for Windows 7, or if you burn the
recovery CD while in Windows 7, that can be used to carry out
steps like this. The "Bootrec /RebuildBcd" is an example of
correcting the information in the Boot Configuration Data, so
the OS is found properly. (Think especially how they've arranged
the Windows 7 partitions - on my laptop, a small 100MB partition
is the partition with the active flag, while the adjacent partition
happens to be C:. The active flag isn't actually pointing at C:
and something else has to do that - and I think that is stored in
the BCD information. And it isn't as easy as fiddling with boot.ini
was on older OSes. With previous OSes, you could fix this with
Notepad or even a text editor in Linux.)
http://support.microsoft.com/kb/927391
Paul