Search Members Help

» Welcome Guest
[ Log In :: Register ]

Page 2 of 9<<123456>>

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

reply to topic new topic new poll
Topic: Hiren BootCD 10.1< Next Oldest | Next Newest >
 Post Number: 11
searcher123 Search for posts by this member.

Avatar



Group: Members
Posts: 4
Joined: Nov. 2009
PostIcon Posted on: Nov. 30 2009,09:46  Skip to the next post in this topic. Ignore posts   QUOTE


(EB1000 @ Nov. 30 2009,12:04)
QUOTE
searcher123: your method did not work for me. tried both VMWARE and VIRTUALBOX, both just restarted when trying to load Hiren...

Very strange! I tested it on real PCs too. There is no problem in my tests and all thing is working well ???

Notes:
1. Just copy isolinux.bin, isolinux.cfg & menu.c32 to ezboot, not move them.
2. Don't check Joliet option during creating ISO image.
3. Survey that all thing be copied right to HBCD dir.

And a question:
What is the version of your EasyBoot? Do you use the last release?


Edited by searcher123 on Nov. 30 2009,09:52
Offline
Top of Page Profile Contact Info 
 Post Number: 12
balder Search for posts by this member.

Avatar



Group: Members
Posts: 1942
Joined: Oct. 2008
PostIcon Posted on: Nov. 30 2009,12:02 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

@searcher123

Tested your post nr: 9
In my case I get ”Image checksum error”

First of all, @searcher123 – why not change path in easyboot menu commando like this: bcdw /hbcd/isolinux.bin (/hbcd set path to folder hbcd) Basically, this is the same “old” recommended launch command as for hiren_v10 read HERE   Credits to madar for this

So what causing us problem when using this command bcdw /hbcd/isolinux.bin when launching hiren_v10.1 but works so well to hiren_v10 :angry:

Answer is the file isolinux.bin in folder hbcd. Make a copy of isolinux.bin from hiren_v10 and overwrite isolinux.bin in folder hbcd-hiren_v10.1 and all our problems are solved :laugh:

Conclusion: This is definitely a step in right direction for all users of EasyBoot :D  
-------------------------------------------------------------------------
If you consider to run EasyBoot from USB device and want hiren included (put folder hbcd in folder Easyboot\disk1 as usual) I recommend following to bee the most universal working solution:

1. Extract folder hbcd from hiren ISO to EasyBoot\disk1 as usual
2. Open folder hbcd and extract floppy image from compressed file “Boot.gz” to folder ezboot (change name to extracted floppy image to hiren.img)
3. To launch hiren “bootCD” use menu command in EasyBoot:  run hiren.img
4. To launch miniXP in hiren use menu command in EasyBoot:  bcdw /hbcd/xp.bin  (credits to searcher123 for pointing this out)

Create ISO as usual (you don’t need to check “Allow lower case” to make this work) :)


Regards balder


Edited by balder on Mar. 21 2010,04:06

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

Avatar



Group: Members
Posts: 4
Joined: Nov. 2009
PostIcon Posted on: Nov. 30 2009,18:21 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE


(blader @ Nov. 30 2009,17:02)
QUOTE
(...)First of all, @searcher123 – why not change path in easyboot menu commando like this: bcdw /hbcd/isolinux.bin (/hbcd set path to folder hbcd)(...)


Because I am a obedient man. :D :D EasyBoot's very defective Help told so and I obey it.


(blader @ Nov. 30 2009,17:02)
QUOTE
(...)Basically, this is the same “old” recommended launch command as for hiren_v10 read HERE Credits to madar for this(...)


Thanks for the link. I was not read it to now.


(blader @ Nov. 30 2009,17:02)
QUOTE
(...)So what causing us problem when using this command bcdw /hbcd/isolinux.bin when launching hiren_v10.1 but works so well to hiren_v10 :angry:(...)


Oh Dear blader! I'm sorry for my mistake. You are right. The version of my tested Hiren's was v10.0 not 10.1. I was never thinking there is so different between 10.0 and 10.1  boot file :O

However I have not downloaded v10.1 to now, but  I must really thanks to the tips instead of myself and all of the future Hiren's & EasyBoot users.

Best Regards
Offline
Top of Page Profile Contact Info 
 Post Number: 14
