Striper Talk Striped Bass Fishing, Surfcasting, Boating

     

Left Nav S-B Home Register FAQ Members List S-B on Facebook Arcade WEAX Tides Buoys Calendar Today's Posts Right Nav

Left Container Right Container
 

Go Back   Striper Talk Striped Bass Fishing, Surfcasting, Boating » Striper Chat - Discuss stuff other than fishing ~ The Scuppers and Political talk » Computers

Computers Sidetrack to Computers, Questions on your home computer? Posting just for registered members....

Reply
 
Thread Tools Rating: Thread Rating: 4 votes, 5.00 average. Display Modes
Old 08-30-2011, 08:07 PM   #1
JohnR
Certifiable Intertidal Anguiologist
iTrader: (1)
 
JohnR's Avatar
 
Join Date: Feb 2000
Location: Somewhere between OOB & west of Watch Hill
Posts: 34,992
Blog Entries: 1
Steve - I don't have a Vista Home Premium disk.

Try cloning disks. You can always add the free space of the rest of the drive as a second disk.

Or check here: http://www.techsupportalert.com/best...ng-program.htm

The tools I use are mostly not freeware (though I do use Clonezilla) . How skilled are you with computers?

~Fix the Bait~ ~Pogies Forever~

Striped Bass Fishing - All Stripers


Kobayashi Maru Election - there is no way to win.


Apocalypse is Coming:
JohnR is offline   Reply With Quote
Old 08-31-2011, 01:44 AM   #2
Raven
........
iTrader: (0)
 
Raven's Avatar
 
Join Date: Apr 2002
Posts: 22,805
Blog Entries: 1
g-mail doesn't let ya email exe's

found this:

Solution:


If you can get to a command prompt/DOS screen, go to d:\windows\system32
"d" is the drive where vista is installed.
Once there, type: "bcdedit.exe" or you can just type "bcdedit". Do not include the quotation marks " ".
It will generate a screen like this:
---------------------------------------------------------------------------------------------------------
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {default}
resumeobject {fe04aef5-e49c-11db-9f2f-cdf57e93812b}
displayorder {ntldr}
{default}
toolsdisplayorder {memdiag}
timeout 10

Windows Legacy OS Loader
------------------------
identifier {ntldr}
device partition=C:
path \ntldr
description Windows 2003 Server Enterprise

Windows Boot Loader
-------------------
identifier {default}
device partition=D:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {bootloadersettings}
osdevice partition=D:
systemroot \Windows
resumeobject {fe04aef5-e49c-11db-9f2f-cdf57e93812b}
nx OptIn

------------------------------------------------------------------------------------------------------

now check your result against the above, make sure that all the parameters above are the same (except for your drive letter, which might be different from mine).
Now look at the "windows bootloader" section and note what you see in your report/DOS screen:
You may notice that instead of displaying "osdevice partition=D:" it may display "osdevice unknown". The same applies with "device". I have highlighted what I am referring to as bold in the report above.
If these settings are not showing the drive on which your vista is installed, you must change it. Since mine is drive "D" for vista, this is the command you must type:

D:\Windows\System32>bcdedit /set {default} osdevice "partition=D:

Also, if the "device" is showing as unknown, type this command:

D:\Windows\System32>bcdedit /set {default} device "partition=D:

If the path is \Windows\system32\winload.exe, then that's fine. Remember "D" above is the name of the drive on which your vista is installed. If your vista in on "F", use "F", etc. "default" in the blue text command above is the identifier for the os boot-up that you are trying to fix, in this case, vista. Sometimes, for the identifier you might have some long random numbers (GUID), just copy it and use it if is not the "default" that is shown.

Exit the DOS screen, restart your system, and you should be ok. If you have any problems please let me know.

Regards....DivineLogix
Raven is offline   Reply With Quote
Old 08-31-2011, 05:20 AM   #3
Raven
........
iTrader: (0)
 
Raven's Avatar
 
Join Date: Apr 2002
Posts: 22,805
Blog Entries: 1
newegg

has had some incredible deals of late

by error (mine) they sent me a laptop 500 gig HD
that was only 59 bucks

