比较艰难的成功了。

艰难在于:吱吱吱吱(知知知知知):就是歌init启动参数而已!

最最艰难在于:这个nfs服务器软件有很大的关系。很多时候不是你不行,而是条件不具备 or 条件看似具备但其实有问题


default menu.c32

label ubuntu-18.04.2
menu label ubuntu (version 18.04.02)
kernel ub1804/casper/vmlinuz
append root=/dev/nfs netboot=nfs nfsroot=192.168.56.1:/e/pxe/ub1804 boot=casper initrd=ub1804/casper/initrd text systemd.mask=tmp.mount


### systemd.mask=tmp.mount
label ubuntu-18.04.2-mate
menu label ubuntu (version 18.04.02-mate)
kernel ub1804m/casper/vmlinuz
append root=/dev/nfs netboot=nfs nfsroot=192.168.56.1:/e/pxe/ub1804m boot=casper initrd=ub1804m/casper/initrd text systemd.mask=tmp.mount


label ubuntu-18.10
menu label ubuntu (version 18.10)
kernel ub1810/casper/vmlinuz
append root=/dev/nfs netboot=nfs nfsroot=192.168.56.1:/e/pxe/ub1810 boot=casper initrd=ub1810/casper/initrd text systemd.mask=tmp.mount


label ubuntu-18.04.2-server
menu label ubuntu (version 18.04.02-server toram)
kernel ub1804s/casper/vmlinuz
append root=/dev/nfs netboot=nfs nfsroot=192.168.56.1:/e/pxe/ub1804s boot=casper initrd=ub1804s/casper/initrd text toram


### systemd.mask=tmp.mount
label ubuntu1-8s
menu label ubuntu (version 18.04.02-server systemd.mask)
kernel ub1804s/casper/vmlinuz
append root=/dev/nfs netboot=nfs nfsroot=192.168.56.1:/e/pxe/ub1804s boot=casper initrd=ub1804s/casper/initrd text systemd.mask=tmp.mount


### systemd.mask=tmp.mount
label ubuntukylin-18.10-enhanced-amd64
menu label ubuntukylin-18.10-enhanced-amd64 1111
kernel uk1810/casper/vmlinuz
append root=/dev/nfs netboot=nfs nfsroot=192.168.56.1:/uk1810 boot=casper initrd=uk1810/casper/initrd text systemd.mask=tmp.mount


### toram toram toram toram toram , need big ram to copy squash root FS!!!
label ubuntukylin-18.10-enhanced-amd64
menu label ubuntukylin-18.10-enhanced-amd64 (need big ram to copy 4G!)
kernel uk1810/casper/vmlinuz
append root=/dev/nfs netboot=nfs nfsroot=192.168.56.1:/uk1810 boot=casper initrd=uk1810/casper/initrd text toram


label deepin-15.9.2
menu label deepin-15.9.2
kernel deepin1592/live/vmlinuz
append root=/dev/nfs netboot=nfs nfsroot=192.168.56.1:/deepin1592 boot=live initrd=deepin1592/live/initrd.lz text


label deepin-15.9
menu label deepin-15.9
kernel deepin159/live/vmlinuz
append root=/dev/nfs netboot=nfs nfsroot=192.168.56.1:/deepin159 boot=live initrd=deepin159/live/initrd.lz text


 

