http://bugs.winehq.org/show_bug.cgi?id=16522
Summary: windows xp installer quits Product: Wine Version: 1.1.10 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: bl4ck.3yed@gmail.com
Created an attachment (id=17972) --> (http://bugs.winehq.org/attachment.cgi?id=17972) This is the wine output from running setup.exe
I'm trying to install windows xp from linux :). By running the setup.exe i get the following error: Windows Setup has encountered a problem and needs to close. We are sorry for the inconvenience.You will need to rerun setup in order to install Windows.Choosing Dynamic Update during setup will possibly remedy this error.Im attaching the wine output below.
Also running winnt.exe doesn do anything.I'm also attaching the wine output below
http://bugs.winehq.org/show_bug.cgi?id=16522
--- Comment #1 from nameless bl4ck.3yed@gmail.com 2008-12-15 18:35:32 --- Created an attachment (id=17973) --> (http://bugs.winehq.org/attachment.cgi?id=17973) This is the wine output from running winnt.exe
http://bugs.winehq.org/show_bug.cgi?id=16522
Elliot Womack Elliotw2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Elliotw2@gmail.com
--- Comment #2 from Elliot Womack Elliotw2@gmail.com 2008-12-15 18:45:01 --- Why does this matter? What in gods name are you trying to do with this? Why not just reboot and start from disc if you want to install?
http://bugs.winehq.org/show_bug.cgi?id=16522
Ben Klein shacklein@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shacklein@gmail.com
--- Comment #3 from Ben Klein shacklein@gmail.com 2008-12-15 18:49:21 --- There is no way that any Microsoft Windows installer should be expected to work in Wine. If you want to install Windows inside a Linux system, you *have* to use a VM, such as QEMU or Virutalbox.
http://bugs.winehq.org/show_bug.cgi?id=16522
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Austin English austinenglish@gmail.com 2008-12-15 19:30:52 --- While a neat thing to try, this won't work. Arguably, the installer should be able to run up until a certain point, but it's not worth our effort to do so.
You probably want to use a VM or a dual boot.
http://bugs.winehq.org/show_bug.cgi?id=16522
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2008-12-15 19:30:59 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=16522
--- Comment #6 from nameless bl4ck.3yed@gmail.com 2008-12-16 03:14:16 --- (In reply to comment #2)
Why does this matter? What in gods name are you trying to do with this? Why not just reboot and start from disc if you want to install?
I was trying to install windows to a laptop without cd-rom. Anyway wine would have to run the installer only until the first reboot(copy some files and install mbr).
http://bugs.winehq.org/show_bug.cgi?id=16522
--- Comment #7 from Ben Klein shacklein@gmail.com 2008-12-16 03:31:55 --- (In reply to comment #6)
I was trying to install windows to a laptop without cd-rom. Anyway wine would have to run the installer only until the first reboot(copy some files and install mbr).
Would not work. 1) Windows installer would be unable to load its drivers 2) Windows installer would likely be overwriting Wine files, big no-no 3) Wine would not have write access to MBR without serious security hazards (not to mention you don't need Windows bootloader in MBR to boot Windows) 4) Wine cannot reboot your computer
The only solution to your problem, without some external boot system such as PXE network booting or an external CD-ROM drive, is to use a VM, then extract the data as required from the VM and dump it in appropriate places on your real HDD.