How to make multiboot USB with Easy2Boot in Linux

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
wayne128

How to make multiboot USB with Easy2Boot in Linux

Post by wayne128 »

This is the process that I used to make multiboot USB with Easy2Boot in Linux


The official site and tutorial is at this link:
https://sites.google.com/a/rmprepusb.co ... orials/114


A few good tutorials are also at these links:
http://linuxmusicians.com/viewtopic.php ... 43bcb9a9af

http://positon.org/tag/Easy2Boot


As for me, I used Easy2Boot for more than a year, and it just works.
I am happy to continue using it.

I made a multiboot USB flash / stick, 8G with 9 iso, with some good rescue iso such as RIPlinux, pmagic, etc.
I used very regularly for testing used computers when I am shopping for cheap sales and install linux OS onto some old computers.

I also make a multiboot USB drive, partitioned out a 100G FAT32 partition, and use it to keep many iso's that I want to keep, and at time, use it to run live test and install to computers.

The only 'issue' I experienced is when I need to tidy up too many existing iso, when I delete many iso and replace with newer iso, I have to 'defrag' the fat32 drive, this process is too long.

But this is just the characteristics of fat32 file system. I know one way to cut the time on this process is to re-format and copy the new sets of iso..


As I continue to use this method, in order to help myself, and perhaps other forumers who would like to follow more detailed steps, I am typing these process out in more details ( essentially expanding what the official tutorial into actual steps for myself), just so I can return and follow when I need to do it again.

This procedure works at this time of typing, on my computers, I use direct links to the grub4dos file, but in time to come, these links may be changed. If such is the case, please follow the official Easy2Boot tutorial 114 as above for newer links.


EDIT1 : SteveSi mentioned on his reply below that bootlace ( grub4dos) is already in the Easy2Boot V1.53, as such I have simplified process in my post below, essentially no need to download grub4dos and we can skip most of the step2 on this post.
http://forums.linuxmint.com/viewtopic.p ... 72#p899772




1. Prepare USB flash or USB drive and format it with FAT32

I use gparted, msdos-partition, and format the whole USB flash drive to FAT32.

you can also follow the official tutorial in above link to use fdisk to format the USB.



2. Create directory, Download Grub4dos, unpack and Install bootlace to USB flash.


As some versions were tested not working, the official tutorial clearly said to use version 0.4.5c

Here I create a directory g4d,
then use wget to download grub4dos-0.4.5c-2013-07-24.7z
from the link https://grub4dos-chenall.googlecode.com ... 3-07-24.7z
and capture the terminal on commands and output

Code: Select all

[wayne@trios][~/g4d]$ ls
[wayne@trios][~/g4d]$ wget https://grub4dos-chenall.googlecode.com/files/grub4dos-0.4.5c-2013-07-24.7z
--2014-07-31 12:43:11--  https://grub4dos-chenall.googlecode.com/files/grub4dos-0.4.5c-2013-07-24.7z
Resolving grub4dos-chenall.googlecode.com (grub4dos-chenall.googlecode.com)... 74.125.130.82, 2404:6800:4003:c02::52
Connecting to grub4dos-chenall.googlecode.com (grub4dos-chenall.googlecode.com)|74.125.130.82|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 264437 (258K) [application/x-7z-compressed]
Saving to: ‘grub4dos-0.4.5c-2013-07-24.7z’

100%[======================================>] 264,437     --.-K/s   in 0.1s    

2014-07-31 12:43:11 (1.74 MB/s) - ‘grub4dos-0.4.5c-2013-07-24.7z’ saved [264437/264437]
Now that it is downloaded, I just list it for sanity check

Code: Select all

[wayne@trios][~/g4d]$ ls
grub4dos-0.4.5c-2013-07-24.7z

Next is to unzip it, I need to check if p7zip is installed, by this command

Code: Select all

[wayne@trios][~/g4d]$ whereis 7za
7za: /usr/bin/7za /usr/bin/X11/7za /usr/share/man/man1/7za.1.gz
if the line as seen above shows up I am alright.
If not, go install with apt-get install p7zip

Next step is to unzip the grub4dos file
the command is 7za e grub4dos-0.4.5c-2013-07-24.7z

Code: Select all

[wayne@trios][~/g4d]$ 7za e grub4dos-0.4.5c-2013-07-24.7z 

7-Zip (A) 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18
p7zip Version 9.20 (locale=en_US.utf8,Utf16=on,HugeFiles=on,4 CPUs)

Processing archive: grub4dos-0.4.5c-2013-07-24.7z

Extracting  grub4dos-0.4.5c/COPYING
Extracting  grub4dos-0.4.5c/sample/default
Extracting  grub4dos-0.4.5c/grldr
Extracting  grub4dos-0.4.5c/docs/ChangeLog_chenall.txt
Extracting  grub4dos-0.4.5c/docs/ChangeLog_GRUB4DOS.txt
Extracting  grub4dos-0.4.5c/Get_Source_of_This_Build.txt
Extracting  grub4dos-0.4.5c/docs/README_GRUB4DOS.txt
Extracting  grub4dos-0.4.5c/docs/README_GRUB4DOS_CN.txt
Extracting  grub4dos-0.4.5c/badgrub.exe
Extracting  grub4dos-0.4.5c/grub.exe
Extracting  grub4dos-0.4.5c/sample/config.sys
Extracting  grub4dos-0.4.5c/eltorito.sys
Extracting  grub4dos-0.4.5c/hmload.com
Extracting  grub4dos-0.4.5c/sample/menu.lst
Extracting  grub4dos-0.4.5c/grldr.mbr
Extracting  grub4dos-0.4.5c/grub.pif
Extracting  grub4dos-0.4.5c/bootlace.com
Extracting  grub4dos-0.4.5c/bootlace64.com
Extracting  grub4dos-0.4.5c/sample
Extracting  grub4dos-0.4.5c/docs
Extracting  grub4dos-0.4.5c

Everything is Ok

Folders: 3
Files: 18
Size:       1386314
Compressed: 264437

Next step is to install bootlace to mbr of the USB flash, in my case it is /dev/sdb
This requires root privilege, so I su to root to get into a root prompt and issue the command
./bootlace.com --time-out=0 /dev/sdb
[wayne@trios][~/g4d]$ su
Password:
root@trios:/home/wayne/g4d# ./bootlace.com --time-out=0 /dev/sdb


Success.

3. Create a directory, Download Easy2Boot.zip to this directory, extract the Easy2Boot files from the E2B zip file and copy it onto the root of the USB Flash drive.

The link at this time is here, the file name is Easy2Boot_v1.53.zip
https://docs.google.com/file/d/0B44X_H0 ... hxQW8/edit

Click on the above Link, on top right-hand corner, I see this Easy2Boot_4.1.53.zip.
Click on File just below, choose to Save file, choose to save to the new directory e2b

Now cd to e2b and list as a sanity check

Code: Select all

[wayne@trios][~]$ cd e2b
[wayne@trios][~/e2b]$ ls
Easy2Boot_v1.53.zip
Now, get into root, mount the USB's fat32 partition (/dev/sdb1) to /mnt

Code: Select all

[wayne@trios][~/e2b]$ su
Password: 
root@trios:/home/wayne/e2b# mount /dev/sdb1 /mnt
Next step is to extract Easy2Boot_4.1.53.zip directly onto the root of the USB drive.
As my USB drive is /dev/sdb, the command is
unzip Easy2Boot_4.1.53.zip -d /mnt

A long list on terminal output.. capture here as a reference for completeness

Code: Select all

