Jump to content

problem


Resurr

Recommended Posts

ok rdy and going with my multi-cd howerver my cdshell.ini menu works to a point the image comes up then the menu and then i go through to the os and non of them work

windows 2003 reg and unattended and windows XP sp1a and XP sp1a corp reg and unattended vers for them and i dont know why it sez cannot boot from cd code 5 when i try to run the setup using the boot1.dat system

boot:

cls

print "\n"

print "Press Enter to boot from ReS Multi-CD Disc 1... \n"

getkey 10 boot 0x80

if $lastKey == key[enter]; then goto time

# When no key found...

goto boot

# Function to display time of day

time:

set hour = $timeHour

set ampm = "am"

if $timeHour > 12; then set hour = $timeHour - 12

if $timeHour > 12; then set ampm = "pm"

set time = "$hour:$timeMinute$ampm"

# Function to display date

date:

set month = "n/a"

if $dateMonth == 1; then set month = "Jan."

if $dateMonth == 2; then set month = "Feb."

if $dateMonth == 3; then set month = "Mar."

if $dateMonth == 4; then set month = "Apr."

if $dateMonth == 5; then set month = "May."

if $dateMonth == 6; then set month = "Jun."

if $dateMonth == 7; then set month = "Jul."

if $dateMonth == 8; then set month = "Aug."

if $dateMonth == 9; then set month = "Sep."

if $dateMonth == 10; then set month = "Oct."

if $dateMonth == 11; then set month = "Nov."

if $dateMonth == 12; then set month = "Dec."

set date = "$dateDay/$datemonth/$dateYear"

# Printing the Interface

menu:

set textColor= color[grey on black]

set boldColor= color[red on black]

cls

print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c07$time $date\cXX>ÄÄ \n\n"

print c "\cXXResurr extra Services Is Proud to Present\n"

print c "\cXXReS MultiBoot-CD v0,0,0,1b\n\n"

print c "\c04Server:\c07irc.betasirc.com \c04Channel: \c07ReS\c04, \c07Betas \n\n"

print l "\cXXPress \c07F1 \cXXfor Help \n"

print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"

print "1)  Windows XP Professional SP1a \n"

print "2)  Windows XP Professional SP1a Corporate Edition \n"

print "3)  Windows Server 2003 Corporate Edition \n"

print "\n"

print "O)  Boot Windows 98se Bootdisk \n"

print "P)  View Operating System Serials \n"

print "Q)  Quit to Command Prompt \n"

print "R)  Reboot \n"

print "ESC) Boot 1st Harddisk \n"

print c "\n"

MainKey:

getkey 20 boot 0x80

if $lastKey == key[1]; then goto XP_Pro

if $lastKey == key[2]; then goto XP_Pro_Corp

if $lastKey == key[3]; then goto Server2003

if $lastkey == key[o]; then memdisk /boot98se.IMA

if $lastkey == key[p]; then goto SerialNumbers

if $lastKey == key[q]; then end

if $lastKey == key[r]; then reboot

if $lastKey == key[F1]; then goto Help

if $lastKey == key[esc]; then boot 0x80

SerialNumbers:

cls

print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c07$time $date\cXX>ÄÄ \n\n"

print c "\cXXSerial Numbers\n\n"

print l "\cXXPress \c07F1 \cXXfor Help \n"

print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"

print l "\cXXWindows XP Professional SP1a Corporate Edition : \n"

print l "\cXX \c \n"

print l "\cXXWindows XP Professional SP1a OEM : \n"

print l "\cXX \c \n"

print l "\cXXWindows Server 2003 Corporate Edition : \n"

print l "\cXX \c \n"

print c "\n\n"

print "Press any key to return to main menu... \n"

getkey

goto menu

XP_Pro_Corp:

cls

print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c07$time $date\cXX>ÄÄ \n\n"

print c "\cXXWindows XP Professional SP1a Corporate Edition \n"

print l "\cXXPress \c07F1 \cXXfor Help \n"

print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"

print "1)  Regular \n"

print "2)  Unattended \n"

print c "\n\n"

print "Press any key to return to main menu... \n"

XP_Pro_Key:

getkey 20 goto menu

if $lastKey == key[1]; then chain /BOOT2a.DAT

if $lastKey == key[2]; then chain /Boot2b.DAT

if $lastKey == key[F1]; then goto Help

goto menu

XP_Pro:

cls

print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c07$time $date\cXX>ÄÄ \n\n"

print c "\cXXWindows XP Professional SP1a \n"

print l "\cXXPress \c07F1 \cXXfor Help \n"

print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"

print "1)  Regular \n"

print "2)  Unattended \n"

print c "\n\n"

print "Press any key to return to main menu... \n"

XP_Home_Key:

getkey 20 goto menu

if $lastKey == key[1]; then chain /BOOT1.DAT

if $lastKey == key[2]; then chain /BOOT2.DAT

if $lastKey == key[F1]; then goto Help

goto menu

Server2003:

cls

print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c07$time $date\cXX>ÄÄ \n\n"

print c "\cXXWindows Server 2003 Corporate Edition \n"

print l "\cXXPress \c07F1 \cXXfor Help \n"

print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"

print "1)  Regular \n"

print "2)  Unattended \n"

print c "\n\n"

print "Press any key to return to main menu... \n"

