四、本人完整的老毛桃PE + Deepin Linux + Ka

2019-11-13  本文已影响0人  十年如歌

四、本人完整的老毛桃PE + Deepin Linux + Kali Linux + WifiSlax引导结构


查看目录和工具地址信息点击下面入口:

使用U盘打造老毛桃PE + Deepin Linux + Kali Linux + WifiSlax +U盘存储多合一启动盘(目录)

最终效果图:

202.png 203.png 204.png 205.png 206.png 207.png 201.png

在电脑上新建一个文件夹,命名为user

新建txt文本文件以图中方式命名,将后缀改成lst格式

Alinux.lst:

timeout 15
default 0
gfxmenu /ILMT/GRUB/MESSAGE
graphicsmode -1 600:800
font /ILMT/GRUB/MENU.HEX
calc *0x307FFC-0x110000 > nul && configfile (md)4+8 ! configfile (md)0x880+0x200

title 【1】 Deepin Linux
configfile /ILMT/user/Adeepin.lst

title 【2】 Kali Linux
configfile /ILMT/user/Akali.lst

title 【3】 WifiSlax 64 位(2g内存以上电脑)
configfile /ILMT/user/Awifislax64.lst

title 【4】 WifiSlax 5.1 汉化版
configfile /ILMT/user/Awifislax.lst

title 【5】 返回主菜单
configfile /ILMT/GRUB/MENU.LST

Adeepin.lst:

timeout 15
default 1
gfxmenu /ILMT/GRUB/MESSAGE
graphicsmode -1 600:800
font /ILMT/GRUB/MENU.HEX
calc *0x307FFC-0x110000 > nul && configfile (md)4+8 ! configfile (md)0x880+0x200

title 【1】启动 Deepin linux64位
root (hd0,1)
kernel /boot/vmlinuz-4.15.0-30deepin-generic root=/dev/sdb2 ro splash quiet locale=zh_CN.UTF-8 DEEPIN_GFXMODE=$DEEPIN_GFXMODE init=/lib/systemd/systemd
initrd /boot/initrd.img-4.15.0-30deepin-generic

title 【2】启动 Deepin linux64位 (推荐)   
find --set-root --devices=h ls /boot/vmlinuz > (md)0x200+1 
cat --locate=\x20 (md)0x200+1 > nul 
cat --length=%?% (md)0x200+1 | set vmlinuz= 
find --set-root --devices=h ls /boot/initrd  > (md)0x200+1 
cat --locate=\x20 (md)0x200+1 > nul 
cat --length=%?% (md)0x200+1 | set initrd= 
uuid () > nul 
kernel /boot/%vmlinuz% root=UUID=%?% ro quiet splash locale=zh_CN.UTF-8  DEEPIN_GFXMODE=$DEEPIN_GFXMODE init=/lib/systemd/systemd
initrd /boot/%initrd%  

title 【8】 返回上一级
configfile /ILMT/user/Alinux.lst

title 【9】 返回主菜单
configfile /ILMT/GRUB/MENU.LST

Akali.lst:

timeout 15
default 0
gfxmenu /ILMT/GRUB/MESSAGE
graphicsmode -1 600:800
font /ILMT/GRUB/MENU.HEX
calc *0x307FFC-0x110000 > nul && configfile (md)4+8 ! configfile (md)0x880+0x200

title 【1】  KALI Linux live
root (hd0,2)
find --set-root /g2ldr.mbr
kernel /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali
initrd /live/initrd.img
 
title 【2】  KALI Linux Persistenct (未实现数据持久化)
root (hd0,2)
find --set-root /g2ldr.mbr
kernel /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali persistence
initrd /live/initrd.img

title 【3】 返回上一级
configfile /ILMT/user/Alinux.lst

title 【4】 返回主菜单
configfile /ILMT/GRUB/MENU.LST

Awifislax64.lst:

timeout 15
default 0
gfxmenu /ILMT/GRUB/MESSAGE
graphicsmode -1 600:800
font /ILMT/GRUB/MENU.HEX
calc *0x307FFC-0x110000 > nul && configfile (md)4+8 ! configfile (md)0x880+0x200

title 【1】进入WifiSlax64 KDE桌面环境,不保存配置
root (hd0,0)
find --set-root /bootwifislax64/vmlinuz
kernel /bootwifislax64/vmlinuz %udmboot% locale=en_US.utf8 kbd=us tz=US/Pacific rw
initrd /bootwifislax64/initrd.xz 

