RBO entry causes Linux targets to reboot repeatedly during capture or reimage
- Problem description
During a capture or a reimage deployment, a new entry is added to the linux boot loader of the system being captured or reimaged. If the capture or deployment fails, the RBO entry might not be removed on the Linux target. This causes the target to reboot repeatedly. To remove the entry manually, complete the steps described below.
- Solution/workaround
-
- For 32-bit Linux systems:
- Download http://software.bigfix.com/download/osd/rbagent.bin.
- Make it executable (
chmod +x rbagent.bin
). - Download rbagent.pak http://software.bigfix.com/download/osd/rbagent.pak in the same directory of the rbagent.bin.
- Run the following command:
rbagent.bin -o rad-setlinuxboot removeconf
- For 64-bit Linux systems:
- Download http://software.bigfix.com/download/osd/rbagent64.bin.
- Make it executable (
chmod +x rbagent64.bin
). - Download rbagent.pak http://software.bigfix.com/download/osd/rbagent.pak in the same directory of the rbagent64.bin.
- Run the following command:
rbagent64.bin -o rad-setlinuxboot removeconf
- For 32-bit Linux systems: