vps交流

关于天翼云dd


本帖最后由 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. IPv6 MAC:
  44. IPv6 Address:
  45. IPv6 Gateway:
  46. 27M        .
  47. 20M        .
  48. ***** MAIN DISK: VDA *****
  49. cdf8af29
  50. Generating grub configuration file …
  51. Found linux image: /boot/vmlinuz-5.10.0-26-amd64
  52. Found initrd image: /boot/initrd.img-5.10.0-26-amd64
  53. Warning: os-prober will be executed to detect other bootable partitions.
  54. Its output will be used to detect bootable binaries on them and create new boot entries.
  55. done
  56. ***** GRUB *****
  57. /boot/grub/custom.cfg
  58. set timeout_style=menu
  59. set timeout=5
  60. menuentry "reinstall (windows)" –unrestricted {
  61.     insmod lvm
  62.     insmod all_video
  63.     search –no-floppy –file –set=root /reinstall-vmlinuz
  64.     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
  65.     initrd /reinstall-initrd
  66. }
  67. ***** INFO *****
  68. windows
  69. Username: administrator
  70. Password: 123@@@
  71. Reboot to start the installation.

复制代码

没问题啊。今天DD成功了win2008r2
安装一个小应用不错

fzaas 发表于 2024-10-29 20:04
没问题啊。今天DD成功了win2008r2
安装一个小应用不错

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

ShqBql 发表于 2024-10-29 20:07
35元的天翼云吗?
你用的哪个脚本?

就是这个脚本啊。

fzaas 发表于 2024-10-29 20:08
就是这个脚本啊。

我再研究研究。

本帖最后由 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