Hi everyone again!
I've managed to install Windows 7 using a boot manager floppy (you can use other media but you will need knowlege on how to make CD's or USB's booteable from a floppy image).
This method uses a linux boot manager called Gujin to "emulate" BIOS functions for booting media (any media).
Here are the steps I followed to build it:
- Download "Standard" version of Gujin from sourceforge (the latest is 2.4)
- Use your favourite decompressing software to unGzip/unTar (I recommend 7-zip, it's free)
- Inside the uncompressed folder, you will find a file named "full.img.gz", unGzip this file too.
- Now you will have a file named "floppy.144", this is the floppy image.
- Download a "Floppy Image Writer", for exmple RawWrite (or WinImage).
- Grab a floppy and write the file "floppy.144" to it.
- Put the Windows 7 Beta DVD in the drive.
- Boot your PC with the floppy, it will show a screen searching for boot records in your computer, follow the instructions about the video resolution.
- Once you are inside the GUI, there will be a list of supported booteable media, press the "F" key corresponding to the one that reads "no emul" or "no emulation" (it should be your DVD)
- Pay attention to the message "Press any key to boot from CD or DVD", so do it!
- Yeah! Windows 7 installer is running!
Hope this helps you a bit with the beta testing...
AMD
PS: For instructions on how to make a booteable CD in Nero with a floppy image, read this. For Gujin documentation, troubleshooting and screenshots read this.
I have solution.
You need Vista install DVD. Boot Vista Installation, choose Language press next and than press "Repair my computer". On next window u will have few options, choose "command promt". Remove Vista DVD and insert Windows 7 Install DVD. Navigate to DVD (for example d: or e:, depends on your drives setting, than go to folder sources (type "cd sources"), and type "setup". Installation will start shortly. Now just follow instructions![]()
Good luck
Can I but in and ask why my monitor when my pc has rebooted during the installation of Win 7 RC will only show
"OUT OF RANGE
H - 35.6 KHZ V + 87.2 HZ
720 x 400."
I have used both the gujin and the unawave methods of overcoming the "code 5 failure" and I can get my old pc to boot and apparently load all the files, setup and update but when it reaches finalising installation and it reboots my monitor shows nothing but out of range.
I have tried various monitors that have screen resolutions from 800 x 600 up to 1400 x 900 but nothing changes.
The pc is a Packard Bell NEC tower, SiS650 mainboard with onboard SiS650 graphics, 768Mb RAM, 40 Gb HD, DVD-R, soundblaster audio.
The pc seems to continue to load Win 7 presumably until in needs a response but no picture is seen.
This is your motherboard's default or minimum graphics setting. You might find some video settings in the bios, the first place I'd check is there. Other than that, would need to find a montor that will pick up that freq...
Follow the instructions as stated only replace "Vista SP1/2008 x64 ISO" with your Windows 7 ISO.From Microsoft Support Site (Ref Error Code 5): You cannot start the computer by using a CDFS-based image file to install Windows Vista: (Also Applies to Windows 7)
The complex solution is outlined on Jowie’s Blog (in much greater detail than here)This problem occurs because the ETFSBOOT.COM program does not handle file versions according to the International Standards Organization (ISO) 9660 specification.
Note The ETFSBOOT.COM program creates the CD boot sector.
The ISO 9660 specification instructs that a name for a file record should consist of the file name that is followed by the file version. Also, the specification instructs that you must separate the file name and the file version by a semicolon. For example, the following file record is valid:
FileName;1
The Windows PE file system driver handles the file version as an option. However, the ETFSBOOT.COM program cannot locate the Setupldr.bin/Bootmgr file if you use a file version.
Note The CDimage.exe program does not append a file version to a file name in a file record.
Therefore, if you use a program other than CDimage.exe or OSCDimg.exe to create the CDFS image file, the computer does not start from the image.
The simple solution is as follows (taken from: Sergio Mcfly’s Blog):
- Download Vista SP1/2008 x64 ISO (Windows 7 ISO) from MSDN (Microsoft), or grab your CD
- Create 3 folders c:\efi-iso c:\efi-exe c:\efi-dvd
- Download oscdimg.exe from here into c:\efi-exe
- Extract iso using 7-Zip or WinRAR (Or copy the contents of the DVD) into c:\efi-dvd
- Start up a command prompt (Start -> Run -> cmd)
- Type: cd c:\efi-exe
- Type: oscdimg -n -m -bc:\efi-dvd\boot\etfsboot.com c:\efi-dvd c:\efi-iso\server2008dvd.iso