You need a VGA BIOS or a softmod that supports VGA, or you could use
FrostyTheSnowman and Xman954's VGA Boot DiscFor Kingroach NDURE 3.1 you run NDTS (E:\ndts\default.xbe) and select Nkpatcher Settings then one of the RGB options. HOWEVER, there's a small bug in the ndts config (E:\ndts\config.xml), so you should replace it with this version first.
Edit. It's too long, so I can't paste it here. Just don't select RGB67 as the nkpatcher option. I'll find somewhere to host the modified config. Meanwhile, here's the bit of config.xml you need to change - it's the section from NKPatcher Settings down to the start of the "System" part of the menu - just cut and paste into your current ndts config.xml
CODE
<!Modified by Heimdall 2009>
<!I've relabelled the options to make them a little bit clearer, and fixed a minor typo that meant you couldn't select RGB 67 - it installed retail 67 instead>
<List Text="Nkpatcher Settings" Sort="off" Auto="On">
<List Text="Use Nkpatcher.67 (With Basic)" Sort="off" Batch="True">
<Item Action="AskUser" Arg1="Nkpatcher.67" Arg2="This will install Nkpatcher.67(F+G) single boot (power and eject = hacked dash). Continue?"></Item>
<Item Action="Delete" Arg1="C:\bios\bios.xbe"></Item>
<Item Action="copy" Arg1="E:\ndts\files\C\bios\bs67\bios.xbe" Arg2="C:\bios\"></Item>
</List>
<List Text="Use Nkpatcher.67 (With Retail)" Sort="off" Batch="True">
<Item Action="AskUser" Arg1="Nkpatcher.67" Arg2="This will install Nkpatcher.67(F+G) dual boot (power = hacked dash, eject = retail dash). Continue?"></Item>
<Item Action="Delete" Arg1="C:\bios\bios.xbe"></Item>
<Item Action="copy" Arg1="E:\ndts\files\C\bios\rt67\bios.xbe" Arg2="C:\bios\"></Item>
</List>
<List Text="Use Nkpatcher.06 (With Basic)" Sort="off" Batch="True">
<Item Action="AskUser" Arg1="Nkpatcher.06" Arg2="This will install Nkpatcher.06(F only) single boot (power and eject = hacked dash). Continue?"></Item>
<Item Action="Delete" Arg1="C:\bios\bios.xbe"></Item>
<Item Action="copy" Arg1="E:\ndts\files\C\bios\bs06\bios.xbe" Arg2="C:\bios\"></Item>
</List>
<List Text="Use Nkpatcher.06 (With Retail)" Sort="off" Batch="True">
<Item Action="AskUser" Arg1="Nkpatcher.06" Arg2="This will install Nkpatcher.06(F only) dual boot (power = hacked dash, eject = retail dash). Continue?"></Item>
<Item Action="Delete" Arg1="C:\bios\bios.xbe"></Item>
<Item Action="copy" Arg1="E:\ndts\files\C\bios\rt06\bios.xbe" Arg2="C:\bios\"></Item>
</List>
<List Text="Use Nkpatcher RGB.67 (With Basic)" Sort="off" Batch="True">
<Item Action="AskUser" Arg1="Nkpatcher.67" Arg2="This will install Nkpatcher.67(F+G) single boot (power and eject = hacked dash). Continue?"></Item>
<Item Action="Delete" Arg1="C:\bios\bios.xbe"></Item>
<Item Action="copy" Arg1="E:\ndts\files\C\bios\rgbbs67\bios.xbe" Arg2="C:\bios\"></Item>
</List>
<List Text="Use Nkpatcher RGB.67 (With Retail)" Sort="off" Batch="True">
<Item Action="AskUser" Arg1="Nkpatcher.67" Arg2="This will install Nkpatcher.67(F+G) dual boot (power = hacked dash, eject = retail dash). Continue?"></Item>
<Item Action="Delete" Arg1="C:\bios\bios.xbe"></Item>
<Item Action="copy" Arg1="E:\ndts\files\C\bios\rgbrt67\bios.xbe" Arg2="C:\bios\"></Item>
</List>
<List Text="Use Nkpatcher RGB.06 (With Basic)" Sort="off" Batch="True">
<Item Action="AskUser" Arg1="Nkpatcher.06" Arg2="This will install Nkpatcher.06(F only) single boot (power and eject = hacked dash). Continue?"></Item>
<Item Action="Delete" Arg1="C:\bios\bios.xbe"></Item>
<Item Action="copy" Arg1="E:\ndts\files\C\bios\rgbbs06\bios.xbe" Arg2="C:\bios\"></Item>
</List>
<List Text="Use Nkpatcher RGB.06 (With Retail)" Sort="off" Batch="True">
<Item Action="AskUser" Arg1="Nkpatcher.06" Arg2="This will install Nkpatcher.06(F only dual boot (power = hacked dash, eject = retail dash).) Continue?"></Item>
<Item Action="Delete" Arg1="C:\bios\bios.xbe"></Item>
<Item Action="copy" Arg1="E:\ndts\files\C\bios\rgbrt06\bios.xbe" Arg2="C:\bios\"></Item>
</List>
</List>
<!End of changes>
This post has been edited by Heimdall: Jan 29 2012, 03:39 PM