root@trios:/home/wayne/e2b# unzip Easy2Boot_v1.53.zip -d /mnt
Archive:  Easy2Boot_v1.53.zip
 extracting: /mnt/autorun.inf        
  inflating: /mnt/autounattend.xml   
  inflating: /mnt/e2b.ico            
  inflating: /mnt/EFI/BOOT/BOOTX64.EFI  
  inflating: /mnt/EFI/BOOT/MemTest86_ReadMe.txt  
  inflating: /mnt/EFI/BOOT/MT86.PNG  
  inflating: /mnt/grldr              
  inflating: /mnt/menu.lst           
  inflating: /mnt/ReadMe.txt         
  inflating: /mnt/unattend.xml       
  inflating: /mnt/_ISO/CONTIG.ISO    
  inflating: /mnt/_ISO/docs/E2B Utilities/E2B MNU Maker.cmd  
  inflating: /mnt/_ISO/docs/E2B Utilities/E2B TXT Maker.cmd  
  inflating: /mnt/_ISO/docs/E2B Utilities/ReadMe.txt  
  inflating: /mnt/_ISO/docs/E2B_DPMS2_ReadMe.txt  
  inflating: /mnt/_ISO/docs/Fonts/$FontTest.mnu  
 extracting: /mnt/_ISO/docs/Fonts/28STD.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/ANTIQUE.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/APL.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/ART.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/BROADWAY.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/COURIER.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/cp850.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/DECORATE.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/donna.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/flori.uni.gz  
  inflating: /mnt/_ISO/docs/Fonts/FontsReadMe.txt  
 extracting: /mnt/_ISO/docs/Fonts/GREEK.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/HISQUASH.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/HISTD.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/HITHIN.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/IBM.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/LITE.uni.gz  
  inflating: /mnt/_ISO/docs/Fonts/MakeShowFonts.cmd  
 extracting: /mnt/_ISO/docs/Fonts/MEDIEVAL.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/orator_caps.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/READABL7.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/READABL8.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/ROMAN.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/SANS.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/sans2.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/sansf1.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/sans_bold.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/SCRIPT.uni.gz  
  inflating: /mnt/_ISO/docs/Fonts/ShowFonts.g4b  
 extracting: /mnt/_ISO/docs/Fonts/smallfont.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/SQUASHED.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/STANDARD.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/terminal.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/terminal_ital.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/terminus.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/THIN.uni.gz  
 extracting: /mnt/_ISO/docs/Fonts/WIGGLY.uni.gz  
  inflating: /mnt/_ISO/docs/GFXSubMenu Files/GFX_ReadMe.txt  
  inflating: /mnt/_ISO/docs/GFXSubMenu Files/ZZGFXSubMenuBackup.mnu  
  inflating: /mnt/_ISO/docs/GFXSubMenu Files/ZZGFXSubMenuDos.mnu  
  inflating: /mnt/_ISO/docs/GFXSubMenu Files/ZZGFXSubMenuLinux.mnu  
  inflating: /mnt/_ISO/docs/GFXSubMenu Files/ZZGFXSubMenuUtilities.mnu  
  inflating: /mnt/_ISO/docs/GFXSubMenu Files/ZZGFXSubMenuWin.mnu  
  inflating: /mnt/_ISO/docs/GFXSubMenu Files/ZZGFXSubMenuWinPE.mnu  
  inflating: /mnt/_ISO/docs/GFXSubMenu Files/ZZGXFSubMenuAntiVirus.mnu  
  inflating: /mnt/_ISO/docs/linux_utils/bootlace.com  
  inflating: /mnt/_ISO/docs/linux_utils/bootlace64.com  
  inflating: /mnt/_ISO/docs/linux_utils/defragfs  
  inflating: /mnt/_ISO/docs/linux_utils/defragfs.pl  
  inflating: /mnt/_ISO/docs/linux_utils/grldr.mbr  
  inflating: /mnt/_ISO/docs/Make_E2B_USB_Drive/LockDismount.exe  
  inflating: /mnt/_ISO/docs/Make_E2B_USB_Drive/LockDismount_ReadMe.txt  
  inflating: /mnt/_ISO/docs/Make_E2B_USB_Drive/Make_E2B_USB_Drive.cmd  
  inflating: /mnt/_ISO/docs/Make_E2B_USB_Drive/Make_E2B_USB_Drive.txt  
  inflating: /mnt/_ISO/docs/PatchMe  
  inflating: /mnt/_ISO/docs/PatchMe_ReadMe.txt  
 extracting: /mnt/_ISO/docs/Sample E2B Templates/Aliums/Aliums.bmp.gz  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/Aliums/MyE2B.cfg  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/BeepShowBackgroundDemo/MyE2B.cfg  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/Blue/blue.bmp.gz  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/Blue/MyE2B.cfg  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/GFXMenu/message  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/GFXMenu/MyE2B.cfg  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/GFXMenu/ReadMe.txt  
 extracting: /mnt/_ISO/docs/Sample E2B Templates/Jolene/jolene800.bmp.gz  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/Jolene/MyE2b.cfg  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/Mac/Mac_Wallpaper.bmp.gz  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/Mac/MyE2B.cfg  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/ReadMe.txt  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/StripedFlat_1024_pwd_is_fred/MyE2B.cfg  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/StripedFlat_1024_pwd_is_fred/stripedflat.bmp.gz  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/TextMinimal/MyE2B.cfg  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/WinInstInMain/blue.bmp.gz  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/WinInstInMain/MAINMENU/$$AddWin2Main.mnu  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/WinInstInMain/MAINMENU/$$AddXPF6Main.mnu  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/WinInstInMain/MAINMENU/$$AddXPPEMain.mnu  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/WinInstInMain/MyE2B.cfg  
  inflating: /mnt/_ISO/docs/Sample E2B Templates/WinInstInMain/ReadMe.txt  
  inflating: /mnt/_ISO/docs/Sample mnu files/$$$FASTLOAD_REFRESH.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/$$AddWin2Main.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/$$FixDate.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/64Bit_Auto_Detect_ISO.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Antix_13.2_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/AOSS.mnu  
 extracting: /mnt/_ISO/docs/Sample mnu files/A_BlankMenuEntry.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/BIOS Detect and Run.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/bitdefender-rescue-cd_persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Boot Windows direct from USB.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/BT5R2-GNOME-32_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/chkpci.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/ClearUSBPartition3.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/CloneZillaBackupRestoreHDD0.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/crunchbang-11-20130506-i686.txt  
  inflating: /mnt/_ISO/docs/Sample mnu files/dft32_v416_b00_install.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/DLCD_ISO_Extracted.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Dos622.img.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/E2B_PTN_SWAP.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/ERD2005.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/ERD5_DPMS.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/ERD5_FIRA.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/ESet System Rescue (WinPE Flat File).mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Falcon4.6/F4UBCD.lst  
  inflating: /mnt/_ISO/docs/Sample mnu files/Falcon4.6/F4UBCD.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/FD0-konboot-v1.1-2in1.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/FD0-konboot-v2.4.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Fedora_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/FreeDos_fdbasecd.iso.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/geexbox-3.0-i386_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/GRUB_USB_046.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/hdt-0.5.0.img.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/HirensBootCD_Extracted.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/HirensISO.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/HP_hpacuoffline-8.75-12.0.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/kali-linux-1.0.2-i386_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/kali-linux-1.0.5-amd64.txt  
  inflating: /mnt/_ISO/docs/Sample mnu files/kali-linux-1.0.5-amd64_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/kali-linux-1.0.5-i386_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/kali-linux-1.0.7_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Kaspersky_Rescue_10_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/linuxmint-16-cinnamon-dvd-32bit_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/lubuntu-13.04-desktop-i386_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/mandriva-linux-PWP-2011-i586.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/OpenElec_LIVE_2013_FAT32.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/OpenElec_LIVE_2013_NTFS.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/OpenElec_LIVE_2014_FAT32.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/OpenElec_LIVE_2014_NTFS.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/OphCrack.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/pclinuxos-kde-fullmonty-2012.09.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Porteus-generic-persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Porteus-v1.1-i486_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Porteus-v2.0-i486_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Porteus-v3_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/POS2009_ReadMe.txt  
  inflating: /mnt/_ISO/docs/Sample mnu files/ProxMox.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/PTN2_Menu.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Puppy_Precise_USB_Flash_Persistence.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Puppy_Precise_USB_HDD_Persistence.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/puppy_Slacko64_no_partnew.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/ReactOS-LiveCD.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/ReadMe.txt  
  inflating: /mnt/_ISO/docs/Sample mnu files/RedHat.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/RedHat_NTFS.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/SimplyMEPIS-1.5G_11.9.86_32.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Slax7.0.8_32_persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/StartOS-5.1-LiveCD-i686_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/StartOS_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/UBCD4WINBuilder.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/ubuntu-13.04-desktop-amd64_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/ubuntu-13.04-desktop-i386_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Ubuntu12.10_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Win7PESE.ini  
  inflating: /mnt/_ISO/docs/Sample mnu files/Win7_8_Install_Auto64_32.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/WinBuilderPE_ISO.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/ReadMe.txt  
  inflating: /mnt/_ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/Win7PESE.ini  
 extracting: /mnt/_ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/_ISO/MAINMENU/WB1/WinSS_x86.iso goes here  
  inflating: /mnt/_ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/_ISO/MAINMENU/WB1/WinSS_x86.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/_ISO/MAINMENU/WB1/WinSS_x86.WB  
  inflating: /mnt/_ISO/docs/Sample mnu files/xbmcbuntu_12.2_Persist.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Xiaopan_PersistentNTFS.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/XP_Inst_from_MainMenu.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/YLMF_OS_3.0_Persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Zorin-os-8.1-core-32-persistent.mnu  
  inflating: /mnt/_ISO/docs/Sample mnu files/Zorin-os-8.1-core-64-persistent.mnu  
  inflating: /mnt/_ISO/docs/Tips.txt  
  inflating: /mnt/_ISO/docs/USB FLASH DRIVE HELPER FILES/autounattend.xml  
  inflating: /mnt/_ISO/docs/USB FLASH DRIVE HELPER FILES/menu.lst  
  inflating: /mnt/_ISO/docs/USB FLASH DRIVE HELPER FILES/ReadMe.txt  
  inflating: /mnt/_ISO/docs/USB FLASH DRIVE HELPER FILES/unattend.xml  
 extracting: /mnt/_ISO/docs/USB FLASH DRIVE HELPER FILES/WINHELPER.USB  
  inflating: /mnt/_ISO/DOS/MNU/Freedos288.IMA.gz  
  inflating: /mnt/_ISO/DOS/MNU/Freedos288.mnu  
 extracting: /mnt/_ISO/DOS/MNU/Note Any .txt files here will be ignored  
  inflating: /mnt/_ISO/DOS/MNU/Read Me_Place .mnu files and their payload files here.txt  
 extracting: /mnt/_ISO/DOS/Place ISO_IMA_IMG etc here to be auto-detected  
 extracting: /mnt/_ISO/DOS/Place TXT files here with alternative titles  
 extracting: /mnt/_ISO/DOS/Place your .mnu files in the MNU folder  
  inflating: /mnt/_ISO/e2b/firadisk/au.xml  
  inflating: /mnt/_ISO/e2b/firadisk/auPE.xml  
  inflating: /mnt/_ISO/e2b/firadisk/auWin8.xml  
  inflating: /mnt/_ISO/e2b/firadisk/auwinnt.xml  
  inflating: /mnt/_ISO/e2b/firadisk/awealloc/amd64/awealloc.sys  
  inflating: /mnt/_ISO/e2b/firadisk/awealloc/i386/awealloc.sys  
  inflating: /mnt/_ISO/e2b/firadisk/awealloc/ia64/awealloc.sys  
  inflating: /mnt/_ISO/e2b/firadisk/BOOT.WIM/mysetup.cmd  
 extracting: /mnt/_ISO/e2b/firadisk/BOOT.WIM/winpeshl.ini  
  inflating: /mnt/_ISO/e2b/firadisk/cli/amd64/imdisk.exe  
  inflating: /mnt/_ISO/e2b/firadisk/cli/i386/imdisk.exe  
  inflating: /mnt/_ISO/e2b/firadisk/cli/ia64/imdisk.exe  
  inflating: /mnt/_ISO/e2b/firadisk/cpl/amd64/imdisk.cpl  
  inflating: /mnt/_ISO/e2b/firadisk/cpl/i386/imdisk.cpl  
  inflating: /mnt/_ISO/e2b/firadisk/cpl/ia64/imdisk.cpl  
  inflating: /mnt/_ISO/e2b/firadisk/empty.xml  
  inflating: /mnt/_ISO/e2b/firadisk/imdisk.inf  
  inflating: /mnt/_ISO/e2b/firadisk/IMDISK_install.cmd  
  inflating: /mnt/_ISO/e2b/firadisk/IMDISK_installpe.cmd  
  inflating: /mnt/_ISO/e2b/firadisk/IMDISK_instiso.cmd  
  inflating: /mnt/_ISO/e2b/firadisk/ISONAME.cmd  
  inflating: /mnt/_ISO/e2b/firadisk/LOADISO.CMD  
  inflating: /mnt/_ISO/e2b/firadisk/LOADISOPE.CMD  
  inflating: /mnt/_ISO/e2b/firadisk/LOADISOW.CMD  
  inflating: /mnt/_ISO/e2b/firadisk/RUNWINNT.cmd  
  inflating: /mnt/_ISO/e2b/firadisk/RUNXP.cmd  
  inflating: /mnt/_ISO/e2b/firadisk/slp.exe  
  inflating: /mnt/_ISO/e2b/firadisk/svc/amd64/imdsksvc.exe  
  inflating: /mnt/_ISO/e2b/firadisk/svc/i386/imdsksvc.exe  
  inflating: /mnt/_ISO/e2b/firadisk/svc/ia64/imdsksvc.exe  
  inflating: /mnt/_ISO/e2b/firadisk/sys/amd64/imdisk.sys  
  inflating: /mnt/_ISO/e2b/firadisk/sys/i386/imdisk.sys  
  inflating: /mnt/_ISO/e2b/firadisk/sys/ia64/imdisk.sys  
  inflating: /mnt/_ISO/e2b/grub/AUTO.hdr  
  inflating: /mnt/_ISO/e2b/grub/AUTOMN.g4b  
 extracting: /mnt/_ISO/e2b/grub/Background.bmp.gz  
  inflating: /mnt/_ISO/e2b/grub/backup.lst  
  inflating: /mnt/_ISO/e2b/grub/bios  
  inflating: /mnt/_ISO/e2b/grub/CheckAccess.g4b  
  inflating: /mnt/_ISO/e2b/grub/ConfigX.g4b  
  inflating: /mnt/_ISO/e2b/grub/CopyFF.g4b  
  inflating: /mnt/_ISO/e2b/grub/CountFiles.g4b  
  inflating: /mnt/_ISO/e2b/grub/Date.g4b  
  inflating: /mnt/_ISO/e2b/grub/delptn3.g4b  
  inflating: /mnt/_ISO/e2b/grub/DPMS/chkpci  
  inflating: /mnt/_ISO/e2b/grub/DPMS/dir0.txt  
  inflating: /mnt/_ISO/e2b/grub/DPMS/dir1.txt  
  inflating: /mnt/_ISO/e2b/grub/DPMS/dpms2.g4b  
  inflating: /mnt/_ISO/e2b/grub/DPMS/E2B_DPMS2_ReadMe.txt  
 extracting: /mnt/_ISO/e2b/grub/DPMS/fat  
  inflating: /mnt/_ISO/e2b/grub/DPMS/FIRA/devcon.exe  
  inflating: /mnt/_ISO/e2b/grub/DPMS/FIRA/firadisk.cat  
  inflating: /mnt/_ISO/e2b/grub/DPMS/FIRA/firadisk.cmd  
  inflating: /mnt/_ISO/e2b/grub/DPMS/FIRA/firadisk.inf  
  inflating: /mnt/_ISO/e2b/grub/DPMS/FIRA/firadisk.sys  
  inflating: /mnt/_ISO/e2b/grub/DPMS/FIRA/txtsetup.oem  
  inflating: /mnt/_ISO/e2b/grub/DPMS/inifile  
  inflating: /mnt/_ISO/e2b/grub/DPMS/oem0.txt  
  inflating: /mnt/_ISO/e2b/grub/DPMS/oem1.txt  
  inflating: /mnt/_ISO/e2b/grub/DPMS/TestDPMS2.g4b  
  inflating: /mnt/_ISO/e2b/grub/DPMS/WINV/WinVBlk.INF  
  inflating: /mnt/_ISO/e2b/grub/DPMS/WINV/WVBlk32.sys  
  inflating: /mnt/_ISO/e2b/grub/E2B.cfg  
 extracting: /mnt/_ISO/e2b/grub/E2B_GRUB.txt  
  inflating: /mnt/_ISO/e2b/grub/ENG/ReadMe.txt  
  inflating: /mnt/_ISO/e2b/grub/ENG/STRINGS.txt  
  inflating: /mnt/_ISO/e2b/grub/FASTLOAD.MNU  
  inflating: /mnt/_ISO/e2b/grub/fat  
  inflating: /mnt/_ISO/e2b/grub/firadisk.gz  
  inflating: /mnt/_ISO/e2b/grub/GERMAN/STRINGS.txt  
  inflating: /mnt/_ISO/e2b/grub/getstr.g4b  
  inflating: /mnt/_ISO/e2b/grub/grldr_046  
 extracting: /mnt/_ISO/e2b/grub/hotkey  
  inflating: /mnt/_ISO/e2b/grub/KBD_AZERTY.g4b  
  inflating: /mnt/_ISO/e2b/grub/KBD_FRENCH.g4b  
  inflating: /mnt/_ISO/e2b/grub/KBD_GERMAN.g4b  
  inflating: /mnt/_ISO/e2b/grub/KBD_ITALIANO.g4b  
  inflating: /mnt/_ISO/e2b/grub/KBD_JAPAN_106.g4b  
  inflating: /mnt/_ISO/e2b/grub/KBD_QWERTY_UK.g4b  
  inflating: /mnt/_ISO/e2b/grub/KBD_QWERTZ.g4b  
  inflating: /mnt/_ISO/e2b/grub/KBD_SPANISH.G4B  
  inflating: /mnt/_ISO/e2b/grub/LstFExt.g4b  
  inflating: /mnt/_ISO/e2b/grub/MAIN.hdr  
  inflating: /mnt/_ISO/e2b/grub/memdisk  
  inflating: /mnt/_ISO/e2b/grub/MENU.lst  
  inflating: /mnt/_ISO/e2b/grub/MenuDefaults.hdr  
  inflating: /mnt/_ISO/e2b/grub/MenuF10.hdr  
  inflating: /mnt/_ISO/e2b/grub/MenuF7.hdr  
  inflating: /mnt/_ISO/e2b/grub/MenuF8.hdr  
  inflating: /mnt/_ISO/e2b/grub/MenuF9.hdr  
 extracting: /mnt/_ISO/e2b/grub/MenuFastLoad.hdr  
 extracting: /mnt/_ISO/e2b/grub/menusetting.gz  
  inflating: /mnt/_ISO/e2b/grub/MenuWinInstall.lst  
  inflating: /mnt/_ISO/e2b/grub/MenuWinMenu.hdr  
  inflating: /mnt/_ISO/e2b/grub/menu_defaults.txt  
  inflating: /mnt/_ISO/e2b/grub/NewWinVBlock.ima.gz  
  inflating: /mnt/_ISO/e2b/grub/PickaFile.g4b  
  inflating: /mnt/_ISO/e2b/grub/QAUTO.g4b  
  inflating: /mnt/_ISO/e2b/grub/QRUN.g4b  
 extracting: /mnt/_ISO/e2b/grub/ReadMe.txt  
  inflating: /mnt/_ISO/e2b/grub/RunVista.g4b  
  inflating: /mnt/_ISO/e2b/grub/RunWin8.g4b  
  inflating: /mnt/_ISO/e2b/grub/SearchBS.g4b  
  inflating: /mnt/_ISO/e2b/grub/SetHPAD.g4b  
  inflating: /mnt/_ISO/e2b/grub/SIMP_CHINESE/STRINGS.txt  
  inflating: /mnt/_ISO/e2b/grub/SPANISH/STRINGS.txt  
  inflating: /mnt/_ISO/e2b/grub/SubMenu.g4b  
  inflating: /mnt/_ISO/e2b/grub/SVR2012.hdr  
  inflating: /mnt/_ISO/e2b/grub/SVR2K8R2.hdr  
  inflating: /mnt/_ISO/e2b/grub/TRAD_CHINESE/STRINGS.txt  
  inflating: /mnt/_ISO/e2b/grub/unifont.hex.gz  
  inflating: /mnt/_ISO/e2b/grub/VarsLeft.g4b  
  inflating: /mnt/_ISO/e2b/grub/Vista.hdr  
  inflating: /mnt/_ISO/e2b/grub/VistaMn.g4b  
  inflating: /mnt/_ISO/e2b/grub/wenv  
  inflating: /mnt/_ISO/e2b/grub/Win7.hdr  
  inflating: /mnt/_ISO/e2b/grub/Win8.hdr  
  inflating: /mnt/_ISO/e2b/grub/Win8Mn.g4b  
  inflating: /mnt/_ISO/e2b/grub/winvblock.img.gz  
  inflating: /mnt/_ISO/e2b/grub/XLATE.g4b  
  inflating: /mnt/_ISO/e2b/grub/XPStep1.g4b  
  inflating: /mnt/_ISO/e2b/grub/XPStep2.g4b  
  inflating: /mnt/_ISO/e2b/grub/XPStep2LowRam.g4b  
  inflating: /mnt/_ISO/e2b/grub/XPWINNT.g4b  
  inflating: /mnt/_ISO/FASTLOAD.YES  
  inflating: /mnt/_ISO/FASTLOAD_Read_Me.txt  
 extracting: /mnt/_ISO/MAINMENU/MNU/Note Any .txt files here will be ignored  
  inflating: /mnt/_ISO/MAINMENU/MNU/Read Me_Place .mnu files and their payload files here.txt  
 extracting: /mnt/_ISO/MAINMENU/Place ISO_IMA_IMG etc here to be auto-detected  
 extracting: /mnt/_ISO/MAINMENU/Place TXT files here with alternative titles  
 extracting: /mnt/_ISO/MAINMENU/Place your .mnu files in the MNU folder  
  inflating: /mnt/_ISO/MAINMENU/ReadMe.txt  
  inflating: /mnt/_ISO/MAINMENU/ZGRUB_USB_046.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZSubMenuAntiVirus.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZSubMenuAuto.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZSubMenuBackup.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZSubMenuDos.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZSubMenuLinux.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZSubMenuUtilities.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZSubMenuWin.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZSubMenuWinPE.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZWindowsInstall.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZZF7BootHdd.mnu  
  inflating: /mnt/_ISO/MAINMENU/ZZZF8ReloadMenu.mnu  
  inflating: /mnt/_ISO/ReadMe.txt    
  inflating: /mnt/_ISO/Sample_MyE2B.cfg  
  inflating: /mnt/_ISO/UTILITIES/MNU/chkpci.mnu  
 extracting: /mnt/_ISO/UTILITIES/MNU/Note Any .txt files here will be ignored  
  inflating: /mnt/_ISO/UTILITIES/MNU/Read Me_Place .mnu files and their payload files here.txt  
 extracting: /mnt/_ISO/UTILITIES/Place ISO_IMA_IMG etc here to be auto-detected  
 extracting: /mnt/_ISO/UTILITIES/Place TXT files here with alternative titles  
 extracting: /mnt/_ISO/UTILITIES/Place your .mnu files in the MNU folder  
  inflating: /mnt/_ISO/UTILITIES/Utilities_MemTest.mnu  
  inflating: /mnt/_ISO/UTILITIES_MEMTEST/MEMTEST.IMG.gz  
 extracting: /mnt/_ISO/UTILITIES_MEMTEST/MEMTEST.IMG.txt  
  inflating: /mnt/_ISO/UTILITIES_MEMTEST/MNU/MEMTEST86-51.kernel  
  inflating: /mnt/_ISO/UTILITIES_MEMTEST/MNU/MEMTEST86-51.mnu  
 extracting: /mnt/_ISO/UTILITIES_MEMTEST/MNU/Note Any .txt files here will be ignored  
  inflating: /mnt/_ISO/UTILITIES_MEMTEST/MNU/Read Me_Place .mnu files and their payload files here.txt  
 extracting: /mnt/_ISO/UTILITIES_MEMTEST/Place ISO_IMA_IMG etc here to be auto-detected  
 extracting: /mnt/_ISO/UTILITIES_MEMTEST/Place TXT files here with alternative titles  
 extracting: /mnt/_ISO/UTILITIES_MEMTEST/Place your .mnu files in the MNU folder  
  inflating: /mnt/_ISO/UTILITIES_MEMTEST/ZZBackTo_Utils.mnu  
  inflating: /mnt/_ISO/WINDOWS/Do not put any files in this folder.txt  
  inflating: /mnt/_ISO/WINDOWS/Read Me_Place Windows Install ISOs in correct subfolders.txt  
  inflating: /mnt/_ISO/WINDOWS/SVR2012/CHOOSE FROM A LIST.key  
  inflating: /mnt/_ISO/WINDOWS/SVR2012/NO KEY (choose a version to install).xml  
  inflating: /mnt/_ISO/WINDOWS/SVR2012/Sample SVR2012 Developer Preview.xml  
  inflating: /mnt/_ISO/WINDOWS/SVR2012/Sample SVR2012 STD.xml  
 extracting: /mnt/_ISO/WINDOWS/SVR2012/SVR2012 DataCenter.key  
 extracting: /mnt/_ISO/WINDOWS/SVR2012/SVR2012 Developer Preview.key  
 extracting: /mnt/_ISO/WINDOWS/SVR2012/SVR2012 MP Premium.key  
 extracting: /mnt/_ISO/WINDOWS/SVR2012/SVR2012 MP Standard.key  
 extracting: /mnt/_ISO/WINDOWS/SVR2012/SVR2012 Standard.key  
  inflating: /mnt/_ISO/WINDOWS/SVR2K8R2/Sample.xml  
  inflating: /mnt/_ISO/WINDOWS/VISTA/Full_Language_UI.xml  
  inflating: /mnt/_ISO/WINDOWS/VISTA/Sample.xml  
  inflating: /mnt/_ISO/WINDOWS/WIN7/Full_Language_UI.xml  
  inflating: /mnt/_ISO/WINDOWS/WIN7/Sample.xml  
  inflating: /mnt/_ISO/WINDOWS/WIN8/CHOOSE FROM A LIST.key  
  inflating: /mnt/_ISO/WINDOWS/WIN8/NO KEY (choose a version to install).xml  
  inflating: /mnt/_ISO/WINDOWS/WIN8/Sample Win8 Pro.xml  
 extracting: /mnt/_ISO/WINDOWS/WIN8/Windows 8 Core.key  
 extracting: /mnt/_ISO/WINDOWS/WIN8/Windows 8 Ent 90 Day Eval.key  
 extracting: /mnt/_ISO/WINDOWS/WIN8/Windows 8 Enterprise.key  
 extracting: /mnt/_ISO/WINDOWS/WIN8/Windows 8 Preview Pro.key  
 extracting: /mnt/_ISO/WINDOWS/WIN8/Windows 8 Professional.key  
 extracting: /mnt/_ISO/WINDOWS/WIN8/Windows 8.1 Core.key  
 extracting: /mnt/_ISO/WINDOWS/WIN8/Windows 8.1 Ent 90 Day Eval.key  
 extracting: /mnt/_ISO/WINDOWS/WIN8/Windows 8.1 Professional.key  
  inflating: /mnt/_ISO/WINDOWS/XP/EeePC.AUTO  
  inflating: /mnt/_ISO/WINDOWS/XP/EeePC.sif  
  inflating: /mnt/_ISO/WINDOWS/XP/EeePC.sif.cmd  
  inflating: /mnt/_ISO/WINDOWS/XP/WINPE_INST.TAG  
  inflating: /mnt/_ISO/WINDOWS/XP/Winxp_32_sp3.ISO.AUTO  
  inflating: /mnt/_ISO/WINDOWS/XP/XP_EeePC_Auto_UK.txt  
