比较艰难的成功了。

艰难在于:吱吱吱吱(知知知知知):就是歌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. BZOJ4081 : [Wf2014]Skiing

    首先将目标点按$y$坐标从小到大排序. 如果加速度为$0$,那么只要贪心走一遍即可. 否则考虑DP,设$f[i][j]$表示从$i$点以速度$j$出发最多能经过多少个点. 注意到将DP值相同的合并可以 ...

  2. Codeforces Round #443 (Div. 1) D. Magic Breeding 位运算

    D. Magic Breeding link http://codeforces.com/contest/878/problem/D description Nikita and Sasha play ...

  3. flask内容学习之蓝图以及单元测试

    蓝图的概念: 简单来说,蓝图是一个存储操作方法的容器.这些操作在这个蓝图被注册到一个应用之后就可以被调用.Flask可以通过蓝图来制止URL以及处理请求.Flask使用蓝图来让应用实现模块化,在Fla ...

  4. 小甲鱼Python第十六讲课后习题--017函数

    函数的定义用def,函数名后要用冒号 函数的返回:函数中使用return   测试题: 0. 你有听说过DRY吗? DRY是指Don't Repeat Yourself ,特指在程序设计以及计算中避免 ...

  5. 通过脚本调用MSBuild编译项目时指定Configuration(解決方案配置)和Platform(解決方案平台),Rebuid(重新生成解决方案),Clean(清理解决方案)

    为了方便打包测试,自己PowerShell写了一个编译和发布的脚本,调用msbuild通过命令行来编译当前解决方案 后来发现一个问题,用VS编译解决方案,我通过 项目属性-Build设置 Releas ...

  6. Lua游戏开发之时区问题

    目前大部分游戏都采用了Lua语言进行功能开发,在进行多语种发行的时候就会遇到时区显示的问题.以韩国版本为例,场景如下: 1.服务器处于固定的位置,比如放在首尔机房: 2.玩家所处的位置不确定,可能在韩 ...

  7. spring boot 中添加mongodb支持

    1.添加maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactI ...

  8. [Vuex] Split Vuex Store into Modules using TypeScript

    When the Vuex store grows, it can have many mutations, actions and getters, belonging to different c ...

  9. ASM ClassReader failed to parse class file解决方法

    1.  环境信息: Spring 3.2.2,  JDK 1.8, Hibernate 3.5.5 2.  运行简单的程序,出现以下错误信息: [2018-05-25 02:36:58,671] Ar ...

  10. Sandcastle Help File Builder(.NET帮助文档工具)的版本选择心得——支持VS2010至VS2015,高版本项目文件问题

    作者: zyl910 一.缘由 "Sandcastle Help File Builder"(简称SHFB)是一个很好用.NET 帮助文档生成工具. 但它的每个版本支持的VS版本范 ...