Jump to content

ingvar

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Iceland

Posts posted by ingvar

  1. Hi

    I´m getting the same error "CDBOOT: Cannot boot from CD- code: 5

    I have bin going over the setup over and over again and I alwais get the same error.

    The PRO1.DAT is in the root of the CD and I modified it according to the guide.

    this is how my cdshell.ini file looks like:

    boot:

    cls

    print "\n"

    print "Press Enter to boot from CD... \n"

    getkey 8 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 = "$month$dateDay,$dateYear"

    # Printing the Interface

    menu:

    set textColor= color[grey on black]

    set boldColor= color[cyan on black]

    cls

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

    print c "\cXXMicrosoft Windows XP Professional SP1 Corporate\n\n"

    print c "\CXXThe setup is unattended and will erase all all data on harddisk\n\n"

    print l "\cXXPress \c0BF1 \cXXfor Help"; print r "\ ingvar@ok.is \n"

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

    print "1) Windows XP Professional SP1 Corporate \n"

    print "R) Reboot \n"

    print "ESC) Boot From Harddisk \n"

    print c "\n"

    MainKey:

    getkey 20 boot 0x80

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

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

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

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

    XP_Pro:

    cls

    print r "\n\cXXPress \c0BF1 \cXXfor Help \n"

    print c "\n\c04WARNING ALL DATA ON HARDDISK WILL BE ERASED \n"

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

    print "1) CONTINUE \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 \PRO1.DAT

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

    goto menu

    Help:

    cls

    print c "\n\cXXMulti-Boot DVD Help \n"

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

    print "\n"

    print "Hit the key of your choice in the main menu -> \n"

    print "\n"

    print "\n"

    print "ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "\n"

    print "\n"

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

    getkey

    goto menu

    end

    the filestrukture of the cd is acording to the guide.

    If any one knows what could solve this I would apriciate it very much.

    Best regards

×
×
  • Create New...