root@trios:/home/wayne/e2b# 



4. Copy livecd ISOs to the \_ISO\MAINMENU folder using the GUI File Manager ( or command lines) in linux.


That is all.
and hope the multiboot USB flash can boot 'most computers'.
this will boot in bios-mode/ legacy mode...
select the iso you wish to boot and enjoy.



UEFI

for my test, if I select UEFI, it boots and run ParkMark mem test.
I have not yet learned how to get it boots iso's into UEFI mode.
The tutorials suggest to prepare iso images with MPI in windows environment.
Last edited by wayne128 on Thu Jul 31, 2014 9:19 am, edited 1 time in total.
SteveSi

Re: How to make multiboot USB with Easy2Boot in Linux

Post by SteveSi »

bootlace and defragfs is already in the E2B v1.53 download - \_ISO\docs\linux_utils
wayne128

Re: How to make multiboot USB with Easy2Boot in Linux

Post by wayne128 »

SteveSi wrote:bootlace and defragfs is already in the E2B v1.53 download - \_ISO\docs\linux_utils

Thanks SteveSi for dropping by.

I did not even know that.

So I should even have an easier time to make another E2B-usb-flash :mrgreen:

BY the way, can the defragfs do the defrag on FAT32 partition in Linux?
SteveSi

Re: How to make multiboot USB with Easy2Boot in Linux

Post by SteveSi »

It has been reported that defragfs will defrag a FAT32 partition.
wayne128

Simplified method to make multiboot USB with Easy2Boot in Li

Post by wayne128 »

With SteveSi's feedback, which is good news for simplifying the process.

Here is a revised short process :

1. Format the USB flash with FAT32.

2. Make a directory e2b

3. Download the file Easy2Boot_v1.53.zip from the link:
https://docs.google.com/file/d/0B44X_H0 ... hxQW8/edit

Save it into the above e2b directory

4. Cd to e2b directory, get into root terminal

5. Mount the USB flash with mount /dev/sdb1 /mnt

Code: Select all

root@trios:/home/wayne/e2b# mount /dev/sdb1 /mnt
6. Extract the above file directly to root of the USB flash

Code: Select all

root@trios:/home/wayne/e2b# unzip Easy2Boot_v1.53.zip -d /mnt
7. cd to the directory containing the bootlace file

Code: Select all

root@trios:/# cd /mnt/_ISO/docs/linux_utils/
8. Install bootlace to USB flash

Code: Select all

root@trios:/mnt/_ISO/docs/linux_utils# ./bootlace.com --time-out=0 /dev/sdb
9. Use the GUI File Manager ( or command lines) in linux,
copy livecd ISOs to the /_ISO/MAINMENU folder or /_ISO/LINUX folder

just an example, I use Linux command to copy iso files to /_ISO/LINUX folder

Code: Select all

root@trios:/home/wayne/Downloads# cp debian-7.6.0-amd64-DVD-1.iso /mnt/_ISO/LINUX/
root@trios:/home/wayne/Downloads# cp systemrescuecd-x86-4.3.0.iso /mnt/_ISO/LINUX/
root@trios:/home/wayne/Downloads# cp debian-live-7.5.0-amd64-xfce-desktop+nonfree.iso /mnt/_ISO/LINUX/

#cp sparkylinux-3.4.1-x86_64-base.iso pmagic_2013_08_10_reconstructed.iso  Porteus-XFCE-v3.0-i486.iso Porteus-MATE-v3.0-i486.iso /mnt/_ISO/LINUX/

That is all.

Easier process than before, thanks to SteveSi's Easy2Boot...v1.53

with this, it is easy to make multiboot USB flash or USB drive too. :mrgreen:
Last edited by wayne128 on Tue Sep 02, 2014 9:49 am, edited 1 time in total.
SteveSi

Re: How to make multiboot USB with Easy2Boot in Linux

Post by SteveSi »

For the brave!

The latest Easy2Boot v1.54 Beta4 includes a bash shell script which formats a USB drive, copies over the E2B files and runs bootlace to install the grub4dos bootloader.
Instructions are in the \_ISO\docs\linux_utils\ReadMe_fmt.sh.txt file. The actual script is called fmt.sh.
I have tested it on Linux Mint Debian 64-bit and Ubuntu 14.04 (in VBox).
As the script formats a volume - you need to take care that you specify the correct \dev\sdX1 partition!
It will accept sdX1 or sdX2 (i.e. it will format the first or 2nd partition of a drive only)

I take no responsibility for any lost data!!!
As I am not a linux guru, it may be wise to check the script first before using it!

The download is in the http://www.easy2boot.com - Downloads page, in both of the Alternate Download Areas (i.e. Google Drive and MS OneDrive).
wayne128

Re: How to make multiboot USB with Easy2Boot in Linux

Post by wayne128 »

Hi SteveSi..

So I think I am brave enough to try the 154beta

I plug in a 4G USB flash, with existing partitions as
1. about 1G size, just an iso image dump with dd
2. about 3G unallocated space


3. Create a directory e2b154beta
4. Download the Easy2Bootv1.54beta4 to that directory

Code: Select all

root@trios:/home/wayne/Downloads# cd e2b154beta/
root@trios:/home/wayne/Downloads/e2b154beta# ls
Easy2Boot_v1.54_Beta4.zip
5. unzip the file

Code: Select all

root@trios:/home/wayne/Downloads/e2b154beta# unzip Easy2Boot_v1.54_Beta4.zip 
Archive:  Easy2Boot_v1.54_Beta4.zip
  inflating: autorun.inf             
  inflating: autounattend.xml        
  inflating: e2b.ico                 
   creating: EFI/
   creating: EFI/BOOT/
  inflating: EFI/BOOT/BOOTIA32.EFI   
  inflating: EFI/BOOT/BOOTX64.EFI    
  inflating: EFI/BOOT/MemTest86_ReadMe.txt  
  inflating: EFI/BOOT/MT86.PNG       
  inflating: grldr                   
  inflating: menu.lst                
  inflating: ReadMe.txt              
  inflating: unattend.xml            
   creating: _ISO/
   creating: _ISO/ANTIVIRUS/
   creating: _ISO/AUTO/
   creating: _ISO/BACKUP/
  inflating: _ISO/CONTIG.ISO         
   creating: _ISO/docs/
   creating: _ISO/docs/E2B Utilities/
  inflating: _ISO/docs/E2B Utilities/E2B MNU Maker.cmd  
  inflating: _ISO/docs/E2B Utilities/E2B TXT Maker.cmd  
  inflating: _ISO/docs/E2B Utilities/ReadMe.txt  
  inflating: _ISO/docs/E2B_DPMS2_ReadMe.txt  
   creating: _ISO/docs/Fonts/
  inflating: _ISO/docs/Fonts/$FontTest.mnu  
 extracting: _ISO/docs/Fonts/28STD.uni.gz  
 extracting: _ISO/docs/Fonts/ANTIQUE.uni.gz  
 extracting: _ISO/docs/Fonts/APL.uni.gz  
 extracting: _ISO/docs/Fonts/ART.uni.gz  
 extracting: _ISO/docs/Fonts/BROADWAY.uni.gz  
 extracting: _ISO/docs/Fonts/COURIER.uni.gz  
 extracting: _ISO/docs/Fonts/cp850.uni.gz  
 extracting: _ISO/docs/Fonts/DECORATE.uni.gz  
 extracting: _ISO/docs/Fonts/donna.uni.gz  
 extracting: _ISO/docs/Fonts/flori.uni.gz  
  inflating: _ISO/docs/Fonts/FontsReadMe.txt  
 extracting: _ISO/docs/Fonts/GREEK.uni.gz  
 extracting: _ISO/docs/Fonts/HISQUASH.uni.gz  
 extracting: _ISO/docs/Fonts/HISTD.uni.gz  
 extracting: _ISO/docs/Fonts/HITHIN.uni.gz  
 extracting: _ISO/docs/Fonts/IBM.uni.gz  
 extracting: _ISO/docs/Fonts/LITE.uni.gz  
  inflating: _ISO/docs/Fonts/MakeShowFonts.cmd  
 extracting: _ISO/docs/Fonts/MEDIEVAL.uni.gz  
 extracting: _ISO/docs/Fonts/orator_caps.uni.gz  
 extracting: _ISO/docs/Fonts/READABL7.uni.gz  
 extracting: _ISO/docs/Fonts/READABL8.uni.gz  
 extracting: _ISO/docs/Fonts/ROMAN.uni.gz  
 extracting: _ISO/docs/Fonts/SANS.uni.gz  
 extracting: _ISO/docs/Fonts/sans2.uni.gz  
 extracting: _ISO/docs/Fonts/sansf1.uni.gz  
 extracting: _ISO/docs/Fonts/sans_bold.uni.gz  
 extracting: _ISO/docs/Fonts/SCRIPT.uni.gz  
  inflating: _ISO/docs/Fonts/ShowFonts.g4b  
 extracting: _ISO/docs/Fonts/smallfont.uni.gz  
 extracting: _ISO/docs/Fonts/SQUASHED.uni.gz  
 extracting: _ISO/docs/Fonts/STANDARD.uni.gz  
 extracting: _ISO/docs/Fonts/terminal.uni.gz  
 extracting: _ISO/docs/Fonts/terminal_ital.uni.gz  
 extracting: _ISO/docs/Fonts/terminus.uni.gz  
 extracting: _ISO/docs/Fonts/THIN.uni.gz  
 extracting: _ISO/docs/Fonts/WIGGLY.uni.gz  
   creating: _ISO/docs/GFXSubMenu Files/
  inflating: _ISO/docs/GFXSubMenu Files/GFX_ReadMe.txt  
  inflating: _ISO/docs/GFXSubMenu Files/ZZGFXSubMenuBackup.mnu  
  inflating: _ISO/docs/GFXSubMenu Files/ZZGFXSubMenuDos.mnu  
  inflating: _ISO/docs/GFXSubMenu Files/ZZGFXSubMenuLinux.mnu  
  inflating: _ISO/docs/GFXSubMenu Files/ZZGFXSubMenuUtilities.mnu  
  inflating: _ISO/docs/GFXSubMenu Files/ZZGFXSubMenuWin.mnu  
  inflating: _ISO/docs/GFXSubMenu Files/ZZGFXSubMenuWinPE.mnu  
  inflating: _ISO/docs/GFXSubMenu Files/ZZGXFSubMenuAntiVirus.mnu  
   creating: _ISO/docs/linux_utils/
  inflating: _ISO/docs/linux_utils/bootlace.com  
  inflating: _ISO/docs/linux_utils/bootlace64.com  
  inflating: _ISO/docs/linux_utils/defragfs  
  inflating: _ISO/docs/linux_utils/defragfs.pl  
  inflating: _ISO/docs/linux_utils/fmt.sh  
  inflating: _ISO/docs/linux_utils/grldr.mbr  
  inflating: _ISO/docs/linux_utils/ReadMe_fmt.sh.txt  
  inflating: _ISO/docs/linux_utils/runfmt.sh  
   creating: _ISO/docs/Make_E2B_USB_Drive/
  inflating: _ISO/docs/Make_E2B_USB_Drive/LockDismount.exe  
  inflating: _ISO/docs/Make_E2B_USB_Drive/LockDismount_ReadMe.txt  
  inflating: _ISO/docs/Make_E2B_USB_Drive/Make_E2B_USB_Drive.cmd  
  inflating: _ISO/docs/Make_E2B_USB_Drive/Make_E2B_USB_Drive.txt  
  inflating: _ISO/docs/PatchMe       
  inflating: _ISO/docs/PatchMe_ReadMe.txt  
   creating: _ISO/docs/Sample E2B Templates/
   creating: _ISO/docs/Sample E2B Templates/Aliums/
 extracting: _ISO/docs/Sample E2B Templates/Aliums/Aliums.bmp.gz  
  inflating: _ISO/docs/Sample E2B Templates/Aliums/MyE2B.cfg  
   creating: _ISO/docs/Sample E2B Templates/BeepShowBackgroundDemo/
  inflating: _ISO/docs/Sample E2B Templates/BeepShowBackgroundDemo/MyE2B.cfg  
   creating: _ISO/docs/Sample E2B Templates/Blue/
  inflating: _ISO/docs/Sample E2B Templates/Blue/blue.bmp.gz  
  inflating: _ISO/docs/Sample E2B Templates/Blue/MyE2B.cfg  
   creating: _ISO/docs/Sample E2B Templates/GFXMenu/
  inflating: _ISO/docs/Sample E2B Templates/GFXMenu/message  
  inflating: _ISO/docs/Sample E2B Templates/GFXMenu/MyE2B.cfg  
  inflating: _ISO/docs/Sample E2B Templates/GFXMenu/ReadMe.txt  
   creating: _ISO/docs/Sample E2B Templates/Jolene/
  inflating: _ISO/docs/Sample E2B Templates/Jolene/jolene800.bmp.gz  
  inflating: _ISO/docs/Sample E2B Templates/Jolene/MyE2b.cfg  
   creating: _ISO/docs/Sample E2B Templates/Mac/
  inflating: _ISO/docs/Sample E2B Templates/Mac/Mac_Wallpaper.bmp.gz  
  inflating: _ISO/docs/Sample E2B Templates/Mac/MyE2B.cfg  
  inflating: _ISO/docs/Sample E2B Templates/ReadMe.txt  
   creating: _ISO/docs/Sample E2B Templates/StripedFlat_1024_pwd_is_fred/
  inflating: _ISO/docs/Sample E2B Templates/StripedFlat_1024_pwd_is_fred/MyE2B.cfg  
  inflating: _ISO/docs/Sample E2B Templates/StripedFlat_1024_pwd_is_fred/stripedflat.bmp.gz  
   creating: _ISO/docs/Sample E2B Templates/TextMinimal/
  inflating: _ISO/docs/Sample E2B Templates/TextMinimal/MyE2B.cfg  
   creating: _ISO/docs/Sample E2B Templates/WinInstInMain/
  inflating: _ISO/docs/Sample E2B Templates/WinInstInMain/blue.bmp.gz  
   creating: _ISO/docs/Sample E2B Templates/WinInstInMain/MAINMENU/
  inflating: _ISO/docs/Sample E2B Templates/WinInstInMain/MAINMENU/$$AddWin2Main.mnu  
  inflating: _ISO/docs/Sample E2B Templates/WinInstInMain/MAINMENU/$$AddXPF6Main.mnu  
  inflating: _ISO/docs/Sample E2B Templates/WinInstInMain/MAINMENU/$$AddXPPEMain.mnu  
  inflating: _ISO/docs/Sample E2B Templates/WinInstInMain/MyE2B.cfg  
  inflating: _ISO/docs/Sample E2B Templates/WinInstInMain/ReadMe.txt  
   creating: _ISO/docs/Sample mnu files/
  inflating: _ISO/docs/Sample mnu files/$$$FASTLOAD_REFRESH.mnu  
  inflating: _ISO/docs/Sample mnu files/$$AddWin2Main.mnu  
  inflating: _ISO/docs/Sample mnu files/$$FixDate.mnu  
  inflating: _ISO/docs/Sample mnu files/64Bit_Auto_Detect_ISO.mnu  
  inflating: _ISO/docs/Sample mnu files/Android_x86_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Antix_13.2_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/AOSS.mnu  
 extracting: _ISO/docs/Sample mnu files/A_BlankMenuEntry.mnu  
  inflating: _ISO/docs/Sample mnu files/BIOS Detect and Run.mnu  
  inflating: _ISO/docs/Sample mnu files/bitdefender-rescue-cd_persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Boot Windows direct from USB.mnu  
  inflating: _ISO/docs/Sample mnu files/BT5R2-GNOME-32_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/chkpci.mnu  
  inflating: _ISO/docs/Sample mnu files/ClearUSBPartition3.mnu  
  inflating: _ISO/docs/Sample mnu files/CloneZillaBackupRestoreHDD0.mnu  
  inflating: _ISO/docs/Sample mnu files/crunchbang-11-20130506-i686.txt  
  inflating: _ISO/docs/Sample mnu files/dft32_v416_b00_install.mnu  
  inflating: _ISO/docs/Sample mnu files/DLCD_ISO_Extracted.mnu  
  inflating: _ISO/docs/Sample mnu files/Dos622.img.mnu  
  inflating: _ISO/docs/Sample mnu files/E2B_PTN_SWAP.mnu  
  inflating: _ISO/docs/Sample mnu files/ERD2005.mnu  
  inflating: _ISO/docs/Sample mnu files/ERD5_DPMS.mnu  
  inflating: _ISO/docs/Sample mnu files/ERD5_FIRA.mnu  
  inflating: _ISO/docs/Sample mnu files/ESet System Rescue (WinPE Flat File).mnu  
   creating: _ISO/docs/Sample mnu files/Falcon4.6/
  inflating: _ISO/docs/Sample mnu files/Falcon4.6/F4UBCD.lst  
  inflating: _ISO/docs/Sample mnu files/Falcon4.6/F4UBCD.mnu  
  inflating: _ISO/docs/Sample mnu files/FD0-konboot-v1.1-2in1.mnu  
  inflating: _ISO/docs/Sample mnu files/FD0-konboot-v2.4.mnu  
  inflating: _ISO/docs/Sample mnu files/Fedora_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/FreeDos_fdbasecd.iso.mnu  
  inflating: _ISO/docs/Sample mnu files/geexbox-3.0-i386_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/GRUB_USB_046.mnu  
  inflating: _ISO/docs/Sample mnu files/hdt-0.5.0.img.mnu  
  inflating: _ISO/docs/Sample mnu files/HirensBootCD_Extracted.mnu  
  inflating: _ISO/docs/Sample mnu files/HirensISO.mnu  
  inflating: _ISO/docs/Sample mnu files/HP_hpacuoffline-8.75-12.0.mnu  
  inflating: _ISO/docs/Sample mnu files/kali-linux-1.0.2-i386_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/kali-linux-1.0.5-amd64.txt  
  inflating: _ISO/docs/Sample mnu files/kali-linux-1.0.5-amd64_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/kali-linux-1.0.5-i386_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/kali-linux-1.0.7_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Kaspersky_Rescue_10_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/linuxmint-16-cinnamon-dvd-32bit_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/lubuntu-13.04-desktop-i386_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/mandriva-linux-PWP-2011-i586.mnu  
  inflating: _ISO/docs/Sample mnu files/OpenElec_LIVE_2013_FAT32.mnu  
  inflating: _ISO/docs/Sample mnu files/OpenElec_LIVE_2013_NTFS.mnu  
  inflating: _ISO/docs/Sample mnu files/OpenElec_LIVE_2014_FAT32.mnu  
  inflating: _ISO/docs/Sample mnu files/OpenElec_LIVE_2014_NTFS.mnu  
  inflating: _ISO/docs/Sample mnu files/OphCrack.mnu  
  inflating: _ISO/docs/Sample mnu files/pclinuxos-kde-fullmonty-2012.09.mnu  
  inflating: _ISO/docs/Sample mnu files/Porteus-generic-persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Porteus-v1.1-i486_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Porteus-v2.0-i486_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Porteus-v3_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/POS2009_ReadMe.txt  
  inflating: _ISO/docs/Sample mnu files/ProxMox.mnu  
  inflating: _ISO/docs/Sample mnu files/PTN2_Menu.mnu  
  inflating: _ISO/docs/Sample mnu files/Puppy_Precise_USB_Flash_Persistence.mnu  
  inflating: _ISO/docs/Sample mnu files/Puppy_Precise_USB_HDD_Persistence.mnu  
  inflating: _ISO/docs/Sample mnu files/puppy_Slacko64_no_partnew.mnu  
  inflating: _ISO/docs/Sample mnu files/ReactOS-LiveCD.mnu  
  inflating: _ISO/docs/Sample mnu files/ReadMe.txt  
  inflating: _ISO/docs/Sample mnu files/RedHat.mnu  
  inflating: _ISO/docs/Sample mnu files/RedHat_NTFS.mnu  
  inflating: _ISO/docs/Sample mnu files/SimplyMEPIS-1.5G_11.9.86_32.mnu  
  inflating: _ISO/docs/Sample mnu files/Slax7.0.8_32_persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/StartOS-5.1-LiveCD-i686_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/StartOS_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/TimeFileAccess.mnu  
  inflating: _ISO/docs/Sample mnu files/UBCD4WINBuilder.mnu  
  inflating: _ISO/docs/Sample mnu files/ubuntu-13.04-desktop-amd64_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/ubuntu-13.04-desktop-i386_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Ubuntu12.10_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Win7PESE.ini  
  inflating: _ISO/docs/Sample mnu files/Win7_8_Install_Auto64_32.mnu  
  inflating: _ISO/docs/Sample mnu files/WinBuilderPE_ISO.mnu  
   creating: _ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/
  inflating: _ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/ReadMe.txt  
  inflating: _ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/Win7PESE.ini  
   creating: _ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/_ISO/
   creating: _ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/_ISO/MAINMENU/
   creating: _ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/_ISO/MAINMENU/WB1/
 extracting: _ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/_ISO/MAINMENU/WB1/WinSS_x86.iso goes here  
  inflating: _ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/_ISO/MAINMENU/WB1/WinSS_x86.mnu  
  inflating: _ISO/docs/Sample mnu files/WinBuilder_PE_Multiple_ISOs/_ISO/MAINMENU/WB1/WinSS_x86.WB  
  inflating: _ISO/docs/Sample mnu files/xbmcbuntu_12.2_Persist.mnu  
  inflating: _ISO/docs/Sample mnu files/Xiaopan_PersistentNTFS.mnu  
  inflating: _ISO/docs/Sample mnu files/XP_Inst_from_MainMenu.mnu  
  inflating: _ISO/docs/Sample mnu files/YLMF_OS_3.0_Persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Zorin-os-8.1-core-32-persistent.mnu  
  inflating: _ISO/docs/Sample mnu files/Zorin-os-8.1-core-64-persistent.mnu  
  inflating: _ISO/docs/Tips.txt      
   creating: _ISO/docs/USB FLASH DRIVE HELPER FILES/
  inflating: _ISO/docs/USB FLASH DRIVE HELPER FILES/autounattend.xml  
  inflating: _ISO/docs/USB FLASH DRIVE HELPER FILES/menu.lst  
  inflating: _ISO/docs/USB FLASH DRIVE HELPER FILES/ReadMe.txt  
  inflating: _ISO/docs/USB FLASH DRIVE HELPER FILES/unattend.xml  
 extracting: _ISO/docs/USB FLASH DRIVE HELPER FILES/WINHELPER.USB  
   creating: _ISO/DOS/
   creating: _ISO/DOS/MNU/
  inflating: _ISO/DOS/MNU/Freedos288.IMA.gz  
  inflating: _ISO/DOS/MNU/Freedos288.mnu  
 extracting: _ISO/DOS/MNU/Note Any .txt files here will be ignored  
  inflating: _ISO/DOS/MNU/Read Me_Place .mnu files and their payload files here.txt  
 extracting: _ISO/DOS/Place ISO_IMA_IMG etc here to be auto-detected  
 extracting: _ISO/DOS/Place TXT files here with alternative titles  
 extracting: _ISO/DOS/Place your .mnu files in the MNU folder  
   creating: _ISO/e2b/
   creating: _ISO/e2b/firadisk/
  inflating: _ISO/e2b/firadisk/au.xml  
  inflating: _ISO/e2b/firadisk/auPE.xml  
  inflating: _ISO/e2b/firadisk/auWin8.xml  
  inflating: _ISO/e2b/firadisk/auwinnt.xml  
   creating: _ISO/e2b/firadisk/awealloc/
   creating: _ISO/e2b/firadisk/awealloc/amd64/
  inflating: _ISO/e2b/firadisk/awealloc/amd64/awealloc.sys  
   creating: _ISO/e2b/firadisk/awealloc/i386/
  inflating: _ISO/e2b/firadisk/awealloc/i386/awealloc.sys  
   creating: _ISO/e2b/firadisk/awealloc/ia64/
  inflating: _ISO/e2b/firadisk/awealloc/ia64/awealloc.sys  
   creating: _ISO/e2b/firadisk/BOOT.WIM/
  inflating: _ISO/e2b/firadisk/BOOT.WIM/mysetup.cmd  
 extracting: _ISO/e2b/firadisk/BOOT.WIM/winpeshl.ini  
   creating: _ISO/e2b/firadisk/cli/
   creating: _ISO/e2b/firadisk/cli/amd64/
  inflating: _ISO/e2b/firadisk/cli/amd64/imdisk.exe  
   creating: _ISO/e2b/firadisk/cli/i386/
  inflating: _ISO/e2b/firadisk/cli/i386/imdisk.exe  
   creating: _ISO/e2b/firadisk/cli/ia64/
  inflating: _ISO/e2b/firadisk/cli/ia64/imdisk.exe  
   creating: _ISO/e2b/firadisk/cpl/
   creating: _ISO/e2b/firadisk/cpl/amd64/
  inflating: _ISO/e2b/firadisk/cpl/amd64/imdisk.cpl  
   creating: _ISO/e2b/firadisk/cpl/i386/
  inflating: _ISO/e2b/firadisk/cpl/i386/imdisk.cpl  
   creating: _ISO/e2b/firadisk/cpl/ia64/
  inflating: _ISO/e2b/firadisk/cpl/ia64/imdisk.cpl  
  inflating: _ISO/e2b/firadisk/empty.xml  
  inflating: _ISO/e2b/firadisk/imdisk.inf  
  inflating: _ISO/e2b/firadisk/IMDISK_install.cmd  
  inflating: _ISO/e2b/firadisk/IMDISK_installpe.cmd  
  inflating: _ISO/e2b/firadisk/IMDISK_instiso.cmd  
  inflating: _ISO/e2b/firadisk/ISONAME.cmd  
  inflating: _ISO/e2b/firadisk/LOADISO.CMD  
  inflating: _ISO/e2b/firadisk/LOADISOPE.CMD  
  inflating: _ISO/e2b/firadisk/LOADISOW.CMD  
  inflating: _ISO/e2b/firadisk/RUNWINNT.cmd  
  inflating: _ISO/e2b/firadisk/RUNXP.cmd  
  inflating: _ISO/e2b/firadisk/slp.exe  
   creating: _ISO/e2b/firadisk/svc/
   creating: _ISO/e2b/firadisk/svc/amd64/
  inflating: _ISO/e2b/firadisk/svc/amd64/imdsksvc.exe  
   creating: _ISO/e2b/firadisk/svc/i386/
  inflating: _ISO/e2b/firadisk/svc/i386/imdsksvc.exe  
   creating: _ISO/e2b/firadisk/svc/ia64/
  inflating: _ISO/e2b/firadisk/svc/ia64/imdsksvc.exe  
   creating: _ISO/e2b/firadisk/sys/
   creating: _ISO/e2b/firadisk/sys/amd64/
  inflating: _ISO/e2b/firadisk/sys/amd64/imdisk.sys  
   creating: _ISO/e2b/firadisk/sys/i386/
  inflating: _ISO/e2b/firadisk/sys/i386/imdisk.sys  
   creating: _ISO/e2b/firadisk/sys/ia64/
  inflating: _ISO/e2b/firadisk/sys/ia64/imdisk.sys  
   creating: _ISO/e2b/grub/
  inflating: _ISO/e2b/grub/AUTO.hdr  
  inflating: _ISO/e2b/grub/AUTOMN.g4b  
  inflating: _ISO/e2b/grub/Background.bmp.gz  
  inflating: _ISO/e2b/grub/backup.lst  
  inflating: _ISO/e2b/grub/bios      
  inflating: _ISO/e2b/grub/CheckAccess.g4b  
  inflating: _ISO/e2b/grub/ConfigX.g4b  
  inflating: _ISO/e2b/grub/CopyFF.g4b  
  inflating: _ISO/e2b/grub/CountFiles.g4b  
  inflating: _ISO/e2b/grub/Date.g4b  
  inflating: _ISO/e2b/grub/delptn3.g4b  
   creating: _ISO/e2b/grub/DPMS/
  inflating: _ISO/e2b/grub/DPMS/chkpci  
   creating: _ISO/e2b/grub/DPMS/D/
  inflating: _ISO/e2b/grub/DPMS/dir0.txt  
  inflating: _ISO/e2b/grub/DPMS/dir1.txt  
  inflating: _ISO/e2b/grub/DPMS/dpms2.g4b  
  inflating: _ISO/e2b/grub/DPMS/E2B_DPMS2_ReadMe.txt  
 extracting: _ISO/e2b/grub/DPMS/fat  
   creating: _ISO/e2b/grub/DPMS/FIRA/
  inflating: _ISO/e2b/grub/DPMS/FIRA/devcon.exe  
  inflating: _ISO/e2b/grub/DPMS/FIRA/firadisk.cat  
  inflating: _ISO/e2b/grub/DPMS/FIRA/firadisk.cmd  
  inflating: _ISO/e2b/grub/DPMS/FIRA/firadisk.inf  
  inflating: _ISO/e2b/grub/DPMS/FIRA/firadisk.sys  
  inflating: _ISO/e2b/grub/DPMS/FIRA/txtsetup.oem  
  inflating: _ISO/e2b/grub/DPMS/inifile  
  inflating: _ISO/e2b/grub/DPMS/oem0.txt  
  inflating: _ISO/e2b/grub/DPMS/oem1.txt  
  inflating: _ISO/e2b/grub/DPMS/TestDPMS2.g4b  
   creating: _ISO/e2b/grub/DPMS/WINV/
  inflating: _ISO/e2b/grub/DPMS/WINV/WinVBlk.INF  
  inflating: _ISO/e2b/grub/DPMS/WINV/WVBlk32.sys  
  inflating: _ISO/e2b/grub/E2B.cfg   
 extracting: _ISO/e2b/grub/E2B_GRUB.txt  
   creating: _ISO/e2b/grub/ENG/
  inflating: _ISO/e2b/grub/ENG/ReadMe.txt  
  inflating: _ISO/e2b/grub/ENG/STRINGS.txt  
  inflating: _ISO/e2b/grub/FASTLOAD.MNU  
  inflating: _ISO/e2b/grub/fat       
  inflating: _ISO/e2b/grub/firadisk.gz  
   creating: _ISO/e2b/grub/GERMAN/
  inflating: _ISO/e2b/grub/GERMAN/STRINGS.txt  
  inflating: _ISO/e2b/grub/getstr.g4b  
  inflating: _ISO/e2b/grub/grldr_046  
 extracting: _ISO/e2b/grub/hotkey    
  inflating: _ISO/e2b/grub/KBD_AZERTY.g4b  
  inflating: _ISO/e2b/grub/KBD_FRENCH.g4b  
  inflating: _ISO/e2b/grub/KBD_GERMAN.g4b  
  inflating: _ISO/e2b/grub/KBD_ITALIANO.g4b  
  inflating: _ISO/e2b/grub/KBD_JAPAN_106.g4b  
  inflating: _ISO/e2b/grub/KBD_QWERTY_UK.g4b  
  inflating: _ISO/e2b/grub/KBD_QWERTZ.g4b  
  inflating: _ISO/e2b/grub/KBD_SPANISH.G4B  
  inflating: _ISO/e2b/grub/LstFExt.g4b  
  inflating: _ISO/e2b/grub/MAIN.hdr  
  inflating: _ISO/e2b/grub/memdisk   
  inflating: _ISO/e2b/grub/MENU.lst  
  inflating: _ISO/e2b/grub/MenuDefaults.hdr  
  inflating: _ISO/e2b/grub/MenuF10.hdr  
  inflating: _ISO/e2b/grub/MenuF7.hdr  
  inflating: _ISO/e2b/grub/MenuF8.hdr  
  inflating: _ISO/e2b/grub/MenuF9.hdr  
 extracting: _ISO/e2b/grub/MenuFastLoad.hdr  
 extracting: _ISO/e2b/grub/menusetting.gz  
  inflating: _ISO/e2b/grub/MenuWinInstall.lst  
  inflating: _ISO/e2b/grub/MenuWinMenu.hdr  
  inflating: _ISO/e2b/grub/menu_defaults.txt  
  inflating: _ISO/e2b/grub/NewWinVBlock.ima.gz  
  inflating: _ISO/e2b/grub/PickaFile.g4b  
  inflating: _ISO/e2b/grub/QAUTO.g4b  
  inflating: _ISO/e2b/grub/QRUN.g4b  
 extracting: _ISO/e2b/grub/ReadMe.txt  
  inflating: _ISO/e2b/grub/RunVista.g4b  
  inflating: _ISO/e2b/grub/RunWin8.g4b  
  inflating: _ISO/e2b/grub/SearchBS.g4b  
  inflating: _ISO/e2b/grub/SetHPAD.g4b  
   creating: _ISO/e2b/grub/SIMP_CHINESE/
  inflating: _ISO/e2b/grub/SIMP_CHINESE/STRINGS.txt  
   creating: _ISO/e2b/grub/SPANISH/
  inflating: _ISO/e2b/grub/SPANISH/STRINGS.txt  
  inflating: _ISO/e2b/grub/SubMenu.g4b  
  inflating: _ISO/e2b/grub/SVR2012.hdr  
  inflating: _ISO/e2b/grub/SVR2K8R2.hdr  
  inflating: _ISO/e2b/grub/TimeAccess.g4b  
   creating: _ISO/e2b/grub/TRAD_CHINESE/
  inflating: _ISO/e2b/grub/TRAD_CHINESE/STRINGS.txt  
  inflating: _ISO/e2b/grub/unifont.hex.gz  
  inflating: _ISO/e2b/grub/VarsLeft.g4b  
  inflating: _ISO/e2b/grub/Vista.hdr  
  inflating: _ISO/e2b/grub/VistaMn.g4b  
  inflating: _ISO/e2b/grub/wenv      
  inflating: _ISO/e2b/grub/Win7.hdr  
  inflating: _ISO/e2b/grub/Win8.hdr  
  inflating: _ISO/e2b/grub/Win8Mn.g4b  
  inflating: _ISO/e2b/grub/winvblock.img.gz  
  inflating: _ISO/e2b/grub/XLATE.g4b  
  inflating: _ISO/e2b/grub/XPStep1.g4b  
  inflating: _ISO/e2b/grub/XPStep2.g4b  
  inflating: _ISO/e2b/grub/XPStep2LowRam.g4b  
  inflating: _ISO/e2b/grub/XPWINNT.g4b  
  inflating: _ISO/FASTLOAD.YES       
  inflating: _ISO/FASTLOAD_Read_Me.txt  
   creating: _ISO/LINUX/
   creating: _ISO/MAINMENU/
   creating: _ISO/MAINMENU/MNU/
 extracting: _ISO/MAINMENU/MNU/Note Any .txt files here will be ignored  
  inflating: _ISO/MAINMENU/MNU/Read Me_Place .mnu files and their payload files here.txt  
 extracting: _ISO/MAINMENU/Place ISO_IMA_IMG etc here to be auto-detected  
 extracting: _ISO/MAINMENU/Place TXT files here with alternative titles  
 extracting: _ISO/MAINMENU/Place your .mnu files in the MNU folder  
  inflating: _ISO/MAINMENU/ReadMe.txt  
  inflating: _ISO/MAINMENU/ZGRUB_USB_046.mnu  
  inflating: _ISO/MAINMENU/ZZSubMenuAntiVirus.mnu  
  inflating: _ISO/MAINMENU/ZZSubMenuAuto.mnu  
  inflating: _ISO/MAINMENU/ZZSubMenuBackup.mnu  
  inflating: _ISO/MAINMENU/ZZSubMenuDos.mnu  
  inflating: _ISO/MAINMENU/ZZSubMenuLinux.mnu  
  inflating: _ISO/MAINMENU/ZZSubMenuUtilities.mnu  
  inflating: _ISO/MAINMENU/ZZSubMenuWin.mnu  
  inflating: _ISO/MAINMENU/ZZSubMenuWinPE.mnu  
  inflating: _ISO/MAINMENU/ZZWindowsInstall.mnu  
  inflating: _ISO/MAINMENU/ZZZF7BootHdd.mnu  
  inflating: _ISO/MAINMENU/ZZZF8ReloadMenu.mnu  
  inflating: _ISO/ReadMe.txt         
  inflating: _ISO/Sample_MyE2B.cfg   
   creating: _ISO/UTILITIES/
   creating: _ISO/UTILITIES/MNU/
  inflating: _ISO/UTILITIES/MNU/chkpci.mnu  
 extracting: _ISO/UTILITIES/MNU/Note Any .txt files here will be ignored  
  inflating: _ISO/UTILITIES/MNU/Read Me_Place .mnu files and their payload files here.txt  
  inflating: _ISO/UTILITIES/MNU/TimeFileAccess.mnu  
 extracting: _ISO/UTILITIES/Place ISO_IMA_IMG etc here to be auto-detected  
 extracting: _ISO/UTILITIES/Place TXT files here with alternative titles  
 extracting: _ISO/UTILITIES/Place your .mnu files in the MNU folder  
  inflating: _ISO/UTILITIES/Utilities_MemTest.mnu  
   creating: _ISO/UTILITIES_MEMTEST/
  inflating: _ISO/UTILITIES_MEMTEST/MEMTEST.IMG.gz  
 extracting: _ISO/UTILITIES_MEMTEST/MEMTEST.IMG.txt  
   creating: _ISO/UTILITIES_MEMTEST/MNU/
  inflating: _ISO/UTILITIES_MEMTEST/MNU/MEMTEST86-51.kernel  
  inflating: _ISO/UTILITIES_MEMTEST/MNU/MEMTEST86-51.mnu  
 extracting: _ISO/UTILITIES_MEMTEST/MNU/Note Any .txt files here will be ignored  
  inflating: _ISO/UTILITIES_MEMTEST/MNU/Read Me_Place .mnu files and their payload files here.txt  
 extracting: _ISO/UTILITIES_MEMTEST/Place ISO_IMA_IMG etc here to be auto-detected  
 extracting: _ISO/UTILITIES_MEMTEST/Place TXT files here with alternative titles  
 extracting: _ISO/UTILITIES_MEMTEST/Place your .mnu files in the MNU folder  
  inflating: _ISO/UTILITIES_MEMTEST/ZZBackTo_Utils.mnu  
   creating: _ISO/WIN/
   creating: _ISO/WINDOWS/
  inflating: _ISO/WINDOWS/Do not put any files in this folder.txt  
  inflating: _ISO/WINDOWS/Read Me_Place Windows Install ISOs in correct subfolders.txt  
   creating: _ISO/WINDOWS/SVR2012/
  inflating: _ISO/WINDOWS/SVR2012/CHOOSE FROM A LIST.key  
  inflating: _ISO/WINDOWS/SVR2012/NO KEY (choose a version to install).xml  
  inflating: _ISO/WINDOWS/SVR2012/Sample SVR2012 Developer Preview.xml  
  inflating: _ISO/WINDOWS/SVR2012/Sample SVR2012 STD.xml  
 extracting: _ISO/WINDOWS/SVR2012/SVR2012 DataCenter.key  
 extracting: _ISO/WINDOWS/SVR2012/SVR2012 Developer Preview.key  
 extracting: _ISO/WINDOWS/SVR2012/SVR2012 MP Premium.key  
 extracting: _ISO/WINDOWS/SVR2012/SVR2012 MP Standard.key  
 extracting: _ISO/WINDOWS/SVR2012/SVR2012 Standard.key  
   creating: _ISO/WINDOWS/SVR2K8R2/
  inflating: _ISO/WINDOWS/SVR2K8R2/Sample.xml  
   creating: _ISO/WINDOWS/VISTA/
  inflating: _ISO/WINDOWS/VISTA/Full_Language_UI.xml  
  inflating: _ISO/WINDOWS/VISTA/Sample.xml  
   creating: _ISO/WINDOWS/WIN7/
  inflating: _ISO/WINDOWS/WIN7/Full_Language_UI.xml  
  inflating: _ISO/WINDOWS/WIN7/Sample.xml  
   creating: _ISO/WINDOWS/WIN8/
  inflating: _ISO/WINDOWS/WIN8/CHOOSE FROM A LIST.key  
  inflating: _ISO/WINDOWS/WIN8/NO KEY (choose a version to install).xml  
  inflating: _ISO/WINDOWS/WIN8/Sample Win8 Pro.xml  
 extracting: _ISO/WINDOWS/WIN8/Windows 8 Core.key  
 extracting: _ISO/WINDOWS/WIN8/Windows 8 Ent 90 Day Eval.key  
 extracting: _ISO/WINDOWS/WIN8/Windows 8 Enterprise.key  
 extracting: _ISO/WINDOWS/WIN8/Windows 8 Preview Pro.key  
 extracting: _ISO/WINDOWS/WIN8/Windows 8 Professional.key  
 extracting: _ISO/WINDOWS/WIN8/Windows 8.1 Core.key  
 extracting: _ISO/WINDOWS/WIN8/Windows 8.1 Ent 90 Day Eval.key  
 extracting: _ISO/WINDOWS/WIN8/Windows 8.1 Professional.key  
   creating: _ISO/WINDOWS/XP/
  inflating: _ISO/WINDOWS/XP/EeePC.AUTO  
  inflating: _ISO/WINDOWS/XP/EeePC.sif  
  inflating: _ISO/WINDOWS/XP/EeePC.sif.cmd  
  inflating: _ISO/WINDOWS/XP/WINPE_INST.TAG  
  inflating: _ISO/WINDOWS/XP/Winxp_32_sp3.ISO.AUTO  
  inflating: _ISO/WINDOWS/XP/XP_EeePC_Auto_UK.txt  
   creating: _ISO/WINPE/
