|
Post Number: 1
|
Orochi 

Group: Members
Posts: 73
Joined: Aug. 2009
|
 |
Posted on: May 27 2010,23:27 |
|
 |
Hello there,
I currently have a bootable USB created with balder's easyboot USB script.
Is there a way to add an option to run dos from the grub4dos menu (menu.lst) not easyboot ?
Thanks.
|
 |
|
|
Post Number: 2
|
balder 

Group: Members
Posts: 1942
Joined: Oct. 2008
|
 |
Posted on: May 28 2010,04:59 |
|
 |
@Orochi
Quote: ” Is there a way to add an option to run dos from the grub4dos menu (menu.lst)” Yes there is You can use a DOS-floppy-image. Choose from downloads HERE
Put DOS-floppy-image to the root of USB device (you can also create a folder and change path in menu.lst accordingly) Insert these lines in “menu.lst”:
title Launch DOS map --mem /dos.ima (fd0) map --hook chainloader (fd0)+1 rootnoverify (fd0)
Note1: DOS-floppy-image is named dos.ima in this example - as you can see in this path: “map --mem /dos.ima” (fd0) Note2: It’s possible to launch DOS-floppy-images from EasyBoot in case you are interested (run dos.ima)
regards balder
-------------- Download complete set of scripts including help file HERE Note: Script collection updated 2019-05-19. Scripts mainly support EasyBoot_6.5 or later
|
 |
|
|
Post Number: 3
|
Orochi 

Group: Members
Posts: 73
Joined: Aug. 2009
|
 |
Posted on: May 28 2010,14:22 |
|
 |
balder thank you for responding.  Thanks balder. What would we do without you
Edited by Orochi on May 28 2010,14:43
|
 |
|
|
Post Number: 4
|
balder 

Group: Members
Posts: 1942
Joined: Oct. 2008
|
 |
Posted on: May 28 2010,14:45 |
|
 |
@Orochi
Quote: “Does it have to be ima extension or grub understands imz and img extensions too?”
It doesn’t matter if you use ima or img as extension. But grub cannot launch all kinds of zipped files – but g-zipped works fine  Use easyboot-cab.script to run g-zip to floppy image  Note: This doesn’t work “map --mem iso\dos.ima (fd0)”. Use this: “map --mem /iso/dos.ima (fd0)”. It is very important to start with “/” in path.
Quote: “I can't extract image from the installation” You mean you can’t extract the downloaded exe-file Yes you can if you have winrar installed.
Using winrar - I right-click to downloaded exe-file and choose “Extract to …” Yes I know that you get some “Diagnostic message” - but floppy image is still extracted.
Quote: “What would we do without you” He, he I’m getting old and wont bee around in the future – basically I’m replaceable
Regards balder
-------------- Download complete set of scripts including help file HERE Note: Script collection updated 2019-05-19. Scripts mainly support EasyBoot_6.5 or later
|
 |
|
|
Post Number: 5
|
|
Post Number: 6
|
balder 

Group: Members
Posts: 1942
Joined: Oct. 2008
|
 |
Posted on: May 29 2010,04:48 |
|
 |
@Orochi
Quote: ”dos doesn't read fat32 partitions” Yes this is a correct conclusion.
Quote: ”any idea where I can get such image” Actually no - I can’t pin point to such image what I can remember.
Quote: ”I was able to boot from usb and downgrade my bios” You are doing everything 100% right - Well done!
Note: You can use ghost32.exe to quickly save a well working USB solution – basically use Ghost to “clone” and/or “image” USB. When I have created such solution - for example setup WinXP from USB – I create an image of that USB to my archive. When needed I simply clone USB device with this image (takes less than 2 minutes) and I’m back “in business”. In fact, I even created a script to manage this, “easyboot-ghost.script”. You are recommended to use Ghost32.exe_version-8. However you can run Ghost32.exe “manually” as well. To “clone” or create “image” of a USB that holds your “afudos-arrangements” takes most likely less than 30 seconds!
Please note that it is extremely simple to launch DOS-floppy from EasyBoot (run floppy.img) And then use easyboot-usb.script to directly launch created ISO from USB – but you still must format USB device with FAT-16 - otherwise DOS-floppy can’t recognize USB unit. To solve this issue – test this:
1. Create menu in EasyBoot “run afudos.ima” (or afudos.img) - put afudos.ima in folder ezboot – create ISO as usual. 2. Run easyboot-usb.script and point to created ISO-file. Unfortunately USB device is formatted to FAT32 so your DOS-floppy can’t be used in the right way at this point. 3. Copy everything from USB device to a temporary folder. 4. Right-click to USB device and choose to Format (important: check for “Fast-Format”) 5. Copy everything from temporary folder back to USB device.
Now you have a FAT-16 formatted USB device with your “afudos-arrangements” This works as you only chose to run “fast format” to USB device. That will say – MBR-record is untouched. Note: There are major disadvantages using FAT16 – read HERE However - in your case - this is necessary to be able to take advantages of the DOS-floppy arrangements
Quote: “Some people are simply irreplaceable” In this matter – I agree (especially you own father) I can tell you that my grandchild is here for a while - and turning everything upside down for me. Two of my four USB sticks are gone - probably hided in some shoe (She loves shoes – only 15 months old). Sometimes the remote control to the TV-set is gone for days – guess who…? However this gives me some extra spare time for writing here on this forum
I live in THIS part of the world
Example of nature scenes HERE - HERE and my birth town HERE
Take care
Regards balder
Edited by balder on May 29 2010,12:51
-------------- Download complete set of scripts including help file HERE Note: Script collection updated 2019-05-19. Scripts mainly support EasyBoot_6.5 or later
|
 |
|
|
Post Number: 7
|
|
Post Number: 8
|
Orochi 

Group: Members
Posts: 73
Joined: Aug. 2009
|
 |
Posted on: May 31 2010,18:46 |
|
 |
balder, forgot to ask you something. 
When you back up your USB via ghost or any other partition software, do you do a raw also called 1:1 backup or just do normal backup?
thank you...
|
 |
|
|
Post Number: 9
|
balder 

Group: Members
Posts: 1942
Joined: Oct. 2008
|
 |
Posted on: Jun. 01 2010,08:52 |
|
 |
@Orochi
Quote: ”or just do normal backup”
I use “normal” backup - creating image using simple switch “-clone” (and compression “-Z2”).
This means that I in “option” use “Default” setting This works fine to USB stick\thumb-drives as you in normal case only have one partition and no unallocated space left on such USB-“disk”.
Regards balder
-------------- Download complete set of scripts including help file HERE Note: Script collection updated 2019-05-19. Scripts mainly support EasyBoot_6.5 or later
|
 |
|
|
Post Number: 10
|
Orochi 

Group: Members
Posts: 73
Joined: Aug. 2009
|
 |
Posted on: Jun. 01 2010,14:17 |
|
 |
Thank you balder
|
 |
|
|
|