Solved Install from ISO

vaikz

New Member
Messages
4
Hi, I found a lot of topics on how to install Windows 8 from usb but what I really want is to install from ISO using grub4dos ISO mapping.
What I mean is boot the ISO using grub4dos then install. Just like the way Windows 7.
Is this possible?
 
Last edited:

My Computer

System One

  • OS
    7
Do you mean use grub to boot the iso frm the HD - then when boot.wim loads, install in the usual way using Windows Setup?

You should be able to do that.

The lazy way is to use Easybcd to add the iso to windows boot menu ( easybcd uses neogrub to do that )

You would probably need the iso on a separate partition - not sure how much ram you would need - there is a run from disk option in easybcd - might be worth using that.


Or do you mean you want to make the iso with mkisofs and have a grub menu ?

Something like this , I think:

title Windows Setup
chainloader /BOOTMGR

title Load Microsoft Windows Vista/Win7/Win8
root (hd0,0)
chainloader (hd0,0)/bootmgr

title Find and Load NTLDR of Windows NT/2K/XP
find --set-root /ntldr
chainloader /ntldr

title Find and Boot Linux with menu.lst
find --set-root /sbin/init
configfile /Boot/grub/menu.lst

title CommandLine
commandline

title Reboot
reboot
 

My Computer

System One

  • OS
    7/8/ubuntu/Linux Deepin
    Computer type
    PC/Desktop
Do you mean use grub to boot the iso frm the HD - then when boot.wim loads, install in the usual way using Windows Setup?

You should be able to do that.

The lazy way is to use Easybcd to add the iso to windows boot menu ( easybcd uses neogrub to do that )

You would probably need the iso on a separate partition - not sure how much ram you would need - there is a run from disk option in easybcd - might be worth using that.


Or do you mean you want to make the iso with mkisofs and have a grub menu ?

Something like this , I think:

title Windows Setup
chainloader /BOOTMGR

title Load Microsoft Windows Vista/Win7/Win8
root (hd0,0)
chainloader (hd0,0)/bootmgr

title Find and Load NTLDR of Windows NT/2K/XP
find --set-root /ntldr
chainloader /ntldr

title Find and Boot Linux with menu.lst
find --set-root /sbin/init
configfile /Boot/grub/menu.lst

title CommandLine
commandline

title Reboot
reboot

do I need to extract all the files on a folder first before doing this?
I want to install windows 8 from my USB HDD.

My USB HDD is loaded with live cd ISO's and boot this using Grub4dos ISO Mapping and I would like
to do it this way. Boot the Windows 8 ISO from my usb hdd and install. The reason I don't follow all
the instructions and tutorials how to install windows 8 from usb coz I don't want to reformat my
usb hdd.

I haven't done like this in Windows 7 ISO coz I used the winnt 6 fast installer to install windows 7.
 

My Computer

System One

  • OS
    7
if your computer supports EFI, then I'd just extract the contents of the .iso to a 4gb partition, then in the EFI shell found and launched the bootloader.
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    Laptop
    System Manufacturer/Model
    Asus Tansformer Book Flip TP500LN
    CPU
    Intel i5-4210U
    Memory
    8GB DDR3 SDRAM
    Graphics Card(s)
    Nvidia Geforce GT 840M
    Monitor(s) Displays
    15" Touchscreen
    Screen Resolution
    1366 x 768
    Hard Drives
    1TB Hybrid
    Mouse
    Microsoft Wireless Mobile Mouse 4000
I use this:

YUMI - Multiboot USB Creator (Windows) | USB Pen Drive Linux

Screenshot (3).pngThe image shows the iso files on the 4GB USB drive, and the menu.lst file and in notepad, the related grub menu entries which may work in your case, as long as the path is referenced correctly
 

My Computer

System One

  • OS
    Windows 8.1 Pro with Media Center
    Computer type
    PC/Desktop
    System Manufacturer/Model
    HP COMPAQ Presario CQ57
    CPU
    AMD E- 300 APU with Radion HD Graphics 1.30GHz
    Motherboard
    inbuilt
    Memory
    4GB
    Graphics Card(s)
    ATI
    Sound Card
    High Definition Audio on-board
    Monitor(s) Displays
    notebook
    Screen Resolution
    1366x768
    Hard Drives
    Seagate ST9500325AS
    Google drive 15GB
    Skydrive 25GB
    BT Cloud
    PSU
    external 20v
    Case
    Laptop
    Cooling
    pretty good
    Keyboard
    inbuilt
    Mouse
    touchpad
    Internet Speed
    BT Infinity Unlimited - 80 up 20 down =70/16 really
    Browser
    Chrome Canary usually
    Antivirus
    Windows Defender and Malwarebytes
    Other Info
    no Start menu modifications
    Upgraded with no issues to 8.0 and to 8.1
Thanks a lot for all the replies.

Actually I was able to install windows 8 using this tutorial.

However I still want to achieve my goal to boot directly on the iso.

I use this:

YUMI - Multiboot USB Creator (Windows) | USB Pen Drive Linux

The image shows the iso files on the 4GB USB drive, and the menu.lst file and in notepad, the related grub menu entries which may work in your case, as long as the path is referenced correctly

Thanks fafhrd, I too been using YUMI for awhile now, I just don't know it yet if it supports windows 8.
Thanks anyway.:D
 

My Computer

System One

  • OS
    7
I have had some success with booting and installing direct from ISO. But, I don't recommend it. Installs do not perform well after installing from an ISO like you want, or they fail completely. However, try this code I tested with an All In One image......

title Windows 7 AIO ISO
find --set-root /images/Win7sp1AIO.ISO
map /images/Win7sp1AIO.ISO (hd32)
map --hook
root (hd32)
chainloader (hd32)

The All In One Windows 7 ISO I did create, does work, but works flawlessly when extracted and run using,,,

title Windows 7 AIO Installer
find --set-root /bootmgr
chainloader /bootmgr
 

My Computer

System One

  • OS
    Win 8.1 Pro
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Self Built
    CPU
    I7-3770K
    Motherboard
    ASUS SABERTOOTH Z77
    Memory
    CORSAIR 8GB 2X4 D3 1866
    Graphics Card(s)
    EVGA GTX680 4GB
    Monitor(s) Displays
    ASUS 24" LED VG248QE
    Hard Drives
    SAMSUNG E 256GB SSD 840 PRO -
    SAMSUNG E 120GB SSD840 -
    SEAGATE 1TB PIPELINE
    PSU
    CORSAIR GS800
    Case
    CORSAIR 600T
    Cooling
    CORSAIR HYDRO H100I LIQUID COOLER
    Keyboard
    THERMALTA CHALLENGER ULT GAME-KYBRD
    Mouse
    RAZER DEATHADDER GAME MS BLK-ED
    Antivirus
    Windows Defender
    Other Info
    APC 1000VA -
    LGELECOEM LG 14X SATA BD BURNER -
    CORSAIR SP120 Fans x 3 -
    NZXT 5.25 USB3 BAY CARD READER -
    HAUPPAUGE COLOSSUS
Back
Top