samrocks Posted June 23, 2012 Posted June 23, 2012 (edited) Hey guys i have a 16gb kingston data traveller pen drive and i made it multibootable using Winsetup uSb 1.0Beta 8 version which contains Windows Xp Sp2 and Windows Xp Sp3.................But i don't like the default boot menu and i want to edit that....but i don't know how to edit that boot menu i want that my boot menu Should look something like this1)Windows Xp Professional Sp2 Setup(if we hit enter key then nxt scrreen would come saying First part of Windows Xp professional sp3 Setup and Second part...)2)Windows Xp Professional Sp3 Setup((if we hit enter key then nxt scrreen would come saying First part of Windows Xp professional sp3 Setup and Second part...)i m attaching my files here so if u can edit them for me..........i vl be very greatfull to that person............plzzz help me Here is the screenshot of the stuff in my pen drive Screenshot of files under Winsetup folder - Here are my files -Files to edit.rar Edited June 23, 2012 by samrocks
jaclaz Posted June 23, 2012 Posted June 23, 2012 Has by any chance some magic happened and your USB stick has become a (unattended) Multiboot CD/DVD? You are here:MSFN Forum> Unattended Windows Discussion & Support> Multi-Boot CD/DVDsProbably you wanted to be here:MSFN Forum> Member Contributed Projects> Install Windows from USBhttp://www.msfn.org/board/forum/157-install-windows-from-usb/In any case among the file you posted there are two settings files:menu.lstwinsetup.lstLeave menu.lst alone for the moment, it simply loads winsetup.lst.Open winsetup.lst in notepad.Save it to winsetup2.lst.Open winsetup.lst again.Save it to winsetup3.lst.Change all occurrences of winsetup.lst in file winsetup2.lst. to winsetup2.lst.Change all occurrences of winsetup.lst in file winsetup3.lst. to winsetup3.lst.Delete from winsetup2.lst the two menu entries related to XP SP3.Delete from winsetup3.lst the two menu entries related to XP SP2.Now open menu.lst and replace:title Windows XP Setupsmap --unmap=0:0xffmap --unhook && map --rehooksavedefaultls /usbdrive.tag > nul || find --set-root --devices=hf /usbdrive.tag > nulconfigfile /winsetup.lstWith:title Windows Xp Professional Sp2 Setupmap --unmap=0:0xffmap --unhook && map --rehooksavedefaultls /usbdrive.tag > nul || find --set-root --devices=hf /usbdrive.tag > nulconfigfile /winsetup2.lsttitle Windows Xp Professional Sp3 Setupmap --unmap=0:0xffmap --unhook && map --rehooksavedefaultls /usbdrive.tag > nul || find --set-root --devices=hf /usbdrive.tag > nulconfigfile /winsetup3.lstIt is a simple text based set of menues, you may want to learn something about grub4dos reading here:http://diddy.boot-land.net/grub4dos/Grub4dos.htmThe above is simply changing the target of the configfile command:http://diddy.boot-land.net/grub4dos/files/commands.htm#configfilewithout changing any of the actula "booting related" commands.jaclaz
samrocks Posted June 24, 2012 Author Posted June 24, 2012 Thanks for your help bro................but can u tell me how to put a background image in Boot menu for usb........for e.g. how do i put an background image for my usb which i have mentioned above
jaclaz Posted June 24, 2012 Posted June 24, 2012 ...but can u tell me how to put a background image in Boot menu for usb........for e.g. how do i put an background image for my usb which i have mentioned aboveWhat will be next?How can I add x and y?And z?And then? What do you think a guide is for? It is a simple text based set of menues, you may want to learn something about grub4dos reading here:http://diddy.boot-land.net/grub4dos/Grub4dos.htmDoes it contain the info you are asking for? Yes :http://diddy.boot-land.net/grub4dos/files/splash.htmhttp://diddy.boot-land.net/grub4dos/files/gfxmenu.htmjaclaz
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now