This page has a different format from the other site pages and has hardly any adverts. You can view all pages on the entire site like this when you donate £5/$8 (English GBP/US Dollars) or more (on both easy2boot.com and www.rmprepusb.com sites). You can read and subscribe to my blog here.
 
 Blog        The E2B site has 150 pages of information!
 

E2B Users Forum

New! E2B eBooks are now available (eBook #1 contains instructions on how to remove the blue-screen startup banner).
 
If you would like help from me (Steve Si) or other E2B users, or would like to offer help and advice to others, please post here.
 
You will need to check this page regularly for replies or add this page's URL to a page change ch ecker.
 
Alternatively, post on the Easy2Boot discussion page on reboot.pro here - register and subscribe to any threads that interest you or post a new topic.
 
You can use the Chat\Live Help facility - if I am online, I will respond within a minute or so (if I am away from my desk, leave your email address and I will email you). For 1-to-1 email communication, use the Contact Me form and I will reply via email.
 
To post to this Forum, scroll to the bottom of the page and click on 'New comment' (use English please).
 
Also, you can read and subscribe to my blog here.

Topic: Easy2Boot

Date 03/06/2015

By SteveSi

Subject Re: Win XP how to continue after first restart

Reply

https://youtu.be/YyQ7xSvVMHE
You need to boot twice to E2B USB drive

Date 04/06/2015

By shortee

Subject Re: Re: Win XP how to continue after first restart

Reply

Hi Steeve,thanks for answer,i did that ,first time it start installation ,copy files and then it reboots,than i choose option 2,and it loads win into memory (i have 4 gigs so plenty space for this ) ,and i just got blinking dot in upper left corner of laptop...tried 10 times always the same...when i try that same iso file form cd it installs windows normally on this same pc....i have watched your tuts on YT and read whole site....masterpiece i can tell you...thank you for sharing your brain to world :D

Date 04/06/2015

By SteveSi

Subject Re: Re: Re: Win XP how to continue after first restart

Reply

Are you talking about installing XP from a .ISO file?
If so, what ISO are you using exactly - is it a standard Microsoft ISO?
What system are you installing to? How many have you tried? Did you try installing to a VM?
If not you may need to use WinSetupFromUSB to create a working USB Flash drive. If it works, you can then convert it to a .imgPTN file and add it to your Easy2Boot drive.
If any more trouble please give accurate and precise details of ISO, target system(s), etc.

Date 04/06/2015

By thanks

Subject Re: Re: Re: Re: Win XP how to continue after first restart

Reply

will check all that and update you...all the best mate.

Date 02/06/2015

By Dominic

Subject Window 10 to go

Reply

Hi I try to make a windows 10 to go but I have some issue on installing windows on imgptn file... is there a step by step guide some where ( I just need one windows to go )

Date 02/06/2015

By Dominic

Subject Re: Window 10 to go

Reply

or is there any other way to have a full windows on runing on e2b ?

Date 02/06/2015

By SteveSi

Subject Re: Re: Window 10 to go

Reply

Why not use one of the Tutorials on my sister site?
http://www.rmprepusb.com/tutorials/129
If you create a VHD, the next version of E2B will be able to boot directly from it!

Date 02/06/2015

By dominic

Subject Re: Re: Re: Window 10 to go

Reply

Wow nice !! is it actually on the beta ? if so can you tell me how to tes it ?

Date 02/06/2015

By SteveSi

Subject Re: Re: Re: Re: Window 10 to go

Reply

It will be in 1.69Beta2 - just uploading now...
See also http://rmprepusb.blogspot.co.uk/

Date 03/06/2015

By Dominic

Subject Re: Re: Re: Re: Re: Window 10 to go

Reply

Thanks again but is it normal that once i put the vhf on mainmenu it boot automatically that without showing me the e2b menu ?

Date 03/06/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Re: Window 10 to go

Reply

Do you mean .VHD file?
It should show menu.

Date 01/06/2015

By Elijah Ryker

Subject Can't change background?

Reply

So i'm absolutely loving this tool! never thought it would be this easy to make my own "swiss army knife" of bootable media and tools. the only thing i can't get to work right is the background for the main menu! no matter what i do it sits at the default. I have converted an image to a .bmp @800*600 and renamed it "mybackground.bmp" and placed in the /_ISO folder but it doesn't change it.. all the other customization works (text, headers etc etc etc) and i did my best to follow all the instructions on this site to a T. and even when i tried loading one of the preloaded theme's i STILL got the original background.. what am i doing wrong?

Date 01/06/2015

By SteveSi

Subject Re: Can't change background?

Reply

Try latest Beta of E2B - the bmp file had to be EXACTLY 800x600. Try also using the E2B_Editor to load it.
Also try renaming the \_ISo\MyE2B.cfg file so it is not used.
Check filename is \_ISO\Mybackground.bmp (not mybackground.bmp.bmp). Check it is 800x600x24 bit colour.

Date 30/05/2015

By abubin

Subject parted magic 2015_05_04 does not boot with isoboot.g4b

Reply

In parted magic latest version, I notice there are 2 extra files being loaded in the kernel. That is the fu.img and m32.img files. I configure using iso files (without extract) and then added the Parted_Magic_isoboot_Persistent.mnu file. However, isoboot.g4b does not load these files and that caused pmagic unable to boot up.
I tried adding into the initrd line in isoboot.g4b to include those files but it boot up with kernel panic.
Any idea how to fix this?

Thanks.

Date 30/05/2015

By SteveSi

Subject Re: parted magic 2015_05_04 does not boot with isoboot.g4b

Reply

Hmmm - this has exposed two bugs in grub4dos 0.4.6a!!
I can get it to work using 0.4.5c (load from Utilities Menu) but isoboot.g4b needs modifying to load 3 modules for initrd.
The following .mnu file works with 0.4.5c only.
title PMAGIC TEST
set ISOSCAN=/_ISO/MAINMENU/pmagic_2015_05_04.iso
map %ISOSCAN% (0xff)
map --hook
root (0xff)
kernel /pmagic/bzImage load_ramdisk=1 prompt_ramdisk=0 rw gfxpayload=text loglevel=9 iso_filename=%ISOSCAN% eject=no edd=on vga=normal vmalloc=512MiB
initrd /pmagic/initrd.img /pmagic/fu.img /pmagic/m32.img
boot

I used a small file on E2B drive \pmagic\pmodules\PMAGIC_2015_05_04.SQFS to get Save feature working.

Date 06/06/2015

By SteveSi

Subject Re: Re: parted magic 2015_05_04 does not boot with isoboot.g4b

Reply

E2B 1.69 Beta 4 now has fixed grub4dos so pmagic should work with 0.4.6a now. I also updated isoboot.g4b too.

Date 17/05/2015

By Greg D

Subject Windows installer ISO crashing on boot

Reply

Hi guys - first off, great software and kudos on the hard work!
Having issues getting ANY Windows installer ISO's to work though. They all crash during the boot process, after text mode setup has copied the files over.
I think it's an issue with the XML files, but I have absolutely no idea what. I don't really need or want an unattend.xml or language file - more than happy with the defaults that are built into the ISO I have supplied. The ISO I'm using boots when used on it's own (i.e. reformatting the USB drive and manually creating a bootable Windows installer from the ISO).
The ISO I'm using is Windows 7 Ultimate 64bit. I've tried the 32bit version as well as Windows 8 with the same issue.
I can boot Linux ISO's without any problems, and I can also boot utility ISO's such as WinPE without problems.
USB details:
Corsair Voyager 64GB
NTFS file system
Using USB 2.0 ports ONLY
I've tried using all of the language options that are provided out of the box - not actually sure why this is required though, since the ISO has all the built in things I need as it is.
Any help appreciated!

Date 17/05/2015

By SteveSi

Subject Re: Windows installer ISO crashing on boot

Reply

So you placed the Windows 7 64-bit (standard MS) ISO in \_ISO\WINDOWS\WIN7, booted to E2B and selected the ISO from the Windows Installer menu and the default E2B XML file?
So how exactly did it crash (what messages, etc?) and what are you installing to?
E2B needs to use an XML file to load the ISO as a Virtual DVD before Setup starts to run. It is needed but that is all it does. The default (0) XML file does not automate the build in any way.

Date 17/05/2015

By Greg D

Subject Re: Re: Windows installer ISO crashing on boot

Reply

Cheers for responding :)
The ISO was in the _ISOWINDOWSWIN7 folder, correct.
Also correct, I selected the image through the menus as it should be. When selecting the lang/cfg file I have attempted booting with ALL of them, including the default E2B config.
No errors, just hangs with the Windows logo partially loaded. Have left for hours with nothing happening. Occurs on all Windows ISO's I've tried so far.
I have tried this on a Dell Latitude E6320, also attempted on my own custom build PC with same results.
That makes sense then about the virtual dvd wrapper, didnt realise. Thought it was an unattend file lol.

Date 17/05/2015

By Greg D

Subject Re: Re: Windows installer ISO crashing on boot

Reply

Also, just to add, I don't have these issues with any of the Linux ISO's. Only Windows. I guess because it uses grub, which is native to Linux?

Date 17/05/2015

By SteveSi

Subject Re: Re: Re: Windows installer ISO crashing on boot

Reply

Not really anything to do with grub4dos once it starts booting.
1000's of people use E2B for installing, so there must be something different about your setup.
If you have a 32-bit version try QEMU .cmd file in the root.
Or VBox + DavidB's utility.
Look for corrupt ISO, bad USB stick, bad ISO (not official MS download).

Date 18/05/2015

By Greg D

Subject Re: Re: Re: Re: Windows installer ISO crashing on boot

Reply

Ok thanks.
I've been using custom built ISO's with updates and service packs slipstreamed in, and pre-activated.
They work fine on their own though. What does E2B do that's different from a normal USB boot when booting to Windows based ISO's? It must be something to do with that?
I will try again with my company enterprise ISO's, as they are official MS ISO's. Wrong version of Windows for me, but worth it to see if it works.
G

Date 18/05/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Windows installer ISO crashing on boot

Reply

OK, for 'special' versions, it is best to convert them to .imgPTN files - then it is the same as booting from the files on a USB stick.

