Hello, today I was experimenting around with unattended and Windows2000 and received the error:
An internal Setup error has occurred. Could not find a place for a swap file. Setup can't continue. Press ENTER to exit. This error shows up only, if I use a prepartitioned system. I found out, that this is, because the partition type is set to 0x07 (Number 7 in hex) NTFS. If I change this to 0x0C Fat32 (LBA) everything is alright. What you can do about it, is to call parted in the beginning of the setup, use command print to find out your partition number called MINOR and use the command mkfs MINOR fat32 (e.g. mkfs 1 fat32) and command exit and everything is fine in installing. What could be done about unattended, that when you choose format in the beginning of the install, the partition type is set to 0x0C. Cheers JJ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info