bin456789 / reinstall

一键DD/重装脚本 (One-click reinstall OS on VPS)
GNU General Public License v3.0
2.87k stars 477 forks source link

dd之后没有挂载到/os #181

Closed xkatld closed 1 month ago

xkatld commented 1 month ago

原来的系统:CentOS 9 Stream 要安装的系统:CentOS 8 Stream 遇到的问题:截图或者登录 SSH 获取日志 /reinstall.log

2024-10-19 20:48:27 (14.9 MB/s) - written to stdout [1044708483/1044708483]

***** MODIFY DISK IF IS WINDOWS *****
***** DONE *****
***** HOLD 2 *****
^C
localhost:~# cd /
localhost:/# ls
bin  configs  dev  etc  home  lib  media  mnt  opt  proc  reinstall.log  root  run  sbin  srv  sys  tmp  trans.sh  usr  var
localhost:/# 
连接断开
连接主机...
连接主机成功
Reinstalling...
To view logs run:
tail -fn+1 /reinstall.log
localhost:~# cd /os
-sh: cd: can't cd to /os: No such file or directory
xkatld commented 1 month ago

补充: 执行/trans.sh alpine后alpine被挂载上了,dd包的话我使用的是git.beta.gs的应该是没有问题的

(14/14) Purging zstd-libs (1.5.6-r0)
Executing busybox-1.36.1-r29.trigger
OK: 35 MiB in 85 packages
***** DONE *****
***** HOLD 2 *****
localhost:~# /trans.sh alpine^C

localhost:~# ls /
bin  configs  dev  etc  home  lib  media  mnt  opt  os  proc  reinstall.log  root  run  sbin  srv  sys  tmp  trans.sh  usr  var
bin456789 commented 1 month ago

文档写漏了 只会自动挂载 windows 不会自动挂载 linux