Jump to content

small problem i hope


scooby66

Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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 :}

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