Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Booting Vista on Different PC Computers

Reply
Thread Tools Display Modes

Booting Vista on Different PC Computers

 
 
cccharlee
Guest
Posts: n/a

 
      01-08-2008

I install Vista Ultimate on one PC. It is an HP Pavilion a1700n.

I remove the 40 GB IDE HD from the HP PC and put it into a Compaq EVO
510 PC.

Result: Vista does not boot.

I have researched the subject but still have not found a solution.

The microsoft vista deployment step by step seems awfully complex.

Has anyone found a simple way to solve this problem?

I have also tried the reverse (from compaq to HP PC): Same result!

With XP I could boot into safe mode or just boot normally and XP would
detect and install the new hardware it finds.

Somtimes I would need to install XP from CD on the target PC to copy
the boot.ini and hall.dll files to a usb flash drive. Then I would
restore the image of XP on the target PC. I would boot into recovery
console and copy the files form the flash drive to the target PC
(boot.ini to C:\ and hal.dll to C:\windows\system32). Most times I
could then boot the target PC normally or in safe mode.

However, with Vista I am stymied!

Any practical solution?

Chris

http://drpcdr.ca


--
cccharlee
------------------------------------------------------------------------
cccharlee's Profile: http://forums.techarena.in/member.php?userid=39111
View this thread: http://forums.techarena.in/showthread.php?t=887702

http://forums.techarena.in

 
Reply With Quote
 
 
 
 
Mick Murphy
Guest
Posts: n/a

 
      01-08-2008
You have answers in the other Newsgroup that you posted in!

"cccharlee" wrote:

>
> I install Vista Ultimate on one PC. It is an HP Pavilion a1700n.
>
> I remove the 40 GB IDE HD from the HP PC and put it into a Compaq EVO
> 510 PC.
>
> Result: Vista does not boot.
>
> I have researched the subject but still have not found a solution.
>
> The microsoft vista deployment step by step seems awfully complex.
>
> Has anyone found a simple way to solve this problem?
>
> I have also tried the reverse (from compaq to HP PC): Same result!
>
> With XP I could boot into safe mode or just boot normally and XP would
> detect and install the new hardware it finds.
>
> Somtimes I would need to install XP from CD on the target PC to copy
> the boot.ini and hall.dll files to a usb flash drive. Then I would
> restore the image of XP on the target PC. I would boot into recovery
> console and copy the files form the flash drive to the target PC
> (boot.ini to C:\ and hal.dll to C:\windows\system32). Most times I
> could then boot the target PC normally or in safe mode.
>
> However, with Vista I am stymied!
>
> Any practical solution?
>
> Chris
>
> http://drpcdr.ca
>
>
> --
> cccharlee
> ------------------------------------------------------------------------
> cccharlee's Profile: http://forums.techarena.in/member.php?userid=39111
> View this thread: http://forums.techarena.in/showthread.php?t=887702
>
> http://forums.techarena.in
>
>

 
Reply With Quote
 
cccharlee
Guest
Posts: n/a

 
      01-08-2008

And mick, which newsgroups would that be?

I posted my question in every forum and newsgroup i could find!

Thanks in davance


--
cccharlee
------------------------------------------------------------------------
cccharlee's Profile: http://forums.techarena.in/member.php?userid=39111
View this thread: http://forums.techarena.in/showthread.php?t=887703

http://forums.techarena.in

 
Reply With Quote
 
John Smith
Guest
Posts: n/a

 
      01-08-2008
Vista is not XP...

I have done what you say, but the way I have done it is not to install vista
compleatly,
rather when durring the install, and before it starts detecting hardware, I
unplug the drive
then move it elsware

why are you doing that in the first place?

"cccharlee" <> wrote in message
news:...
>
> And mick, which newsgroups would that be?
>
> I posted my question in every forum and newsgroup i could find!
>
> Thanks in davance
>
>
> --
> cccharlee
> ------------------------------------------------------------------------
> cccharlee's Profile: http://forums.techarena.in/member.php?userid=39111
> View this thread: http://forums.techarena.in/showthread.php?t=887703
>
> http://forums.techarena.in
>



 
Reply With Quote
 
Ken Blake, MVP
Guest
Posts: n/a

 
      01-08-2008
On Tue, 8 Jan 2008 12:05:47 +0530, cccharlee
<> wrote:

>
> And mick, which newsgroups would that be?
>
> I posted my question in every forum and newsgroup i could find!



For the future, please do *not* do not send the same message
separately to more than one newsgroup (called multiposting). Doing so
just fragments the thread, so someone who answers in one newsgroup
doesn't get to see answers from others in another newsgroup. And for
those who read all the newsgroups the message is multiposted to, they
see the message multiple times instead of once (they would see it only
once if you correctly crossposted instead). This wastes everyone's
time, and gets you poorer help than you should get.

If you must send the same message to more than one newsgroup, please
do so by crossposting (but only to a *few* related newsgroups).

--
Ken Blake, Microsoft MVP Windows - Shell/User
Please Reply to the Newsgroup
 
