用grub4dos制作的u盘启动盘pe+maxdos+veket+linux

编程入门 行业动态 更新时间:2024-10-23 03:32:46

文件menu.lst
default 0
timeout 10
color light-blue/black light-cyan/blue
find --set-root /grldr
gfxmenu /message
fontfile /fonts

title [01]–WINPE
fallback 0
find --set-root /winpe/pe.iso
map /winpe/pe.iso (0xff) || map --mem /winpe/pe.iso (0xff)
map --hook
chainloader (0xff)

title [02]–maxdos tools
find --set-root /boot/mxldr
chainloader /boot/mxldr

title [03]–mxlinux
#kernel /ubuntukylin/vmlinuz boot=casper iso-scan/filename=/ubuntukylin/ubuntukylin.iso quiet splash noprompt –
#initrd /ubuntukylin/initrd.lz

find --set-root --ignore-floppies --ignore-cd /mxlinux/mxlinux.iso
map /mxlinux/mxlinux.iso (0xff)
map --hook
chainloader (0xff)

title [04]–veket20 linux
root (hd0,0)
kernel /veket20/vmlinuz pfix=fsck pmedia=veket20/USBFLASH PSUBDIR=veket20
initrd /veket20/initrd.gz

#title [1] veket20
#root (hd0,1)
#kernel /veket/vmlinuz pfix=fsck pmedia=cd PSUBDIR=veket
#initrd /veket/initrd.gz

title [05]–harddisk boot
map (hd0) (hd1)
map (hd1) (hd0)
map --hook

rootnoverify (hd0,0)
makeactive
chainloader +1

title [06]–reboot
reboot
title [07]–poweroff
halt

更多推荐

用grub4dos制作的u盘启动盘pe+maxdos+veket+linux

本文发布于:2023-06-14 01:50:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1424219.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:启动盘   pe   grub4dos   linux   veket

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!