PXE(preboot execution environment):【网络】预启动执行环节:引导 live光盘 ubuntu livecd 18.04+:成功的更多相关文章

  1. PXE(preboot execution environment):【网络】预启动执行环节:安装 debian 9系列:成功

    PXE 安装的必要点和之前一样. 这里只着重说一下debian系列 特殊的地方: 第一:Release.gpg问题 该问题解决方式一:要求官方的dvd.cd中提供,貌似不太可能实现...... 该问题 ...

  2. PXE(preboot execution environment):【网络】预启动执行环节:安装 ubuntu、rehat系列:成功

    必要条件: 网卡硬件支持 搭建相配套的DHCP\TFTP\HTTP(或FTP)后端服务器:推荐pxesrv,好用! 准备必要的pxe引导文件:pxelinux.0.menu.c32,该2位来自sysl ...

  3. PXE预启动执行环境

    PXE(preboot execute environment,预启动执行环境)是由Intel公司开发的最新技术,工作于Client/Server的网络模式,支持工作站通过网络从远端服务器下载映像,并 ...

  4. ubuntu server 18.04的安装 以及配置网络还有ssh服务

    ubuntu server 18.04的安装 以及配置网络还有ssh服务   服务器是 dell T420 安装过程中规中矩,其中最关键的是分区部分,由于是服务器,如果磁盘比较大的话,一定要用 uef ...

  5. PXE预启动执行环境的搭建

    搭建DHCP地址服务器 DHCP地址分配的四次会话:(广播形式)[先到先得]    Discovery---->Offer---->Request---->Ack 一个局域网内不能同 ...

  6. Ubuntu Server 18.04 网络设置不生效的解决

    在Ubuntu18.04中,传统的配置/etc/network/interfaces已无用https://www.cnblogs.com/dunitian/p/6658578.html 新方法:修改 ...

  7. ubuntu server 18.04 网络配置

    从17.10开始放弃在/etc/network/interfaces里固定IP的配置 配置文件是:/etc/netplan/50-cloud-init.yaml .用缩进来表示层级关系 冒号之后要有个 ...

  8. PXE高效能批量网络装机

    PXE简绍 PXE(preboot execute environment,预启动执行环境)是由Intel公司开发的最新技术,工作于Client/Server的网络模式,支持工作站通过网络从远端服务器 ...

  9. Linux系统——PXE高效能批量网络装机

    PXE:Pre-boot Excution Environment,预启动执行环境,石油Intel公司开发的网络引导技术,工作在Client.Server模式,允许客户机通过网络从远程服务器下载阴道镜 ...

随机推荐

  1. redis(四)

    hash hash用于存储对象,对象的格式为键值对 命令 设置 设置单个属性 HSET key field value 设置多个属性 HMSET key field value [field valu ...

  2. 搭建TFS 2015 Build Agent环境(四)

    在通过TFS做DI时,我们经常用到FTP文件上传.TFS发布中,提供了cURL上载文件功能.要想使用此功能,请参考下面步骤启用: 1.登录BuildAgent所在的机器 2.打开cmd(以管理员权限运 ...

  3. Java 状态模式

    在阎宏博士的<JAVA与模式>一书中开头是这样描述状态(State)模式的:状态模式,又称状态对象模式(Pattern of Objects for States),状态模式是对象的行为模 ...

  4. 微信小程序中的单位

    vw:viewpoint width,视窗宽度,1vw等于视窗宽度的1%. vh:viewpoint height,视窗高度,1vh等于视窗高度的1%. rpx:rpx单位是微信小程序中css的尺寸单 ...

  5. a^b%p and a*b%p快速幂

    #include<cstdio> int power(int a, int b, int p) { %p; ) { ) ans=(long long)ans*a%p; a=(long lo ...

  6. C. Playing Piano 动态规划

    题目意思是给你一个n长度的数字串为a,让你构造一个n长度的数字串b值都为1-5满足以下条件: 正常的dfs暴力构造会超时,我试过了.. 可以开一个二维数组dp[i][j]用来表示b的第i个数字为j是否 ...

  7. Sqoop导入到hdfs

    1.注意win下直接复制进linux 改一下--等 sqoop-list-databases --connect jdbc:mysql://122.206.79.212:3306/ --usernam ...

  8. delphi ListView 设置固定列宽

    object Form1: TForm1 Left = Top = Caption = 'Form1' ClientHeight = ClientWidth = Color = clBtnFace F ...

  9. nginx配置http访问自动跳转到https

    1.按照如下格式修改nginx.conf 配置文件,80端口会自动转给443端口,这样就强制使用SSL证书加密了.访问http的时候会自动跳转到https上面 server { listen ; se ...

  10. ReactNative如何在JS中引用原生自定义控件(rn变化太快,网上很多教程有坑,这个我研究后可用,特意分享)

    直接写一个Demo例子,有相关功底的肯定明白,会对特别的地方进行提醒,本文基于https://blog.csdn.net/lintcgirl/article/details/53489490,但是按此 ...