6. List just as a check to see all folders

Code: Select all

root@trios:/home/wayne/Downloads/e2b154beta# ls
autorun.inf	  e2b.ico		     EFI    _ISO      ReadMe.txt
autounattend.xml  Easy2Boot_v1.54_Beta4.zip  grldr  menu.lst  unattend.xml
7. cd to the directory containing the script

Code: Select all

root@trios:/home/wayne/Downloads/e2b154beta# cd _ISO/docs/linux_utils
root@trios:/home/wayne/Downloads/e2b154beta/_ISO/docs/linux_utils# 
8. chmod on fmt.sh

Code: Select all

root@trios:/home/wayne/Downloads/e2b154beta/_ISO/docs/linux_utils# chmod +x fmt.sh 
9. execute fmt.sh

Code: Select all

root@trios:/home/wayne/Downloads/e2b154beta/_ISO/docs/linux_utils# ./fmt.sh 
[3;J

WARNING: THIS SCRIPT CAN FORMAT THE WRONG DRIVE If USED INCORRECTLY!
USE AT YOUR OWN RISK

./fmt.sh resides in directory /home/wayne/Downloads/e2b154beta/_ISO/docs/linux_utils
Looking for _ISO/e2b folder - please wait...
Found SOURCE at /home/wayne/Downloads/e2b154beta/_ISO/docs/linux_utils/../../../

autorun.inf	  e2b.ico		     EFI    _ISO      ReadMe.txt
autounattend.xml  Easy2Boot_v1.54_Beta4.zip  grldr  menu.lst  unattend.xml

/dev/sda1       50264772 34593760  13094628  73% /

Is device (tmpfs) correct (y/n) :


10. on this line
Is device (tmpfs) correct (y/n) :
I answer n

11. and on the following line
Enter partition name (e.g. /dev/sdc1 ) :
I type /dev/sdb1 for my USB drive partition 1.

12. on these lines,
Partition = 1
Formatting: /dev/sdb1

Proceed with formatting (y/n):


I answer y

13. it proceeds to format the USB drive and install

Code: Select all

mkfs.fat 3.0.26 (2014-03-07)
Mounting /dev/sdb1 as /mnt/myusb
Copying /home/wayne/Downloads/e2b154beta/_ISO/docs/linux_utils/../../../ to /mnt/myusb...
Installing grub4dos MBR

Disk geometry calculated according to the partition table:

        Sectors per track = 32, Number of heads = 65

Success.


Easy2Boot USB Drive contents...
autorun.inf	  e2b.ico		     EFI    _ISO      ReadMe.txt
autounattend.xml  Easy2Boot_v1.54_Beta4.zip  grldr  menu.lst  unattend.xml


If this fails, you may need to use fdisk to delete the drive contents
See www.rmprepusb.com - Tutorial 114 for details

Disk /dev/sdb: 4004 MB, 4004511744 bytes
65 heads, 32 sectors/track, 3760 cylinders, total 7821312 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3b587da4

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          64     2109119     1054528   17  Hidden HPFS/NTFS
root@trios:/home/wayne/Downloads/e2b154beta/_ISO/docs/linux_utils# 

14. Copy a small iso to /_Iso/MAINMENU
Reboot , select USB flash to boot..
It works :mrgreen:
nobodynoze

Re: How to make multiboot USB with Easy2Boot in Linux

Post by nobodynoze »

Does NOT work. Forget these crappy programs that don't work. They use youtube videos but don't know how to turn up their volume prompting comments about that. Check that out.

Just use dd as it is quite reliable. I tried to boot live images from this program and just got a mess of error messages. I'll test with dd next.
Resistor
Level 4
Level 4
Posts: 258
Joined: Wed Nov 03, 2010 12:04 am
Location: Western Ozarks

Re: How to make multiboot USB with Easy2Boot in Linux

Post by Resistor »

Now, I am real dangerous. I figured out how to become root...
I downloaded and ran Easy2Boot_v1.56Beta6.

After formatting and installation, the space limitation on the installation is 790.1 MB
My Mint 17 Cinnamon iso is 1.3 GB and would not copy to the _ISO/Linux directory.
I did put efi.img there, but have my doubts.
No matter which folder, the space limitation on the installation is 790.1 MB.

I don't think I did anything with the bootlace file. Not sure if the installer did or not.

I even deleted some Windows img files, since Windows does not exist.
That did not free up any space. I have not rebooted to see if it made a difference.

Is there an alternative or options or settings?
Where does one find a small iso?
Dell Inspiron 15-7567 Gaming Laptop i5, 8GB Ram, 256GB SSD. - Win 10 Inhibited. Nvidia GTX 1050 Ti. LM 19.3 Cinnamon x2
Asus VivoBook F512FA-AB34, 8 GB Ram, Kernel 5.3.0-45-generic, i3-8145U. No Win10.
wayne128

Re: How to make multiboot USB with Easy2Boot in Linux

Post by wayne128 »

Resistor wrote: After formatting and installation, the space limitation on the installation is 790.1 MB
What is the size of your USB flash?

the E2B unzipped size is already in 500M+
you must have a good size USB flash to start with.

if you read my posts earlier , you would see that I used a 8G USB flash and put in about 9 isos.
Resistor
Level 4
Level 4
Posts: 258
Joined: Wed Nov 03, 2010 12:04 am
Location: Western Ozarks

Re: How to make multiboot USB with Easy2Boot in Linux

Post by Resistor »

wayne128 wrote:
Resistor wrote: After formatting and installation, the space limitation on the installation is 790.1 MB
What is the size of your USB flash?

the E2B unzipped size is already in 500M+
you must have a good size USB flash to start with.

if you read my posts earlier , you would see that I used a 8G USB flash and put in about 9 isos.
Hi, Wayne.

I was confused by your installation.
Since the LM17 iso is 1.3+ GB, how could you 9 isos within an 8G device?

I'm using a 16 GB stick. I resized the FAT32 partition a couple of times, ending up at 5.5 GB. I even deleted the second partition, created in the interim, to increase the size.

The device Properties is now showing 788.6 MB of free space.
Gparted: /dev/sdd1 -- using 495 MB of 5.5 GB, with 752 MB unused.
8.98 GB unallocated.

I just unmounted the device and checked the file system in Gparted. No change.

I'm at a loss.

Since you're here, side question:
I'm about to restructure both internal drives and reinstall.

I'll create an extra partition to play with a virtural device.
How big and what format should it be?
sda5 -- Mount on /home/Virt
Dell Inspiron 15-7567 Gaming Laptop i5, 8GB Ram, 256GB SSD. - Win 10 Inhibited. Nvidia GTX 1050 Ti. LM 19.3 Cinnamon x2
Asus VivoBook F512FA-AB34, 8 GB Ram, Kernel 5.3.0-45-generic, i3-8145U. No Win10.
wayne128

Re: How to make multiboot USB with Easy2Boot in Linux

Post by wayne128 »

Resistor wrote:Hi, Wayne.

I was confused by your installation.
Since the LM17 iso is 1.3+ GB, how could you 9 isos within an 8G device?
That is because many of my isos used are those repair/rescue type, like pmagic, RIPlinux, etc.
they are small size.
If you are doubtful, here is the actual list of 9 OSes...

Code: Select all

/media/wayne/SanDisk/_ISO/MAINMENU/debian-live-7.0.0-i386-xfce-desktop+nonfree.iso
/media/wayne/SanDisk/_ISO/MAINMENU/linuxmint-201303-mate-dvd-32bit.iso
/media/wayne/SanDisk/_ISO/MAINMENU/netrunner-13.06-i386.iso
/media/wayne/SanDisk/_ISO/MAINMENU/pclinuxos-kde-minime-2013.02.iso
/media/wayne/SanDisk/_ISO/MAINMENU/pmagic_2013_01_29.iso
/media/wayne/SanDisk/_ISO/MAINMENU/pointlinux-mate-full-13.04.1-32.iso
/media/wayne/SanDisk/_ISO/MAINMENU/RIPLinuX-13.7.iso
/media/wayne/SanDisk/_ISO/MAINMENU/slitaz-4.0.iso
/media/wayne/SanDisk/_ISO/MAINMENU/Stella6.4_i386.1.iso
and fdisk show 8G.

Code: Select all

Disk /dev/sdb: 8004 MB, 8004304896 bytes
59 heads, 18 sectors/track, 14720 cylinders, total 15633408 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x5175f0aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63    15040511     7520224+   c  W95 FAT32 (LBA)
/dev/sdb4         2797592     4655127      928768    0  Empty

Since you're here, side question:
I'm about to restructure both internal drives and reinstall.

I'll create an extra partition to play with a virtural device.
How big and what format should it be?
sda5 -- Mount on /home/Virt
No sure what you wish to achieve.
I have not spent much time on virtual. My plays are all Live mode or installed onto hard disk, for reason of speed of response.

If you have internal hard disk, you can multiboot 'real os' as much as hard disk space allow.
No need to use E2B, which is good for multibooting iso in LIVE mode.

For me, multiboot booting iso on USB stick allows me to have mobile OS ,
I used it to test on site when I shop for used computers that are offered at rock bottom price.
I also use it to install and repair Linux installation.
I also make a USB drive, 640G, allocate 100G as FAT32 just for E2B, there are some 50 isos! easy to boot into many computers to test in Live mode, as well as double as a backup for isos.


However I do not use it to run the daily OS.
Daily OSes are installed onto hard disks.
Resistor
Level 4
Level 4
Posts: 258
Joined: Wed Nov 03, 2010 12:04 am
Location: Western Ozarks

Re: How to make multiboot USB with Easy2Boot in Linux

Post by Resistor »

Ok. I'll reinstall e2b and hope it fixes the space problem.

I do want the portability that the USB provides.
Having those repair/rescue types is also atractive.

The Virtual Box is just to play with, for the moment.
It is part of the learning experience, trying to cram a
lot into a short time, since time is often an issue.

Thank you.
Dell Inspiron 15-7567 Gaming Laptop i5, 8GB Ram, 256GB SSD. - Win 10 Inhibited. Nvidia GTX 1050 Ti. LM 19.3 Cinnamon x2
Asus VivoBook F512FA-AB34, 8 GB Ram, Kernel 5.3.0-45-generic, i3-8145U. No Win10.
ace_N_kelly

Re: How to make multiboot USB with Easy2Boot in Linux

Post by ace_N_kelly »

Hi guys ,
I read the "revised short process" and that was awesome , my new usb key worked perfectly for the 1st time with your method :)
(A couple of bootable iso (some old windows program) and 6 linux OS on it) and there's no trouble at all :D