fsaaib Search for posts by this member.

Avatar



Group: Members
Posts: 22
Joined: Oct. 2009
PostIcon Posted on: Dec. 16 2009,11:53 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE


(balder @ Nov. 29 2009,14:58)
QUOTE
@EB1000

Quote: “is there a way to boot mini xp in Hiren's 10.1 ?” Sure  :)

Do it this way:

1. Extract folder HBCD to EasyBoot\disk1
2. Download floppy image from HERE and extract floppy image to folder ezboot. Note : this is a paragon image – rename floppy image to hiren.ima
3. Open floppy image and extract text file menu.lst to some temporary place (a folder temp or whatever).
4. Modify text in menu.lst to this (use notepad):

color black/cyan yellow/cyan
timeout 10

title Start Hiren's BootCD
find --set-root /HBCD/boot.gz
map --mem /HBCD/boot.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1
boot

title Mini Windows Xp\n
find --set-root --ignore-floppies /HBCD/XPLOADER.BIN
chainloader /HBCD/XPLOADER.BIN

Save text to menu.lst and inject it back to floppy image hiren.ima and save changes.

5. IN EasyBoot menu set command:  run hiren.ima
6. When creating ISO in EasyBoot check “Allow lower case” <-- very important!
Please read how to avoid problems when using “Allow lower case” Read post-65 HERE

This works well from CD/DVD-reader but if you planning to use hiren from USB device you only need to move folder HBCD to the root of USB device – you don’t have any use for folder HBCD in created EasyBoot ISO-file - in this way ISO-file with EasyBoot is much less in size – as folder HBCD instead is on the root of USB device :;):

Note: if testing ISO-file in Virtual PC or VMware you might get some odd warning if starting miniXP - but this is most likely related to environment where ISO is run from. Used in "reality" there is no problem that I have discovered

Regards balder

You are THE MAN, everything works FINE for me now, and with that script you´ve made for transfering my ISO build off easyboot to my UFD, it´s so much better since i can now service a computer at faster speeds (reading/writing is much faster than a DVD)

I´m so excited, as i type i´m taking snapshots of the build running, once again thanks balder, i owe you big time.

I´ll post the pictures once i end up making the final release of my build

Regards,

fsaaib
Offline
Top of Page Profile Contact Info 
 Post Number: 15
balder Search for posts by this member.

Avatar



Group: Members
Posts: 1942
Joined: Oct. 2008
PostIcon Posted on: Dec. 17 2009,00:52 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

@fsaaib

Hi fsaaib :)

Quote: “You are THE MAN, everything works FINE for me now”

He, he that’s what I call a nice feedback :laugh:  

Merry Christmas in advance @fsaaib :)

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

Avatar



Group: Members
Posts: 4
Joined: May 2009
PostIcon Posted on: Dec. 26 2009,00:21 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

So .... Conclusion ...

getting to run Hiren 10.1 to run on Easyboot ...

copy the folder HBCD from ISO to EasyBoot\disk1 directory

1) To Run Hiren 10.1
Use menu command line in EasyBoot:  
memdisk /hbcd/boot.gz

Credit to balder


2) To Run Mini XP
Use menu command line in Easyboot:
bcdw /hbcd/xp.bin

Credit to searcher123's idea

:)
Offline
Top of Page Profile Contact Info 
 Post Number: 17
hubert21 Search for posts by this member.

Avatar



Group: Members
Posts: 3
Joined: Mar. 2009
PostIcon Posted on: Dec. 30 2009,05:10 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Hello
how add this??

(EB1000 @ Nov. 29 2009,00:28)
QUOTE
This method works to bring the Hiren's boot sub menu with all the utilities, but it skips the main boot menu where there is  choose alternative boot method..


Why this command  "run xxx.bif" doesn't work in Hiren's ??

Please help
Offline
Top of Page Profile Contact Info 
 Post Number: 18
balder Search for posts by this member.

Avatar



Group: Members
Posts: 1942
Joined: Oct. 2008
PostIcon Posted on: Dec. 30 2009,06:45 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

@hubert21

Quote: ” Why this command  "run xxx.bif" doesn't work in Hiren's ??”.

