Topic: Run EasyBoot from USB with a breeze, Problems earlier mentioned in forum solv | < Next Oldest | Next Newest > |
|
Post Number: 1
|
Guest
Unregistered
|
 |
Posted on: Sep. 07 2008,17:13 |
|
 |
Edited by heureka
Gentlemen (and ladies not to forget) â I have now solved problems earlier mentioned in forum
Basic tutorial to make it run from USB device (USB stick as example): http://www.ezbsystems.com/cgi-bin/ikonboard.cgi?act=ST;f=1;t=2472
UPDATED INFORMATION!!! Is anybody interested
I can now run (boot) EasyBoot from USB device (with a USB-stick for example) and get that nice EasyBoot menu. And from that menu Iâm capable to start following (UPDATED!!! Note: You can use several applications of Reatogo or BartPE or Winbuilder at same time â the same to WinternalERD - but best result is to not hex edit WinternalERD, use it as it is (to avoid broken setupldr.bin):
1. Reatogo (several application if you want) 2. BartPE (several application if you want) 3. Winbuilder LiveXP (several application if you want) 4. Winternal ERD (use one to avoid broken setupldr.bin=no hex edit) 5. And further more use floppy images as usual - well basically no limits so far what I have found out - except some odd images (old ones). Note: Acronis products works well! 6. Start installation of WindowsXP. Probably the same to Vista (havenât tested. Iâm not any fan of Vista)
Regards from heureka to every EasyBoot user out there
Edited by balder on May 09 2010,14:23
|
|
|
|
Post Number: 2
|
jerryboot 

Group: Members
Posts: 1
Joined: Sep. 2008
|
 |
Posted on: Sep. 28 2008,11:36 |
|
 |
hi! i have a dvd multiboot which include bartpe, hiren's boot, acronis, erd commander, true image, ubuntu...
the dvd works perfectly! i try to put it in a usb following the tutorial, and it works but is almost useles... the grub loader boots and i enter the menu but only few application works...
true image works bartpe doesnt load linux returns an error at early stage of booting.. erd doesnt load hirens loads the menu but then most of teh application get stucked at the oint when they search for cd and usb drivers...
why so? i thought it should be exactly the same on usb or dvd...
might depend on that particular usb device? should i try with another one? i formatted ntfs as suggested, should i try fat 32? (i cannot fat 16 because the iso is too big)
thanks a lot anyway very clear tutorial...
regards
|
 |
|
|
Post Number: 3
|
Guest
Unregistered
|
 |
Posted on: Oct. 02 2008,13:19 |
|
 |
To jerryboot
Sorry for the delay been travellingâŠ
Quote: âwhy so? i thought it should be exactly the same on usb or dvd...â Itâs not at all exactly the same⊠You have to copy i386 folder to usb device and rename folder to âminintâ (no quotes). For BartPE you also need to copy âprograms folderâ to usb device (but do not rename this â use it as it is). Â
ATTENTION! Deactivate floppy unit (if present) in BIOS. Set BIOS to NOT use any floppy at all= that means, literally deactivate function to floppy unit. We need to do this; otherwise explorer in BartPE/Reatogo/Winternal-ERD hooks up, when started from EasyBoot. I have noticed that more and more computers for sale donât have any floppy at all as standard. Conclusion: Forget your floppy and âthinkâ USB.
Follow my instructions here (example bartpe) most parts originally from this tutorial: http://www.ezbsystems.com/cgi-bin/ikonboard.cgi?act=ST;f=1;t=2480
1. Copy folder i386 (and folder holding programs related to bartpe built) TO USB DEVICE. You donât need ident files win51ip etc. 2. When finished copying folder i386 to usb device, rename folder i386 on USB device to  minint  3. Open menu.lst in folder workbench (use notepad) and delete all text and instead inject this text: Â
timeout 0
title  Loading bartpe root (hd0,0) chainloader /minint/setupldr.bin
Save changes in  menu.lst  Open base.ima in folder workbench and inject your edited menu.lst  Choose to âSave asâ to disk1\ezboot folder with name: bartpe.ima  Use command in EasyBoot as usual:  run bartpe.ima  This starts bartpe from your USB device.
Run minint folder (originally bartpe-folder i386) to se if it works. Then follow this guide on how to hexedit this âminintâ folder to reserve name âminintâ to ERD-commander:
Attention! I repeat! Always run and fully test your minint (BartPE) from USB device BEFORE hexedit! (changing name on folder minint). This is necessary due to âsetâ some stuff inside minint folder. When done go for hexedit, changing name to minint.
To hexedit BartPE THAT YOU ALREADY have run/tested  as âminintâ on USB device and is fully working.
Start EasyBoot choose Tools>>âReplace TextâŠâ  Browse to folder âminintâ on USB device and find setupldr.bin In âText to findâ you insert âminintâ (no quotes) and in âReplace withâ you insert âbartpeâ (no quotes and note 6 letters only) push âReplaceâ. At least 3 places of text should be changed. Continue and find txtsetup.sif in same folder, use same text as above and push âReplaceâ One place of text should be changed. Browse to minint\system32 and find ântoskrnl.exeâ In âText to findâ you insert âMININTâ (no quotes and use caps this time) and in âReplace withâ you insert âBARTPEâ (no quotes and use caps this time and 6 letters only) push âReplaceâ. One place of text should be changed. Continue and find ântkrnlmp.exeâ in same folder, use same text (caps and 6 letters only) and push âReplaceâ. One place of text should be changed. Finally change name on minint folder to bartpe (note only 6 letters). Done! You now have to change path in menu.lst  in âbartpe.imaâ. Change path from:
timeout 0
title  Loading bartpe root (hd0,0) chainloader /minint/setupldr.bin to this:
timeout 0
title  Loading bartpe root (hd0,0) chainloader /bartpe/setupldr.bin
Itâs this path that has been changed: âchainloader /bartpe/setupldr.binâ Â insert this changed âmenu.lstâ to bartpe.ima, replacing menu.lst to make sure path is the right one.
Itâs the same procedure to Reatogo. Attention, you always have to reduce name to 6 letters.  Due to the fact that Reatogo=7 letters you have to reduce name to 6 letters (it must be same length as in âminintâ = 6 letters). You may use any name you like, but keep it 6 letters in length (reatog for example or âlivexpâ or whatever). But again (I must repeat), always do a full run (booting from USB device) and run every âminintâ-system (Reatogo, BartPE, or whatever) to make sure itâs working properly, and then you can go for hexedit. The last one to be copied to usb device is ERD commander, due to the fact that ERD commander is a bad candidate to hexedit. Thatâs why we need to save name âminintâ to ERD commander. --------------------------------------- ERD commander: 1. Copy folder i386 to USB device. You donât need ident files win51ip etc. 2. Rename folder i386 on USB device to  minint  3. Open menu.lst in folder workbench (use notepad) and delete all text and instead inject this text: Â
timeout 0
title  Loading erd root (hd0,0) chainloader /minint/setupldr.bin
Save changes in  menu.lst  Open base.ima in folder workbench and inject your edited menu.lst  Choose to âSave asâ to disk1\ezboot folder with name: erd.ima  Use command in EasyBoot as usual:  run erd.ima  This starts erd from your USB device.
About Linux: âlinux returns an error at early stage of bootingâ Yes I know about this. It needs a true expert on linux. Witch Iâm not. Note: I have tested starting linux applications directly from USB>grub and that seems to work, but when I do the same using an image with grub loader from EasyBoot I also get: âlinux returns an error at early stage of booting..â Maybe billonius or some other expert on linux could give as a helping hand?
Regards heureka
Edited by heureka on Oct. 02 2008,14:03
|
|
|
|
Post Number: 4
|
tiyar 

Group: Members
Posts: 2
Joined: Apr. 2010
|
 |
Posted on: Apr. 25 2010,10:50 |
|
 |
I try more tu
|
 |
|
|
|
|
© 2002-2024 EZB Systems, Inc.
|
|
|