Hello.
I am trying to get an unattended v4.6 install going and have run into a few bumps.
I have everything working with the defaults for a net install using the dos boot with memdisk and the undis3c.imz image. The problem comes when I try to modify the image for undis3c. I made a small change to the autoexec.bat to customize the path and password for the guest account. I am running the make command in linux (Red Hat Enterprise linux 3). When I run the "make images" command this is what i get:
> make images
version=`../linuxboot/tools/version.pl` && \
echo -e "SET VERSION=$version\r" > template/version.bat.tmp
cmp -s template/version.bat.tmp template/version.bat || mv template/version.bat.
tmp template/version.bat
rm -f template/version.bat.tmp
Making images/undis3c.imz...plain floppy: device "/home/ln614c/unattended-4.6/bootdisk/images/undis3c.img" busy (No locks available):
Cannot initialize 'X:'
Bad target x:/./attrib.com
plain floppy: device "/home/ln614c/unattended-4.6/bootdisk/images/undis3c.img" busy (No locks available):
Cannot initialize 'X:'
Bad target x:/./autoexec.bat
plain floppy: device "/home/ln614c/unattended-4.6/bootdisk/images/undis3c.img" busy (No locks available):
Cannot initialize 'X:'
Bad target x:/./choice.exe
plain floppy: device "/home/ln614c/unattended-4.6/bootdisk/images/undis3c.img" busy (No locks available):
Cannot initialize 'X:'
Bad target x:/./config.sys
..
..
..
plain floppy: device "/home/ln614c/unattended-4.6/bootdisk/images/undis3c.img" b
usy (No locks available):
Cannot initialize 'X:'
Bad target x:/./version.bat
make: *** [images/undis3c.imz] Error 1
It leaves a undis3c.img file in the images dir and if you try and boot off of that, it runs but only goes to an "a:\>" prompt and all that is on the virtual a: drive is kernel.sys and command.com
Anyone have an idea as to why the make is failing?
Thanks.
~Doug
