Hello dear guest!

Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster situations.

How about joining our boot disk community? So do it. Life's short!

  - You get free access to our newsletter with all the interesting buzz about boot disks
  - We share publicity revenue with everyone who wishes to participate at the forums
  - Publicity is never, never, never displayed to members (along with many other cool things)
http://boot-land.net/register

2 Pages V   1 2 >  
Reply to this topic
 xp usb install fail
post Jul 8 2009, 01:18 PM
Post #1
jeroentuin
Newbie   *
Group: Members

  Joined: 8-July 09
Posts: 10
Thank(s): 0


Netherlands


hello everybody,

i'm a bit in a problem. i want to install xp on my HDD via my usb. so i put WIN98se bootdisk on my stick (with HPutil)
i ripped the whole (original) XPSP2 cd en copied it to my stick(flash stick btw)
set usb on top in sequence.
it boots, i come in the dos screen with C:\>
i started up fdisk and found out that i had to partition my HDD
So i did.(as primary)
but it became D:\
when i run WINNT.EXE it wil try to install on my USB:S:S

now how can I manage that my HDD will become my C:\ or how can I manage to install XP on D: (tried xcopy command)

thnx,
Jeroentuin


+Quote Post
post Jul 8 2009, 01:44 PM
Post #2
Lancelot
Frequent Member   **
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 84
Thank(s): 497


Turkiye


Just an idea:

create a Fat32 primary partition on hd and make it DOS bootable with i guess sys D:
than copy xp files to your hd, lets say D:\xpsetup

than boot with your hd, it will boot to dos, than C:\xpsetup etc..

also after xp setup finishes you can use "convert" command to convert fat32 to ntfs. google-fu: convert ntfs

Good luck


--------------------
+Quote Post
post Jul 8 2009, 01:51 PM
Post #3
jeroentuin
Newbie   *
Group: Members

  Joined: 8-July 09
Posts: 10
Thank(s): 0


Netherlands


how can i make my hdd bootable in dos??

and if i manage to do that than how will i get my files on my hdd, because the xcopy command isn't working.

btw: thnx4replieing
+Quote Post
post Jul 8 2009, 04:25 PM
Post #4
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,224
Thank(s): 547


Italy


Installing through WINNT.EXE, though doable smile.gif, is considered a bit "old fashion" w00t.gif nowadays.

However, here is a step-by-step (almost) procedure wink.gif:
http://www.911cd.net/forums//index.php?sho...=16713&st=1

A missing step in the above is the (optional but useful) usage of SMARTDRV, which is however detailed in first post:
http://www.911cd.net/forums//index.php?sho...=16713&st=0

The "most current method" is one of the three available here thumbsup.gif :
http://www.msfn.org/board/index.php?showforum=157

Batch:
http://www.msfn.org/board/index.php?showtopic=111406

GUI (advised):
http://www.msfn.org/board/index.php?showtopic=120444

From a PE (more flexible, but more complex):
http://www.msfn.org/board/index.php?showtopic=121446

Your choice. smile.gif

cheers.gif

jaclaz


--------------------
+Quote Post
post Jul 8 2009, 05:46 PM
Post #5
Lancelot
Frequent Member   **
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 84
Thank(s): 497


Turkiye


Hi jeroentuin

Reminding jaclaz is the master of the boot, I advice you to follow his advices.

QUOTE (jeroentuin @ Jul 8 2009, 03:51 PM) *
how can i make my hdd bootable in dos??
already written on my post with "sys d:"
Also jacklazz link http://www.911cd.net/forums//index.php?sho...=16713&st=1 (look post #2) gives the method (i did not wrote a method) to create fat32 partition with using fdisk + format which results with using "format d: /s" (post #2 step 7) that makes again bootable dos... Well all ways goes to Istanbul wink.gif .
ps: optional usage of smartdrv makes your setup faster thumbup.gif with this old fashioned method i liked to use.

to make xcopy command work, you need xcopy.exe on your ufd. a bit google-fu should help. Check http://boot-land.net/url/bootdisk


@jaclaz

a little question about "from PE" method. I love wimb's tools, but never used for booting "from PE".
Instead I use LiveXP with following steps:
1) prepare partition primary/ntfs/active,
2) than set partition drive letter to C:\
3) copy xp setup(cd) to C:\xpsetup
4) than doubleclick C:\xpsetup\i386\winnt32.exe

so far method working nicely, am I missing sth ?

edit: mini adding


--------------------
+Quote Post
post Jul 9 2009, 02:08 PM
Post #6
jeroentuin
Newbie   *
Group: Members

  Joined: 8-July 09
Posts: 10
Thank(s): 0


Netherlands


@ jaclaz

i am totally new in the bootable scene:$, so ....

which one will give me the least change to failure:P
+Quote Post
post Jul 9 2009, 03:58 PM
Post #7
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,224
Thank(s): 547


Italy


QUOTE (jeroentuin @ Jul 9 2009, 04:08 PM) *
@ jaclaz

i am totally new in the bootable scene:$, so ....

