分类 Veeam 下的文章

Veeam Agent for Windows备份出现警告“Collecting recovery media files Details: Windows recovery image file not found”

问题现象Windows系统使用Veeam Agent备份成功,但是出现警告“Collecting recovery media files Details: Windows recovery image file not found”,这个问题可能是系统使用UEFI引导没有Recovery分区导致的解决方法禁用“Windows recovery image file not found”警告...
阅读全文

Rocky Linux重置root密码

1. 重启系统,在GRUB引导界面,选择Rocky Linux启动项2. 按E键编辑启动参数,找到以linux开头的行,在行尾追加 rd.break(或init=/bin/bash)3. 按 Ctrl+X 启动系统# 重新挂载根分区为可写 mount -o remount,rw /sysroot chroot /sysroot # 修改root密码 passwd root New pass...
阅读全文