Search Members Help

» Welcome Guest
[ Log In :: Register ]

Page 1 of 41234>>

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

reply to topic new topic new poll
Topic: Load ezboot from grub4dos< Next Oldest | Next Newest >
 Post Number: 1
Deadl2ose Search for posts by this member.

Avatar



Group: Members
Posts: 12
Joined: Oct. 2010
PostIcon Posted on: Oct. 25 2010,18:01  Skip to the next post in this topic. Ignore posts   QUOTE

I have a headache today and my thought process is hurting.  

Anyway,  I am loading grub4dos with "bcdw /ezboot/grldr" which than loads my (sub) menu for me to boot to kon-boot and/or Offline NT/2000/XP/Vista/7 Password Changer.

My question is: How do I create a menu item that will go back to the main ezboot .ezb menu?

I'm only doing it this way because i cannot get kon-boot to boot via ezboot directly.
Offline
Top of Page Profile Contact Info 
 Post Number: 2
allgames71 Search for posts by this member.

Avatar



Group: Members
Posts: 299
Joined: Nov. 2008
PostIcon Posted on: Oct. 25 2010,19:41 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

hello Deadl2ose

I'm not sure I can answer your question properly.

If you create a new submenu. You can assign an [Esc] key back to main menu instead of a button option like :

1. Offline NT/2000/XP/Vista/7 Password Changer

2. kon-boot

3. back to main menu

Here I attach a picture for help. If can't help, I'm sorry that I misunderstand you. Sorry.


Attached Image
Attached Image
Offline
Top of Page Profile Contact Info 
 Post Number: 3
Deadl2ose Search for posts by this member.

Avatar



Group: Members
Posts: 12
Joined: Oct. 2010
PostIcon Posted on: Oct. 25 2010,22:00 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

I was talking about returning to ezboot menu through the grub4dos menu.  Something like:

title <--back
find --set-root /EZBOOT/loader.bin
chainloader /EZBOOT/loader.bin

Only I can't figure out the exact commands.

How did you get kon-boot and Offline to run via ezboot?  Everything I tried didn't work through vmware or mobaliveCD
Offline
Top of Page Profile Contact Info 
 Post Number: 4
allgames71 Search for posts by this member.

Avatar



Group: Members
Posts: 299
Joined: Nov. 2008
PostIcon Posted on: Oct. 26 2010,05:24 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Still I'm not sure would this be help ?

color black/cyan yellow/cyan
color black/cyan yellow/cyan
default 0
splashimage /wallpaper/misc.xpm.gz

title [0] Norton 15 Live CD
find --set-root --ignore-floppies /iso/norton15.iso
map /iso/norton15.iso (hd32)
map --hook
chainloader (hd32)
boot

title [1] Harddisk Dignostic (New)
map --mem /IMAGES/hddn.img.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot

title [2] Harddisk Dignostic (Old)
map --mem /IMAGES/hddo.img.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot

title [3] HDD Regenerator
find --set-root --ignore-floppies /iso/hddreg.iso
map /iso/hddreg.iso (hd32)
map --hook
chainloader (hd32)
boot

title [4] Back to Main Menu
find --set-root /menu.lst
configfile  /menu.lst
Offline
Top of Page Profile Contact Info 
 Post Number: 5
balder Search for posts by this member.

Avatar



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

@Deadl2ose

Quote: ”cannot get kon-boot to boot via ezboot directly”

I hope I’m not completely lost here ???  – but this “konboot” seems to be pretty small software in size – correct?

I downloaded konboot as an ISO-file.
Test this.
1. Open konboot-ISO-file (I used UltraIso)
2. Extract BOOT-file from ISO and save it as konboot.bif in folder ezboot
3. Create menu in EasyBoot and use menu command:  run konboot.bif

Note: as I said, I’m unsure if this is the right software I’m dealing with – but hopefully it is the right one :O
------------------------------------------------------------------------------
And now to something completely different – I noticed you put grub “grldr” in folder ezboot and used command: bcdw /ezboot/grldr
I tested this and it launched grldr but didn’t find the menu.lst (menu.lst was also in folder ezboot).
But if I put grldr and menu.lst in folder disk1 and used command:  bcdw /grldr it works alright :)
I like the idea to have grldr in folder ezboot (it can open “new doors” for users of EasyBoot) – but I failed - what am I doing wrong here ???  

I’m trying to find a solution to jump back to EasyBoot menu :cool:

balder


Edited by balder on Oct. 26 2010,12:30

--------------
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: 6
Deadl2ose Search for posts by this member.

Avatar



Group: Members
Posts: 12
Joined: Oct. 2010
PostIcon Posted on: Oct. 26 2010,13:05 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

@allgames71

QUOTE
title [4] Back to Main Menu
find --set-root /menu.lst
configfile  /menu.lst
 I want this to go back to ezboot main menu.  Also I see that you have konboot in your ezboot menu, how do u get it to run via ezboot?


