Search Members Help

» Welcome Guest
[ Log In :: Register ]

 

[ Track This Topic :: Email This Topic :: Print this topic ]

reply to topic new topic new poll
Topic: gfxmenu = /boot.gfx.gz< Next Oldest | Next Newest >
 Post Number: 1
zia abbas Search for posts by this member.

Avatar



Group: Members
Posts: 29
Joined: Mar. 2010
PostIcon Posted on: May 21 2010,01:49  Skip to the next post in this topic. Ignore posts   QUOTE

Dear Balder,

Have downloaded ur new zip file and got happy to see grub script.

You have used gfxmenu = /boot.gfx.gz to set background image that very good to have and avoid boring black console.

You know balder I tried gurb script by editing menu.lst by these below content ::

title ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
root
title ³ ERD Boot Options (This may take 40-90 seconds)   ³
root
title ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
root

title ³ Launch ERD 2k/WinXP/2k3                                  ³\n ERD for 2k/WinXP/2k3  (It get loads into RAM and takes upto 40 Sec to load).
find --set-root --ignore-floppies /ISO/FIRADISK.GZ
map --mem /ISO/FIRADISK.GZ (fd0)
map --hook
find --set-root --ignore-floppies /ISO/ERD50.iso.gz
map --mem /ISO/ERD50.iso.gz (0xff)
map --hook
chainloader (0xff)

title ³ Launch ERD x86 for Vista                                 ³\n ERD x86 for Vista & W2k8  (It get loads into RAM and takes upto 90 Sec to load).
find --set-root --ignore-floppies /ISO/FIRADISK.GZ
map --mem /ISO/FIRADISK.GZ (fd0)
map --hook
find --set-root --ignore-floppies /ISO/ERD60x86Vista.iso.gz
map --mem /ISO/ERD60x86Vista.iso.gz (0xff)
map --hook
chainloader (0xff)

title ³ Launch ERD x64 for Vista                                 ³\n ERD x64 for Vistax64 & W2k8x64  (It get loads into RAM and takes upto 90 Sec to load).
find --set-root --ignore-floppies /ISO/FIRADISK.GZ
map --mem /ISO/FIRADISK.GZ (fd0)
map --hook
find --set-root --ignore-floppies /ISO/ERD60x64Vista.iso.gz
map --mem /ISO/ERD60x64Vista.iso.gz (0xff)
map --hook
chainloader (0xff)

title ³ Launch ERD x86 for Windows 7 / 2k8                       ³\n ERD x86 for Windows 7 / W2k8 R2  (It get loads into RAM and takes upto 90 Sec to load).
find --set-root --ignore-floppies /ISO/FIRADISK.GZ
map --mem /ISO/FIRADISK.GZ (fd0)
map --hook
find --set-root --ignore-floppies /ISO/ERD65x86W7.iso.gz
map --mem /ISO/ERD65x86W7.iso.gz (0xff)
map --hook
chainloader (0xff)

title ³ Launch ERD x64 for Windows 7 / 2k8                       ³\n ERD x64 for Windows 7 x64 / W2k8 R2 x64  (It get loads into RAM and takes upto 90 Sec to load).
find --set-root --ignore-floppies /ISO/FIRADISK.GZ
map --mem /ISO/FIRADISK.GZ (fd0)
map --hook
find --set-root --ignore-floppies /ISO/ERD65x64W7.iso.gz
map --mem /ISO/ERD65x64W7.iso.gz (0xff)
map --hook
chainloader (0xff)

title ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
root

and got weird to see no menu.lst found and thers only grub> prompt. or sometime I get the background image but no menus.. its seems its not supporting these menus entries or dont know why.

Also, If i make an iso from script and edit the test.iso and in that if I edit the menu.lst and save the test.iso file I noticed that the original iso file had 806Kb size and later after saving the file, the size decreases to 498kb its quite strange.

plz
Abbas


--------------
None
Offline
Top of Page Profile Contact Info 
 Post Number: 2
balder Search for posts by this member.

Avatar



