- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
<分区>
我正在尝试部署一种更简单的方法来配置我的计算机。
我使用 Ubuntu 服务器作为 DHCP 和 tftp 服务器来管理 PXE 安装。
我在 ubuntu netboot 方面寻求帮助和ubuntu PXE install server
一切都很好,直到我的菜单出现在我 future 安装良好的计算机上。
它尝试连接到 ubuntu 镜像。这是一个大问题,因为它没有互联网连接!
我已经在我的 Ubuntu 服务器上安装了 Ubuntu Trusty 的图像(感谢 Apache)并且我的链接可用。
这是我的代码
DEFAULT vesamenu.c32
timeout 100
display boot.msg
menu background splash.png
menu title Welcome to my awesome installer
label Install new computer
kernel ubuntu-installer/amd64/linux
append ks=http://ip.local.server/ks.cfg vga=normal initird=ubuntu-installer/amd64/initrd.gz
当我决定选择“安装新计算机”时,它似乎可以正常工作,但最终安装程序会安装网络工具(配置 ip v4、搜索 dhcp、配置 ip v6)并在尝试连接到 Ubuntu 镜像时失败。但我不希望它连接到镜像,因为文件已经下载到我的 Ubuntu 服务器 ( http://ip.local.server/ubuntu-trusty ) 上。
好像没看懂我的ks.cfg
在这里(http://ip.local.server/ks.cfg
)。
ks.cfg
:
#Generated by Kickstart Configurator
#platform=x86
#Install OS instead of upgrade
install
#Use Web installation
url --url http://192.168.3.1/ubuntu-trusty
#### Mirror settings ###
d-i mirror/country string fr
d-i mirror/http/hostname string http://192.168.3.1
d-i mirror/http/directory string /ubuntu-trusty
d-i mirror/suite string trusty
#d-i mirror/country string fr
#System language
lang fr_FR
#Language modules to install
langsupport fr_FR
#System keyboard
keyboard fr
#System mouse
mouse
#System timezone
timezone Europe/Paris
#Root password
rootpw --disabled
#Initial user
user myuser --fullname "MyUser" --iscrypted --password $1$tDwZTgoh$a25ayXUItWDWxdQlUg0Tk1
#Reboot after installation
reboot
#Use text mode install
text
#Use interactive kickstart installation method
interactive
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
#Disk partitioning information
part swap --size 4000
part / --fstype ext4 --size 1 --grow
#System authorization infomation
auth --useshadow --enablemd5
#Network information
network --bootproto=static --ip=192.168.3.222 --netmask=255.255.255.0 --nameserver=192.168.3.1 --gateway=192.168.3.1
#Firewall configuration
firewall --disabled
#X Window System configuration information
#xconfig --depth=32 --resolution=2048x1536 --defaultdesktop=GNOME --startxonboot
这个 ks.cfg
文件是直接从 system-config-kickstart
生成的。
编辑:
我在我的 ks.cfg
上设置了一个静态 ip,并在我的服务器上使用 tcpdump
我可以看到使用这个 ip 的请求。这意味着我的 ks.cfg
文件已被读取,但我仍然不知道为什么它在网络上搜索访问镜像而不是在我的服务器上搜索。
有人知道我的 PXE 安装失败的镜像研究吗?
提前致谢。
我想模仿 kickstarter.com 中使用的堆叠图像。我的问题是图像没有在屏幕上溢出。箭头指向要用图像填充的剩余空间。 这是图片 http://postimage.org/image/9we1j
HTML KickStart 框架有一个不错的默认主题。但是,我想恢复输入字段的默认样式。我如何通过覆盖 KickStart 主题来解决这个问题? HTML5 启动:http://www.99lime
我正在尝试自定义 kickstarter 脚本以在预安装过程中从用户那里提取参数。 命令的格式是: raidtype HAtype partitionSize 即raid1 hanode 2048或r
我正在练习上一轮Google Kick Start 2020提出的问题。这个问题称为Record Breaker,如下所示: Isyana is given the number of visitor
使用以下代码,我尝试从 kickstarter 获取支持者的家乡城市和地点。但是,我不断遇到以下错误: File "D:/location", line 60, in page1 = urllib.
我需要在我的网站中制作 HTML 编辑器,如粗体、斜体、下划线、左对齐等。我的问题是 Kickstarter 是否提供 HTML 编辑器工具栏?我在 google 中搜索并找到了 Niceedit H
我正在尝试创建类似于 kickstarter 的下拉菜单。这里有 2 张图片: 但这是我得到的: 似乎当我单击“Mon compte”并出现下拉菜单时,“Mon compte”按钮的宽度自动更改为与下
我正在将一台 HP 服务器从 Redhat5 升级到 Redhat6,但我的 kickstart 文件使用的是“cciss”类型的驱动器,而 Anaconda 安装程序正在寻找“sda”,因此抛出了“
我有一个项目目前正在使用 kickstart 来自动安装带有各种 RPM 软件包的 CentOS 发行版。我现在需要在安装过程中添加一个新的 RPM,我已将它添加到我的 %packages 部分,但由
使用以对话框“您有多个该系统上的网络设备。你想通过哪一个安装?” 配置了 PXEboot 的机器有两个以太网接口(interface)。什么是下面的网络条目中缺少?我希望此安装继续进行无需询问哪个以太
在 kickstart 安装期间,我尝试在 %pre 部分配置网络,但它不起作用。 当我在 kickstart 文件的主体中配置网络时,它可以工作(如下所示): firewall --disabled
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 想改进这个问题?将问题更新为 on-topic对于堆栈溢出。 6年前关闭。 Improve this qu
我正在使用 commerce kickstart v2 构建概念验证电子商务解决方案 我希望实现一个系统,用户可以提交订单,但管理员必须在客户付款之前批准订单 - 我感觉我可以通过规则和额外订单状态来
我正在寻找可以实现与 Kickstarter 或众筹长期进度条相同效果的解决方案或现有插件。 我在这里找到的现有解决方案都与短期动态进度条有关,这些进度条会向用户显示剩余的百分比或时间。 http:/
我正在尝试一个项目来自动化 kickstart 图像,但是我卡在了我的第一个子任务上。 redhat 下载的下载链接如下所示: https://access.cdn.redhat.com//conte
目前我正在设置一个 Kickstart 文件,它将使用 Kickstart 的“%package”部分在 Ubuntu 服务器 (16.04.2 LTS) 上安装 snort 软件和所需的依赖项。 问
我正在尝试使用 kickstart 文件和 VM 安装 CentOS7。我正在使用 ISO 的 netinstall 版本。 当我尝试将 URL 放入 kickstart 文件时,检查安装源需要很长时
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
我正在尝试解决 Scrambled Words Google Kickstart 2018 A 轮问题。 我在生成输入字符串时遇到问题。这是他们给出的指示 The third line contain
我在某些测试用例中得到了不正确的输出,其中我的代码失败了。它对大多数输入都正确运行。这是我的代码问题链接https://codejam.withgoogle.com/codejam/contest/8
我是一名优秀的程序员,十分优秀!