Difference between revisions of "New Laptop Docs: POST troubleshooting flowchart"

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
<graphviz>
 
<graphviz>
 
+
digraph D {
graph d {
 
rankdir = LR
 
 
   
 
   
 
  it_dont_post [label="It don't post !\n Possible Causes:\n 1. Not enough power\n 2. The system is failing the test\n 3. borked LCD\n 4. Borked graphics card."]
 
  it_dont_post [label="It don't post !\n Possible Causes:\n 1. Not enough power\n 2. The system is failing the test\n 3. borked LCD\n 4. Borked graphics card."]
things_to_do [label="Things to do ?"]
 
 
it_dont_post -> things_to_do
 
 
}
 
 
</graphviz>
 

Revision as of 16:14, 25 February 2012

Teh flowcharts

<graphviz> digraph D {

it_dont_post [label="It don't post !\n Possible Causes:\n 1. Not enough power\n 2. The system is failing the test\n 3. borked LCD\n 4. Borked graphics card."]