Many thanks :wink:
ace_N_kelly

Re: How to make multiboot USB with Easy2Boot in Linux

Post by ace_N_kelly »

A little question ...
All was fine expect that I have a Windows iso AIO (more than 4Gb) that I want to put on this working usb ...
Can I format my usb to NTSC instead of FAT32 ?? It is possible ??

Tia

[Edit] => I tried it and it was ok , just in case ...
oldgranola
Level 5
Level 5
Posts: 564
Joined: Fri Sep 05, 2014 1:39 am

Re: How to make multiboot USB with Easy2Boot in Linux

Post by oldgranola »

WARNING about the "easytoboot" stuff. I did download and tried to use it. An entry in the top readme files says for further instructions read the file: "_ISO/docs/Make_E2B_USB_Drive/Make_E2B_USB_Drive.txt". That file has the line :
"1. Download and install RMPrepUSB (www.rmprepusb.com)"' and instructs to follow instructions. Because this was posted I gave it more trust than I should have....
DON"T DO IT!! At least not on a windows machine. Its one of those scams where they try to install a bunch of junk that will hijack your browser search engines and load some sneakware. It tried to install a registry optimizer/problem scanner and a couple other similar crap. It got into my machine a little bit before I realized what was going on and put a stop to it. Took me some time to uninstall and fix multiple browsers. i can see from "hijackthis" tool I may have a little more work to do. I hate scumbags like this. This calls into question for me the whole sub-post for "easytoboot" and all associated. Careful out there.
comadore, pcDOS, hpux, solaris, vms-vax ....blah blah blah..
Yet I'm still a fn nooob
oldgranola
Level 5
Level 5
Posts: 564
Joined: Fri Sep 05, 2014 1:39 am

