无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 1136|回复: 17
打印 上一主题 下一主题

[求助] 利用ikuai路由,制作无盘启动

[复制链接]
跳转到指定楼层
1#
发表于 2025-9-5 15:18:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 lkflsj 于 2025-9-5 15:41 编辑

ikuai开启了http tftp dhcp等服务,怎么用sanboot引导开机(无盘)
2#
发表于 2025-9-5 15:43:47 | 只看该作者
January
回复

使用道具 举报

3#
发表于 2025-9-5 15:48:15 | 只看该作者
ikuai路由 也能制作启动啊。。。学习了。。。
回复

使用道具 举报

4#
发表于 2025-9-5 15:52:48 | 只看该作者

下载收藏,谢谢分享!
回复

使用道具 举报

5#
发表于 2025-9-5 17:19:21 | 只看该作者
参考sanboot命令用法:
  1.   sanboot [--drive <drive>] [--filename <filename>] [--extra <filename>]
  2.           [--label <label>] [--uuid <uuid>]
  3.           [--no-describe] [--keep] [<uri>] [<uri>...]
复制代码

来源于https://ipxe.org/cmd/sanboot

点评

用iscsi挂载系统盘后,进PE系统查看只有1G大小,并不是我做好的系统盘镜像  详情 回复 发表于 2025-9-7 18:13
谢谢分享。  详情 回复 发表于 2025-9-5 21:13
回复

使用道具 举报

6#
发表于 2025-9-5 17:22:01 | 只看该作者
用dhcp就可以,其它的找台服务器做。
回复

使用道具 举报

7#
发表于 2025-9-5 18:42:47 | 只看该作者
感谢分享!
回复

使用道具 举报

8#
发表于 2025-9-5 20:04:01 | 只看该作者
有空试试看!
回复

使用道具 举报

9#
发表于 2025-9-5 20:04:45 | 只看该作者
无盘启动必然要有地方写,一个镜像,你写去哪
回复

使用道具 举报

10#
发表于 2025-9-5 20:48:50 | 只看该作者
感谢分享
回复

使用道具 举报

11#
发表于 2025-9-5 21:13:04 | 只看该作者
邪恶海盗 发表于 2025-9-5 17:19
参考sanboot命令用法:

来源于https://ipxe.org/cmd/sanboot

谢谢分享。
回复

使用道具 举报

12#
发表于 2025-9-6 09:48:35 | 只看该作者
感谢分享
回复

使用道具 举报

13#
 楼主| 发表于 2025-9-7 18:13:06 | 只看该作者
邪恶海盗 发表于 2025-9-5 17:19
参考sanboot命令用法:

来源于https://ipxe.org/cmd/sanboot


用iscsi挂载系统盘后,进PE系统查看只有1G大小,并不是我做好的系统盘镜像

点评

不懂,没玩过,别问我... 二○二五年九月七日  详情 回复 发表于 2025-9-7 19:40
回复

使用道具 举报

14#
发表于 2025-9-7 19:40:50 | 只看该作者
lkflsj 发表于 2025-9-7 18:13
用iscsi挂载系统盘后,进PE系统查看只有1G大小,并不是我做好的系统盘镜像

不懂,没玩过,别问我...


二○二五年九月七日
回复

使用道具 举报

15#
发表于 2025-9-7 19:47:42 | 只看该作者
忘记在哪看到的了,自己看,不懂:
  1. ###########################################################
  2. :linux
  3. menu Install Linux
  4. item ubuntu-installer                ubuntu-installer over internet (memdisk)
  5. item debian-installer                debian-installer over internet (memdisk)
  6. item kali-installer                kali-installer over internet (memdisk)
  7. item back Back to top menu...
  8. iseq ${menu-default} menu-recovery && isset ${submenu-default} && goto menu-recovery-timed ||
  9. choose selected && goto ${selected} || goto start
  10. :menu-recovery-timed
  11. choose --timeout ${submenu-timeout} --default ${submenu-default} selected && goto ${selected} || goto start

  12. #http://no.archive.ubuntu.com/ubuntu/dists/
  13. #https://doc.ubuntu-fr.org/versions
  14. :ubuntu-installer
  15. cpuid --ext 29 && set arch amd64 || set arch i386
  16. initrd http://no.archive.ubuntu.com/ubuntu/dists/bionic/main/installer-${arch}/current/images/netboot/mini.iso
  17. chain ${boot-url}/memdisk iso || goto failed
  18. #or
  19. #kernel http://no.archive.ubuntu.com/ubuntu/dists/bionic/main/installer-${arch}/current/images/netboot/ubuntu-installer/${arch}/linux
  20. #initrd http://no.archive.ubuntu.com/ubuntu/dists/bionic/main/installer-${arch}/current/images/netboot/ubuntu-installer/${arch}/initrd.gz
  21. boot || goto failed
  22. goto start

  23. :debian-installer
  24. cpuid --ext 29 && set arch amd64 || set arch i386
  25. initrd http://debian.mirrors.ovh.net/debian/dists/stable/main/installer-${arch}/current/images/netboot/mini.iso
  26. chain ${boot-url}/memdisk iso raw || goto failed
  27. #or
  28. #kernel http://debian.mirrors.ovh.net/debian/dists/stable/main/installer-${arch}/current/images/netboot/debian-installer/${arch}/linux
  29. #initrd http://debian.mirrors.ovh.net/debian/dists/stable/main/installer-${arch}/current/images/netboot/debian-installer/${arch}/initrd.gz

  30. :kali-installer
  31. cpuid --ext 29 && set arch amd64 || set arch i386
  32. initrd http://http.kali.org/kali/dists/kali-rolling/main/installer-${arch}/current/images/netboot/mini.iso
  33. chain ${boot-url}/memdisk iso raw || goto failed

  34. goto start

  35. #######################################################
  36.   
  37. #Memdisk via iPXE vs. ISO Boot HTTP via iPXE:
  38. #
  39. #Memdisk via iPXE does the following things:
  40. #1) Emulates a CD-ROM allowing a Network-Based Install.
  41. #2) Masks actual system RAM because the environment memdisk creates "hides" a certain amount of RAM to allow for the ISO - This amount is generally 2x ISO Size (Maximum 2GB - I think).
  42. #3) Preloads the ISO into memory before executing the ISO. This slows boot time a bit.
  43. #
  44. #ISO Boot over HTTP via iPXE:
  45. #1) Does not emulate a CD-ROM. It is a Block Device.
  46. #2) Does not mask system RAM.
  47. #3) Executes as it reads: Faster than memdisk and no "preloading" of the ISO is required.
  48. #4) Does not hold the ISO as a readable device once the ISO is loaded unless loaded into the iBFT.
复制代码
回复

使用道具 举报

16#
 楼主| 发表于 2025-9-8 14:41:41 | 只看该作者
ikuai中多部署个iscsi服务器,成功用ikuai路由启动无盘。
sanboot iscsi:{youip}:::::{iscsiname}    lun0
sanboot iscsi:{youip}:::1:{iscsiname}   lun1
注意lun编号是0还是1
此篇完结
回复

使用道具 举报

17#
发表于 2025-9-8 16:31:28 | 只看该作者
这样都行,谢谢分享。。。。。。。
回复

使用道具 举报

18#
发表于 2025-9-8 16:58:00 | 只看该作者
能出个详细完整教程吗
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2025-9-19 18:17

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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