<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks Dan, this is exactly the process I took. I used the KMDB "trick" to modify "apix_enable" and get the ISO installer to boot, and the updated "/mnt/etc/system" after the installation completed (as Dan mentioned).</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 8, 2017 at 7:08 AM, Dan McDonald <span dir="ltr"><<a href="mailto:danmcd@omniti.com" target="_blank">danmcd@omniti.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><blockquote type="cite">On Mar 8, 2017, at 2:28 AM, Stephan Budach <<a href="mailto:stephan.budach@jvm.de" target="_blank">stephan.budach@jvm.de</a>> wrote:<br><br>Can you elaborate on that a little more as of what exactly you did to the loader? I am guessing that you modified the kernel boot arguments, but unfortuanetly, I am unfamiliar with the new loader.<br></blockquote><br></span><div>Screenshots being inlined...</div><div><br></div><div>Step 1:  Say hello to the new Loader menu:</div><div><br></div><div><img id="m_277067036408308615870C16F6A-358C-4150-9F6C-186BC976A774" src="cid:851499E3-6007-4DEA-844C-0EFD54096887"></div><div><br></div><div>note that on the new ISO, there will be no "Select Boot Environment" option.  Nonetheless, we don't want that.  We want to modify the boot options (#5 or the 'O' key):</div><div><br></div><div>Step 2:  Say hello to the Boot Options menu:</div><div><br></div><div><img id="m_277067036408308615871130461-7DE2-42A7-A6EE-891846EA1603" src="cid:D322C788-827E-4917-BFDF-28DD90115D44"></div><div><br></div><div>To boot under kmdb  (the kernel debugger) AND have the kmdb prompt occur immediately you now simply enable kmdb with 'm' or with '7', and debug with 'd' or '8'.  After pressing both keys, things should look like this:</div><div><br></div><div><img id="m_2770670364083086158180ABAA5-3B7B-4BDB-954F-9E8F43EABAF8" src="cid:30EDE45C-246D-47ED-B142-79D437F82077"></div><div><br></div><div>Step 3:  Press RETURN to boot, and get to the kmdb prompt and fix apix_enable.</div><div><br></div><div>You will get to the kmdb prompt now.  I've typed in three commands:  "apix_enable/X" to show its current value, "apix_enable/W0" to set it to 0, and "apix_enable/X" again to show it is indeed 0.  Pardon the noise on one part... using arrows for history on kmdb prints extra characters:</div><div><br></div><div><img id="m_2770670364083086158EB93C23C-E161-4872-8527-2328C31B0B0B" src="cid:8BB03F2F-1A72-4A0D-A373-BBEEA252F58E"></div><div><br></div><div>Step 4:  Proceed with boot.</div><div><br></div><div>Enter ":c" into kmdb and the kernel will boot.</div><div><br></div><div><img id="m_2770670364083086158A3E5EA84-D7D8-48CE-9E6A-B3F1A41AC862" src="cid:C6525086-AA4C-4423-9681-D5DDAFA4B85A"></div><div><br></div><div>If you do that trick on the installer ISO, you'll jump immediately to the installation menu.</div><div><br></div><div>Once booted, if it's an installed system, you can login and edit /etc/system to add: "set apix_enable=0" on a line by itself.  If it's the installer ISO, do the installation, THEN enter the shell and edit /mnt/etc/system.  The new installer keeps the newly-installed BE mounted on /mnt so people can post-process it after installation.  We MAY exploit this to enhance the installation menu and installation experience.</div><div><br></div><div>Hope this helps!</div><span class="HOEnZb"><font color="#888888"><div>Dan</div><div><br></div></font></span></div></blockquote></div><br></div>