which one will give me the least change to failure:P


QUOTE (jaclaz @ Jul 8 2009, 06:25 PM) *


happy22.gif

JFYI:
http://ccollomb.free.fr/blog/?p=59

QUOTE (Lancelot @ Jul 8 2009, 07:46 PM) *
Reminding jaclaz is the master of the boot, I advice you to follow his advices.

Though of course your recommendation is appreciated smile.gif, I am failing to see ANY alternative he may follow....w00t.gif

QUOTE (Lancelot @ Jul 8 2009, 07:46 PM) *
@jaclaz

a little question about "from PE" method. I love wimb's tools, but never used for booting "from PE".
Instead I use LiveXP with following steps:
1) prepare partition primary/ntfs/active,
2) than set partition drive letter to C:\
3) copy xp setup(cd) to C:\xpsetup
4) than doubleclick C:\xpsetup\i386\winnt32.exe

so far method working nicely, am I missing sth ?


Who knows what you may be missing? unsure.gif

The whole point of Wimb's method (the "from PE" one):
QUOTE (jaclaz @ Jul 8 2009, 06:25 PM) *
From a PE (more flexible, but more complex):
http://www.msfn.org/board/index.php?showtopic=121446


is to help in creating a bootable USB running a "standard" LiveXP (as per Amalux's Tutorials), and further help in adding additions, like Drivers Pack and similar + a whole lot more things, the latter ones being symptoms of the "featuritis", a common syndrome among developers, from which Wimb also suffers. happy22.gif

Since you already know:
  • how to make a bootable USB stick
  • how to build a LiveXP
  • how to add additions


You should have NO "need" for using it, though you might want to try it at next occasion (as opposed to ask philosophical questions about it rolleyes.gif) and actually time the install, and see whether the method "keeping source files on stick" is faster than first copying source to target and then run WINNT32.EXE.

cheers.gif

jaclaz

P.S.: Corrected links to point directly to post #2:
http://www.911cd.net/forums//index.php?sho...=16713&st=1
and to post #1:
http://www.911cd.net/forums//index.php?sho...=16713&st=0
on the referenced thread.


--------------------
+Quote Post
post Jul 9 2009, 04:13 PM
Post #8
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 8,880
Thank(s): 557


Germany


QUOTE (jaclaz @ Jul 9 2009, 05:58 PM) *
+ a whole lot more things, the latter ones being symptoms of the "featuritis", a common syndrome among developers,

Jaclaz, please consider to exlude me from the featuritis club. tongue.gif
You know that I hate interfaces with many options (wich in most cases are ununderstandable for new users). And remember my (successless) trials about 'factory settings' in LiveXP. smart.gif

But you are the master and I'll follow your judgement ... hypocrite.gif

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

+Quote Post
post Jul 9 2009, 04:29 PM
Post #9
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,224
Thank(s): 547


Italy


QUOTE (psc @ Jul 9 2009, 06:13 PM) *
Jaclaz, please consider to exlude me from the featuritis club. tongue.gif


dubbio.gif, I seem to remember you know a bit of Latin:
http://en.wikipedia.org/wiki/Ex_officio#E
QUOTE
excusatio non petita accusatio manifesta


I didn't previously include your name in the "little black book" where I keep note of people obviously affected by the Syndrome, but now I'm putting an entry for you on the page with the big red question mark as a header....happy22.gif

roll1.gif

jaclaz


--------------------
+Quote Post
post Jul 9 2009, 04:48 PM
Post #10
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 8,880
Thank(s): 557


Germany


QUOTE (jaclaz @ Jul 9 2009, 06:29 PM) *
dubbio.gif , I seem to remember you know a bit of Latin:
http://en.wikipedia.org/wiki/Ex_officio#E


I didn't previously include your name in the "little black book" where I keep note of people obviously affected by the Syndrome, but now I'm putting an entry for you on the page with the big red question mark as a header.... happy22.gif

roll1.gif

jaclaz

And RED means 'Never can become member' roll1.gif

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

+Quote Post

2 Pages V   1 2 >
Reply to this topic
1 User(s) are reading this topic ()


  

Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts USBoot w/XPsp2 not booting after DiskCryptor system encryption
BSOD Stop Code = UNMOUNTABLE_BOOT_VOLUME
4 Zoso 1,282 6th February 2010 - 11:38 AM
Last post by: Wonko the Sane
No New Posts Fails with Fedora 12?
2 AdamW 1,101 4th February 2010 - 08:44 AM
Last post by: AdamW
No new Topic has attachmentsXP styles in PE
176 MedEvil 14,336 1st February 2010 - 05:50 PM
Last post by: Lancelot
No New Posts Install winpcap in WinPE w/o winbuilder
winpcap and winpe
2 BlatzMan 205 30th January 2010 - 03:43 AM
Last post by: sanbarrow
No New Posts Pinned: Install from USB AFTER Booting with PE
Install from USB without Booting from USB by using U_XP_SET
3 wimb 1,419 27th January 2010 - 11:59 AM
Last post by: wimb