Group: Members
Posts: 1942
Joined: Oct. 2008
PostIcon Posted on: May 21 2010,03:03 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

@zia abbas

Quote: ”no menu.lst found and thers only grub> prompt”

Yes this is normal. If using gfx-menu you are limited to use “standard letters”.

Note1: the request from @ allgames71 was to use the “penguin” background. You cannot even not use a “plain background”, typically a xpm-picture.
I’m pretty sure this is related to grub itself. I don’t think grub support “odd letters” – that’s what causes you problem – you have to stick to the black background if you like this “odd letters” ???

This menu below works, but each "title" steals entries in menu – again not any bright idea :(

default 0
timeout 10
gfxmenu = /boot.gfx.gz

title ***********************************************************
root
title * ERD Boot Options (This may take 40-90 seconds)  *
root
title ***********************************************************
root

title Launch ERD 2k/WinXP/2k3                  
find --set-root --ignore-floppies /ISO/FIRADISK.GZ
map --mem /ISO/FIRADISK.GZ (fd0)
map --hook
find --set-root --ignore-floppies /ISO/ERD5.ISO.GZ
map --mem /ISO/ERD5.ISO.GZ (0xff)
map --hook
chainloader (0xff)

Note: I’m reworking script to support automatically transfer of ISO-build to USB device. In this way you do not need to jump to easyboot-usb.script to get your ISO-build to USB. Instead when you have created ISO and tested it, you only need to push a button in the “USB-section” and USB device is automatically formatted and all files and folders are correctly integrated to USB.
However if the original ISO-build is working to 100% on USB as well, isn’t guarantied – but can afterwards be corrected by user.
How does this sounds :cool:  

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
Offline
Top of Page Profile Contact Info 
 Post Number: 3
zia abbas Search for posts by this member.

Avatar



Group: Members
Posts: 29
Joined: Mar. 2010
PostIcon Posted on: May 21 2010,03:24 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

okies balder I got the point.

Now theres another thing. Try opening the test.iso  by ultraiso and do nothing (no changes at all) and save the iso file just by file save and see the file size changes to 498kb from 806kb. Also after saving the file which now turned 498kb if you try to boot from qemu or vmware no do not get menu list rather grub> prompt.

1.Why the file size changes to 498 after saving it
2.Why it fails to load menu.lst after saving the file and that too with editing it.

plz try this and see if u also getting the same issue.

Abbas


--------------
None
Offline
Top of Page Profile Contact Info 
 Post Number: 4
balder Search for posts by this member.

Avatar



Group: Members
Posts: 1942
Joined: Oct. 2008
PostIcon Posted on: May 21 2010,05:26 Skip to the previous post in this topic.  Ignore posts   QUOTE

@zia abbas

Quote: ”file size changes to 498kb from 806kb”

That ISO-files is less in size when saved from UltraIso is likely because UltraIso use some kind of internal “compress” to wipe out “space” in ISO-file (this is a wild guess from me).
Note1: Script uses the well-known freeware “Mkisofs.exe” that is a very reliable ISO creator.
Note2: When burning ISO to CD/DVD it doesn’t increase space needed on CD/DVD. It’s the size of the files inside ISO-file that sets the agenda for how much space you need on CD/DVD to have it working. This means, that you still need the same space on CD/DVD, even if the size of ISO-file is less when using UltraIso :O

Opening ISO-files this way (using UltraIso) and then manipulate them can cause ISO-file to not work properly. Instead put files and folders in folder ISO in WinBuilde_complete from beginning and then create ISO :;):  

Quote: “Why it fails to load menu.lst after saving the file and that too with editing it.”
It’s because you haven’t checked “RockRidge” in properties in UltraIso when saving ISO-file :cool:  

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
Offline
Top of Page Profile Contact Info 
3 replies since May 21 2010,01:49 < Next Oldest | Next Newest >

[ Track This Topic :: Email This Topic :: Print this topic ]


 
reply to topic new topic new poll

» Quick Reply gfxmenu = /boot.gfx.gz
iB Code Buttons
You are posting as:

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code