Asif,<br><br>Are you trying to boot off PXE boot?  I actually wrote a small wiki entry for lucid 64 bit.<br><br><a href="https://www.frackingtubes.com/wiki/index.php/Ubuntu_preseed.cfg_installs_off_PXE_Boot">https://www.frackingtubes.com/wiki/index.php/Ubuntu_preseed.cfg_installs_off_PXE_Boot</a><br>
<br><div class="gmail_quote">On Tue, Feb 15, 2011 at 3:49 PM, Asif Iqbal <span dir="ltr"><<a href="mailto:vadud3@gmail.com">vadud3@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I have this isolinux.cfg file but my installation is not reading the<br>
preseed.cfg file from my custom cd image.<br>
<br>
I built it using this method<br>
<a href="https://help.ubuntu.com/community/InstallCDCustomization" target="_blank">https://help.ubuntu.com/community/InstallCDCustomization</a><br>
<br>
# cat /opt/image/isolinux/isolinux.cfg<br>
serial 0<br>
console 0<br>
prompt 1<br>
default install<br>
label install<br>
  menu label ^Install Ubuntu Server<br>
  kernel /install/vmlinuz<br>
  append  preseed/file=/cdrom/preseed.cfg initrd=/install/initrd.gz --<br>
console=ttyS0,9600n8<br>
<br>
<br>
# cat /opt/image/preseed.cfg file looks like this<br>
<br>
d-i debian-installer/locale string en_US<br>
d-i console-keymaps-at/keymap select us<br>
d-i     netcfg/disable_dhcp     boolean true<br>
d-i     netcfg/get_nameservers  string  192.168.3.65<br>
d-i     netcfg/get_ipaddress    string  192.168.0.28<br>
d-i     netcfg/get_netmask      string  255.255.255.0<br>
d-i     netcfg/get_gateway      string  192.168.0.1<br>
d-i     netcfg/confirm_static   boolean true<br>
d-i     mirror/http/proxy       string<br>
d-i     netcfg/choose_interface select eth0<br>
d-i     netcfg/wireless_wep     string<br>
d-i     netcfg/get_hostname     string <a href="http://host.example.net" target="_blank">host.example.net</a><br>
d-i     netcfg/get_domain       string <a href="http://example.net" target="_blank">example.net</a><br>
d-i netcfg/wireless_wep string<br>
d-i anna/choose_modules string network-console<br>
d-i network-console/password password secret<br>
d-i network-console/password-again password secret<br>
<br>
But my installation still asked me about all these.<br>
<br>
I am trying to install ubuntu lucid 64bit server<br>
<br>
<br>
content of the cd image<br>
<br>
/opt/images# ls<br>
README.diskdefines  dists  isolinux    pics  preseed      ubuntu<br>
cdromupgrade        doc    install              md5sum.txt  pool  preseed.cfg<br>
<br>
Thanks for the help.<br>
<br>
--<br>
Asif Iqbal<br>
PGP Key: 0xE62693C5 KeyServer: <a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a><br>
A: Because it messes up the order in which people normally read text.<br>
Q: Why is top-posting such a bad thing?<br>
<font color="#888888"><br>
--<br>
ubuntu-server mailing list<br>
<a href="mailto:ubuntu-server@lists.ubuntu.com">ubuntu-server@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-server" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-server</a><br>
More info: <a href="https://wiki.ubuntu.com/ServerTeam" target="_blank">https://wiki.ubuntu.com/ServerTeam</a><br>
</font></blockquote></div><br>