metal-stack / go-hal

server hardware abstraction, tries to lower the burden of supporting different server vendors
GNU Affero General Public License v3.0
13 stars 3 forks source link

Setting BIOS configuration on s3-large-x86 is failing #36

Closed Gerrit91 closed 3 years ago

Gerrit91 commented 3 years ago

Unfortunately, also when setting the default-legacy disk layout (preventing metal-stack/metal-hammer#53 from happening), the installation does not succeed:

 ...                                                                                                                                                                                                                                              
********************************<<<<<ERROR>>>>>*********************************                                                                                                                                                                  

ExitCode                = 60                                                                                                                                                                                                                      
Description             = Invalid configuration file                                                                                                                                                                                              
Program Error Code      = 313.60                                                                                                                                                                                                                  
Error message:                                                                                                                                                                                                                                    
        Invalid BIOS configuration file                                                                                                                                                                                                           
        Root node: <BiosCfg> cannot be found                                                                                                                                                                                                      
Instruction:                                                                                                                                                                                                                                      
        Please do not rename or remove root node <BiosCfg>                                                                                                                                                                                        

********************************************************************************                                                                                                                                                                  

exit status 60                                                                                                                                                                                                                                    
unable to ensure boot order                                                                                                                                                                                                                       
github.com/metal-stack/metal-hammer/cmd.(*Hammer).install                                                                                                                                                                                         
        /work/cmd/install.go:138                                                                                                                                                                                                                  
github.com/metal-stack/metal-hammer/cmd.(*Hammer).Install                                                                                                                                                                                         
        /work/cmd/install.go:68                                                                                                                                                                                                                   
github.com/metal-stack/metal-hammer/cmd.(*Hammer).installImage                                                                                                                                                                                    
        /work/cmd/root.go:255                                                                                                                                                                                                                     
github.com/metal-stack/metal-hammer/cmd.Run                                                                                                                                                                                                       
        /work/cmd/root.go:248                                                                                                                                                                                                                     
main.main                                                                                                                                                                                                                                         
        /work/main.go:74                                                                                                                                                                                                                          
runtime.main                                                                                                                                                                                                                                      
        /usr/local/go/src/runtime/proc.go:225                                                                                                                                                                                                     
runtime.goexit                                                                                                                                                                                                                                    
        /usr/local/go/src/runtime/asm_amd64.s:1371                                                                                                                                                                                                
install                                                                                                                                                                                                                                           
github.com/metal-stack/metal-hammer/cmd.(*Hammer).installImage                                                                                                                                                                                    
        /work/cmd/root.go:259                                                                                                                                                                                                                     
github.com/metal-stack/metal-hammer/cmd.Run                                                                                                                                                                                                       
        /work/cmd/root.go:248                                                                                                                                                                                                                     
main.main                                                                                                                                                                                                                                         
        /work/main.go:74                                                                                                                                                                                                                          
runtime.main                                                                                                                                                                                                                                      
        /usr/local/go/src/runtime/proc.go:225                                                                                                                                                                                                     
runtime.goexit                                                                                                                                                                                                                                    
        /usr/local/go/src/runtime/asm_amd64.s:1371                                                                                                                                                                                                
main.main                                                                                                                                                                                                                                         
        /work/main.go:77                                                                                                                                                                                                                          
runtime.main                                                                                                                                                                                                                                      
        /usr/local/go/src/runtime/proc.go:225                                                                                                                                                                                                     
runtime.goexit                                                                                                                                                                                                                                    
        /usr/local/go/src/runtime/asm_amd64.s:1371EROR[06-15|13:47:07] metal-hammer failed                      rebooting in=5s error="install: unable to ensure boot order: exit status 60" caller=main.go:79 
majst01 commented 3 years ago

:hankey: