制作liveusb实现ubuntserver12全自动无人职守安装

简介:

使用unetbootin工具制作的liveusb,/pool/main/l/linux-lts-saucy/udeb包的名字由于过长被更改成ude了,在安装的过程中会报缺udeb包的错误。这是工具的问题,所以可以挂载光盘后,手动复制过去。
还一个比较好用的工具是usb-creator-gtk,好像就是传说中的startup disk creator。使用ubuntu 12.04.4的官方iso开始进行liveusb制作。不过按照下面方法造出来的liveusb在部分机器上会卡住不能继续安装,原因未知!

sudo mount /dev/sdc1 /mnt/sdc1

cd /mnt/sdc1/syslinux && sudo mv isolinux.bin syslinux.bin

sudo vim /mnt/sdc1/syslinux/syslinux.cfg
把超时时间timeout改成30,就是3秒的意思
sudo vim /mnt/sdc1/syslinux/txt.cfg
修改append后面的内容
append initrd=/install/initrd.gz file=/cdrom/ks.seed boot=install debian-installer/locale=en_US console-setup/ask_detect=false keyboard-configuration/layoutcode=us automatic-ubiquity quiet splash --

制作ks.seed文件
sudo vim /mnt/sdc1/ks.seed
# ubuntu preseed file
d-i debian-installer/locale string en_US  
d-i debian-installer/language string en  
d-i debian-installer/country string china
d-i localechooser/supported-locales multiselect en_US.UTF-8, zh_CN.UTF-8  
#keyboard  
d-i console-setup/ask_detect boolean false  
d-i console-configuration/layoutcode string us  
d-i keyboard-configuration/modelcode string SKIP   
#clock  
d-i clock-setup/utc boolean false  
d-i time/zone string Asia/Shanghai  
#network  
d-i netcfg/choose_interface select auto  
d-i netcfg/dhcp_failed note  
d-i netcfg/dhcp_options select Do not configure the network at this time  
d-i netcfg/get_hostname string test  
d-i netcfg/get_domain string test-domain  
d-i netcfg/wireless_wep string  
# Mirror  
d-i mirror/protocol string http  
d-i mirror/country string china  
d-i mirror/http/hostname string  mirrors.163.com  
d-i mirror/http/directory string /ubuntu  
d-i mirror/http/proxy string  
# clock  
d-i clock-setup/ntp boolean true  
# partition  
d-i partman-auto/disk string /dev/sda  
d-i partman-auto/method string regular  
d-i partman-lvm/device_remove_lvm boolean true  
d-i partman-md/device_remove_md boolean true  
d-i partman-auto/choose_recipe select atomic  
d-i partman/default_filesystem string ext4  
d-i partman/confirm_write_new_label boolean true  
d-i partman/choose_partition  select Finish partitioning and write changes to disk  
d-i partman/confirm boolean true  
#user  
#d-i passwd/root-login boolean true  
#d-i passwd/root-password-crypted password $1$3nGno0$c4rp7NcQRAcJV3AdzKV890  
#d-i passwd/make-user boolean true  
d-i passwd/user-fullname string ubuntu  
d-i passwd/username string ubuntu  
#d-i passwd/user-password-crypted password $1$3nGno0$c4rp7NcQRAcJV3AdzKV890  
d-i passwd/user-password password admaster54322
d-i passwd/user-password-again password admaster54322
d-i user-setup/allow-password-weak boolean true  
d-i user-setup/encrypt-home boolean false  
#package  
tasksel tasksel/first multiselect none  
d-i pkgsel/include string openssh-server vim gcc make 
d-i pkgsel/upgrade select full-upgrade  
d-i pkgsel/install-language-support boolean true  
d-i pkgsel/language-packs multiselect en, zh  
d-i pkgsel/update-policy select none  
# popularity-contest popularity-contest/participate boolean false  
d-i pkgsel/updatedb boolean true  

#grub  
d-i grub-installer/skip boolean false  
d-i lilo-installer/skip boolean true  
d-i grub-installer/grub2_instead_of_grup_legacy boolean true  
d-i grub-installer/only_debian boolean true  
d-i grub-installer/with_other_os boolean true  

# Finish  
d-i finish-install/keep-consoles boolean true  
d-i finish-install/reboot_in_progress note  
d-i cdrom-detect/eject boolean true  
d-i debian-installer/exit/halt boolean false  
d-i debian-installer/exit/poweroff boolean false



本文转自 朱科强 51CTO博客,原文链接:http://blog.51cto.com/zhukeqiang/1382851,如需转载请自行联系原作者

相关文章
|
9天前
|
机器人 人机交互 语音技术
智能电销机器人源码部署安装好后怎么运行
销售打电销,其中90%电销都是无效的,都是不接,不要等被浪费了这些的精力,都属于忙于筛选意向客户,大量的人工时间都耗费在此了。那么,有这种新型的科技产品,能为你替代这些基本的工作,能为你提升10倍的电销效果。人们都在关心智能语音客服机器人如何高效率工作的问题,今天就为大家简单的介绍下:1、智能筛选系统:电销机器人目前已经达到一个真人式的专家级的销售沟通水平,可以跟客户沟通,筛选意向,记录语音和文字通话记录,快速帮助电销企业筛选意向客户,大大的节约了筛选时间成本和人工成本。2、高速运转:在工作效率上,人工电销员,肯定跟不上智能语音机器人,机器人自动拨出电话,跟客户交谈。电话机
84 0
|
5月前
|
监控 安全 网络安全
好物分享:公司电脑监控软件推荐
探索提升员工效率与网络安全的公司电脑监控软件:WorkWin、InterGuard和Work Examiner。这些工具提供USB管理、带宽控制、远程监控、行为追踪、权限分配、数据泄露防护及网站过滤等功能,确保合规性,助力高效企业管理。
141 0
|
搜索推荐 索引
每天分享五款工具,让你的工作办公更顺心
快乐不是在于拥有什么,而在于我们和别人分享什么。每天分享五款工具,让大家工作办公更顺心就是我最大的快乐。
173 1
每天分享五款工具,让你的工作办公更顺心
|
安全 Android开发 开发者
告别关屏发热:安卓手机调教之Xposed框架+绿色守护篇
安卓系统的开源特性使得其在智能手机市场的占有率一直在稳步提升,最新的统计数据显示在全球市场,除了苹果占据了11.5%的市占率之外,位列前五名的智能手机厂商当中有四家主要以生产安卓设备为主,虽然安卓因为碎片化的原因导致其饱受争议,但不可否认安卓手机已经成为了移动互联网时代的赢家。
366 0
|
Web App开发 安全 小程序
分享五款压箱底的软件,好用易下载
今天要给大家推荐5款压箱底的宝贝软件了,百度搜索一下就能找到下载链接了。
143 0
分享五款压箱底的软件,好用易下载
|
数据可视化 安全
物流运输logo在线设计制作:三分钟教你搞定
今天标小智来从物流logo图标、物流logo字体等多个角度分享物流运输logo设计干货,并为你准备了简单好看的交通物流logo设计案例模板,一起看看看吧!
物流运输logo在线设计制作:三分钟教你搞定
|
数据采集 文字识别 数据可视化
推荐五款装机必备的常用软件
PC端软件众多,但真正良心的软件,少之又少。笔者的桌面上,就有那么几个,不管换了几次新电脑,都会第一时间,安装上去的良心软件。
156 0
推荐五款装机必备的常用软件
|
数据可视化
推荐五款电商常用的线上工具,不用下载,马上收藏使用
不少做电商的小伙伴,私信我说想要一些对电商有帮助的工具,经过我加班加点地收集工作,总算初具成果了。
170 0
推荐五款电商常用的线上工具,不用下载,马上收藏使用
利用自制工具,清除道岔积雪为运输生产保驾护航
由于受北方气候影响,每年冬季都会有冰雪覆盖铁路线路道岔,使得道岔在转换过程中,冰雪粘着在尖轨底部以及基本轨轨腰上,导致尖轨与基本轨不密贴,进路无法排放,信号灯无法按照规定显示,尤其是冶金企业,发生此现象后,一般采取使用酒精喷灯进行热处理,但由于尖轨底部雪块不宜热熔,处理时间较长,容易耽误生产。特别是咽喉道岔遭冰雪覆盖后,将会打乱正常的行车工作安排,使得铁路运输中断,无法正常运行,造成的损失无可估量。