Jump to content











- - - - -

Windows 7 and Unetbootin


  • Please log in to reply
33 replies to this topic

#26 B1t Hunt3r

B1t Hunt3r

    Newbie

  • Members
  • 18 posts
  •  
    Sweden

Posted 22 October 2009 - 08:13 PM

I just had time to look at the problem, it looks like MS has changed its loading. The problem is FAT32. As loog as it is FAT it forks fine, but FAT32 makes it unbootable. The only solution i found was to ditch FAT32 and use NTFS...

#27 Mangoes

Mangoes
  • Members
  • 1 posts
  •  
    Australia

Posted 24 October 2009 - 12:50 PM

Forget Unetbootin.

Microsoft have supplied this capability for Windows 7.

See:

http://store.microso...m/Help/ISO-Tool

#28 ktp

ktp

    Silver Member

  • Advanced user
  • 773 posts

Posted 24 October 2009 - 03:55 PM

Forget Unetbootin.

Microsoft have supplied this capability for Windows 7.

See:

http://store.microso...m/Help/ISO-Tool


But from the above link :
"When your Windows 7 ISO file is copied onto your chosen media, you can install Windows 7 by navigating to the root of your DVD or USB flash drive and double-clicking Setup.exe."

So neither the DVD nor the USB key are bootable, and you have to install Windows 7 from a runnng Windows OS? If yes, then it is nothing more an ISO extractor, ImDisk would be then more useful.

#29 Icecube

Icecube

    Gold Member

  • Team Reboot
  • 1063 posts
  •  
    Belgium

Posted 24 October 2009 - 05:38 PM

@ B1t Hunt3r
You can try the following:
  • Download the last version of Syslinux (3.83 at the moment).
  • Extract /win32/syslinux.exe
  • Open a command prompt window
  • Drag and drop the extracted syslinux.exe to the command prompt window
  • Add the needed parameters, so it looks like the following (replace X: with the drive letter for your USB stick)
    syslinux.exe -ma X:
  • Edit the syslinux.cfg file and add:
    LABEL w7
    
    MENU LABEL Windows 7 install
    
    COM32 chain.c32
    
    APPEND ntldr=/BOOTMGR
  • Extract /com32/modules/chain.c32 and /com32/menu/menu.c32 from the Syslinux archive and place them in the root of your USB drive.
  • Extract the Windows 7 iso to your USB drive.
You don't need the nt60.0 file.

#30 Pablete

Pablete
  • Members
  • 1 posts
  •  
    Spain

Posted 14 June 2011 - 01:31 AM

Sry i know this is and old post...but really helped me, the only one it did.

B1t Hunt3r your 3rd method perfectly did the job in my Acer Aspire One .I tried various methos before without sorting it.Finally this worked but needed to format my pendrive (Cruzer Sandisk ) on NTFS .Thank you so much for your solution,you really helped me .

Think it could help someone else...

:whistling:

Edited by Pablete, 14 June 2011 - 01:32 AM.


#31 forsberg94

forsberg94
  • Members
  • 4 posts
  •  
    United States

Posted 14 June 2011 - 06:15 PM

Here's how I do it.

I use unetbootin to put the ISO files onto the USB stick. This will also install syslinux onto the stick to use as a bootloader.

I then download grub4dos grub4dos.zip

Extract that zip file and copy grub.exe into the USB stick into the directory: /BOOT
Now when you look in your /BOOT directory, you should see 'grub.exe' in there.

Go back into the root of the USB drive and edit the syslinux.cfg file. Add an entry like this:

LABEL WinPE

MENU LABEL Windows 7 PE

KERNEL /BOOT/grub.exe 

APPEND --config-file="find --set-root /SOURCES/BOOT.WIM;chainloader /BOOTMGR"

TEXT HELP

ENDTEXT


#32 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 15 June 2011 - 04:21 PM

Just for the record, that is an old (and also buggy) version of grub4dos.

Read here:
http://reboot.pro/14/page__st__1


Depending on Syslinux version, there is also an alternative way to chainload grub4dos from it ( COM32 and chain.c32 ), see here:
http://reboot.pro/11867/page__st__1


:cheers:
Wonko

#33 B1t Hunt3r

B1t Hunt3r

    Newbie

  • Members
  • 18 posts
  •  
    Sweden

Posted 16 June 2011 - 08:25 PM

ATM i like to boot Win7PE by this command

label Windows Vista/7 Installer

menu label Windows Vista/7 Installer

COM32 /chain.c32 fs ntldr=/bootmgr


So far it has worked perfectly.

#34 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 17 June 2011 - 01:02 PM

...

COM32 /chain.c32 fs ntldr=/bootmgr
...
So far it has worked perfectly.


Sure :dubbio: :
http://syslinux.zyto...mboot/chain.c32
unless I am mistaken this only applies since 3.85, and as seen in the given link:
http://reboot.pro/11867/page__st__1
4.00 and later have even added capabilities.

The tool is in an ever evolving status, and one may need to pay particular attention to the syntax used with which version, since it changes often, see also this:
http://reboot.pro/11943/
(new "APPEND" syntax)

;)
Wonko




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users