Thread: Preseed not loading
hi there.
made usb stick ubuntu server 10.04 x86 iso using unetbootin.
have modified syslinux.cfg read preseed file, seems it's not. know i'm modifiying right file, because able see changes in menu entries.
file in /preseed directory. when choose default option (wich 1 modified) installer asks me lot of configured stuff n preseed file.
syslinux.cfg looks this:
my preseed.seed file:code:default menu.c32 prompt 0 menu title unetbootin timeout 100 label unetbootindefault menu label default kernel /ubnkern append initrd=/ubninit file=/cdrom/preseed/preseed.seed quiet --
code:############## language & locale ################# # locale sets language , country. d-i debian-installer/locale string pt_br # keyboard selection. # disable automatic (interactive) keymap detection. d-i console-setup/ask_detect boolean false d-i console-setup/layoutcode string br d-i console-setup/modelcode string abnt2 #clock configuration #enable utc d-i clock-setup/utc boolean true #timezone d-i time/zone string america/sao_paulo ############# network configuration ############### #choose ethernet interface d-i netcfg/choose_interface select eth0 #disable dhcp d-i netcfg/disable_dhcp boolean true # static network configuration. d-i netcfg/get_nameservers string 192.168.1.1 d-i netcfg/get_ipaddress string 192.168.1.35 d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 192.168.1.1 d-i netcfg/confirm_static boolean true #hostname (change after installation) d-i netcfg/get_hostname string server #domain d-i netcfg/get_domain string network # disable annoying wep key dialog. d-i netcfg/wireless_wep string ############ repository ############## ### mirror settings # if select ftp, mirror/country string not need set. #d-i mirror/protocol string http #d-i mirror/country string manual #d-i mirror/http/hostname string 192.168.1.236 #d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string http://user:123456@192.168.1.1:3128 ################### partitioning #################### #set wich disk should used d-i partman-auto/disk string /dev/sda #set method regular (could crypto or lvm) d-i partman-auto/method string regular #this line describes how disk should partitioned , formatted #d-i partman-auto/expert_recipe string boot-root :: 30053 50 30053 ext4\ d-i partman-auto/expert_recipe string boot-root :: 6000 50 6000 ext4\ $primary{ } $bootable{ } \ mehotd{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ / } . #ignores question not having swap d-i partman-basicfilesystems/no_swap boolean false d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true #install linux generic kernel d-i base-installer/kernel/image string linux-generic ################# users & accounts ################## #define root password d-i passwd/root-password password r00tpa$$wd d-i passwd/root-password-again password r00tpa$$wd #create user d-i passwd/user-fullname string myuser d-i passwd/username string theuser d-i passwd/user-password password 123456 d-i passwd/user-password-again password 123456 #perimitir senha fraca d-i user-setup/allow-password-weak boolean true ############## apt configuration ############# d-i apt-setup/restricted boolean true d-i apt-setup/universe boolean true d-i apt-setup/backports boolean true ############ packges ############### tasksel tasksel/first multiselect standard #install openshh-server d-i pkgsel/include string openssh-server build-essential #disable package upgrade d-i pkgsel/upgrade select none #no automatic updates d-i pkgsel/update-policy select none #do not send information popularity-contest popularity-contest/participate boolean false ################# boot loader ################# #only debian installed, put grub in mbr d-i grub-installer/only_debian boolean true ########## finishing ########## #don't show finished message d-i grub-installer/only_debian boolean true
one more info, got same pattern either using linux usb creator , unetbootin
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Preseed not loading
Ubuntu
Comments
Post a Comment