Re: How to make multiboot USB with Easy2Boot in Linux

Post by oldgranola »

oldgranola wrote:WARNING about the "easytoboot" stuff. I did download and tried to use it. An entry in the top readme files says for further instructions read the file: "_ISO/docs/Make_E2B_USB_Drive/Make_E2B_USB_Drive.txt". That file has the line :
"1. Download and install RMPrepUSB (http://www.rmprepusb.com)"' and instructs to follow instructions. Because this was posted I gave it more trust than I should have....
DON"T DO IT!! At least not on a windows machine. Its one of those scams where they try to install a bunch of junk that will hijack your browser search engines and load some sneakware. It tried to install a registry optimizer/problem scanner and a couple other similar crap. It got into my machine a little bit before I realized what was going on and put a stop to it. Took me some time to uninstall and fix multiple browsers. i can see from "hijackthis" tool I may have a little more work to do. I hate scumbags like this. This calls into question for me the whole sub-post for "easytoboot" and all associated. Careful out there.
A little more detail.
Some of the malware appears to be more of the Astromedia browser hijacker with multiple similar programs. Its a pain. I'm still getting popups but I'll get it out.
Also the trojan "PC Optimizer" and fake registry optimizer that looks like the winzip optimizer but ...different

So I ask the OP, were they hacked? How did this crap get into the the 'readme' files?
comadore, pcDOS, hpux, solaris, vms-vax ....blah blah blah..
Yet I'm still a fn nooob
SteveSi

Re: How to make multiboot USB with Easy2Boot in Linux

Post by SteveSi »

Hi
I am the author of RMPrepUSB and Easy2Boot - http://www.rmprepusb.com and http://www.easy2boot.com are my sites.
I can assure you that they contain no viruses, malware or crapware of any sort (if you got them from my sites).
oldgranola
Level 5
Level 5
Posts: 564
Joined: Fri Sep 05, 2014 1:39 am

Re: How to make multiboot USB with Easy2Boot in Linux

Post by oldgranola »

Great SteveSI! Good to see you reply. Then why the hell did your software bundle install a bunch of trojans on my machine?? Or do you call me a liar?
comadore, pcDOS, hpux, solaris, vms-vax ....blah blah blah..
Yet I'm still a fn nooob
oldgranola
Level 5
Level 5
Posts: 564
Joined: Fri Sep 05, 2014 1:39 am

Re: How to make multiboot USB with Easy2Boot in Linux

Post by oldgranola »

Trying to document but I'm not sure how to post a screen shot from hijackthis. I wish I had documented that before I did my own cleaning efforts. However, SteveSI I would like to show that even though I've wasted some of this very nice day performing cleaning attempts I still have evidence of bits of astromedia left. I can guarantee that your programs did indeed install this and other malware.
comadore, pcDOS, hpux, solaris, vms-vax ....blah blah blah..
Yet I'm still a fn nooob
Post Reply

Return to “Tutorials”