Date 19/05/2015

By Greg D

Subject Re: Re: Re: Re: Re: Re: Windows installer ISO crashing on boot

Reply

Hmm. Went through the process for this - seemed to be all going well, but getting the crash in the exact same place :(
Managed to build the imgPTN file all well and good using MakePartImage tools, and copied the resulting img file to the USB _ISOMAINMENU folder (as per instructions).
Go through the process of re-writing the USB partition table on the fly, and it starts to load windows setup (yay). Then crashes in exactly the same way as previously, using the ISO file (boo).
Looks like I'm going to have to maintain 2 USB sticks. Thanks for all the help so far.

Date 19/05/2015

By Steve si

Subject Re: Re: Re: Re: Re: Re: Re: Windows installer ISO crashing on boot

Reply

What do you mean '2 USB sticks?
You mean you have a working usb stick with your installer on it? How did you make it?

Date 05/06/2015

By Greg D

Subject Re: Re: Re: Re: Re: Re: Re: Re: Windows installer ISO crashing on boot

Reply

I meant 2 physical sticks; 1 to install/liveboot Linux ISO's and the other for Windows.

I chose E2B to get both going on 1 stick :)

Date 05/06/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Re: Re: Re: Re: Windows installer ISO crashing on boot

Reply

I thought E2B was OK with linux for you. It was just your special Windows ISOs that wouldn't work, so how can you boot them from a USB drive and get them to work if you don't use E2B? What type of USB drive do you use for your Windows ISOs?

Date 30/04/2015

By dcplx1

Subject 2 new themes

Reply

2 new themes
http://hugefiles.net/9ozb88le4x49

Date 01/05/2015

By dcplx1

Subject Re: 2 new themes

Reply

http://hugefiles.net/urwsj81yt364

If you want to make choose theme
in below the imgptn and other iso
just rename $Changetheme to ZChangetheme.mnu

Missing theme remake
see_nam_kyu_li

Date 01/05/2015

By SteveSi

Subject Re: Re: 2 new themes

Reply

There is no heading or footer text and menu is too long and goes below the screen???

Date 02/05/2015

By dcplx1

Subject Re: Re: Re: 2 new themes

Reply

.have no internet this time so i could only make cfg, I will research when im online to make gfxmenu in scrnshot there is no header footer in nam kyu theme. My first post have I upload 2 themes.

Date 03/05/2015

By dcplx1

Subject Re: Re: Re: Re: 2 new themes

Reply

http://hugefiles.net/bdirryjzoem2
Seeya Nam Kyu Li GFX

Date 28/04/2015

By Starla

Subject E2B 1.66 CENTREHD

Reply

Hi Steve.
I think HPAD is being calculated as rstart-1 space characters and applied to pad headings position when HPAD is set to empty (HPAD=) in MyE2B.cfg.
I'm using GMODE=800. According to E2Bed it can hold 100 char per line. So I'm using CENTREHD=100 in order to get screen-centered (not on-the-box centered) headings. I use HEADPOS=0100, but my headings keep being displayed padded to right by 3 spaces (my rstart=4 minus 1) from correct screen center.
I've been trying to find what's setting HPAD to 3 spaces and it seems to be
if not exist HPAD call /%grub%/SetHPAD.g4b %rstart%
However HPAD is supposed to exist, although I set it as empty in MyE2B.cfg.

Date 28/04/2015

By Starla

Subject Re: E2B 1.66 CENTREHD

Reply

Oh, almost forgot. On a side note I've found that by setting AUTONUM=0x2002 the line numbering is removed but 3 space chars are written between menu marker and the menu entries (2 spaces accounting for 1-99 numbering and the space after them I guess). This looks better IMHO than using AUTONUM=0x0000 (no space between marker and entry). I think this is happening for any value of AUTONUM where last 2 digits are greater than 01, i.e. AUTONUM=0x0002.

But I'm not sure whether using this values could cause problems?

Date 28/04/2015

By SteveSi

Subject Re: Re: E2B 1.66 CENTREHD

Reply

sample mye2b.cfg describes AUTONUM and use of 0x20
# E.g. The user can type '23' to select item 23 in the menu and so it is useful to have the menu items numbered.
# Auto-numbering is enabled by default. AUTONUM=CCMM where CC is the marker character (byte) and MM is bit0=numbering and bit1=space after number,
# Use AUTONUM=0x0000 to set auto-numbering off, 0x2001 sets numbering on with a space after number (default), 0x2d01 autonumber with hyphen after number, 0x1a01 arrow, 0x3a01 colon, 0x0701 dot
# e.g. 0x2d00=►menutext, 0x2d01=►nn-menutext, 0x2d02=►___menutext, 0x2d03=same as 0x2d01 (where nn=two-characters for menu numbering 0-9/10-99)