@balder

Konboot is a small iso or floppy image.  I tried the .bif file and it didnt work.  It got the closest of all the methods though.  Konboot would display its graphical start but then fail to actually load all the program parameters.  Konboot iso by itself works fully in virtual machine or mobalivecd.  The grldr way has memdisk as the kernel but I tried memdisk through ezboot and it didnt work.  At this point i'm hoping i maybe had fat fingers and hit a wrong key cause i tried lots of ways and grldr was the only way i could get it working.


I have grldr in EZBOOT folder and MENU.LST in disk 1 folder and it works great except my problem now of not being able to go back to ezboot menu.  Hopefully you can think of something...


Edited by Deadl2ose on Oct. 26 2010,13:08
Offline
Top of Page Profile Contact Info 
 Post Number: 7
balder Search for posts by this member.

Avatar



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

@ Deadl2ose

Quote: “At this point i'm hoping i maybe had fat fingers and hit a wrong key”
He, he – you are not alone - it seems I use that “fat finger“ every day :laugh:

Anyway – let’s focus on the “jump back to EasyBoot menu”-problem.
As grub isn’t DOS – we can probably not use the DOS-file “ezboot.com” (you have that file in folder “resources” in EasyBoot-folder itself).
It is easy to jump back to EasyBoot menu from a DOS-floppy-image - but this is grub – and that is a different story

The only way I can think about is to use the easyboot-grub-iso.script.
When using this approach - EasyBoot-ISO-file is launched by grub – and we can of course jump back (launching ISO-file again from grub).
However I think this is a complicated way to solve this issue – and I do not like to make things more complicated.
I guess I don’t like solutions that looks like a “fat finger”  :D  
It’s better to find out how to launch “konboot” – if possible.

Thanks for clarifying where to put menu.lst :)

EDIT: I burned konboot to CD-RW (took less than a minute)
I rebooted and guess what – konboot doesn’t run fully out. It halts with EOT or something.
I can go so far with Easyboot too – it’s looks like its something strange going on here

My question is: what inputs did you have in menu.lst when launching konboot from grub menu
???


Regards balder


Edited by balder on Oct. 26 2010,15:19

--------------
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: 8
Deadl2ose Search for posts by this member.

Avatar



Group: Members
Posts: 12
Joined: Oct. 2010
PostIcon Posted on: Oct. 26 2010,17:44 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

QUOTE
I rebooted and guess what – konboot doesn’t run fully out. It halts with EOT or something.
I can go so far with Easyboot too – it’s looks like its something strange going on here

This got me thinking...and turns out I made a fat headed and not fat fingered mistake  :O  The screen you got is the only screen before booting windows so it must do its work as you watch the pretty graphic display.

You need to have an actual password protected user account (and possibly only a 32bit system) for konboot to work.  I was thinking it would display all user accounts and let me choose which to bypass the password for if any. Turns out I made a fat head mistake.

The .bif that i tried and that you suggested will prob work although i did not test that directly.  However, I did test "memdisk /images/konboot.gz" via ezboot directly and it works because this time I made a password protected account.  :laugh:

oh well live and learn I guess.  If you happen to come up with a way to navigate back to ezboot via the grub4dos though please do share.  Thanks for you help!
Offline
Top of Page Profile Contact Info 
 Post Number: 9
allgames71 Search for posts by this member.

Avatar



Group: Members
Posts: 299
Joined: Nov. 2008
PostIcon Posted on: Oct. 26 2010,18:33 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

hello Deadl2ose,

I'm sorry to tell you that I've never tried kon-boot. The first picture I posted to you is only a demo way to return to main menu, when I misunderstanded your question.

Anyway, I know what is kon-boot. It can pass-by password of a user account. Actually I've download this program and tried long before. Even the original ISO file to cd I boot up, it also fail. That's why I gave it up.

Of course if it works, I know it's much better than the other password changer programs. Because of you, now I'll try this program again. Hope we can help each other, thanks.
Offline
Top of Page Profile Contact Info 
 Post Number: 10
allgames71 Search for posts by this member.

Avatar



Group: Members
Posts: 299
Joined: Nov. 2008
PostIcon Posted on: Oct. 27 2010,13:14 Skip to the previous post in this topic.  Ignore posts   QUOTE

hello Deadl2ose,

I've download "konboot-v1.1-2in1" today from the official site and test the iso file in VMWare. It's bootable and with a hang up screen right the way

So I burn it to a cdr, but when boot it up, the screen is all black forever.

I wonder how you can test your kon-boot ? I even download the older verson of kon-bot 1.0, but the same thing happened.

Would you mind to tell me how, which version and where you download it ? Thanks.


Attached Image
Attached Image
Offline
Top of Page Profile Contact Info 
37 replies since Oct. 25 2010,18:01 < Next Oldest | Next Newest >

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


Page 1 of 41234>>
reply to topic new topic new poll

» Quick Reply Load ezboot from grub4dos
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