Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Odd problem with HPE smart array and sanboot
2021-03-11, 12:46 (This post was last modified: 2021-03-11 12:47 by p4rancesc0.)
Post: #5
RE: Odd problem with HPE smart array and sanboot
Hi,
I'm using MAAS, Metal As A Service.

This is the Script called when the deployment is finished.


PHP Code:
#!ipxe
# Boot the locally attached hard drives. On failure try the next locally
# attached hard drive. Fail on the last hard drive, if booting fails.
sanboot --no-describe --drive 0x80 ||
sanboot --no-describe --drive 0x81 ||
sanboot --no-describe --drive 0x82 ||
sanboot --no-describe --drive 0x83 


BR
Francesco
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Odd problem with HPE smart array and sanboot - p4rancesc0 - 2021-03-11 12:46



User(s) browsing this thread: 1 Guest(s)