SXiPRATEEK Posted March 27, 2009 Posted March 27, 2009 (edited) combine two bootable iso images of xpsp3 & bartpe to single iso Edited March 31, 2009 by SXiPRATEEK
SXiPRATEEK Posted March 27, 2009 Author Posted March 27, 2009 (edited) with 4 basic options 1. boot from primary harddisk2. xp sp33. bart pe4. reboot Edited March 31, 2009 by SXiPRATEEK
SXiPRATEEK Posted March 27, 2009 Author Posted March 27, 2009 (edited) i use g:\cdas my root folder& my file structure isfor boot filesg:\cd\boot\isolinuxg:\cd\boot\bartpeg:\cd\boot\xpsp3for respective cd contentg:\cd\bartpeg:\cd\xpsp3i use isolinux.cfg asDEFAULT /boot/isolinux/vesamenu.c32PROMPT 0TIMEOUT 300TOTALTIMEOUT 450####MENU BACKGROUND /boot/isolinux/splash.pngMENU TITLE XPSP3 + BARTPE######## The 1st byte of the fgnd color is brightness.#### blueMENU COLOR title 1;36;44 #ff0000ff #00000000 std#### blueMENU COLOR unsel 37;44 #ff0000ff #00000000 std#### white MENU COLOR sel 7;37;40 #c0ffffff #ff000000 std#### redMENU COLOR hotkey 1;37;44 #ffff0000 #00000000 std#### greenMENU COLOR hotsel 1;7;37;40 #ff00ff00 #ff000000 all####LABEL bootcMENU LABEL ^boot from C:MENU DEFAULTKERNEL /boot/isolinux/chain.c32APPEND hd0LABEL bartpeMENU LABEL ^BartPE/WinPEKERNEL /boot/bartpe/bSETUPLDR.BINLABEL xpsp3MENU LABEL ^Unattended XP SP# Pro InstallationKERNEL /boot/xpsp3/xSETUPLDR.BIN& edited SETUPLDR.BIN using hexedit & replace i386 to bartpe/i386 in case of bartpe& replace i386 to xpsp3/i386 in case of xpsp3& rename as bSETUPLDR.BIN &xSETUPLDR.BIN& place ing:\cd\boot\bartpeg:\cd\boot\xpsp3 respnow to make cd i have used mkisofs.exe of pebuilder& created bat to automate process@ECHO OFFECHO Starting @ (%TIME%) ....SET _VNBR_=01SET _ROOT_=G:\cdSET CDTITLE="cd-%_VNBR_%"SET CDFILENAME="%_ROOT_%%CDTITLE%.ISO"C:\pebuilder3110a\mkisofs.exe -N -V %CDTITLE% -b isolinux.bin -d -iso-level 4 -no-emul-boot -boot-load-size 4 -boot-info-table -o "G:\ISO.iso" "G:\cd\boot\isolinux"but all this creat bootable iso of 1.44mbthen i use magiciso to add other files from the cd folder & save itthe image is bootable but when i try to chk it with vmware it just do nothing no error no message & no progress just processing** please help me figureout where i have done mistake thanks in adv Edited March 31, 2009 by SXiPRATEEK
uid0 Posted March 27, 2009 Posted March 27, 2009 & edited SETUPLDR.BIN using hexedit & replace i386 to bartpe/i386 in case of bartpe& replace i386 to xpsp3/i386 in case of xpsp3You'll need to stick to 4 characters for a start. Probably best to follow a guide, start with smaller steps and get things working one bit at a time.
SXiPRATEEK Posted March 31, 2009 Author Posted March 31, 2009 (edited) i have merged win xpsp3 & bartpethen i have edited bartpe disk in which i have renamed i386 to bart"i386 is also in xpsp3 so"edit setupldr.bin with hex edit to replace i386 with bartedit textsetup.sif with notepad & change i386 to bartthen i extrat boot.img using isobuster & rename it to "bart.dat"similarly extract boot.img from xpsp3 & rename it to "xpsp3.dat"then i extrat files from xpsp3 & bartpe in same folder three files have same name i keep xpsp3 xpsp3 versionthen i use magic iso to creat multiboot cd with multiboot wizardcd boots wellthen xpsp3 works well bartpe loads well it shows booting screen then login screen of pe & then login & then suddenly it gives error " lsass.exe"& restarthow to overcome this Edited March 31, 2009 by SXiPRATEEK
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now