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


Reply
  Search this Thread
Old 10-20-2012, 02:21 PM   #1
slaka
Member
 
Registered: Oct 2012
Distribution: Slackware 14.0 86x
Posts: 43

Rep: Reputation: Disabled
Windows XP.iso -- Installing from USB


Hey,

so in all simplicity looking for solution how drop/burn/move correctly 'Windows.XP.iso' to my USB stick so I can install it from there.
Guess this is answered somewhere but all google gave me was that I should just make NTFS partition in destination device and burn .ISO with unetbootin and just boot to my USB.

Unfortunately that method gave me this error when I booted: 'no boot.... available CTRL+ALT+DEL to reboot' (don't remember whole thing).

So I have this partition, everything is fine here (at least I guess so):
Quote:
Device Boot Start End Blocks Id System
/dev/sdd1 * 4 7812559 3906278 7 HPFS/NTFS/exFAT
So, what should I do...?
 
Old 10-20-2012, 03:33 PM   #2
shivaa
Senior Member
 
Registered: Jul 2012
Location: Grenoble, Fr.
Distribution: Sun Solaris, RHEL, Ubuntu, Debian 6.0
Posts: 1,800
Blog Entries: 4

Rep: Reputation: 286Reputation: 286Reputation: 286
This forum is dedicated for Linux and other Unix flavors, not for Windows. So better you should have asked this question on some Windows help forum.
Anyway, here is way to install Windows OS using USB:
  1. Simply format your USB (not need to do NTFS type formatting)
  2. Put the .iso image in USB
  3. Insert USB in and reboot your PC
  4. At boot menu, select USB boot as first boot device, save the settings and exit
  5. Booting will start from .iso in USB

Last edited by shivaa; 10-20-2012 at 03:36 PM.
 
Old 10-20-2012, 03:34 PM   #3
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i think dd should work in creating a bootable usb drive (works for most live-usb linux distros).
 
Old 10-20-2012, 03:44 PM   #4
Snark1994
Senior Member
 
Registered: Sep 2010
Distribution: Debian
Posts: 1,632
Blog Entries: 3

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
FWIW, when I looked into doing this, there was no easy way to do it. Certainly, just dd'ing the iso from the install DVD onto a USB didn't work - I was under the impression that the two live media worked in different ways (hence the existence of tools such as unetbootin).

However, it is entirely possible that I didn't try or look hard enough, and am just plain wrong
 
Old 10-20-2012, 04:16 PM   #5
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
Try it with WinToFlash: http://liliputing.com/2009/08/easies...ash-drive.html
Quote:
Simply format your USB (not need to do NTFS type formatting)
Put the .iso image in USB
Insert USB in and reboot your PC
At boot menu, select USB boot as first boot device, save the settings and exit
Booting will start from .iso in USB
This won't work, neither with Windows nor Linux.

Quote:
i think dd should work in creating a bootable usb drive (works for most live-usb linux distros).
This works only if the image is in the hybrid-iso format. The Windows XP install disc isn't.
 
1 members found this post helpful.
Old 10-20-2012, 04:44 PM   #6
notsure
Member
 
Registered: Jun 2012
Location: Detroit
Distribution: Arch x86_64
Posts: 112

Rep: Reputation: 10
I only found success with USB Windows XP via the predecessor to YUMI. Now I need to remember what it is called...

Can't find it...

This looks like it would work:
http://reboot.pro/5434/
 
Old 10-20-2012, 06:56 PM   #7
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Rep: Reputation: Disabled
The problem is not the method. The problem is that your windows iso is not a hybrid image file. This can be a real pain in the butt unless you have a bios with will allow you to specify how to treat the usb stick. If you can force the system to evaluate it as a cd-rom it should work without a problem. otherwise you may need to install it with a bootloader.


by the way. linux is much easier to boot.
 
Old 10-20-2012, 10:15 PM   #8
slaka
Member
 
Registered: Oct 2012
Distribution: Slackware 14.0 86x
Posts: 43

Original Poster
Rep: Reputation: Disabled
Okay boys 'n girls, I made installation successfully but not from linux but from windows virtualbox with 'WinToFlash' program.
http://wintoflash.com/download/en/ -- link in case somebody needs it.
Nice automatic program, select drive 'n path to extracted .iso and just run it. Boot, select mode 1 and after installation succeed and auto-reboots, boot from drive again and select mode 2 -- if giving error then mode3 will do it -- and continue installation.

So thats for installation this piece of ****, booting is another story and solving at this moment. Took few hours to boot my slackware again since winsh... rewrited MBR (knew it will happen but since I'm newb it took some time to fix that... thanks to luck I have my Debian live USB... have saved me so, sooo, sooo many times... made it for fun few months ago! Hoooray to Debian live USB!)

But in case somebody have issue with MBR, I booted to Debian, mounted Slackware partitions and chrooted in 'em and ran command 'lilo' -- which owned MBR back to him from windows.
**chroot
mount main system partition(s) somewhere.
mkdir /asd/
mount /dev/sda1 /asd
chroot /asd /bin/bash
#~lilo
 
Old 10-21-2012, 12:19 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
TobySGD suggested that tool.

I have always mounted the iso as a shared drive on some network machine an booted the local via network boot like barts.
 
  


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
How to boot a .iso within windows with no CD burner or USB drive Infasoft Linux - Newbie 3 03-08-2009 07:31 PM
Windows vista how to boot linux .iso (no cd burner or USB) Infasoft Linux - Newbie 6 02-07-2009 12:58 PM
Problem installing ISO from USB tiger.woods Ubuntu 6 01-21-2009 06:28 AM
Installing an ISO (Such as DSL) with no usb/cd drive spudtheimpaler DamnSmallLinux 3 02-28-2007 04:15 AM
Installing fedora iso to new drive in windows... fedora_os Linux - Newbie 3 05-02-2004 11:53 PM

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

All times are GMT -5. The time now is 06:20 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