Shoutbox

Bootup problem - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Bootup problem (/showthread.php?tid=56640)

Bootup problem by DragonX on 03-09-2006 at 09:56 PM

In a short explanation, won't pc won't boot up anymore :(

Last night i installed XP Pro in VM Ware and forgot to take the cd out, so when i booted my pc up, it took me into the WinXP install.

So now if i don't have the cd in, i get an error "No Boot pasrtion found" -- or something like that

When i go in the WinXP Recovery console, i can do bootcfg /scan and that tell me i have a windows installation on"D:\WINDOWS". I did a bootcfg /add with that installation but still no luck.

So now i'm screwed, big time...

I can't reinstall windows, i have to much stuff i would lose, so any other ideas or alternatives are immensly appreciated.


RE: Bootup problem by JDawg_0789 on 03-10-2006 at 12:55 AM

How far do you get on booting? If you can boot into a DOS prompt, from there, just uninstall VMWare (you can't uninstall/install in safe mode). If not, get into your XP disc on boot-up and remove all partitions not related to Windows. VMWare *should* recognize that there aren't any other OS's to boot any longer, and you should be able to boot XP again.


RE: Bootup problem by Adeptus on 03-10-2006 at 01:53 AM

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).

RE: Bootup problem by DragonX on 03-10-2006 at 02:56 AM

alrigth, so itried all this and a couple of things on google and nothing seemed to work :S

Also when i did the DISKPART, i notice that one of my hdd was "unpartitioned" yet i know it contained two of them and i had data in them.

So i'm just gonna start my system anew (would probably be good since god knows how long i've had it running never cleaning it) and i'll just use some dat retrival software to go get what's on my "unpartitionned" drive.

Thanks anyways for the help you guys :)


RE: Bootup problem by YourNeibour on 03-10-2006 at 01:41 PM

What you may need or want to try is:

1) Taking the CD Out
2) Go into your BIOS and change the boot sequence to boot from C


RE: Bootup problem by Mike on 03-10-2006 at 01:49 PM

Tried typing "fixmbr" in the Recovery Console?


RE: Bootup problem by ShawnZ on 03-10-2006 at 08:57 PM

quote:
Originally posted by JDawg_0789
If you can boot into a DOS prompt,

..because its not like they removed dos in windows xp or anything..


quote:
Originally posted by YourNeibour
What you may need or want to try is

I have this odd feeling that he isn't stupid enough to realize he's in the WINDOWS SETUP.
RE: RE: Bootup problem by JDawg_0789 on 03-11-2006 at 12:42 AM

quote:
Originally posted by ShawnZ
quote:
Originally posted by JDawg_0789
If you can boot into a DOS prompt,

quote:
..because its not like they removed dos in windows xp or anything..


Gee, for a computer nerd I was sure you'd know that you can still boot into DOS from the disc. Apparently I was wrong.