BAD ARCHIVE MIRROR using PXE BOOT method

Posted by omkar on Server Fault See other posts from Server Fault or by omkar
Published on 2011-02-27T22:01:49Z Indexed on 2011/02/27 23:26 UTC
Read the original article Hit count: 814

i m trying to automatically install UBUNTU on a client PC by using the method of PXE BOOT method....my Objectives are below:-

i m following the steps given in this link installation using PXE BOOT INSTALL

1:-the server will have a KICKSTART config file which contains the parameters for the OS installation and the files which are required for the OS installations.

2:-the client will have to detect this configuration along with the setup files and complete the installation without any input from the user.

In my server i have installed DHCP3-server,Apache2 and TFTP for helping me with the installation.

i have nearly achieved my first objective,i m able to boot my client using the files stored in the server,but during the installation stage it is asking me to "CHOOSE A MIRROR of UBUNTU ARCHIVE".i gave the server's IP address and the path in the server where the files are located but then too its giving me error "BAD ARCHIVE MIRROR".

so is it possible that instead of downloading all the files from the internet and storing them on my disk , can i use the files which comes with the UBUNTU-CD, and how to store this files in what format (should i zip them ) on the disk.

secondly i am also generating the ks.cfg which i wanted to give to the client for automatic installation of the OS ,so how should the configuration file be given to the installation process.

© Server Fault or respective owner

BAD ARCHIVE MIRROR using PXE BOOT method

Posted by omkar on Ask Ubuntu See other posts from Ask Ubuntu or by omkar
Published on 2011-02-27T21:54:47Z Indexed on 2011/02/27 23:32 UTC
Read the original article Hit count: 814

Filed under:
|
|
|

i m trying to automatically install UBUNTU on a client PC by using the method of PXE BOOT method....my Objectives are below:-

i m following the steps given in this link installation using PXE BOOT

1:-the server will have a KICKSTART config file which contains the parameters for the OS installation and the files which are required for the OS installations.

2:-the client will have to detect this configuration along with the setup files and complete the installation without any input from the user.

In my server i have installed DHCP3-server,Apache2 and TFTP for helping me with the installation.

i have nearly achieved my first objective,i m able to boot my client using the files stored in the server,but during the installation stage it is asking me to "CHOOSE A MIRROR of UBUNTU ARCHIVE".i gave the server's IP address and the path in the server where the files are located but then too its giving me error "BAD ARCHIVE MIRROR".

so is it possible that instead of downloading all the files from the internet and storing them on my disk , can i use the files which comes with the UBUNTU-CD, and how to store this files in what format (should i zip them ) on the disk.

secondly i am also generating the ks.cfg which i wanted to give to the client for automatic installation of the OS ,so how should the configuration file be given to the installation process.

© Ask Ubuntu or respective owner

Related posts about pxe

Related posts about automated-install