主机论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 89|回复: 5

关于天翼云dd

[复制链接]

220

主题

995

回帖

3244

积分

论坛元老

Rank: 8Rank: 8

积分
3244
发表于 3 天前 | 显示全部楼层 |阅读模式
本帖最后由 ShqBql 于 2024-10-29 20:45 编辑

用的https://github.com/bin456789/reinstall
如下写法不对吗?
  1. bash reinstall.sh windows \
  2.      --image-name 'Windows 10 Enterprise LTSC 2021' \
  3.      --iso 'https://drive.massgrave.dev/zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso'
复制代码


以下为输出,貌似正常没报错啊。

  1. root@vm:~# bash reinstall.sh windows \
  2.      --image-name 'Windows 10 Enterprise LTSC 2021' \
  3.      --iso 'https://drive.massgrave.dev/zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso'
  4. Password [123@@@]:
  5. Retype password [123@@@]:
  6. http://dash.cloudflare.com/cdn-cgi/trace
  7.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  8.                                  Dload  Upload   Total   Spent    Left  Speed
  9. 100   202    0   202    0     0    197      0 --:--:--  0:00:01 --:--:--   197
  10. ***** SET FINALOS WINDOWS *****
  11. ***** TEST URL *****
  12. https://drive.massgrave.dev/zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso
  13.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  14.                                  Dload  Upload   Total   Spent    Left  Speed
  15. 100 1024k  100 1024k    0     0   509k      0  0:00:02  0:00:02 --:--:--  509k
  16. File type: iso
  17. ***** SET NEXTOS ALPINE 3.20 *****
  18. kvm
  19. VM: true
  20. ***** DOWNLOAD VMLNUZ AND INITRD *****
  21. http://mirror.nju.edu.cn/alpine/v3.20/releases/x86_64/netboot/vmlinuz-virt
  22.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  23.                                  Dload  Upload   Total   Spent    Left  Speed
  24. 100 10.3M  100 10.3M    0     0  41.2M      0 --:--:-- --:--:-- --:--:-- 41.2M
  25. http://mirror.nju.edu.cn/alpine/v3.20/releases/x86_64/netboot/initramfs-virt
  26.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  27.                                  Dload  Upload   Total   Spent    Left  Speed
  28. 100 8640k  100 8640k    0     0  43.0M      0 --:--:-- --:--:-- --:--:-- 43.0M
  29. ***** MOD ALPINE INITRD *****
  30. 52864 blocks
  31. https://www.ghproxy.cc/https://raw.githubusercontent.com/bin456789/reinstall/main/trans.sh
  32.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  33.                                  Dload  Upload   Total   Spent    Left  Speed
  34. 100  157k    0  157k    0     0  59947      0 --:--:--  0:00:02 --:--:-- 59947
  35. https://www.ghproxy.cc/https://raw.githubusercontent.com/bin456789/reinstall/main/alpine-network.sh
  36.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  37.                                  Dload  Upload   Total   Spent    Left  Speed
  38. 100 11317    0 11317    0     0  17121      0 --:--:-- --:--:-- --:--:-- 17095
  39. ***** NETWORK INFO *****
  40. IPv4 MAC: fa:16:3a:78:39:ce
  41. IPv4 Address: 10.0.0.162/24
  42. IPv4 Gateway: 10.0.0.1
  43. ---
  44. IPv6 MAC:
  45. IPv6 Address:
  46. IPv6 Gateway:

  47. 27M        .
  48. 20M        .
  49. ***** MAIN DISK: VDA *****
  50. cdf8af29
  51. Generating grub configuration file ...
  52. Found linux image: /boot/vmlinuz-5.10.0-26-amd64
  53. Found initrd image: /boot/initrd.img-5.10.0-26-amd64
  54. Warning: os-prober will be executed to detect other bootable partitions.
  55. Its output will be used to detect bootable binaries on them and create new boot entries.
  56. done
  57. ***** GRUB *****
  58. /boot/grub/custom.cfg
  59. set timeout_style=menu
  60. set timeout=5
  61. menuentry "reinstall (windows)" --unrestricted {
  62.     insmod lvm
  63.     insmod all_video
  64.     search --no-floppy --file --set=root /reinstall-vmlinuz
  65.     linux /reinstall-vmlinuz alpine_repo=http://mirror.nju.edu.cn/alpine/v3.20/main modloop=http://mirror.nju.edu.cn/alpine/v3.20/releases/x86_64/netboot/modloop-virt console=ttyS0,115200n8 console=tty0  finalos_distro=windows finalos_image_name='windows 10 enterprise ltsc 2021' finalos_iso='https://drive.massgrave.dev/zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso'  extra_confhome='https://www.ghproxy.cc/https://raw.githubusercontent.com/bin456789/reinstall/main' extra_main_disk=cdf9af29
  66.     initrd /reinstall-initrd
  67. }
  68. ***** INFO *****
  69. windows
  70. Username: administrator
  71. Password: 123@@@
  72. Reboot to start the installation.
复制代码




回复

使用道具 举报

60

主题

1251

回帖

3546

积分

论坛元老

Rank: 8Rank: 8

积分
3546
发表于 3 天前 | 显示全部楼层
没问题啊。今天DD成功了win2008r2
安装一个小应用不错
回复

使用道具 举报

220

主题

995

回帖

3244

积分

论坛元老

Rank: 8Rank: 8

积分
3244
 楼主| 发表于 3 天前 | 显示全部楼层
fzaas 发表于 2024-10-29 20:04
没问题啊。今天DD成功了win2008r2
安装一个小应用不错

35元的天翼云吗?
你用的哪个脚本?
回复

使用道具 举报

60

主题

1251

回帖

3546

积分

论坛元老

Rank: 8Rank: 8

积分
3546
发表于 3 天前 | 显示全部楼层
ShqBql 发表于 2024-10-29 20:07
35元的天翼云吗?
你用的哪个脚本?

就是这个脚本啊。
回复

使用道具 举报

220

主题

995

回帖

3244

积分

论坛元老

Rank: 8Rank: 8

积分
3244
 楼主| 发表于 3 天前 | 显示全部楼层
fzaas 发表于 2024-10-29 20:08
就是这个脚本啊。

我再研究研究。
回复

使用道具 举报

60

主题

1251

回帖

3546

积分

论坛元老

Rank: 8Rank: 8

积分
3546
发表于 3 天前 | 显示全部楼层
本帖最后由 fzaas 于 2024-10-29 20:16 编辑
ShqBql 发表于 2024-10-29 20:12
我再研究研究。


用的nat.ee 的系统
https://downsoft.cn/files/os/dd/natee


bash reinstall.sh dd --img https://example.com/xxx.xz
回复

使用道具 举报

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

本版积分规则

QQ|Archiver|手机版|小黑屋|主机论坛

GMT+8, 2024-11-1 09:32 , Processed in 0.080282 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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