they have a hard drive (seagate) 750 gig on sale this weekend for $75 .

Last edited by Raven; 08-31-2011 at 06:28 AM..
Raven is offline   Reply With Quote
Old 08-31-2011, 07:50 AM   #4
Steve K
Registered User
iTrader: (0)
 
Steve K's Avatar
 
Join Date: Apr 2001
Location: People's Republic
Posts: 1,024
I cannot get to the command prompt. That is the reason why I need the Vista Install disc because I need to use the repair option to get a command prompt.

Thanks,
Steve


Quote:
Originally Posted by Raven View Post
found this:

Solution:


If you can get to a command prompt/DOS screen, go to d:\windows\system32
"d" is the drive where vista is installed.
Once there, type: "bcdedit.exe" or you can just type "bcdedit". Do not include the quotation marks " ".
It will generate a screen like this:
---------------------------------------------------------------------------------------------------------
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {default}
resumeobject {fe04aef5-e49c-11db-9f2f-cdf57e93812b}
displayorder {ntldr}
{default}
toolsdisplayorder {memdiag}
timeout 10

Windows Legacy OS Loader
------------------------
identifier {ntldr}
device partition=C:
path \ntldr
description Windows 2003 Server Enterprise

Windows Boot Loader
-------------------
identifier {default}
device partition=D:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {bootloadersettings}
osdevice partition=D:
systemroot \Windows
resumeobject {fe04aef5-e49c-11db-9f2f-cdf57e93812b}
nx OptIn

------------------------------------------------------------------------------------------------------

now check your result against the above, make sure that all the parameters above are the same (except for your drive letter, which might be different from mine).
Now look at the "windows bootloader" section and note what you see in your report/DOS screen:
You may notice that instead of displaying "osdevice partition=D:" it may display "osdevice unknown". The same applies with "device". I have highlighted what I am referring to as bold in the report above.
If these settings are not showing the drive on which your vista is installed, you must change it. Since mine is drive "D" for vista, this is the command you must type:

D:\Windows\System32>bcdedit /set {default} osdevice "partition=D:

Also, if the "device" is showing as unknown, type this command:

D:\Windows\System32>bcdedit /set {default} device "partition=D:

If the path is \Windows\system32\winload.exe, then that's fine. Remember "D" above is the name of the drive on which your vista is installed. If your vista in on "F", use "F", etc. "default" in the blue text command above is the identifier for the os boot-up that you are trying to fix, in this case, vista. Sometimes, for the identifier you might have some long random numbers (GUID), just copy it and use it if is not the "default" that is shown.

Exit the DOS screen, restart your system, and you should be ok. If you have any problems please let me know.

Regards....DivineLogix
Steve K is offline   Reply With Quote
Old 09-22-2011, 01:37 PM   #5
Steve K
Registered User
iTrader: (0)
 
Steve K's Avatar
 
Join Date: Apr 2001
Location: People's Republic
Posts: 1,024
I cloned my old hard drive but the new hard drive will not boot up in my old machine. There is no error message. It appears that it cannot find the OS. Any suggestions? Should I just buy Windows 7 and upgrade?

Thanks,
Steve
Steve K is offline   Reply With Quote
Old 08-31-2011, 07:49 AM   #6
Steve K
Registered User
iTrader: (0)
 
Steve K's Avatar
 
Join Date: Apr 2001
Location: People's Republic
Posts: 1,024
I am not that skilled but I am not afraid to try. I will try cloning.

Thanks


Quote:
Originally Posted by JohnR View Post
Steve - I don't have a Vista Home Premium disk.

Try cloning disks. You can always add the free space of the rest of the drive as a second disk.

Or check here: Best Free Drive Imaging Program

The tools I use are mostly not freeware (though I do use Clonezilla) . How skilled are you with computers?
Steve K is offline   Reply With Quote
Reply

Bookmarks


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

Forum Jump


All times are GMT -5. The time now is 10:00 AM.


Powered by vBulletin. Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Please use all necessary and proper safety precautions. STAY SAFE Striper Talk Forums
Copyright 1998-20012 Striped-Bass.com