August 21, 200817 yr my problem is with the txtsetup.sif it say: The entry "" in the unattended script file doesn't exist in the [Computer] of the INF file txtsetup.sif. setup cannot continue[Computer]acpiapic_mp = "ACPI Multiprocessor PC",files.noneacpiapic_up = "ACPI Uniprocessor PC",files.noneacpipic_up = "Advanced Configuration and Power Interface (ACPI) PC",files.nonesyspro_mp = "Compaq SystemPro Multiprocessor or 100% Compatible",files.nonemps_up = "MPS Uniprocessor PC",files.nonemps_mp = "MPS Multiprocessor PC",files.nonee_isa_up = "Standard PC",files.none486c_up = "Standard PC with C-Step i486",files.none Edited August 22, 200817 yr by Jonwi5
August 21, 200817 yr Author There is no sata driver installed no driver integrated. so it can't be a problem with sata controller.the entry "" i did not find it etheir in the computer section
August 22, 200817 yr Author [Computer]acpiapic_mp = "ACPI Multiprocessor PC",files.noneacpiapic_up = "ACPI Uniprocessor PC",files.noneacpipic_up = "Advanced Configuration and Power Interface (ACPI) PC",files.nonesyspro_mp = "Compaq SystemPro Multiprocessor or 100% Compatible",files.nonemps_up = "MPS Uniprocessor PC",files.nonemps_mp = "MPS Multiprocessor PC",files.nonee_isa_up = "Standard PC",files.none486c_up = "Standard PC with C-Step i486",files.nonehere the more details
August 22, 200817 yr Double check that between:[Computer]acpiapic_mp = "ACPI Multiprocessor PC",files.noneacpiapic_up = "ACPI Uniprocessor PC",files.noneacpipic_up = "Advanced Configuration and Power Interface (ACPI) PC",files.nonesyspro_mp = "Compaq SystemPro Multiprocessor or 100% Compatible",files.nonemps_up = "MPS Uniprocessor PC",files.nonemps_mp = "MPS Multiprocessor PC",files.nonee_isa_up = "Standard PC",files.none486c_up = "Standard PC with C-Step i486",files.noneand following:[Display]forcevga = "Standard VGA (640x480, 16 colors)",files.nonevga = "Auto Detect",files.nonesglfb = "Cobalt",files.sglfbthere are NO spaces or some other unviewable character.Make sure you did not inadvertedly open it with a software and saved it in any "non-ANSI" mode.Also check that the characters around the "=" sign are actual spaces (hex 20) and not any other one, like TAB or similar.I seem to remember that you can remove any space around the "=" sign, like from:486c_up = "Standard PC with C-Step i486",files.noneto:486c_up="Standard PC with C-Step i486",files.noneIf viewed in a hex editor, the only byte values you should have between the last "files.none" in the [Computer] section and [Display] should be one or more series of "0D 0A" (CR+LF or 13+10 dec).jaclaz Edited August 22, 200817 yr by jaclaz
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now