Date 28/04/2015

By SteveSi

Subject Re: E2B 1.66 CENTREHD

Reply

set HPAD=
does not make HPAD empty - it deletes HPAD. Use
set HPAD=\x20\x20
set CENTREHD=98
set HEADPOS=0100
P.S. Latest E2B_Editor 1.0.70 comments out lines after -- ADVANCED line, rather than just omitting them.

Date 29/04/2015

By Starla

Subject Re: Re: E2B 1.66 CENTREHD

Reply

Thank you very much Steve. I ended using just HPAD=\x20 with CENTREHD=98. That yields center of heading at position 0149, which is exactly 50 chars from left screen border. Great.

New $NAME$ support in 1.67bA is supercool!

Date 14/04/2015

By Me

Subject Can't install Debian 7.8

Reply

So... I've done everything I could but I can't use my debian 7.8 Iso.. For some reason it says that it can't find the Cd-Rom drive, and I can't start the live either.. Is it not supported?
(I've tried the solution from the Kali distro and that didn't work)..

The drive is contiguous and it's the KDE Amd64 full install image.

Date 14/04/2015

By SteveSi

Subject Re: Can't install Debian 7.8

Reply

If you look at the 'Tested ISOs' page, you will see instructions on how to boot Debian

Date 11/04/2015

By sTe

Subject HP Quickweb

Reply

On my hp laptop 6460b i can download quickweb. When it runs it creates 2 partitions and installs files to the second partition the first one looks empty (maybe boot sector loader?). If i power off my laptop i can click the hp dedicated button for quickweb and it then boots into a Unix web interface/browser etc. Don't suppose you could have a look and suggest how i might convert to imgptn .

Date 12/04/2015

By SteveSi

Subject Re: HP Quickweb

Reply

There should be a partition on your hard disk with a volume name of HP_TOOLS with a \hewlett-packard folder in the root. If you can unhide this so you can see the files, copy the \hewlett-packard folder to a new folder on your C: drive and then hide the HP_TOOLS partition again.
Now create a \menu.lst file inside the new folder and add a menu for the linux files (I used qw.cfg to get the correct parameters)

title QUICK-WEB
kernel /hewlett-packard/quickweb/kern BTTYPE=PART WINRTCOFFSET=00 PTL_BIASED_TZ=0000 log_buf_len=2M floppy=nofifo root=/dev/ram nomce init=/linuxrc max_loop=64 elevator=cfq usbcore.autosuspend=1 vga=0x0f04 panic=10
#very_quiet
initrd /hewlett-packard/quickweb/init.gz

Now you have the contents in a folder, you can drag-and-drop the folder onto the MPI_FAT32 shortcut to make a .imgPTN file. When asked about Menu.lst - choose MERGE/COMBINE
I cannot test as I think the installer adds more stuff and a video driver.

Date 30/03/2015

By Shapoor

Subject external multi purpose hard disk

Reply

hi,
I have a 4 TB external hard disk. I want to use it as a bootable media a install some repair software and also windows installer. and also use it as a storage media. I think it's very practical to devide it into 2 partition, one partition for bootable sofware, and the other as mass storage. How can I do it?
Another question;
How could I install an OS on an external hard disk, which could be booted into from any given system?if it is possible, how could I bring this OS in the multiboot partition menu mentioned above?

Date 02/04/2015

By someone

Subject Re: external multi purpose hard disk

Reply

Make a 2nd partition in your hard make it primary using minitool partition wizard and mark it as active on the tool copy all e2b files on the new partition you can make it as NTFS format then copy all ur iso , imgptn files on it then run as administrator make all files contiguous then it is good to go.

PS I made mine 128gb 2nd partition then test it on virtual box or qemo

Date 04/04/2015

By SteveSi

Subject Re: Re: external multi purpose hard disk

Reply

Many BIOSes cannot access sectors on a USB disk past 137GB. This is a very common bug. So I recommend that E2B is placed on the first partition and the partition size is kept to below 137GB. Once you boot to an OS like linux or Windows, it uses it's own drivers and so it can access all the disk.

Date 06/04/2015

By Shapoor

Subject Re: Re: external multi purpose hard disk

Reply

Thanks for ur answer,
I devided the HDD into 2 partition, one primary and active with 20 GB volume, and another logical and inactive and about 3.6 TB it's volume.
Then I copied E2B files to the primary partition. But the command file "MAKE_THIS_DRIVE_CONTIGUOUS", makes an error, "can't find wincontig.exe in this folder or in wincontig folder !" .
I run the script as administrator.
Also the software "RMPrepUSB", doesn't recognize the smaller partition. Just greater partition is detected.
Any response is appreciated.

Date 06/04/2015

By SteveSi

Subject Re: Re: Re: external multi purpose hard disk

Reply

