无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
查看: 8642|回复: 15

[原创] 20210630:Ryanboot-offical-linux-netbooter官網啟動 GNU v3;並搭建公/私有云

[复制链接]
发表于 2021-3-28 15:36:05 | 显示全部楼层 |阅读模式
本帖最后由 hkkitlee 于 2021-7-1 12:44 编辑

原碼:Ryanboot-offical-linux-netbooter Github Gitee以GNU General Public License v3.0發佈

廢話:原本只是Ryanboot的一個小部分;打算加入幾個熱門的發行版就完事...
過程中發現一些很[有趣;另類;特別;特別的核心參數;獨特理念而設計及運行]的發行版。
由於預計越來越多不同發行版本加入菜單,導致選項過多頗凌亂;所以分拆出來。

啟動總覽Map: Github Gitee
日志Changelog: Github Gitee

因為iPXE能從 GithubGitee下載腳本並執行,所以不再需要私人伺服器參與啟動。
而iPXE啟動操作系統所需的檔案都在(官方網站|其鏡像源)下載。只需輸入與你相近/或特定的源伺服地址即可(鏡源列表|Mirror site list)。

Selection/可選項:
  • Mirror 鏡像源
  • Release 釋放版
  • Version 版本
  • Manual Kernel Parameter 手動核心參數
  • TUI/GUI 文字/圖像介面
  • Arch detection 架構自動偵測


下載:主伺服器 備用 Github Gitee mirror0 mirror1 SourceForge

詳細圖文教學使用 Github Gitee

  1. #!ipxe
  2. dhcp
  3. goto start
  4. :start
  5. chain --autofree https://github.com/hkkitlee/Ryanboot/raw/main/chain.ipxe || chain --autofree https://gitee.com/hkkitlee/Ryanboot/raw/main/chain.ipxe || chain --autofree http://hkkitlee.ddns.net:8999/chain.ipxe || goto start
复制代码

  1. #!ipxe
  2. dhcp
  3. goto start
  4. :start
  5. chain --autofree https://github.com/hkkitlee/Ryanboot-offical-linux-netbooter/raw/main/oln.ipxe || chain --autofree https://gitee.com/hkkitlee/Ryanboot-offical-linux-netbooter/raw/main/oln.ipxe || goto start
复制代码




20210629:以http為例,搭建公/私有云編:
老手可以略過。方法也千千萬萬。
搭建優點可以:提速;了解原理;手動更新/修改啟動文件等等…

只會說個大概操作步驟,提供軟件下載,Windows/Linux同樣操作。不會手把手 雙擊腳本之類的操作;畢竟權限、網站根目錄等細節都不盡相同。

工具:
rclone 掛載網盤到本地資料夾/目錄。

操作步驟:
萬變不離其宗——
首先設定遠端地址 ,以mirror0為例。
  1. rclone config
复制代码
  1. No remotes found - make a new one
  2. n) New remote
  3. s) Set configuration password
  4. q) Quit config
  5. n/s/q> n
  6. name> remote
  7. Type of storage to configure.
  8. Choose a number from below, or type in your own value
  9. [snip]
  10. XX / http Connection
  11.    \ "http"
  12. [snip]
  13. Storage> http
  14. URL of http host to connect to
  15. Choose a number from below, or type in your own value
  16. 1 / Connect to example.com
  17.    \ "https://example.com"
  18. url> http://183.230.23.18:58000/ryanboot
  19. Remote config
  20. --------------------
  21. [remote]
  22. url = http://183.230.23.18:58000/ryanboot
  23. --------------------
  24. y) Yes this is OK
  25. e) Edit this remote
  26. d) Delete this remote
  27. y/e/d> y
  28. Current remotes:

  29. Name                 Type
  30. ====                 ====
  31. remote               http

  32. e) Edit existing remote
  33. n) New remote
  34. d) Delete remote
  35. r) Rename remote
  36. c) Copy remote
  37. s) Set configuration password
  38. q) Quit config
  39. e/n/d/r/c/s/q> q
复制代码

設定完畢,接著就是同步更新到你本機的網頁目錄(假設資料夾名a)(Linux: /home/local/directory/a , Windows: C:\a)
  1. rclone sync -i remote: /home/local/directory/a
复制代码

搭建公/私云完成

iPXE啟動後選擇系統,即可手動輸入剛剛建立的云地址啟動。

评分

参与人数 2无忧币 +10 收起 理由
freesoft00 + 5
lookerJ + 5

查看全部评分

发表于 2021-3-28 16:14:58 | 显示全部楼层
虽然自己用不上(主要是无线网络,所以比较少用PXE),但是很欣赏楼主的认真和研究精神。
回复

使用道具 举报

 楼主| 发表于 2021-3-28 18:30:49 | 显示全部楼层
本帖最后由 hkkitlee 于 2021-3-28 18:53 编辑

謝謝支持!
回复

使用道具 举报

发表于 2021-3-29 08:05:34 | 显示全部楼层
感谢分享
回复

使用道具 举报

发表于 2021-3-29 09:05:10 | 显示全部楼层
虽然基础差了看不懂,但是大佬的东西肯定是不错的,谢谢分享
回复

使用道具 举报

发表于 2021-3-29 09:52:45 | 显示全部楼层
老铁 下载的.usb文件怎么用呀

点评

詳細圖文教學使用 Github Gitee  详情 回复 发表于 2021-3-29 13:26
回复

使用道具 举报

 楼主| 发表于 2021-3-29 13:26:36 | 显示全部楼层
2012huguoliang 发表于 2021-3-29 09:52
老铁 下载的.usb文件怎么用呀

詳細圖文教學使用 Github Gitee
回复

使用道具 举报

发表于 2021-3-29 14:41:28 | 显示全部楼层
感谢分享
回复

使用道具 举报

发表于 2021-3-29 15:06:58 | 显示全部楼层
good
回复

使用道具 举报

发表于 2021-3-29 17:26:59 | 显示全部楼层
前排坐票,细看观瞧
回复

使用道具 举报

发表于 2021-3-29 22:18:41 | 显示全部楼层
飘过,支持一下

点评

謝謝支持!  详情 回复 发表于 2021-3-30 00:58
回复

使用道具 举报

 楼主| 发表于 2021-3-30 00:58:24 | 显示全部楼层

謝謝支持!
回复

使用道具 举报

发表于 2021-4-4 16:09:20 | 显示全部楼层
讲实话,楼主的这个教学实在看不懂!
回复

使用道具 举报

 楼主| 发表于 2021-6-29 11:55:33 | 显示全部楼层
20210629:以http為例,搭建公/私有云(一樓)
回复

使用道具 举报

发表于 2021-7-7 09:19:36 | 显示全部楼层
看了,谢谢分享
回复

使用道具 举报

发表于 2021-8-12 17:03:53 | 显示全部楼层
感谢分享!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-3-29 17:58

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表