LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Closed Thread
  Search this Thread
Old 08-20-2010, 07:31 PM   #1
linuxishard
Member
 
Registered: Jun 2010
Distribution: Ubuntu 10.10 Netbook Remix
Posts: 81

Rep: Reputation: 16
How to make XP bootable from usb,


is there any program that i can run under ubuntu 10.10 netbook remix and make windows XP installable from a flashdrive via a torrent i downloaded. i need to install windows back on this computer then reinstall linux and dual boot for work.
 
Old 08-20-2010, 07:51 PM   #2
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
look into using the dd command.

just google dd iso to usb windows.
and google boot sector bytes on windows cd.

I found a couple possibly useful articles for your request. Here's one:
http://en.wikipedia.org/wiki/Master_boot_record (MBR located at 512 bytes so maybe Windows CD is the same?)

Assuming your flash device is located at /dev/sdd perhaps the dd command you're looking for is
Code:
dd if=./winxp.iso of=/dev/sdd bs=512
That is experimental and I have never done this so don't take it as a guaranteed solution. If this works please report back so others may find it useful.

SAM

Last edited by sag47; 08-20-2010 at 07:53 PM.
 
Old 08-20-2010, 07:56 PM   #3
linuxishard
Member
 
Registered: Jun 2010
Distribution: Ubuntu 10.10 Netbook Remix
Posts: 81

Original Poster
Rep: Reputation: 16
hi there,

no dice my man. i need something that can format the device to fat32 and create the iso image into a bootable image on startup. in layman terms, i need the device to install windows xp when i boot from the usb,
 
Old 08-20-2010, 07:58 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
Seems to violate the LQ terms doesn't it? You are stealing software and you want us to tell you how.
 
Old 08-20-2010, 08:00 PM   #5
linuxishard
Member
 
Registered: Jun 2010
Distribution: Ubuntu 10.10 Netbook Remix
Posts: 81

Original Poster
Rep: Reputation: 16
i made the torrent about 2 years ago from a windows xp professional cd, i redownloaded it from my online storage. so its not stealing. i did this for just such an occasion because i work on netbooks and thats what im currently running on right now.
 
Old 08-20-2010, 08:00 PM   #6
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
I found this possibly useful post, I don't know how reliable its information is since it is not sourced.
http://www.911cd.net/forums//index.php?showtopic=22152
Code:
dd if=./winxp.iso of=/dev/sdd bs=2048 count=313
You may also wish to look into BartPE and WPE (Windows Preinstalled Environment) but that cannot install WinXP for you. However that may give you an insight as to how to correctly formulate the command. Or even research how they make their iso images (BartPE uses mkisofs to create its images so looking into that command may be useful).

Edit: Doesn't installing using a hacked key what would make it illegal? Not having the ISO on hand. I have tons of Windows ISO images as backups at my work because people lose CDs all the time. His/her netbook likely doesn't have a CD drive which is why they're trying to "burn" it to a usb disk.

IMO it doesn't violate LQ terms if the OP is using a legal key (which is usually located on the bottom of the netbook).

Last edited by sag47; 08-20-2010 at 08:03 PM.
 
Old 08-20-2010, 08:01 PM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by linuxishard View Post
hi there,

no dice my man. i need something that can format the device to fat32 and create the iso image into a bootable image on startup. in layman terms, i need the device to install windows xp when i boot from the usb,
LQ Rules;
Quote:
Posts containing information about cracking, piracy, warez, fraud or any topic that could be damaging to either LinuxQuestions.org or any third party will be immediately removed.
Reported!
 
Old 08-20-2010, 08:05 PM   #8
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
This is annoying because nobody seems to listen to reason. They just autoban content when in fact in the IT world it would be found as useful for situations I have already mentioned.
 
Old 08-20-2010, 08:06 PM   #9
linuxishard
Member
 
Registered: Jun 2010
Distribution: Ubuntu 10.10 Netbook Remix
Posts: 81

Original Poster
Rep: Reputation: 16
for what purpose? its my iso image, i bought the windows disc for $150. its not stealing.
 
Old 08-20-2010, 08:09 PM   #10
linuxishard
Member
 
Registered: Jun 2010
Distribution: Ubuntu 10.10 Netbook Remix
Posts: 81

Original Poster
Rep: Reputation: 16
I'm going to rephrase my question now, i have a iso in my downloads folder called XP_HOME.iso i want to make it bootable on my flashdrive via program, terminal command, anything that works. and it needs to be able to install when i start it up from bios commands.
 
Old 08-20-2010, 08:11 PM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Then download Download details: Windows XP Service Pack 3 - ISO-9660 CD Image File if your the legal license holder.
 
Old 08-20-2010, 08:12 PM   #12
linuxishard
Member
 
Registered: Jun 2010
Distribution: Ubuntu 10.10 Netbook Remix
Posts: 81

Original Poster
Rep: Reputation: 16
i already have my .iso file. why would i need another one?
 
Old 08-20-2010, 08:13 PM   #13
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
http://www.nu2.nu/bbie/
Code:
dd if=/dev/winxp.iso of=/dev/sdd bs=2048 count=17
I'll continue to assist until LQ governs otherwise. All of my ISOs are made from company CDs legally purchased through Microsoft vendors. In our corporate account, making ISOs as backup copies is part of the TOS.

edit: thanks onebuck for your post on the ISO download. I forgot about that.

Last edited by sag47; 08-20-2010 at 08:20 PM.
 
Old 08-20-2010, 08:17 PM   #14
linuxishard
Member
 
Registered: Jun 2010
Distribution: Ubuntu 10.10 Netbook Remix
Posts: 81

Original Poster
Rep: Reputation: 16
drew@drew-laptop:~$ dd if=/dev/XP_HOME.iso of=/dev/sdd bs=2048 count=17
dd: opening `/dev/XP_HOME.iso': No such file or directory
drew@drew-laptop:~$



i legally purchased my cd from microsoft.com
 
Old 08-20-2010, 08:18 PM   #15
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by linuxishard View Post
i already have my .iso file. why would i need another one?
If you are the legal license holder then install the image. The EULA states single use unless multiple license. I personally would not get involved with the actions since this does circumvent the agreement.
 
  


Closed Thread



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
using dd to make bootable slack usb battleship Slackware 3 05-31-2010 03:44 AM
make a USB drive bootable cccc Linux - General 2 10-25-2008 11:23 PM
How do you make a usb drive bootable? comcastuser Linux - General 4 06-25-2007 02:19 AM
How to make USB stick bootable? depam Linux - Software 3 12-31-2006 11:22 AM
make a USB stick bootable lothario Linux - Software 1 07-13-2006 01:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:36 PM.

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