Reply With Quote
 
cccharlee@inbox.com
Guest
Posts: n/a

 
      01-12-2008
Guesss what guys? I have proved you all wrong in the past, now the
present and soon the future as well!

I have had some preliminary success in my experiments.
Further experimentation is necessary!

Purpose: to boot vista (installed on an HP a1700n) on a Compaq Evo
510.

Apparatus: 1 Compaq Evo PC, 1 HP a1700n PC, 1 40 GB HD, 1 20GB HD, a
3rd HD drive with a functioning Windows XP installed, 1 Vista Ultimate
CD, one 2 GB flash drive (a 500 MB flash drive will do), Freediff
software from http://saltybrine.com

Method: Iinstalled Vista Ultimate on HP Pavilion a1700n using 40 GB HD
Also installed Vista on Compaq Evo 510 PC on 20 GB HD

On HP PC:

Installed Vista from Vista CD onto 40 GB HD

1. Set folder options to see all protected system files and folders

2. In command prompt piped the output of the dir command to a text
file on my flsah drive as follows:
c:\windows>dir *.* >e:\win1.txt
c:\windows>cd system32
c:\windows\system32>dir *.* >e:\sys1.txt

3. disabled hiberfil.sys in command prompt: as follows:
c:\windows\system32>powercfg /h off
Restarted the PC and observed that hiberfil.sys had disappeared from
root directory, C:\

4. Told windows to not use paging file and deleted pagefile.sys from
root directory, c:

On Compaq Evo 510 PC:

Installed Vista from Vista CD onto 20 GB HD

1. Set folder options to see all protected system files and folders

2. In command prompt piped the output of the dir command to a text
file on my flsah drive as follows:
c:\windows>dir *.* >e:\win2.txt
c:\windows>cd system32
c:\windows\system32>dir *.* >e:\sys2.txt

3. Disconnected 20 GB HD and reattached my 250 GB HD setup with XP pro
SP2.

4. Downloaded and installed freediff.

5 Ran freediff comparing win1.txt with win2.txt and sys1.txt with
sys2.txt.

6. Noted the differences highligted by freediff.

7. Attached the 20 GB HD as slave to compaq Evo 510 and booted into XP

8. Took full possession of the permissions on the windows folder
(Vista) on the 20 GB HD

9. copied all the files and folders reported to be different by
freediff from windows to my flashdrive folder, win

10. copied all the files and folders reported to be different by
freediff from windows\system32 to my flashdrive folder, sys.

11. Disconnected 20 GB HD and connected 40 GB HD as slave and booted
into XP.

12. Deleted files and folders reported to be different by freediff and
replaced them with the files and folders on my flash drive. All files
and folders in the win directory on my flash drive were copied to the
windows directory on the 40 GB HD and all files and folders in the sys
directory on my flash drive were copied to the windows\system32
directory on the 40 GB HD.

13. Connected 40 GB HD as master on IDE 1 and booted normally. I
received the following error:

windows\system32\config\system
status 0xc000000f

info: windowas failed to load because the system registry file is
missing or corrupt

14. I put the Vista CD in the cd drive and booted into vista repair.
Vista repair recovered the regiistry from a backup.

15. I booted into safe mode successfully

16. I rebooted normally successfully.

Now the question is: can I get an image of Vista created on the HP
a1700n (and loaded with programs and tweaks) to function on the Compaq
Evo?

That will be my next experiment!




Ken Blake, MVP wrote:
> On Tue, 8 Jan 2008 12:05:47 +0530, cccharlee
> <> wrote:
>
> >
> > And mick, which newsgroups would that be?
> >
> > I posted my question in every forum and newsgroup i could find!

>
>
> For the future, please do *not* do not send the same message
> separately to more than one newsgroup (called multiposting). Doing so
> just fragments the thread, so someone who answers in one newsgroup
> doesn't get to see answers from others in another newsgroup. And for
> those who read all the newsgroups the message is multiposted to, they
> see the message multiple times instead of once (they would see it only
> once if you correctly crossposted instead). This wastes everyone's
> time, and gets you poorer help than you should get.
>
> If you must send the same message to more than one newsgroup, please
> do so by crossposting (but only to a *few* related newsgroups).
>
> --
> Ken Blake, Microsoft MVP Windows - Shell/User
> Please Reply to the Newsgroup

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Booting Vista on Different PC Computers No label cccharlee@inbox.com Windows Vista General Discussion 5 01-16-2008 05:28 PM
Booting Vista on Different PC Computers No label cccharlee@inbox.com Windows Vista Installation 9 01-16-2008 05:27 PM
Vista not booting up Rajesh Shenoy Windows Vista General Discussion 5 09-25-2007 12:06 PM
Networking XP computers w Vista Computers Dave B Windows Vista General Discussion 24 07-22-2007 06:36 PM
Can 2 xp computers and 2 vista computers exist in a family network Cyndy A Windows Vista Networking 2 07-02-2007 12:17 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59