Jump to content











Photo
* * * * * 1 votes

Easy2Boot V1 BETA - Install Windows from ISOs on a flash drive - Beta testers wanted!

windows install iso flash boot grub4dos

  • Please log in to reply
226 replies to this topic

#126 steve6375

steve6375

    Platinum Member

  • Developer
  • 7567 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 08 May 2013 - 09:06 PM

I can add .vhd but I have not tested vhd from grub4dos

So you have a typical menu for grub4dos vhd booting?



#127 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 08 May 2013 - 10:40 PM

Attached the menu I use for VHD booting, all VHD's do have bootmanager or boot.ini installed to avoid any problem when booting, as you may know Win8 can't be booted from Grub4Dos calling the \Windows\system32\winload.exe (bootmanager way when booting VHD's), so to be consistent I use same way for all.

 

Spoiler

 

All VHD's are active volumes NTFS formated with their corresponding 5.2 or 6.x MBR and boot code on partition

 

Best Regards


Edited by alacran, 08 May 2013 - 10:50 PM.


#128 steve6375

steve6375

    Platinum Member

  • Developer
  • 7567 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 08 May 2013 - 10:59 PM

Thanks! So this added to the \_ISO\E2B\grub\QRUN.g4b batch file should work...

:.vhd
map %1 (hd0)
map --hook
root (hd0,0) || rootnoverify (hd0,0)
chainloader /bootmgr || chainloader /ntldr || chainloader +1 || chainloader (hd0)+1
exit

Now in BETA27v2



#129 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 08 May 2013 - 11:19 PM

Good I will test it and report back



#130 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 09 May 2013 - 12:12 AM

It's working just perfect, I tested booting my XP-SP3.vhd on a USB 2.0 stick exFAT formated, a little slow as expected from USB 2.0 stick but it was just to test, on HDD it is going to boot faster.



#131 gbrao

gbrao

    Frequent Member

  • Advanced user
  • 475 posts
  •  
    India

Posted 09 May 2013 - 04:01 AM

So it's possible to boot a Windows XP/7/8 VHD from grub4dos ?



#132 Wonko the Sane

Wonko the Sane

    The Finder

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

Posted 09 May 2013 - 09:49 AM

... as you may know Win8 can't be booted from Grub4Dos calling the \Windows\system32\winload.exe (bootmanager way when booting VHD's), so to be consistent I use same way for all.
Care to explain? :unsure:
I am only familiar (with *any* Vista :ph34r: or later OS) with chainloading BOOTMGR.
Can you provide the "alternate" way with Grub4dos "calling" \Windows\system32\winload.exe that you use (or used) for Vista :ph34r: or later BUT pre-windows8 OS?

:cheers:
Wonko

#133 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 09 May 2013 - 08:42 PM

@ Wonko

 

What I wanted to say is: AFAIK Win8 can be booted only from Windows loader. So even if could be alternative ways for Grub4Dos booting other NT6 systems, perhaps calling \Windows\system32\winload.exe as Windows loader does, it’s better to be consistent and use the proposed one, which is good for all NT6 systems.

 

I admit my message was confuse, I was writing during thinking, and I didn’t realize that it wasn’t clear.

 

So in short answer I don't know other way to boot NT6 systems from Grub4Dos.


Edited by alacran, 09 May 2013 - 09:05 PM.


#134 Wonko the Sane

Wonko the Sane

    The Finder

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

Posted 09 May 2013 - 09:22 PM

@ Wonko

 

What I wanted to say is: AFAIK Win8 can be booted only from Windows loader. So even if could be alternative ways for Grub4Dos booting other NT6 systems, perhaps calling \Windows\system32\winload.exe as Windows loader does, it’s better to be consistent and use the proposed one, which is good for all NT6 systems.

 

I admit my message was confuse, I was writing during thinking, and I didn’t realize that it wasn’t clear.

 

So in short answer I don't know other way to boot NT6 systems from Grub4Dos.

Yep, I suspected something like that (I am trying to avoid confusion).

 

There is not *any* other method (if not chainloading BOOTMGR or a bootsector invoking BOOTMGR) to boot any NT6 or later system from grub4dos.

 

:cheers:

Wonko



#135 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 10 May 2013 - 05:05 AM

So it's possible to boot a Windows XP/7/8 VHD from grub4dos ?

 

Yes, but there are certain requirement you must comply, not all VHD’s can be booted from G4D.  If you are not familiar with XP or Win7 VHD creation, and preparation for later booting from Grub4Dos, you may use this tool from Wimb, but first read carefully all info on the first Post of that page.: http://reboot.pro/in...?showtopic=9830

 

Regards


Edited by alacran, 10 May 2013 - 05:08 AM.


#136 gbrao

gbrao

    Frequent Member

  • Advanced user
  • 475 posts
  •  
    India

