Jump to content

Recommended Posts

Posted

hi all i'm really new to this so i apologise in advance i've been working on an unattended install it only has 1 operating system nothing to fancy to start with my problem is i've been following this instruction http://flyakite.msfnhosting.com/ but when it comes to the boot ini file i get problems this is my code

cls

print c

"\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

ÄÄÄÄ \n"

print c "\n\cXXWelcome to XP Media Center with SP2 Installer

Setup Utility \n\n"

print c

"\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

ÄÄÄÄ \n\n"

print c "Press key 1 to install from DVD \n"

XP_Pro_Key:

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

end

when i create an image and run it through MS virtual PC

i get the boot menu but i also get a command prompt like this /BOOT> and i can't select my key stroke. can someone please help i've done this setup about 6 times now deleteing everything in the AIO-DVD folder and restarting each time

thanks in advance for any help


Posted

Hi, i'm not promising this will work as i'm new to this myself but i alkso experienced this problem.

It turned out that i had missed a line out of the ini file.

Try adding the following "getkey" (without the quotations) between the XP_Pro_key: and if $lastkey == key[1] lines.

It should look something like this

XP_Pro_Key:

getkey

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

end

then try creating the iso again and booting in virtual pc and see if that works.

Like i said i'm also new but hey if i can help i'll try :D

Scrappysphinx

Posted

Scrappysphinx well spotted you were right 100% many thanks it works great

as soon as i read the reply it clicked must have been blinded by stupidity lol

again many thanks

scooby66 :thumbup

Posted
Scrappysphinx well spotted you were right 100% many thanks it works great

as soon as i read the reply it clicked must have been blinded by stupidity lol

again many thanks

scooby66 :thumbup

Glad i could help someone lol

Posted

Still more probs :no: when I burnt the image to disc I also burnt it with some other files I burnt the whole thing as data i.e. normal data files and the image file of my install now when i restart my pc with the disc in the drive it boots of the hard drive thus using the current install not the new one

again any help :}

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...