What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Bootup problem

Bootup problem
Author: Message:
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: Bootup problem
Read this article first.  Diskpart is an ugly beast and it will really help if you have some idea about what you are doing with it.

Then get back into recovery console, type "diskpart", and check that your system volume is set active.  You will be doing something along the lines of this:

code:
DISKPART> list disk

  Disk ###  Status      Size     Free     Dyn  Gpt
  --------  ----------  -------  -------  ---  ---
* Disk 0    Online       186 GB      0 B   *
  Disk 1    Online        34 GB      0 B


Identify your boot hard drive.  Of course, if you only have one, it's very easy.  In my case, it's disk 1.

code:
DISKPART> select disk 1

Disk 1 is now the selected disk.

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary             34 GB    32 KB

DISKPART> select partition 1

Partition 1 is now the selected partition.

DISKPART> detail partition

Partition 1
Type  : 07
Hidden: No
Active: Yes

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
* Volume 4     C   BOOT         NTFS   Partition     34 GB  Healthy    System



Read the details and be sure it's the right drive and partition.  If it is, it should say "Active: Yes".  If it does not, type the command "active".

"Exit" exits.  :P

If this isn't the problem -- I have a feeling it will be -- then try "fixmbr" command (also in recovery console).

This post was edited on 03-10-2006 at 01:57 AM by Adeptus.
03-10-2006 01:53 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Bootup problem - by DragonX on 03-09-2006 at 09:56 PM
RE: Bootup problem - by JDawg_0789 on 03-10-2006 at 12:55 AM
RE: Bootup problem - by Adeptus on 03-10-2006 at 01:53 AM
RE: Bootup problem - by DragonX on 03-10-2006 at 02:56 AM
RE: Bootup problem - by YourNeibour on 03-10-2006 at 01:41 PM
RE: Bootup problem - by Mike on 03-10-2006 at 01:49 PM
RE: Bootup problem - by ShawnZ on 03-10-2006 at 08:57 PM
RE: RE: Bootup problem - by JDawg_0789 on 03-11-2006 at 12:42 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On