当前位置:首页 > unraid > 正文内容

unraid system 篇一:U盘默认配置

鼠鼠2年前 (2022-12-25)unraid8

Unraid win10直通 测试

image.png

U盘syslinux配置

image.png

代码部分


default menu.c32

menu title Lime Technology, Inc.

prompt 0

timeout 50

label Unraid OS

  menu default

  kernel /bzimage

  append initrd=/bzroot

label Unraid OS GUI Mode

  kernel /bzimage

  append initrd=/bzroot,/bzroot-gui

label Unraid OS Safe Mode (no plugins, no GUI)

  kernel /bzimage

  append initrd=/bzroot unraidsafemode

label Unraid OS GUI Safe Mode (no plugins)

  kernel /bzimage

  append initrd=/bzroot,/bzroot-gui unraidsafemode

label Memtest86+

  kernel /memtest



扫描二维码推送至手机访问。

版权声明:本文由风雪苍龙发布,如需转载请注明出处。

本文链接:http://220.184.47.113:8088/?id=7

标签: unraid
分享给朋友:

“unraid system 篇一:U盘默认配置” 的相关文章

Unraid-Docker-潘多拉

Unraid-Docker-潘多拉

Unraid-Docker-潘多拉项目地址:https://github.com/zhile-io/pandoraDocker地址:https://hub.docker.com/r/pengzhile/pandora/tags图标地址:http://www.gdys01.top:6682/uploa...

NasTools对接ChineseSubFinder

https://weibo.com/ttarticle/p/show?id=2309404786121992437936#_loginLayer_1697034399372...

Dashy 一个功能非常强大的面板,可以监控服务状态!

中文教程:https://blog.laoda.de/archives/docker-compose-install-dashy/index.htmlGithub地址:https://github.com/Lissy93/dashy官方文档:https://github.com/Lissy93/da...

Unraid 缓存策略及应用案例

Unraid 缓存策略及应用案例

🛢️新手教程:详解 Unraid 缓存策略及应用案例许多刚接触 Unraid 的用户对缓存策略感到困惑,尤其是今年6月份 Unraid 更新后对缓存策略做了调整,使得新手更加不解。为此,本文将深入介绍新旧版本的 Unraid 缓存策略,并提供应用案例与常见问题答疑,帮助读者更深入地理解缓存策略。1、...