BUG
请填写以下信息.
Please fill in the following information.
Install ENV: (You can find it in the boot interface.)
- DMI:
- CPU: N100
- NIC: (pid & vid)
RR version: (You can find it in the update menu.)
- RR: 24.8.1
- addons:
- modules:
- lkms:
DSM:
- model: SA600
- version:
Issue: 用nvme固态硬盘做引导,DSM和config loader都启动不了,提示Loader disk neither USB or SATA/SCSI/NUME/MMC/ IDE/VMBUS/XEN DoM,还原到24.7.4之后正常启动。
logs:
(## 因为 log中存在 SN/MAC 等一些敏感信息, 当提供完整文件时请自行抹除他们, 当然你也可以发送到我的邮箱. ##)
(## Because the log contains some sensitive information such as SN/MAC, please delete them when providing the complete file. Of course, you can also send it to my email. ##)
...
(请先看一下#173、#175、#226的内容)
(Plz review the content of #173, #175, #226 first)
...
(如果你只是说 XXX 不能用, 什么详细信息也不提供, 我也只能说感谢你的反馈.)
(If you just say XXX doesn't work without providing any details, I can only say thank you for your feedback.)
...
RR shell
lsblk -dpno KNAME,TRAN,SUBSYSTEMS
what is the problem here, how to solve it? I basically only updated rr, it worked before
The same issue
what is the problem here, how to solve it? I basically only updated rr, it worked before
echo ${LOADER_DISK}
udevadm info --query property --name ${LOADER_DISK}
What is your environment? What type of disk is it?
https://github.com/RROrg/rr-build/actions/runs/10295526787 test
ESXi中虚拟机来引导,硬盘直通
https://github.com/RROrg/rr-build/actions/runs/10295526787 test
https://github.com/RROrg/rr-build/actions/runs/10295526787 test
After testing, everything is working fine now. The issue has been resolved.
echo ${LOADER_DISK} udevadm info --query property --name ${LOADER_DISK}
it's running in proxmox
After testing, everything is working fine now. The issue has been resolved.
what exactly did you do to fix it? How can I apply this new image without loosing my settings?
echo ${LOADER_DISK} udevadm info --query property --name ${LOADER_DISK}
它在 Proxmox 中运行
lsblk -dpno KNAME,TRAN,SUBSYSTEMS
sed -i 's/vmbus/vmbus virtio sas/' /opt/rr/init.sh
menu.sh
or modify the scsi0 to sata2
sed -i 's/vmbus/vmbus virtio sas/' /opt/rr/init.sh menu.sh
this worked for me 👍🏻
fixed