title 【2】进入WifiSlax64 KDE桌面环境;保存对系统的更改于changes.dat
root (hd0,0)
find --set-root /bootwifislax64/vmlinuz
kernel /bootwifislax64/vmlinuz changes=/wifislax/changes/changes.dat %udmboot% locale=en_US.utf8 kbd=us tz=US/Pacific rw
initrd /bootwifislax64/initrd.xz

title 【3】不自动进入图形界面;用户名root,密码toor;输入startx进入KDE桌面环境
root (hd0,0)
find --set-root /bootwifislax64/vmlinuz
kernel /bootwifislax64/vmlinuz init 3 %udmboot% locale=en_US.utf8 kbd=us tz=US/Pacific rw
initrd /bootwifislax64/initrd.xz

title 【4】将系统复制至内存以加快运行速度;需要至少3GB内存
root (hd0,0)
find --set-root /bootwifislax64/vmlinuz
kernel /bootwifislax64/vmlinuz copy2ram %udmboot% locale=en_US.utf8 kbd=us tz=US/Pacific rw
initrd /bootwifislax64/initrd.xz

title 【5】仅当第一启动模式失败时尝试此模式
root (hd0,0)
find --set-root /bootwifislax64/vmlinuz
kernel /bootwifislax64/vmlinuz nomodeset autoexec=grub-vesa %udmboot% locale=en_US.utf8 kbd=us tz=US/Pacific rw
initrd /bootwifislax64/initrd.xz

title 【6】仅当第一启动模式失败时尝试此模式
root (hd0,0)
find --set-root /bootwifislax64/vmlinuz
kernel /bootwifislax64/vmlinuz acpi=off autoexec=grub-noacpi %udmboot% locale=en_US.utf8 kbd=us tz=US/Pacific rw
initrd /bootwifislax64/initrd.xz

title 【7】 返回上一级
configfile /ILMT/user/Alinux.lst

title 【8】 返回主菜单
configfile /ILMT/GRUB/MENU.LST

Awifislax.lst:

timeout 15
default 0
gfxmenu /ILMT/GRUB/MESSAGE
graphicsmode -1 600:800
font /ILMT/GRUB/MENU.HEX
calc *0x307FFC-0x110000 > nul && configfile (md)4+8 ! configfile (md)0x880+0x200

title 【1】进入WifiSlax5.1 KDE桌面环境,不保存配置
root (hd0,0)
find --set-root /wifislax/vmlinuz2
kernel /wifislax/vmlinuz2 %udmboot%
initrd /wifislax/initrd.xz

title 【2】进入WifiSlax5.1 KDE桌面环境;保存对系统的更改于changes.dat
root (hd0,0)
find --set-root /wifislax/vmlinuz2
kernel /wifislax/vmlinuz2 changes=/wifislax/changes/changes.dat %udmboot%
initrd /wifislax/initrd.xz

title 【3】不自动进入图形界面;用户名root,密码toor;输入startx进入KDE桌面环境
root (hd0,0)
find --set-root /wifislax/vmlinuz2
kernel /wifislax/vmlinuz2 init 3 %udmboot%
initrd /wifislax/initrd.xz

title 【4】将系统复制至内存以加快运行速度;需要至少1.5GB内存
root (hd0,0)
find --set-root /wifislax/vmlinuz2
kernel /wifislax/vmlinuz2 copy2ram %udmboot%
initrd /wifislax/initrd.xz

title 【5】仅当第一启动模式失败时尝试此模式
root (hd0,0)
find --set-root /wifislax/vmlinuz2
kernel /wifislax/vmlinuz2 nomodeset autoexec=grub-vesa %udmboot%
initrd /wifislax/initrd.xz

title 【6】仅当第一启动模式失败时尝试此模式
root (hd0,0)
find --set-root /wifislax/vmlinuz2
kernel /wifislax/vmlinuz2 acpi=off autoexec=grub-noacpi %udmboot%
initrd /wifislax/initrd.xz

title 【7】 返回上一级
configfile /ILMT/user/Alinux.lst

title 【8】 返回主菜单
configfile /ILMT/GRUB/MENU.LST

\color{red}{然后在FbinstTool中将user文件夹一整个导入进ILMT路径底下。}
结构如下图所示:

201.png
\color{red}{最后在ILMT/GRUB/MENU.LST(老毛桃U盘菜单)中添加:}
title 【3】 进入 Linux 系统列表
configfile /ILMT/user/Alinux.lst

完成

完成。

上一篇下一篇

猜你喜欢

热点阅读