@hubert21, it’s a misunderstanding here :;):  
First of all quotes (") is never used in menu command (just in case you tested this).
Secondly, run xxx.bif is only a example name.

By the way, I can’t find "run xxx.bif" anywhere in this Topic. Where did you collect this example file name (from what Topic) ???

When you extract or use or create by your self a loader-file (xxx.bin or xxx.bif or xxx.ima or xxx.img for example) that belongs to launching some software you can (or is advised) to name or rename this file, typically a name that point to what software you like to launch.
I name my ghost floppy image to ghost.ima – I do not use a name like birdie.img or xxx.img as this is confusing.
To launch setup of WinXP I can use file that already is a part of easyboot – and that file is W2ksect.bin in folder ezboot. I make a copy of this file and rename this copy to setupxp.bin and use menu command: run setupxp.bin

Another way to collect a boot-file that launch setup of WinXP is to extract boot file from a bootable WinXP-CD. I save this boot-file as setupxp.bif in folder ezboot and use menu command: run setupxp.bif (note: extension “bif” is created if using UltraISO – you can rename this file to setupxp.bin if it is easier to understand and instead use menu command: run setupxp.bin)

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

Avatar



Group: Members
Posts: 3
Joined: Mar. 2009
PostIcon Posted on: Dec. 30 2009,08:33 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Ok I use yours way to hiren's boot cd 10.1
QUOTE
Do it this way:

1. Extract folder HBCD to EasyBoot\disk1
2. Download floppy image from HERE and extract floppy image to folder ezboot. Note : this is a paragon image &#8211; rename floppy image to hiren.ima
3. Open floppy image and extract text file menu.lst to some temporary place (a folder temp or whatever).
4. Modify text in menu.lst to this (use notepad):

color black/cyan yellow/cyan
timeout 10

title Start Hiren's BootCD
find --set-root /HBCD/boot.gz
map --mem /HBCD/boot.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1
boot

title Mini Windows Xp\n
find --set-root --ignore-floppies /HBCD/XPLOADER.BIN
chainloader /HBCD/XPLOADER.BIN

Save text to menu.lst and inject it back to floppy image hiren.ima and save changes.

5. IN EasyBoot menu set command:  run hiren.ima
6. When creating ISO in EasyBoot check &#8220;Allow lower case&#8221; <-- very important!
Please read how to avoid problems when using &#8220;Allow lower case&#8221; Read post-65 HERE

It work great but I would also put 2  alternative boot method (xp and Win7) which are in basic boot menu in Hiren's Boot cd 10.1.

I used "run hiren.bif" to start hiren's, it works very good in notebooks but in normal stationary computer appears error.  

Sorry for my bad english


Edited by hubert21 on Dec. 30 2009,08:39
Offline
Top of Page Profile Contact Info 
 Post Number: 20
balder Search for posts by this member.

Avatar



Group: Members
Posts: 1942
Joined: Oct. 2008
PostIcon Posted on: Dec. 30 2009,09:07 Skip to the previous post in this topic.  Ignore posts   QUOTE

@hubert21

Quote: “It work great but I would also put 2  alternative boot method (xp and Win7) which are in basic boot menu in Hiren's Boot cd 10.1.”

Hmmmm… ???  XP (miniXP) is already a part of Hiren and fully possible to launch the way I made tutorial for (the one you used in post nr: 19).

But this “alternative boot method Win7” is not any part of Hiren – as far as I know. Or do you mean you want to launch a completely different Win7 (Win7-PE = Microsoft Diagnostics and Recovery Toolset DaRT – sometimes called MsDART)) – because this can be launched directly using ISO as it is - no need to extract folder and files to EasyBoot\disk1. I have created a script that automatically fixes this. Read HERE

Quote: “I used "run hiren.bif" to start hiren's, it works very good in notebooks but in normal stationary computer appears error. ”. Method you used in post nr 19 doesn’t use "run hiren.bif". My tutorial show how you use a grub based floppy image (floppy image hiren.ima) that take care of the launch process for hiren using grub as boot manager – So I’m unsure what you mean ???

PS. Generally no problems with you English :)

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 
83 replies since Nov. 26 2009,23:47 < Next Oldest | Next Newest >

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


Page 2 of 9<<123456>>
reply to topic new topic new poll

» Quick Reply Hiren BootCD 10.1
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