Try running WINCONTIG from the \_ISO\docs\WINCONTIG folder.
To get a disk of more than 2TB, you will have had to format it as GPT. Can you see the smaller partition under Windows? Does it have a volume letter?
Using GPT is going to cause big problems with many iso, etc, and I am not sure if grub4dos even fully supports it!
You need to format the drive as MBR, but then your maximum is 2TB.

Date 06/04/2015

By Shapoor

Subject Re: Re: Re: Re: external multi purpose hard disk

Reply

Thanks for ur response.
The derive is devided into 2 partition.One is 30 GB and primary and active and the other is 3.6 TB and logical and inactive. Both are represented by letters under "mycomputer", on "win 7".
I checked the drive in "disk management", and it is "MBR".
I run "wincontig", and difrag the smaller partition, without any change in it's bootability. Still the HDD isn't bootable, and still when I run "MAKE_THIS_DRIVE_CONTIGUOUS", it issues the error, "can't find wincontig.exe in this folder or in wincontig folder!"

Date 06/04/2015

By SteveSi

Subject Re: Re: Re: Re: Re: external multi purpose hard disk

Reply

You cannot have a >2TB partition unless the disk is GPT.
Use RMPrepUSB - Drive Info - 0 to view the partition table.

Date 06/04/2015

By Shapoor

Subject Re: Re: Re: Re: Re: Re: external multi purpose hard disk

Reply

hi, thanks again;
Here is the result of RMPrepUSB - Drive Info - 0;
"Accessing Drive 1 - "Seagate Expansion Desk" (4,000,787,025,920 bytes)

Error accessing sector 0 on Drive 1

ERROR: The parameter is incorrect."

Date 06/04/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Re: Re: external multi purpose hard disk

Reply

It sounds like the disk is a 4k sector disk.
You cannot MBR boot from such a disk.
You must use a 512-byte per sector 512e disk.

Date 07/04/2015

By Shapoor

Subject Re: Re: Re: Re: Re: Re: Re: Re: external multi purpose hard disk

Reply

It's a 4k 512e drive.
Can I use a usb flash drive, as an assistant, to boot into the mentioned HDD.

Date 07/04/2015

By SteeSi

Subject Re: Re: Re: Re: Re: Re: Re: Re: Re: external multi purpose hard disk

Reply

Sorry, most BIOSes cannot read 4k devices.
There is some new work for the USB driver in grub4dos 0.4.6a to support 4k drives, but I have not tested it.
You can test by making the USB flash drive the boot drive for grub4dos 0.4.6a and loading the USB driver using
usb --init
but it only works for USB 2.0 ports and many USB controllers are not detected. Unless you are very experienced and are prepared for a lot of problems, I would not go there!

Date 20/03/2015

By Agim

Subject Windows installing problem

Reply

im using usb helper, the problem is :
Windows could not parse or process unattend answer file [D:\autoattend.xml] The answer file is invalid

Date 20/03/2015

By SteveSi

Subject Re: Windows installing problem

Reply

Windows 95,98,3,XP,7,8.10???
What XML file did you use?

Date 20/03/2015

By Agim

Subject Re: Re: Windows installing problem

Reply

win7
xml from E2B\_ISO\docs\USB FLASH DRIVE HELPER FILES
autounattend.xml and unattend.xml

Date 20/03/2015

By SteveSi

Subject Re: Re: Re: Windows installing problem

Reply

You copy the ISO to \_ISO\WINDOWS\WIN7
When you run the ISO from the menu - it asks you to pick a .XML file.
Q. What XML file did you pick.

Date 20/03/2015

By Agim

Subject Re: Re: Re: Re: Windows installing problem

Reply

well i have tried all of 3 and i got same error

Date 20/03/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Windows installing problem

Reply

Are you testing on a real system (not a VM).
Using USB 2.0 ports?
Are you using original Helper .XML files from E2B \_ISO\docs\USB FLASH DRIVE HELPER FILES folder on Helper flash drive?
Try this:
1. Delete both XML files from the USB HDD (not from Helper drive).
2. Boot to E2B and run Win7 - choose first default XML option.
3. Wait until you get the invalid XML error.
4. Do NOT reboot to E2B menu - just examine .XML files on the HELPER USB drive - the AutoUnattend.xml contents should be the same as \_ISO\e2b\firadisk\au.xml.

Date 20/03/2015

By Agim

Subject Re: Re: Re: Re: Re: Re: Windows installing problem

Reply

real system, usb 2.0, yes the original
autounattend.xml on usb drive is emty, nothing there

Date 20/03/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Re: Re: Windows installing problem

Reply

So \AutoUnattend.xml file is not being written to.
I assume Helper drive is FAT32 or NTFS?
Try this.
1. Insert both USB E2B HDD and USB Helper flash drive
2. Boot to E2B menu
3. Press P key and type easy2boot for password
4. Press C key to get to grub4dos console
5. Type find - is Helper USB drive listed?
Try to list contents of helper drive - e.g. if drive is (hd1,0)
ls (hd1,0)/
can you list files on Helper drive OK?

Date 20/03/2015

By Agim