Server2003_Key:

getkey 20 goto menu

if $lastKey == key[1]; then chain /BOOTSSa.DAT

if $lastKey == key[2]; then chain /BOOTSSb.DAT

if $lastKey == key[F1]; then goto Help

goto menu

Help:

cls

print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c07$time $date\cXX>ÄÄ \n\n"

print c "\cXXReS Multiboot-CD Help \n"

print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"

print l  "Install Types \n"

print l "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

print "Regular -       Install will prompt you for all information during setup. \n"

print "Unattended -    Install with no user prompts. \n\n"

print l  "CD Information \n"

print l "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

print "This CD Contains OEM Structured Setup Directors. It will install the following: \n"

print "-Asus_Sound_Drivers -Broadcom_Gigabyte_Lan_drivers -Samtron_Monitor_Drivers. \n"

print " Above Drivers are for Asus Motherboard A7V8X \n\n"

print "And the following: -Asus_Sound_driver1 -Asus_Nforce2 \n"

print " Above Drivers are for Asus Motherboard A7N8X-X \n\n"

Print "And the following: -Nvidia_Drivers \n"

print " Above Drivers are for Nvidia Graphics Cards \n\n"

print "Press any key to return to main menu... \n"

getkey

goto menu

end

Link to comment
Share on other sites


**** it i tihnk i know whats wrong

BOOTSSb.dat is the boot files

in the files in hex it is a small b or a ect and in the cdshell.ini and the cdimage.exe made it all capitals with my programs so i am ganna no through and change then all and try that

Link to comment
Share on other sites

lol there not there now thnx to whoever removed them was very tired when i posted that :)

XPCD-

--BOOT

--SSVR2K3A (Regular Setup Boot files folder for server 2003 standard)

--SSVR2K3B (Unattended Setup Boot files folder for server 2003 standard)

--VOL1A (Regular Setup Boot files folder for XP pro sp1 oem standard)

--VOL1B (Unattended Setup Boot files folder for XP pro sp1 oem standard)

--VOL2A (Regular Setup Boot files folder for XP pro sp1standard)

--VOL2B (Unattended Setup Boot files folder for XP pro sp1 standard)

--XPPro

---i386

---$OEM$

--XPProCorp

---i386

---$OEM$

--SServer

---i386

---$OEM$

--BOOT1.DAT -(OEM XP pro sp1 boot file for regular)

--BOOT2.DAT -(OEM XP pro sp1 boot file for unattened)

--BOOT2A.DAT -(normal XP pro sp1 boot file for regular)

--BOOT2B.DAT -(normal XP pro sp1 boot file for unattended)

--BOOTSSA.DAT -(normal 2003 server boot file for regular)

--BOOTSSB.DAT -(normal 2003 server boot file for unattended)

--README.HTM

--SPNOTES.HTM

--WIN51

--WIN511C

--WIN511C.SP1

--WIN511P

--WIN511P.SP1

if you have any questions please ask also do you have to tell cdimage.exe to make them all capitals ?

coz it keeps making them capitals

for every file and every folder

Link to comment
Share on other sites

i ahve replaced the .dat files with ones i mad from the orifinal cds i have burned it with both nero and fireburner and no luck it keeps giving me

CDBOOT: Cannot boot from CD - Code:5

no matter what i try

i have cheaked all the hex links to the boot folders for windows xp and server exct they are all right i have deleted the 3 files from the boot folders i am running the menu form \BOOT\ on the root of the cd newest ver of cdshell too

Link to comment
Share on other sites

hrm as i siad on my last msg in the things i have tried and all of them wher the only fixes i found on this site i have tried goodgle but got back sites in chineese i think and the links to the forums on this site i have already been on

Link to comment
Share on other sites

do you get the error when you enter CDShell or when you tell it to boot an dat file?

are the dat files in your root folder or in the same folder as CDShell. They should be in the root of your CD structure not int he CDShell folder.

Link to comment
Share on other sites

the menu is working fine i mean i even tried a ver with diskemu both goto where u tell it 1 - goes to windows sp1 then press 1 again to install regular and it sez the error on both menus i cheaked the .dat files they are correct in the cdshell.ini and in the discemu batch and then i opened the dat files in hex editor and cheaked them they looked fine all linked up right then txtsetup.sif and hexed setupldr.bin and they seemed fine i duno what the probelm is i mean i did alot of modding on windows XP in order to fit it and 2003 server onto 1 700mb cd but i didnt really touch 2003 and that doesnt workj eather givees me the same error

Link to comment
Share on other sites

the .dat files are in the root of the CD

one other thing is the windows 98 boot disk works on both menus

i duno if that helps but it shows that the menus do work i duno what it is stuffing up opn me :)

if the batchfile i used to run cdimage.exe looks like the following will that effect it ? coz it removes all attributes

CLS

@echo off

TITLE Creating ISO Image of Windows XP Professional

ECHO.

ECHO Removing any possible attributes set on f:\XPCD and its subfolders...

attrib -R -H C:\XPCD /S /D

ECHO.

ECHO Creating ISO...

CDIMAGE.EXE -lRESMCD -t08/23/2001,09:00:00 -b\XPCD\loader.bin -h -n -o -m \XPCD f:\RES_Multi-cd_Beta1.iso

ECHO.

PAUSE

EXIT

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...