LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 03-29-2015, 11:28 AM   #1
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Rep: Reputation: 76
Are there Windows XP ISO images booteable from a flash memory stick?


Are there Windows XP ISO images booteable from a flash memory stick? I know in the case of slackware 14.1 the images can be written to the stick and the achine will boot from the stick.
 
Old 03-29-2015, 11:32 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
No, for Windows XP a special program is needed to copy the install CD to USB and make it bootable: http://www.komku.org/2013/07/winsetu...ash-drive.html
The problem is that it is a Windows program, so you need a working Windows installation in the first place. Would be much easier with Windows 7 or newer (which is recommended anyways, since XP is not supported anymore).
 
Old 03-30-2015, 09:12 AM   #3
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
When running WinSetupFromUSB_1-4.exe, a window shows two boxes: in the
first one I have drive E, the flash drive. The second one (actually a
set of several boxes), I checked the one with Windows 2000/XP/2003 Setup.
What is the complete filename I must write? The ISO image complete filename?

Last edited by stf92; 03-30-2015 at 03:58 PM.
 
Old 03-30-2015, 09:27 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just use the "Browse" button (labelled 3 in that image) to point it to your ISO file. that should work. If it doesn't work, try to mount the ISO image in a virtual CD drive and point the program to that instead.
 
Old 03-30-2015, 03:13 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
can you even register a XP install any more
if not
have fun trying to use a "bootleg" install
 
Old 03-30-2015, 03:22 PM   #6
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
@TobiSGD:
I did as you suggested, writting the ISO image full filename, and this is the command it executed:
Code:
 FBinst.exe -v (hd1); format --force --fat32 --align
As a result, I could boot from the stick. The firmware then gave me two options, but this notification stays on the screen for only a few seconds. How I can read it is now my problem, but I don't think I'll be able to solve it. Furthemore, one of the options leads to the grub prompt, and I know nothing about that program.

Last edited by stf92; 03-30-2015 at 04:01 PM.
 
Old 03-30-2015, 04:10 PM   #7
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265
Quote:
Originally Posted by John VV View Post
can you even register a XP install any more
Actually, the activation servers are apparently still running. Just a few days ago I installed it in a VM, and activation worked just fine.

I wonder if they've got their different operating systems separated, or if they have just one system that's handled activation since they first started, and they've never bothered to remove the old versions? Of course, that's all just speculation.
 
Old 03-30-2015, 04:49 PM   #8
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by maples View Post
Actually, the activation servers are apparently still running. Just a few days ago I installed it in a VM, and activation worked just fine.

I wonder if they've got their different operating systems separated, or if they have just one system that's handled activation since they first started, and they've never bothered to remove the old versions? Of course, that's all just speculation.
The last time I ran my XP instance I had a warning along the lines of it not being supported any more and being full of viruses and trojans. Oh, I could activate it alright, but the messages weren't particularly encouraging.
 
Old 03-31-2015, 05:55 AM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by stf92 View Post
@TobiSGD:
I did as you suggested, writting the ISO image full filename, and this is the command it executed:
Code:
 FBinst.exe -v (hd1); format --force --fat32 --align
As a result, I could boot from the stick. The firmware then gave me two options, but this notification stays on the screen for only a few seconds. How I can read it is now my problem, but I don't think I'll be able to solve it. Furthemore, one of the options leads to the grub prompt, and I know nothing about that program.
If I remember correctly (haven't done that for quite some time), at first boot you are supposed to choose the first option, when the setup causes a reboot (which will happen two or three times) you are supposed the second option.
 
Old 03-31-2015, 08:06 AM   #10
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265
Quote:
Originally Posted by 273 View Post
The last time I ran my XP instance I had a warning along the lines of it not being supported any more and being full of viruses and trojans. Oh, I could activate it alright, but the messages weren't particularly encouraging.
What version were you using? Mine was WinXP Pro SP2 (which I soon updated to SP3) and I never saw any of those messages.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
format my flash memory stick faizlo Linux - Hardware 5 08-03-2009 09:10 PM
USB memory, Compact Flash, Memory Stick energiza Linux - Hardware 2 08-22-2006 09:29 PM
Missing memory in USB stick, flash memory, removable hd etc bamboo_spider Linux - Newbie 3 06-14-2006 05:39 PM
flash memory stick rilians Linux - Hardware 3 08-26-2004 11:11 PM
Memory Flash Stick in Linux and Windows XP Micro420 Linux - Hardware 6 08-24-2004 11:11 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 07:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration