Installing Windows 7 without a DVD?

Installing Windows 7 on a MBP with a non-working DVD drive

  • How can I install Windows 7 (via Boot Camp or rEFIt) from an ISO? I think the Superdrive on my Macbook Pro (10.5.6) is on its last legs, because it ejects almost anything I put in it. (Meaning blank DVDs, and the DVD I burned of the ISO on my Windows XP desktop with ImgBurn). It's not extremely old (I got it refurbished on Christmas 2007), but still old enough to be out of warranty (at least I would think so).What I have available: 1tb My Book Firewire External Hard Drive 4gb 1st gen iPod Nano, that isn't even formatted as an iPod right now, so it's basically just a 4gb USB flash drive. I know I can boot from it if it's set up right, because I've been using it with http://www.dostuffright.com/BUI What I've tried so far: I can't restore the iPod to the ISO in Disk Utility, so I tried to convert the ISO to a DMG (in Disk Utility and using a program called Converso), getting errors both times. I tried mounting the ISO, erasing everything on the iPod, and copying everything straight out of the ISO to the iPod, but it doesn't appear as anything bootable. Please help if you can

  • Answer:

    "it ejects almost anything I put in it." I've had this problem for months and actually did a bunch of weird image-based contortion to try to get an install going including VMWare, external devices, dd copies, and all manner of other craziness. It sort of worked but was a huge, elaborate pain in the ass. Then last week I took some canned air, shoved the nozzle straw in the slot, and blew it out. Optical drive works fine now, including for boot purposes. Try that before you try to get elaborate.

N2O1138 at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

You can run a vm like bochs with the ISO as the boot image. Make the partition you want to install to available for direct writing within the vm (I am pretty sure this is possibel with some vms), et voila, you can install onto the partition, from within the vm. I think.

idiopath

You can install the Vista 7 beta from a usb stick, if the Mac will boot from USB. Instructions http://blogs.technet.com/aviraj/archive/2009/02/01/installing-windows-7-using-usb-thumb-drive.aspx.

pharm

majick's fix seems to work! but idiopath, could you explain how to compile bochs? i never really figured it out, and compiling would be a useful skill to have.

N2O1138

In retrospect, bochs probably was not the right software to suggest, bochs is an intel emulator that allows an intel os to run in an os on non-intel hardware, or it can be used as a slow vm. I think the more appropriate solution would have been parallels. which unlike bochs is not free, but will run faster because it is not emulating the hardware. As to how to compile bochs, installing unix apps from source is done by Installing the toolchain (compiler, assembler, etc, the gcc toolchain comes with a mac on one of the supplimental disks last I heard)Installing eitherA package manager orAll the libraries that the source package depends on but does not include, look for a file called README in the top level directory..now you caninstall the package by unzipping the tar.gz, entering the resulting directory from the command line, and running./configure && make && sudo make installThis will check for missing libraries, complain if they are absent, then proceed with building the package, followed by installing it to the default location.or, if you installed a package manager, choose between installing the premade binary provided by the repository, or doing an automated source build. Refer to your package manager for documentation.This is a large amount of work if you have never done it before and you are only doing it for one program, but it is a nice skill to have if you have the patience for it, and the second time will be much easier, and the 100th time will be so automatic you hardly think about it.

idiopath

You can't install from an ISO as there is nothing to mount it as a CD/DVD at boot time. Also, your install sources has to be on a different drive/partition.

wongcorgi

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.