Phoenix BIOS Setup Simulator

So sieht es aus wen man im BIOS ist

Der hier verwendete Code

<!DOCTYPE html> <!-- saved from url=(0023)https://pranx.com/bios/ --> <html class="no-js" lang="en" data-lt-installed="true"><!--<![endif]--><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Phoenix BIOS Setup Utility Simulator</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; } article, aside, figure, footer, header, nav, section, details, summary {display: block;} html { box-sizing: border-box; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } *, *:before, *:after { box-sizing: inherit; } img, object, embed {max-width: 100%;} html {overflow-y: scroll;} ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;} del {text-decoration: line-through;} abbr[title], dfn[title] {border-bottom: 1px dotted #000; } /* tables still need cellspacing="0" in the markup */ table {border-collapse: collapse; border-spacing: 0;} th {font-weight: bold; vertical-align: bottom;} td {font-weight: normal; vertical-align: top;} hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;} input, select {vertical-align: middle;} pre { white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */ } input[type="radio"] {vertical-align: text-bottom;} input[type="checkbox"] {vertical-align: bottom;} .ie7 input[type="checkbox"] {vertical-align: baseline;} .ie6 input {vertical-align: text-bottom;} select, input, textarea {font: 99% sans-serif;} table {font-size: inherit; font: 100%;} small {font-size: 85%;} strong {font-weight: bold;} td, td img {vertical-align: top;} /* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */ sub, sup {font-size: 75%; line-height: 0; position: relative;} sup {top: -0.5em;} sub {bottom: -0.25em;} /* standardize any monospaced elements */ pre, code, kbd, samp {font-family: monospace, sans-serif;} label, input[type=button], input[type=submit], input[type=file], button {cursor: pointer;} /* Webkit browsers add a 2px margin outside the chrome of form elements */ button, input, select, textarea {margin: 0;} /* make buttons play nice in IE */ button, input[type=button] {width: auto; overflow: visible;} /* scale images in IE7 more attractively */ .ie7 img {-ms-interpolation-mode: bicubic;} /* prevent BG image flicker upon hover (commented out as usage is rare, and the filter syntax messes with some pre-processors) .ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));} */ /* let's clear some floats */ .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } @font-face { font-family: 'Perfect'; src: url('fonts/Perfect.eot'); src: local('?'), url('fonts/Perfect.woff') format('woff'), url('fonts/Perfect.ttf') format('truetype'), url('fonts/Perfect.svg') format('svg'); font-weight: normal; font-style: normal; } html, body { cursor: none; } body { font-family: 'Perfect'; background-color: #CCCCCC; font-size: 26px; line-height: 33px; position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; } body, select, input, textarea {color: #73ffff;} a {text-decoration: none; color: #ffff25;} a:hover {color: #ffff25;} table{width: 100%;} .header { text-align: center; background-color: #00EEBB; color: #000; } .clickable tr{ color: #0426EA; } .rightPanelHead { color: #0426EA; } .panel { color: #000; } #mainMenu { display: block; background-color: #0426EA; Color: #CCCCCC; } #mainMenu li { display: inline-block; padding: 0 30px; } #mainMenu li.selected { background-color: #CCCCCC; Color: #0426EA; } .mainContent { border: 3px solid #000; position: fixed; top: 85px; bottom: 100px; left: 20px; right: 20px; color: #0426EA; } .keys { position: fixed; bottom: 0; left: 0; right: 0; height: 80px; background-color: #00EEBB; color: #000; padding: 25px 20px 0; width: 100%; } .keys > div { display: inline-block; padding-right: 85px; } .keys span { color: #FFF; display: inline-block; width: auto; } .panel { height: 100%; width: 100%; display: none; } .panel.visiblepanel { display: block } .gery { color: #555; } .leftPanel { border-right: 3px solid #000; float: left; width: 65%; height: 100%; } .rightPanelHead { border-bottom: 3px solid #000; } .explicationText { line-height: 25px; } .leftPanelInner, .rightPanelHead, .explicationText { padding: 20px; } .rightPanel { float: right; width: 35%; } .clickable .selected { color: #FFF; } #restart { position: fixed; top: 0; bottom: 0; left: 0; right: } @media screen and (max-width: 1450px) { .keys { padding: 4px 0 0 20px; } .keys > div { display: inline-block; padding-right: 0; width: 44%; text-align: left; } } @media screen and (max-width: 1000px) { .leftPanel, .rightPanel { overflow: auto; } body { font-size: 20px; line-height: 26px; } } @media screen and (max-width: 850px) { .leftPanel, .rightPanel { overflow: auto; } #mainMenu li { padding: 0 20px; } } @media screen and (max-width: 700px) { .rightPanel { display: none; } .leftPanel { border-right: none; float: none; width: 100%; height: 100%; } } @media screen and (max-width: 600px) { #mainMenu li { padding: 0 8px; } body { font-size: 17px; line-height: 23px; } } @media screen and (max-width: 450px) { body { font-size: 15px; line-height: 20px; } .keys > div:nth-child(1), .keys > div:nth-child(2) { display: none; } .header { height: 23px; overflow: hidden; } .mainContent { border: 2px solid #000; top: 75px; bottom: 80px; left: 8px; right: 8px; } .keys { height: 50px; } .leftPanelInner, .rightPanelHead, .explicationText { padding: 5px; } } @media print { color: #000; background-color: #FFF; } </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> <script> $(document).ready(function () { var loc = window.location.href+''; if (loc.indexOf('http://')==0){ window.location.href = loc.replace('http://','https://'); // https redirect } $('body').keydown(function(e) { console.log(e.which) if(e.which == 38) { //up oldseg = seg; $(".visiblepanel table.clickable tr").each(function(){ if($(this).hasClass('selected')) { seg = $(this); } }); if ((seg != oldseg) && ($(seg).prev().length > 0)) { $(seg).removeClass('selected'); $(seg).prev().addClass('selected'); } } if(e.which == 40) { //down oldseg = seg; $(".visiblepanel table.clickable tr").each(function(){ if($(this).hasClass('selected')) { seg = $(this); } }); if ((seg != oldseg) && ($(seg).next().length > 0)) { $(seg).removeClass('selected'); $(seg).next().addClass('selected'); } } if(e.which == 37) { //left oldseg = seg; $("#mainMenu li").each(function(){ if($(this).hasClass('selected')) { seg = $(this); } }); if ((seg != oldseg) && ($(seg).prev().length > 0)) { $(seg).removeClass('selected'); $(seg).prev().addClass('selected'); $('.panel').removeClass('visiblepanel'); stri = '.panel:nth-child(' + (Number($(seg).index())) + ')'; console.log(stri); $(stri).addClass('visiblepanel'); $("table.clickable tr").removeClass('selected'); $(".visiblepanel table.clickable tr:nth-child(1)").addClass('selected'); } } if(e.which == 39) { //right oldseg = seg; $("#mainMenu li").each(function(){ if($(this).hasClass('selected')) { seg = $(this); } }); if ((seg != oldseg) && ($(seg).next().length > 0)) { $(seg).removeClass('selected'); $(seg).next().addClass('selected'); $('.panel').removeClass('visiblepanel'); stri = '.panel:nth-child(' + (Number($(seg).index())+2) + ')'; console.log(stri); $(stri).addClass('visiblepanel'); $("table.clickable tr").removeClass('selected'); $(".visiblepanel table.clickable tr:nth-child(1)").addClass('selected'); } } if(e.which == 13) { //enter window.open("https://pranx.com/boot-device-not-found/","_self"); } if(e.which == 112) { //F1 } if(e.which == 27) { //Esc } if(e.which == 113) { //F2 } if(e.which == 120) { //F9 window.open("https://pranx.com/boot-device-not-found/","_self"); } }); setTime(); }); var stri; var seg; var oldseg; function setTime() { var d = new Date(); var n = d.getHours(); document.getElementById("clockh").innerHTML = n; n = d.getMinutes(); document.getElementById("clockm").innerHTML = n; n = d.getSeconds(); document.getElementById("clocks").innerHTML = n; n = d.getDate(); document.getElementById("dated").innerHTML = n; n = d.getMonth(); document.getElementById("datem").innerHTML = n; n = d.getFullYear(); document.getElementById("datey").innerHTML = n; var days = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']; n = days[d.getDay()]; document.getElementById("daten").innerHTML = n; } </script> </head> <body> <div id="bios"> <div class="header"> Phoenix TrustedBios(tm) CMOS Setup Utility </div> <ul id="mainMenu"> <li class="selected">Main</li> <li class="">Advanced</li> <li>Security</li> <li>Boot</li> <li>Exit</li> </ul> <div class="mainContent"> <div id="mainPage" class="panel visiblepanel"> <div class="leftPanel"> <div class="leftPanelInner"> Bios Version: 4S4EB8X0.86F<br> Service tag: XXXXX<br> <br> <table class="clickable"> <tbody><tr class="selected"> <td>System Time</td> <td></td> <td>[<span id="clockh">3</span>:<span id="clockm">41</span>:<span id="clocks">31</span>]</td> </tr> <tr> <td>System Date</td> <td></td> <td>[<span id="daten">Sat</span> <span id="datem">0</span>/<span id="dated">7</span>/<span id="datey">2023</span>]</td> </tr> <tr> <td>► Primary IDE Master</td> <td>:</td> <td>[Not Detected]</td> </tr> <tr> <td>► Primary IDE Slave</td> <td>:</td> <td>[Not Detected]</td> </tr> <tr> <td>► SATA1</td> <td>:</td> <td>[HL-DT-ST DVDRW GH]</td> </tr> <tr> <td>► SATA2</td> <td>:</td> <td>[SAMSUNG HD103SJ]</td> </tr> <tr> <td>► SATA3</td> <td>:</td> <td>[Not Detected]</td> </tr> <tr> <td>► SATA4</td> <td>:</td> <td>[Not Detected]</td> </tr> <tr> <td>► Storage Configuration</td> <td></td> <td></td> </tr> <tr> <td>► System Information</td> <td></td> <td></td> </tr> </tbody></table> </div> </div> <div class="rightPanel"> <div class="rightPanelInner"> <div class="rightPanelHead"> Item Specific Help </div> <div class="explicationText"> Use the keys in the footer to navigate.<br> </div> </div> </div> </div> <div id="mainPage" class="panel"> <div class="leftPanel"> <div class="leftPanelInner"> Setup Warning Setting items on this menu to incorrect values may cause your system to malfunction.<br> <br> <table> <tbody><tr> <td>CPU Type</td> <td>Intel (R) Core(TM)2 Quad CPU</td> </tr> <tr> <td></td> <td>Q66 @ 2.40GHz</td> </tr> <tr> <td>CPU Speeed</td> <td>2.40GHz/1066MHz</td> </tr> <tr> <td>Cache RAM</td> <td>8192KB</td> </tr> </tbody></table> <br> <table class="clickable"> <tbody><tr class=""> <td>Primary Video Adapter</td> <td></td> <td>[PCI]</td> </tr> <tr class=""> <td>PS/2 Mouse</td> <td></td> <td>Auto Detect</td> </tr> <tr class=""> <td>PATA Controller</td> <td></td> <td>[Enabled]</td> </tr> <tr> <td>SATA Controller</td> <td></td> <td>[Enabled]</td> </tr> <tr> <td>Onboard LAN</td> <td></td> <td>[Enabled]</td> </tr> <tr> <td>Onboard LAN Boot ROM</td> <td></td> <td>[Disabled]</td> </tr> <tr> <td>Onboard 1394</td> <td></td> <td>[Enabled]</td> </tr> <tr> <td>Supervisor Password</td> <td></td> <td><span class="gery">Disabled</span></td> </tr> <tr> <td>User Password</td> <td></td> <td><span class="gery">Disabled</span></td> </tr> <tr> <td>Onboard Audio</td> <td></td> <td>[Auto]</td> </tr> </tbody></table> </div> </div> <div class="rightPanel"> <div class="rightPanelInner"> <div class="rightPanelHead"> Item Help </div> <div class="explicationText"> Menu Level<br><br> [Disabled] disables the Primariy Video Adapter function and frees up IRQ 12.<br> [Enabled] enables and supports the function.<br> [Auto Detect] enables the Video Adapter function if detected.<br> <br> <br> <br> </div> </div> </div> </div> <div id="mainPage" class="panel"> <div class="leftPanel"> <div class="leftPanelInner"> Password Description<br> If ONLY the Administrator's password is set, this only access to Setup and is only asked for when entering Setup.<br> If ONLY the User's password is set, this is a power on password and must be entered to boot to enter Setup.<br> In Setup the User will have Administrator rights.<br> <br> <table class="clickable"> <tbody><tr class=""> <td>Administrator Password Status</td> <td><span class="gery">:</span></td> <td><span class="gery">INSTALLED</span></td> </tr> <tr> <td>User Password Status</td> <td><span class="gery">:</span></td> <td><span class="gery">INSTALLED</span></td> </tr> <tr> <td>Administrator Password</td> <td></td> <td></td> </tr> <tr> <td>User Password</td> <td></td> <td></td> </tr> <tr> <td>HDD Password Status</td> <td><span class="gery">:</span></td> <td><span class="gery">NOT INSTALLED</span></td> </tr> <tr> <td>Set Master Password</td> <td></td> <td></td> </tr> <tr> <td>Set User Password</td> <td></td> <td></td> </tr> <tr> <td>► I/O Interface Security</td> <td></td> <td></td> </tr> <tr> <td>► Secure Boot Menu</td> <td></td> <td></td> </tr> </tbody></table> </div> </div> <div class="rightPanel"> <div class="rightPanelInner"> <div class="rightPanelHead"> Set Administrator Password </div> <div class="explicationText"> The password length must be in the following range:<br> Minimum length: 3<br> Maximum length: 20<br> Must type with character:<br> a-z, 0-9 </div> </div> </div> </div> <div id="mainPage" class="panel"> <div class="leftPanel"> <div class="leftPanelInner"> Boot priority order:<br> <br> <table class="clickable"> <tbody><tr class=""> <td><span class="gery">1: </span></td> <td></td> <td>IDE0: WCD WD1600BEVT-223CHG-(PM)</td> </tr> <tr> <td><span class="gery">2: </span></td> <td></td> <td>CD/DVD: Optiarc DVD RW AD-98123-(P)</td> </tr> <tr> <td><span class="gery">3: </span></td> <td></td> <td>Network Boot: MBA v11.0.11 Slot 0200</td> </tr> <tr> <td><span class="gery">4: </span></td> <td></td> <td>USB HDD</td> </tr> <tr> <td><span class="gery">5: </span></td> <td></td> <td>USB FDD</td> </tr> <tr> <td><span class="gery">6: </span></td> <td></td> <td>USB KEY</td> </tr> <tr> <td><span class="gery">7: </span></td> <td></td> <td>USB CD/DVD ROM</td> </tr> </tbody></table> </div> </div> <div class="rightPanel"> <div class="rightPanelInner"> <div class="rightPanelHead"> Item Specific Help </div> <div class="explicationText"> Use the Up and Down arrows to select an item then move it up or down in the list. </div> </div> </div> </div> <div id="mainPage" class="panel"> <div class="leftPanel"> <div class="leftPanelInner"> You are about to leave the Bios Setup Utility. <br> <br> <table class="clickable"> <tbody><tr class=""> <td><span class="gery">1: </span></td> <td></td> <td>Save Changes and Exit</td> </tr> <tr> <td><span class="gery">2: </span></td> <td></td> <td>Exit Without Saving</td> </tr> <tr> <td><span class="gery">3: </span></td> <td></td> <td>Load Defaults and Exit</td> </tr> </tbody></table> <br> Your computer will reboot. </div> </div> <div class="rightPanel"> <div class="rightPanelInner"> <div class="rightPanelHead"> Exit </div> <div class="explicationText"> Leaving the Bios Setup Utility will optionally save the CMOS settings and reboot the computer. </div> </div> </div> </div> </div> <div class="keys"> <div><span>←→</span> Select Menu</div> <div><span>↑↓</span> Select Item</div> <div><span>Enter</span> Select / Sub-Menu</div> <div><span>F9</span> Save and Exit</div> </div> </div> </body></html>