Ubuntu / Debian的工作正确 – 系统是可启动的。 但是, fdisk -l的结果如下: Disk /dev/sda: 50 GiB, 53687091200 bytes, 104857600 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0x000e157a Device Boot Start End Sectors Size Id Type […]
preseeding工作完美的我使用: auto url=http://mydomain.com/preseed.cfg 但只要我使用https连接,它不再工作。 auto url=https://mydomain.com/preseed.cfg 与wget我可以下载preseed文件没有问题,与l i我得到一个 "SSL-Error:no issuer was found" 所以它看起来像一个证书问题,我使用startssl.com来生成我的免费证书,nginx作为SSL Web服务器(没有问题访问与Firefox的https网站)。 如何debugging呢? 如何强制通过SSL连接获取文件?
我需要知道如何通过di早期/命令或di preseed /运行来将其添加到preseed.cfg , preseed.cfg从/proc/cmdline参数中将我的镜像设置在preseed.cfg 。 如果我做: di preseed/run string ws/ubuntu.sh #!/bin/sh for x in `cat /proc/cmdline`; do case $x in RPHOST*) eval $x di mirror/http/hostname string ${RPHOST} di mirror/http/mirror string ${RPHOST} di apt-setup/security_host string ${RPHOST} ;; esac; done 它失败。 它在CentOS kickstart %pre部分运行良好,但是我不知道如何通过debian / ubuntu预置。
我尝试使用configurationlvm的debian 6.0.5 netinstall的专家配方。 我不想问任何问题,但是一直问我:“将更改写入磁盘并configurationLVM? 这是我的preseed.cfg的一部分: di partman-auto/disk string /dev/sda di partman-auto/method string lvm di partman-auto/purge_lvm_from_device boolean true di partman-auto/choose_recipe select boot-root di partman-auto-lvm/new_vg_name string vg00 di partman-auto/expert_recipe string \ boot-root :: \ 128 50 128 ext2 \ $primary{ } $bootable{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext2 } \ mountpoint{ […]
安装媒体:ubuntu-10.04-desktop-i386.iso 我尝试了很多不同的启动参数,但是安装程序忽略了预先configuration,或者直接作为LiveCD启动。 我试过的启动参数的一个例子: auto url = http://mydomain.com/path/preseed.cfg boot = casper only -ubiquity initrd = / casper / initrd.lz quiet splash – 如果我only-ubiquity删除only-ubiquity ,它将作为一个LiveCD启动。 如果我删除boot=casper ,它将不会启动。 如果我添加vga=normal locale=en_US console-setup/layoutcode=us console-setup/ask_detect=false interface=auto ,它仍然不能自动安装。 如果我删除auto ,这是一样的。 启动这种安装的正确启动参数是什么? 从托pipepreseed.cfg的服务器的apache日志中,我看到安装程序没有问题获取预先select的文件。 我的预置文件与https://help.ubuntu.com/10.04/installation-guide/example-preseed.txt中的文件几乎完全相同。 而且,我已经运行了debconf-set-selections -c preseed.cfg来确保debconf-set-selections -c preseed.cfg的文件是正确的。