January 22, 200719 yr I am trying to make a multiboot dvd but i have some questions and i hope someone can provide me the answers.1) on the site of flyakite he explains how to create the bootfolders:Creating the Boot FolderThanks to gosh from the MSFN forums, I have discovered a much better way to obtain the boot files. While this method is a slight pain, it ensures that everyone has the proper boot files for their DVD. Go to Start -> Run and type or paste the following command with the correct drive letter of course:D:\AIO-DVD\SETUP\XP\Professional\i386\winnt32.exe /norebootWindows XP setup should come up. Choose "New Installation" and go through the options as usual. Do NOT download updated setup files. At the "Setup Options" screen, click on "Advanced Options" and make sure "copy all installation files from the CD" is checked. If it is grayed out don't worry about it.Setup should create 2 folders in the root of your main drive. They will be hidden so make sure "Show hidden files and folders" is enabled.$WIN_NT$.~BT - the boot folder$WIN_NT$.~LS - installation files folderHowever when i try to do this i get the message "the xp on the pc is newer than the cd" and the setup can not be done. It's a xp sp2 cd.Now i want to use the 6 xp bootdiskettes as bootfolders. My question is can i use these diskettes or not?2) I have made a graphic bootmenu and i want to use it with cdshell. But when cdshell runs i get an error: Error:missing file 5.1 missing file:cdshell.iniThis is the simple ini file:boot:Windows:Windows_Key:clsshow image windows.csigetkeyif $lastKey == key[1]; then chain /PRO1.DATif $lastKey == key[2]; then chain /HOM1.DATif $lastKey == key[3]; then chain /2PRO.DATif $lastKey == key[4]; then memdisk /98SE.IMGif $lastKey == key[5]; then memdisk /WINME.IMAif $lastKey == key[x]; then chain /PRO2.DATif $lastKey == key[q]; then goto endif $lastKey == key[r]; then rebootif $lastKey == key[h]; then goto Helpif $lastKey == key; then boot 0x80goto menuCan someone please help me with this?
January 22, 200719 yr try changing the directory in witch windows would be installed when you run winnt32.exe /noreboot. Try choosing one that is not \WINDOWSand about the seconde question, is your cdshell.ini in the same folder where is cdshell? If not, try to moving it to the cdshell folder, it might work.
March 10, 200719 yr If you still don't know what's wrong just look at line 5.it says:"show image windows.csi"where did you put your windows.csi file? in this case it should be in BOOT folder. better way is to set path to this file. e.g.:"show image \BOOT\IMG\menu.csi"ps. sorry for my english.
Create an account or sign in to comment