Posted 10 May 2013 - 01:16 PM

I have created a few vhds using the wimb IMG_XP tools. I always thought it was not possible to boot Win 7/8 vhd's from grub4dos.

See for eg : http://reboot.pro/to...-8/#entry171553

Or the guide from : http://reboot.pro/to...7-from-ramdisk/

 

Unless you mean a Win 7/8 vhd that does not have winvblock or firadisk installed.

 

I have booted Win XP VHDs from g4d with winvblock installed.



#137 wimb

wimb

    Platinum Member

  • Developer
  • 3756 posts
  • Interests:Boot and Install from USB
  •  
    Netherlands

Posted 10 May 2013 - 02:46 PM

Portable Win7 VHD can be booted from Grub4dos Menu as FILEDISK or as RAMDISK 

when WinVBlock or FiraDisk driver have been installed in Source (x64 architecture requires FiraDisk).

http://reboot.pro/to...-16#entry128716

http://reboot.pro/to...-22#entry150248

http://reboot.pro/to...-22#entry149420

 

Win8 VHD can be booted from RAMDISK with Grub4dos Menu

http://reboot.pro/to...-8/#entry171552



#138 gbrao

gbrao

    Frequent Member

  • Advanced user
  • 475 posts
  •  
    India

Posted 10 May 2013 - 03:19 PM

Oh, the vhds i created would only boot from memory from g4d menu.

For 'filedisk' I would boot the vhds from windows bootmgr.

Please confirm : the same W7/W8 vhd can be booted as RAMDISK or FILEDISK from a g4d menu ?

Edit : Does the Win 7/8 edition (Ultimate/Pro ...) used to make the vhd matter ?



#139 steve6375

steve6375

    Platinum Member

  • Developer
  • 7567 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 10 May 2013 - 03:40 PM

New BETA28 available - WIndows ISOs menu greatly changed!



#140 DarkPhoeniX

DarkPhoeniX

    Frequent Member

  • Team Reboot
  • 452 posts
  • Location:In the middle of nowhere
  • Interests:Interesting Things
  •  
    South Africa

Posted 11 May 2013 - 06:30 AM

Today i installed Windows Xp pro SP3
The OS seems to work fine except for some abnormality's
 
the following image shows WinVBlock as a unknown device
The following image shows that windows is installed to the "H:\" drive
 
and there is no option (on initialization) to input a user name(this can still be done via Users in control panel)
 
Is this normal?
 
If so will it cuse a problem if i Remove the winvblock driver(delete),after installation ?
And change the Main drive to C:\?
via a script run at post?
 
I will still have to test other OS's when i have my 64gb Flash drive 


#141 Wonko the Sane

Wonko the Sane

    The Finder

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

Posted 11 May 2013 - 08:30 AM

Oh, the vhds i created would only boot from memory from g4d menu.
For 'filedisk' I would boot the vhds from windows bootmgr.
Please confirm : the same W7/W8 vhd can be booted as RAMDISK or FILEDISK from a g4d menu ?
Edit : Does the Win 7/8 edition (Ultimate/Pro ...) used to make the vhd matter ?
gbrao,
you are mixing methods. :w00t:

A .vhd, NO MATTER if "as filedisk" or "ramdisk" NEEDS to be mapped through grub4dos if you use the Winvblock or Firadisk drivers (both these drivers "hook" the grub4dos mapping).

Some "high end" editions of Windows 7 (and possibly of 8) have a built-in a DIFFERENT way to "natively" boot from .VHD, that need no grub4dos, nor firadisk, nor winvbloick.

It is not like this info is kept secret :whistling::
http://reboot.pro/to...tive-boot-vhds/
http://reboot.pro/to...-vhds/?p=138494

:cheers:
Wonko

#142 steve6375

steve6375

    Platinum Member

  • Developer
  • 7567 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 11 May 2013 - 09:41 AM

Today i installed Windows Xp pro SP3
The OS seems to work fine except for some abnormality's
 
the following image shows WinVBlock as a unknown device
The following image shows that windows is installed to the "H:\" drive
 
and there is no option (on initialization) to input a user name(this can still be done via Users in control panel)
 
Is this normal?
 
If so will it cuse a problem if i Remove the winvblock driver(delete),after installation ?
And change the Main drive to C:\?
via a script run at post?
 
I will still have to test other OS's when i have my 64gb Flash drive 

It is normal and expected.

No - you can just remove the drivers. It is a nuisance - you could try just adding the Firadisk drivers with F6 and see if it works - some systems it will and some will not - which is why I recommend both.

or use the WinPE method of install instead (but the ISO must contain the drivers).

 

Please update to latest BETA28V4 - major bug in v3 and previous - I did not update the Autounattend on the Easy2Boot drive for Vista+ installs!



#143 steve6375

