dell / dellemc-openmanage-ansible-modules

Dell OpenManage Ansible Modules
GNU General Public License v3.0
339 stars 163 forks source link

idrac_os_deployment: Unable to boot to service partition because the target service partition was not found in the boot list #422

Closed lianzxu closed 2 years ago

lianzxu commented 2 years ago

I used module idrac_os_deployment to bootstrap two DELL poweredge R630 servers. The first one worked just fine. But I got error when bootstapping the second server: "Unable to boot to service partition because the target service partition was not found in the boot list.".

I compared iDRAC firmware and other setting but didn't find anything obviously different. And the boot sequence is the same on both servers. I wonder what I have missed. Thank you.

image

Here is the boot sequence:

image

anupamaloke commented 2 years ago

@lianzxu, Ansible modules will only make a REST API call to iDRAC to boot from a network ISO image. Do you see this error even when manually deploying the ISO image using iDRAC GUI?

lianzxu commented 2 years ago

We had to reset iDRAC twice. The issue is gone now. Thank you.