Subject Re: Re: Re: Re: Re: Re: Re: Re: Windows installing problem

Reply

jep, it is listed, but i think usb helper method its "messy thing" because i tried on other systems. on my laptop setup freezes, on my other llaptop i cant do nothing with e2b drive when i plug helper usb. So im not smart and I beg you to find other way.
Or can you tell me, it is possible to boot .imgPTN into legacy mode ? and how to do it ?

Date 20/03/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Re: Re: Re: Re: Windows installing problem

Reply

Just drag-and-Drop ISO onto MPI_FAT32 or MPI_NTFS desktop shortcut to make a .imgPTN file.

Date 20/03/2015

By Agim

Subject Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Windows installing problem

Reply

maybe ure getting bored. But i really love this masterpiece so i need to make it work. after i made .imgptn, replace the e2b partition, select keyboard and language (no blue console showed), then it stuck on windows setup is starting ... Tried 17 times all day and same result :S

Date 20/03/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Windows installing problem

Reply

You don't need or get the blue console with a .imgPTN arrangement because Windows can access the install.wim directly on the USB drive (it is not inside the ISO).
If it is hanging on Windows Setup then there is something about the system that Setup does not like. Maybe bad internal HDD or bad memory (or you have bad USB drive and files are corrupt).
Try another system, a different ISO or a different USB drive. Experiment to find out where it works and where it does not.

Date 18/03/2015

By Veton

Subject install E2B on HDD with 3 partition

Reply

So basically i want to install E2B on my internal\external HDD but i need to have installed windows 7 on HDD cause sometime ill use it like internal HDD. So tell me, is there any tutorial for that, or can i make 2 partitions for this purpose ?

Date 18/03/2015

By SteveSi

Subject Re: install E2B on HDD with 3 partition

Reply

I don't recommend having a Win7 external USB HDD - Win8 WinToGo would be better. E2B is intended to be used on a multiboot external drive, not as a main OS. For instance, if you use .imgPTN files, you may switch out the Windows partition and then may not be able to boot to Windows.
In any case, you can use the same NTFS partition for both Windows and E2B or use two Primary partitions, one for each. Install Windows first and then add the E2B files and install grub4dos to the MBR. You will then need to boot to E2B and press F7 to boot to Windows each time.

Date 19/03/2015

By Veton

Subject Re: Re: install E2B on HDD with 3 partition

Reply

when i press f7, its says selected disk does not exist.
i have installed windows 7 and E2B in same partition ?
what i have missed ?
pls help me solve this

Date 19/03/2015

By SteveSi

Subject Re: Re: Re: install E2B on HDD with 3 partition

Reply

Sorry, my mistake!
If the Win7 is on the same drive that you boot from, you need to add the 'Boot Windows bootmgr.mnu' Sample menu file to \_ISO\MAINMENU folder.

Date 16/03/2015

By Rayees

Subject making winhelper.usb converting it to imgPtn file

Reply

I have convert winhelper.usb image to a file in .imgPtn extension I want to use this file instead of helper drive but i do no t know what to change in menu.lst and else where plz help thanks.

Date 16/03/2015

By SteveSi

Subject Re: making winhelper.usb converting it to imgPtn file

Reply

Your joking, right?
Read https://easy2boot.com/faq-/how-e2b-works/ Windows Install ISOs section.
The WinHelper files MUST be on a Removable USB drive.
If what you are doing would work - don't you think I would have suggested it or just added it to E2B already...
Convert the ISO to a .imgPTN file.

Date 16/03/2015

By disciplexone

Subject bootloop on real system

Reply

I have problem in booting e2b on real system
I get continous scrolling http://s7.postimg.org/477iriba2/IMG_20150316_092238.jpg
and i add the lines to the menu.lst in easy2boot but I get a black screen? =']

Date 16/03/2015

By disciplexone

Subject Re: bootloop on real system

Reply

bad sata hdd

Date 13/03/2015

By Mohammad Rayees Ahmad my email id [email protected]

Subject Booting e2b from fixed Hard Disc

Reply

I used Grub4dos installer 1.1 and install gldr on hd0 fixed drive with whole mbr option and i finally replace the gldr file on hard disc from e2bver1.62.ZIP file and copy all file from e2b.zip file to hard disc and i got successfully e2b drive on my hard disc working very well. but i have some iso file on another partition i have only two partition on my hard disc one is primary partition c drive and another is logical partition d drive my iso file is on drive d:\ and i want to run these iso file using Ptn2_menu.mnu file but it is not working please help. thanks

Date 13/03/2015

By SteveSi

Subject Re: Booting e2b from fixed Hard Disc

Reply

Partitions are numbered 0-3 for primary partitions and 4-n for logical.
So first Logical partition is (hd0,4). Use PTN_LOG1_Menu.mnu for Logical partition 1.

Date 13/03/2015

By Dave

Subject Windows 7/8 Restore

Reply