steve6375

    Platinum Member

  • Developer
  • 7567 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 11 May 2013 - 09:54 AM

To all testers...

Please refresh to BETA28v4 to fix a bug with all installs of Vista and later OS's (Autounattend.xml was not written to Easy2Boot root!).

 

There are still a few things I am working on for Easy2Boot.

1. Keep the Main Menu in memory, so reloading the mainmenu can be done instantly rather than having to count all files again.

2. Change the Vista and later OS menus so that grub4dos lists the files in a menu rather than a console window. This would also mean that you could use a .txt file to specify a title for each ISO, rather than just use it's filename in the menu.

 

Maybe by the time it gets to BETA30 I can release it! :tabletalk: 



#144 gbrao

gbrao

    Frequent Member

  • Advanced user
  • 475 posts
  •  
    India

Posted 11 May 2013 - 11:02 AM

continued here : http://reboot.pro/to...-39#entry172280

gbrao,
you are mixing methods. :w00t:

...


#145 llbranco

llbranco

    Member

  • Members
  • 43 posts
  •  
    Brazil

Posted 21 May 2013 - 09:42 PM

is possible to make a Full Hibrid USB (install and live) with Linux an Windows and Mac?

is possible to make a Hibrid Legacy and (u)EFI Windows, Linux, Mac (Hackintosh and REAL MAC) bootable?

 

i found it:
http://www.insanelym...h-macosx-distr/

 

- Make Clover&Chameleon bootable USB Flash Disk for MAC OS X fast and easy under OS Windows. -

 

and it works fine on:
REAL MAC

LEGACY BIOS PC

Both EFI and uEFI PC

 

 

 

 

the question is simple:

 

how to mix Easy2boot with BDUTILITY to make a Hibrid BIOS/EFI and Windows/Linux/Mac bootable USB Device?

( or i'm crazy justo to think 'bout it? )

its possible Steve ?

 

( some EFI utilities can be "booted" on Fat32 even it has Grub(4dos, legacy or 2) installed... )



#146 llbranco

llbranco

    Member

  • Members
  • 43 posts
  •  
    Brazil

Posted 22 May 2013 - 04:45 PM

as i promised ( i said the truth )

 

Bootmgr Missing:
is REALLY REAL!!!

( this NOTEBOOK isn't MINE )


Edited by llbranco, 22 May 2013 - 04:48 PM.


#147 llbranco

llbranco

    Member

  • Members
  • 43 posts
  •  
    Brazil

Posted 24 June 2013 - 06:14 PM

FreeNAS LiveCD doesn't work (without any parameter) (x86/x64)

http://www.freenas.o...d-releases.html

 

NAS4FREE LiveCD works Fine (without any parameter)  (x86/x64)

http://sourceforge.n...nas4free/files/

 

OpenMediaVault LiveCD Crashs on Boot (loading ISOLINUX)

http://www.openmedia...g/download.html



#148 n1ghtnite

n1ghtnite
  • Members
  • 4 posts
  •  
    Germany

Posted 11 July 2013 - 01:05 PM

Hello,

 

ich just bought a 128GB USB-Stick.

I already started the Stick w/ e2b on a pc but on my main-machine it says:

"... SOME FILES MAY BE UNACCESSIBLE, PLEASE CHECK YOUR BIOS" in red, when booting from the stick.

 

Now i tried to Run WinContig from PrepUSB to make all files contigous.

It finds fragmented files, but it says, it doesnt have enough free contigous block on the device, but i have 80GB free space on the Stick, which should be enough i guess.

Is there any other way to make my stick contigous?

or do i have to update my BIOS on the machine?



#149 steve6375

steve6375

    Platinum Member

  • Developer
  • 7567 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 11 July 2013 - 01:18 PM

Does it give that message when booting from QEMU or VBox? Are you usinh E2B v1.1

 

re. WinContig, not come across that issue - it won't be a BIOS problem. Did you format it as NTFS or FAT32, what size are the files you are trying to make contiguous?



#150 n1ghtnite

n1ghtnite
  • Members
  • 4 posts
  •  
    Germany

Posted 11 July 2013 - 01:34 PM

Does it give that message when booting from QEMU or VBox? Are you usinh E2B v1.1

 

re. WinContig, not come across that issue - it won't be a BIOS problem. Did you format it as NTFS or FAT32, what size are the files you are trying to make contiguous?

 

No it doesnt give the messaage mit qemu.

The e2b.cfg says: set VER=v1.02

The Stick is NTFS-formatted, 1 big partition.

Heres a log of Auslogic Disk Defrag, so you can see the Files:

How do i upload a files to the forum?

Heres a uploaded.to-link anyways: http://ul.to/hq84nsl5







Also tagged with one or more of these keywords: windows install, iso, flash boot, grub4dos

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users