系统引导时一直提示 “Timeout waiting for ARP/RARP packet”?
解决方法: 关闭电源重新引导系统时按 sun 键盘的 stop-A 或 普通键盘的 ctl+break (alt+break) 进入OK提示状态.
在 ok>; type printenv and look for these parameters .
boot-device disk
mfg-switch? false
diag-switch? false
if you see “boot-device net ” or true value for the other two parameter change it to the values above.
In case you wants to boot from network make sure your client is properly configured in boot server and network connections & configuration are proper.
用 setenv boot-device disk 修改boot默认引导设备。
或 boot disk 直接从硬盘引导。
解决方法: 关闭电源重新引导系统时按 sun 键盘的 stop-A 或 普通键盘的 ctl+break (alt+break) 进入OK提示状态.
在 ok>; type printenv and look for these parameters .
boot-device disk
mfg-switch? false
diag-switch? false
if you see “boot-device net ” or true value for the other two parameter change it to the values above.
In case you wants to boot from network make sure your client is properly configured in boot server and network connections & configuration are proper.
用 setenv boot-device disk 修改boot默认引导设备。
或 boot disk 直接从硬盘引导。
本文介绍了解决系统引导过程中出现“Timeout waiting for ARP/RARP packet”的方法。通过更改启动参数,如设置boot-device为disk,可以有效解决问题。确保网络配置正确,并检查启动服务器上的客户端设置。
2935

被折叠的 条评论
为什么被折叠?