Hi,
Can anyone tell me how to create a menu selection for Windows 7/8 restore? Basically I would like to be able to get to the screen which allows me to select system image restore and then choose my image based on whatever HDD I have attached to the computer - just like doing it manually with a Win7/8 install CD.
Thanks,
Dave

Date 13/03/2015

By SteveSi

Subject Re: Windows 7/8 Restore

Reply

What's wrong with just using the Install ISO?

Date 09/03/2015

By THE Sorcerer

Subject persistent knoppix

Reply

I would like to boot knoppix:
http://www.knopper.de/
and with some persistent solution
Nota Benne: I can imagine my own solution like I install knoppix on stick, then I make an entry in it's own isolinx boot which will start easy2boot grub, I already done such think for Hiren,
but I would like to have knoppix "contained" in an iso image
thank you :)

Date 09/03/2015

By Steve Si

Subject Re: persistent knoppix

Reply

No problem!
Please see new blog post
http://rmprepusb.blogspot.co.uk/2015/03/add-knoppixpersistence-to-your-e2b-drive.html

Date 06/03/2015

By БлагоЯр Тишина

Subject Boot from folder

Reply

Is it possible to boot from a folder? WinPE have chance add a folder with drivers and iso which have me, support the installation of certain folders.

Date 06/03/2015

By SteveSi

Subject Re: Boot from folder

Reply

Please explain more clearly what you want to do. e.g.
1. Boot xxxxxx from an ISO? on E2B
2. Install drivers from a folder on the E2B drive ???
Automated?

Date 28/03/2015

By БлагоЯр Тишина

Subject Re: Re: Boot from folder

Reply

No.
I have an ISO (http://www.sergeistrelec.ru/forum/20-198-1) that provides unpacking on the flash drive. Can I make a menu in Easy2Boot, that will not boot from the ISO, and from the folder of unpacking the ISO. Since one of the folders unpacked ISO can put my drivers, who established at startup.

Date 28/03/2015

By SteveSi

Subject Re: Re: Re: Boot from folder

Reply

I would suggest you use MakePartImage.
Drag-and-drop the ISO onto the MPI_FAT32 Desktop shortcut to make a .imgPTN file.

Date 18/06/2015

By BlagoYar

Subject Re: Re: Re: Re: Boot from folder

Reply

And that it will give me?

Date 18/06/2015

By БлагоЯр Тишина

Subject Re: Re: Re: Re: Boot from folder

Reply

And that it will give me?

Date 18/06/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Boot from folder

Reply

It will give you what you desire.

Date 19/06/2015

By БлагоЯр Тишина

Subject Re: Re: Re: Re: Re: Re: Boot from folder

Reply

I don't understand - how?

Date 03/03/2015

By ElMariachi

Subject Many Booting Problems

Reply

Hello I installed 8 different images on an Easy2Boot USB-Drive.
But only two of these actually are working, all the others get stuck during the boot process. I also tried convertign all non functional images to imgPTN Files, but that only led to even more errors. I ran the the make continuous script after any change.

FreeBSD 10.1 amd64 dvd version
(.iso):
"Mounting from cd9660:/dev/iso9660/10_1_RELEASE_AMD64_DVD failed with error 19.
(.imgPTN):
"No OS found. Remove All Drives containing no OS."

FreeBSD 10.1 Memstick version
(.img):
"Mounting from ufs:/dev/ufs/FreeBSD_Install failed with error 19."

FreeNAS 9.3 Stable
(.iso):
"mountroot: waiting for device /dev/iso9660/FreeNAS_INSTALL"
(.imgPTN):
"No OS found. Remove All Drives containing no OS."

lxle-12045
(.iso):
"(initramfs) Unable to find a medium containing a live system"
(.imgPTN):
"(initramfs) Unable to find a medium containing a live system"

PCBSD10.1.1 x64 DVD-USB
(.iso):
"Mounting from cd9660:/dev/iso9660/PCBSD_INSTALL failed with error 19."
(.imgPTN):
"No OS found. Remove All Drives containing no OS."

TRUEOS10.1.1x64 DVD-USB
(.iso):
"Mounting from cd9660:/dev/iso9660/PCBSD_INSTALL failed with error 19."
(.imgPTN):
"No OS found. Remove All Drives containing no OS."


super-grub2_disk_i386
(.iso):
working

Hiren's BootCD 15.2
(.iso):
working

Could you help me with some of these please?

Date 03/03/2015

By ElMariachi

Subject Re: Many Booting Problems

Reply

Sorry, I forgot to add:
I know there are solutions, like using some manual commands during the boot process for making some stubborn OSses boot, but it's not very workable having to put these commands every time I want to boot one of these images and I can never remember these commands at all. So I could use a more generic solution.

Date 04/03/2015

By Steve Si

Subject Re: Re: Many Booting Problems

Reply

Are you booting using a Real system and are you using a USB 2.0 port?

Date 05/03/2015

By SteveSi

Subject Re: Re: Re: Many Booting Problems

Reply

lxle just works for me as a .iso file??
See also blog page http://rmprepusb.blogspot.co.uk/2015/03/adding-freebsd-freenas-pcbsdtrueos-to.html

Date 08/03/2015

By SteveSi

Subject Re: Re: Re: Re: Many Booting Problems

Reply

FreeBSD 9 and 10 and pfSense 'memstick' images are now supported by the new MPI Tool Kit and new E2B v1.62 Beta 3 versions.
See new page https://easy2boot.com/add-payload-files/freebsd/
and blog http://rmprepusb.blogspot.co.uk/2015/03/easy2boot-163-beta-3-now-supports.html

Date 08/03/2015

By ElMariachi

Subject Re: Re: Re: Re: Re: Many Booting Problems

Reply

Seems like good news :)
I just saw your post regarding E2B v1.62 Beta 3 and the new MPI Tool Kit after I had responded to your answer, so nevermind.
Thank you!

