Forum: EasyBoot Topic: (Tutorial) Run hiren 10 + your favorite programs started by: madar Posted by madar on Oct. 26 2009,05:26
=================================================(Tutorial) Run hiren 10 + your favorite programs ================================================= Hi all I have got several messages and calls from dear users of this site and "Boot-land" and some from my country. They all had question about adding programs to hiren bootCD. Dear friends,adding a program to hiren bootcd is a little bit complicated and will waste a lot of time. By the way,here, in this smal tutor, i will show you how to run your favorite application and hiren bootcd together. ========================================== Here ,in this example,we are going to make an bootable iso that can run applications below: hiren's bootcd hiren's mini xp Norton Ghost 2003.ISO (Ofcourse you can add more application) follow steps below: ====================================================== 1.Make directory C:\My_ISO 2.Extract Contents of grub4dos to C:\My_ISO 3.Make Directory C:\My_ISO\Root 4.Copy files below to C:\My_ISO\Root grldr menu.lst HBCD directory from hiren's BootCD 10.0 Norton ghost 2003.ISO 5.Open C:\My_ISO\Root\menu.lst by notepad,delete all contents of that then type lines below on it: timeout 60 default 0 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 find --set-root /HBCD/XPLOADER.BIN chainloader /HBCD/XPLOADER.BIN title Norton Ghost 2003 find --set-root /norton.iso map /norton.iso (0xff) || map --mem /norton.iso (0xff) map --hook chainloader (0xff) title Boot from Hard Drive rootnoverify (hd0,0) chainloader (hd0,0)+1 title -------------------- root 6.Open notepad,type lines below on it,then save that as "Make_ISO.bat" c: cd My_ISO mkisofs -R -b grldr -no-emul-boot -boot-load-size 4 -o My.iso Root 7.Run Make_ISO.bat ,after a while your bootable iso (My.iso) will be made in C:\My_ISO directory,that can use it ===================================== I tested by VMWare was ok. |