Tag: pxe

无盘ubuntu的dist-upgrade

我目前通过ubuntu中的无盘functionPXE启动一堆机器。 将图像从10.04 LTS升级到12.04 LTS时的最佳做法是什么? 我目前用cp -arpv复制了图像,以确保我可以切换回旧图像,如果新图像出现问题。 但是,在无视图片中无法进行释放升级。 关于该怎么做的任何好主意? 最好的祝福。 编辑:图像是Ubuntu-server btw。

Preseed不会在Ubuntu 14.04上自动选择网络接口; 自动安装需要人工输入

我正在尝试从PXE安装无人值守的Ubuntu Server 14.04安装。 我最初尝试使用Kickstart。 除了分区管理器需要用户确认,因此没有完全无人值守安装(即我需要确认可以在安装过程中重新分区磁盘)时,这没用。 一位同事建议,为了细粒度控制,我最好使用Preseed。 不幸的是,preseed安装目前卡在choose_interface部分。 /tftpboot/pxelinux.cfg/default的启动说明: KERNEL images/ubuntu_server_1404/install/netboot/ubuntu-installer/amd64/linux append auto=true vga=normal initrd=images/ubuntu_server_1404/install/netboot/ubuntu-installer/amd64/initrd.gz url=http://myNAS/pxe/preseed.cfg quiet — 能够执行前几行(例如语言/键盘选择) di debian-installer/locale string en_US di console-setup/ask_detect boolean false di console-setup/layoutcode string us di keyboard-configuration/layoutcode string us 但choose_interface不会自动运行: 我已经尝试过指定网络接口: di netcfg/choose_interface select em1 和自动选择: di netcfg/choose_interface select auto 这些设置都不起作用:安装需要人工输入才能继续。 你能看出我做错了什么吗?

使用持久性从NFS驱动器引导

我在Synology NAS上安装了PXELinux,并在NAS中解压缩了ubuntu ISO。 我现在可以从我的PC通过PXE启动进入ubuntu。 这是我的pxelinux条目的样子: LABEL Ubuntu Menu label Ubuntu kernel images/ubuntu/casper/vmlinuz.efi append boot=casper vga=normal locale=de_de netboot=nfs nfsroot=192.168.178.33:/volume1/TFTP/boot/images/ubuntu initrd=images/ubuntu/casper/initrd.lz persistent 但我不知道在哪里放置casper-rw文件系统? 另外我想在NAS上有一个主目录。

12.04升级后PXE启动中断

我在11.10用PXE通过网络启动了系统。 我升级到12.04,现在启动时启动失败,出现以下问题: Gave up waiting for root device. Common problems: -Boot args (cat /proc/cmdline) -Check rootdelay= (did the system wait long enough?) -Check root= (did the system wait for the right device?) -Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/nfs does not exist. Dropping to a shell! 我的PXE配置文件是: default linux say Starting Legolas LABEL linux […]

Pxeboot多个图像

如何在单个Pxeboot服务器中执行多个操作系统。 我想在客户端启动不同的操作系统,如Fedora,CentOS,RHEL

Ubiquity是否支持通过PXE安装?

我在家里有一台PXE服务器用于进行基于网络的安装 ,它使用基于文本的备用安装程序。 然而在10.10中,Ubiquity(又名图形)安装程序有一些非常好的function; 比如在我填写我的用户信息时安装在后台,安装更新作为安装的一部分,它看起来非常棒。 有没有办法设置无处不在的netboot所以我可以使用我现有的PXE服务器,但有一个很好的图形安装?

无法使用PXE安装12.10

我正在尝试从本地服务器安装带有PXE(Cobbler)和Kickstart的Ubuntu 12.10。 在某些时候,安装停止告诉我它无法从镜像上传文件。 工作站上的安装日志看起来很好,这是日志的结尾: net-retriever: gpgv: Good signature from “Ubuntu CD Image Automatic Signing Key ” anna [4222]: cat: can’t open ‘/tmp/net-retriever-4226-deduplicate/*’: No such file or directory 我没有在apache的日志中看到任何错误(404)。 我有一个类似的设置12.04工作正常,唯一的区别是使用Ubuntu的备用CD。 对于12.10,我使用默认的ISO我手动将netboot文件夹添加到我的安装映像(netboot.tar.gz uncompressed to install / netboot文件夹)。 PXE条目如下所示: LABEL ubuntu-12.10-i386 kernel /images/ubuntu-12.10-i386/linux MENU LABEL ubuntu-12.10-i386 append initrd=/images/ubuntu-12.10-i386/initrd.gz ksdevice=bootif lang= preseed/url=http://10.0.0.1/cblr/ks_mirror/ubuntu-12.10-i386/preseed/ubuntu.seed locale=en_US text kssendmac priority=critical ks=http://10.0.0.1/cblr/svc/op/ks/profile/ubuntu-12.10-i386 Kickstart文件: #Generated […]

使用Ubuntu 14.04进行PXE启动

我目前正在使用PXE服务器来通过网络执行许多不同的操作系统安装。 我有一个function齐全的Ubuntu 13.10直播环境,我想试试14.04(使用最新的每日图像)。 但是使用14.04,使用完全相同的目录结构和访问权限,相同的pxelinux.cfg / default文件条目(见下文),引导挂起并停止并出现内核崩溃错误 有任何想法吗? 我差点搜索,到处搜索,没有发现任何线索…… 我的pxelinux.cfg /默认文件: LABEL Ubuntu 13.10 Live KERNEL images/ubuntu/casper/vmlinuz.efi APPEND boot=casper vga=normal rootfstype=nfs netboot=nfs nfsroot=192.168.XX.XX:/volume1/tftpboot/images/ubuntu fetch=tftp://192.168.XX.XX/tftpboot/images/ubuntu/casper/filesystem.squashfs ramdisk_size=1048576 debian-installer/language=fr console-setup/layoutcode=fr console-setup/variantcode=oss quiet splash initrd=images/ubuntu/casper/initrd.lz — LABEL Ubuntu 14.04 Live KERNEL images/ubuntu14/casper/vmlinuz.efi APPEND boot=casper vga=normal rootfstype=nfs netboot=nfs nfsroot=192.168.XX.XX:/volume1/tftpboot/images/ubuntu14 fetch=tftp://192.168.XX.XX/tftpboot/images/ubuntu14/casper/filesystem.squashfs ramdisk_size=1048576 debian-installer/language=fr console-setup/layoutcode=fr console-setup/variantcode=oss quiet splash initrd=images/ubuntu/casper/initrd.lz — 提前感谢您的想法(以及一点运气的解决方案)

网络启动找不到内核映像

我有PXE启动问题。 我在Ubuntu帮助维基上按照这些说明操作 。 但是我在客户机上遇到错误: Could not find kernel image: vmlinuz-3.13.0-24-generic 现在,问题。 这个图片应该在pxelinux.cfg文件夹中,对不对?

如何设置网络安装?

我想知道700MB的官方安装映像是否可用于进行网络安装。 最简单的方法是什么?