Date 08/03/2015

By ElMariachi

Subject Re: Re: Re: Re: Many Booting Problems

Reply

Thank you for help!
1) Yes, I tried the USB drive using the physical USB 2.0 Port of my Thinkpad T60.
2) Thanks for the link. If I understand that site right, then there currently is no way for creating working images from FreeBSD 10.x drives at all?

Date 10/03/2015

By SteveSi

Subject Re: Re: Re: Re: Re: Many Booting Problems

Reply

Yes - see latest blog post and use new MPI Tool Pack and E2B 1.63 Beta 3. http://rmprepusb.blogspot.co.uk/2015/03/easy2boot-163-beta-3-now-supports.html
Also https://easy2boot.com/add-payload-files/freebsd/

Date 18/03/2015

By ElMariachi

Subject Re: Re: Re: Re: Re: Re: Many Booting Problems

Reply

Hello!
Thank you for your help!
I wanted to inform you, that the recently bought USB drive I was using is faulty. Probably the problems with booting lxde and such came from that. It's now on RMA.
Also, I got another question:
Do you think you could make proxmox ISOs work out of the box?
This distribution is debian based. The setup hangs when trying to start the install script. I have to follow these instructions for making it work everytime:
http://rmprepusb.blogspot.de/2014/03/add-proxmox-isos-to-easy2boot.html

Date 17/02/2015

By Dreeg

Subject Persistence and .mnu files

Reply

Hi all and thanks for this project!
I have a problem with persistence.

I have ubuntu.iso and ubuntu.mnu file in /_ISO/LINUX/MNU folder and EXT2 with "casper-rw" name of volume in root of USB drive. ubuntu.mnu was an ubuntu sample file with all paths edited for my organization.
Nothing.
The MNU file is not read, even the title and "help text" are detected.

So I made a new attempt:
I created the MNU file with /_ISO/docs/E2B Utilities/E2B MNU Maker.cmd and now MNU file is read with title and "help text" right.. but in this file there isn't persistence.
I tried with "kernel ..." line before "boot" line but generate an Error "file not found".

How do I enable the persistence?
Thanks in advance,
Dreeg

Date 17/02/2015

By SteveSi

Subject Re: Persistence and .mnu files

Reply

If a .mnu file does not appear to be working, it is probably because you have not edited it to contain the name of your ISO file (two places usually).

There are some Ubuntu mnu file examples in the \_ISO\docs\Sample mnu Files folder - e.g. Ubuntu-13.04-desktop-amd64_Persistent.mnu.
Just copy the one for your version to the \_ISO\LINUX\MNU folder and read the instructions inside the .mnu file. e.g.
# Make a ext2 file using RMPrepUSB in the root of the drive (i.e. File Name=Ubuntu1304-rw Volume Name=casper-rw)
# Place this .mnu file and the Ubuntu ISO in (_ISO\xxx\MNU), e.g. \_ISO\MainMenu\MNU or \_ISO\Linux\MNU
# This menu will work even on an NTFS USB boot drive
# IMPORTANT: you MUST run WinContig (Ctrl+F2) before booting E2B.

You must edit the name of the .iso file inside the .mnu file to match your own ISO file name.

Date 17/02/2015

By Dreeg

Subject Re: Re: Persistence and .mnu files

Reply

Hi, thanks for reply.
I already edited all occurrency of .iso and ubuntu1404-rw in .mnu sample file but don't work.
Now I create manually a new .mnu file (and deleted old .mnu file, I haven't duplicate :P ) and all work but return error "File not found" on hd0,3 or %E2BDEV%,3 (that is ubuntu1404-rw).

Date 17/02/2015

By Stevesi

Subject Re: Re: Re: Persistence and .mnu files

Reply

hd0,3 is ISO not rw file!
Please show your menu file...

Date 17/02/2015

By Dreeg

Subject Re: Re: Re: Re: Persistence and .mnu files

Reply

This is my .mnu file in /_ISO_/LINUX/MNU
http://pastebin.com/SMUZUgsM

New comment

There is a LOT of information on this site which should cover all common questions and problems - please use the Site Map to find the page you need.

For specific problems, it is much easier for 1-to-1 communication to use the Contact Me form and I will reply via email.