t400_external.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>ThinkPad T400: flashing tutorial (BeagleBone Black)</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">Flashing the T400 with a BeagleBone Black</h1>
  14. <p>Initial flashing instructions for T400.</p>
  15. <p>
  16. This guide is for those who want libreboot on their ThinkPad T400
  17. while they still have the original Lenovo BIOS present. This guide
  18. can also be followed (adapted) if you brick your T400, to know how
  19. to recover.
  20. </p>
  21. <p><a href="index.html">Back to main index</a></p>
  22. </div>
  23. <div class="section">
  24. <h1 id="preinstall">T400 laptops with libreboot pre-installed</h1>
  25. <p>
  26. If you don't want to install libreboot yourself, companies exist that sell these laptops
  27. with libreboot pre-installed, along with a free GNU/Linux distribution.
  28. </p>
  29. <p>
  30. Check the <a href="../../suppliers">suppliers</a> page for more information.
  31. </p>
  32. </div>
  33. <div class="section">
  34. <h2 id="serial_port">Serial port</h2>
  35. <p>
  36. EHCI debug might not be needed. It has been reported that the docking station
  37. for this laptop has a serial port, so it might be possible to use that instead.
  38. </p>
  39. </div>
  40. <div class="section">
  41. <h1 id="lcd_compatibility">LCD compatibly</h1>
  42. <p>
  43. Not all LCD panels are compatible yet. See <a href="../hcl/gm45_lcd.html">../hcl/gm45_lcd.html</a>.
  44. </p>
  45. </div>
  46. <div class="section" id="cpu_compatibility">
  47. <h1>A note about CPUs</h1>
  48. <p>
  49. <a href="http://www.thinkwiki.org/wiki/Category:T400">ThinkWiki</a> has a list of CPUs
  50. for this system. The Core 2 Duo P8400, P8600 and P8700 are believed to work in libreboot.
  51. The T9600 was confirmed to work, so the T9500/T9550 probably also work.
  52. </p>
  53. <h2>Quad-core CPUs</h2>
  54. <p>
  55. Incompatible. Do not use.
  56. </p>
  57. </div>
  58. <div class="section" id="switchable_graphics">
  59. <h1>A note about GPUs</h1>
  60. <p>
  61. Some models have an Intel GPU, while others have both an ATI and an Intel GPU; this
  62. is referred to as &quot;switchable graphics&quot;. In the <i>BIOS setup</i> program
  63. for lenovobios, you can specify that the system will use one or the other (but not both).
  64. </p>
  65. <p>
  66. Libreboot is known to work on systems with only the Intel GPU, using native graphics initialization.
  67. On systems with switchable graphics, the Intel GPU is used and the ATI GPU is disabled, so
  68. native graphics initialization works all the same.
  69. </p>
  70. <h1>CPU paste required</h1>
  71. <p>
  72. See <a href="#paste">#paste</a>.
  73. </p>
  74. </div>
  75. <div class="section">
  76. <h1 id="flashchips">Flash chip size</h1>
  77. <p>
  78. Use this to find out:<br>
  79. # <b>dmidecode | grep ROM\ Size</b>
  80. </p>
  81. <p>
  82. <a href="#pagetop">Back to top of page.</a>
  83. </p>
  84. </div>
  85. <div class="section photos">
  86. <h1 id="macaddress">MAC address</h1>
  87. <p>
  88. On the T400, the MAC address for the onboard
  89. gigabit ethernet chipset is stored inside the flash chip,
  90. along with other configuration data.
  91. </p>
  92. <p>
  93. Keep a note of the MAC address before disassembly; this is
  94. very important, because you will need to insert this into
  95. the libreboot ROM image before flashing it.
  96. It will be written in one of these locations:
  97. </p>
  98. <p>
  99. <img src="images/t400/macaddress0.jpg" alt="" />
  100. <img src="images/t400/macaddress1.jpg" alt="" />
  101. <img src="images/x200/disassembly/0001.jpg" alt="" />
  102. </p>
  103. </div>
  104. <div class="section photos">
  105. <h1>Initial BBB configuration</h1>
  106. <p>
  107. Refer to <a href="bbb_setup.html">bbb_setup.html</a> for how to
  108. configure the BBB for flashing.
  109. </p>
  110. <p>
  111. The following shows how to connect clip to the BBB (on the P9 header), for SOIC-16 (clip: Pomona 5252):
  112. </p>
  113. <pre>
  114. POMONA 5252 (correlate with the BBB guide)
  115. === ethernet jack and VGA port ====
  116. NC - - 21
  117. 1 - - 17
  118. NC - - NC
  119. NC - - NC
  120. NC - - NC
  121. NC - - NC
  122. 18 - - 3.3V (PSU)
  123. 22 - - NC - this is pin 1 on the flash chip
  124. === SATA port ===
  125. <i>This is how you will connect. Numbers refer to pin numbers on the BBB, on the plugs near the DC jack.</i><br/>
  126. <img src="images/t400/0065.jpg" alt="" />
  127. </pre>
  128. <p>
  129. The following shows how to connect clip to the BBB (on the P9 header), for SOIC-8 (clip: Pomona 5250):
  130. </p>
  131. <pre>
  132. POMONA 5250 (correlate with the BBB guide)
  133. === RAM slots ====
  134. 18 - - 1
  135. 22 - - NC
  136. NC - - 21
  137. 3.3V (PSU) - - 17 - this is pin 1 on the flash chip
  138. === slot where the AC jack is connected ===<br/>
  139. <i>This is how you will connect. Numbers refer to pin numbers on the BBB, on the plugs near the DC jack.</i><br/>
  140. <img src="images/t500/0060.jpg" alt="" />
  141. </pre>
  142. <h2>
  143. The procedure
  144. </h2>
  145. <p>
  146. Remove <i>all</i> screws, placing them in the order that you removed them:<br/>
  147. <img src="images/t400/0001.jpg" alt="" />
  148. <img src="images/t400/0002.jpg" alt="" />
  149. </p>
  150. <p>
  151. Remove those three screws then remove the rear bezel:<br/>
  152. <img src="images/t400/0003.jpg" alt="" />
  153. <img src="images/t400/0004.jpg" alt="" />
  154. <img src="images/t400/0005.jpg" alt="" />
  155. <img src="images/t400/0006.jpg" alt="" />
  156. </p>
  157. <p>
  158. Remove the speakers:<br/>
  159. <img src="images/t400/0007.jpg" alt="" />
  160. <img src="images/t400/0008.jpg" alt="" />
  161. <img src="images/t400/0009.jpg" alt="" />
  162. <img src="images/t400/0010.jpg" alt="" />
  163. <img src="images/t400/0011.jpg" alt="" />
  164. </p>
  165. <p>
  166. Remove the wifi:<br/>
  167. <img src="images/t400/0012.jpg" alt="" />
  168. <img src="images/t400/0013.jpg" alt="" />
  169. </p>
  170. <p>
  171. Remove this cable:<br/>
  172. <img src="images/t400/0014.jpg" alt="" />
  173. <img src="images/t400/0015.jpg" alt="" />
  174. <img src="images/t400/0016.jpg" alt="" />
  175. <img src="images/t400/0017.jpg" alt="" />
  176. <img src="images/t400/0018.jpg" alt="" />
  177. </p>
  178. <p>
  179. Unroute those antenna wires:<br/>
  180. <img src="images/t400/0019.jpg" alt="" />
  181. <img src="images/t400/0020.jpg" alt="" />
  182. <img src="images/t400/0021.jpg" alt="" />
  183. <img src="images/t400/0022.jpg" alt="" />
  184. <img src="images/t400/0023.jpg" alt="" />
  185. </p>
  186. <p>
  187. Remove the LCD assembly:<br/>
  188. <img src="images/t400/0024.jpg" alt="" />
  189. <img src="images/t400/0025.jpg" alt="" />
  190. <img src="images/t400/0026.jpg" alt="" />
  191. <img src="images/t400/0027.jpg" alt="" />
  192. <img src="images/t400/0028.jpg" alt="" />
  193. <img src="images/t400/0029.jpg" alt="" />
  194. <img src="images/t400/0030.jpg" alt="" />
  195. <img src="images/t400/0031.jpg" alt="" />
  196. </p>
  197. <p>
  198. Disconnect the NVRAM battery:<br/>
  199. <img src="images/t400/0033.jpg" alt="" />
  200. </p>
  201. <p>
  202. Disconnect the fan:<br/>
  203. <img src="images/t400/0034.jpg" alt="" />
  204. </p>
  205. <p>
  206. Unscrew these:<br/>
  207. <img src="images/t400/0035.jpg" alt="" />
  208. <img src="images/t400/0036.jpg" alt="" />
  209. <img src="images/t400/0037.jpg" alt="" />
  210. <img src="images/t400/0038.jpg" alt="" />
  211. </p>
  212. <p>
  213. Unscrew the heatsink, then lift it off:<br/>
  214. <img src="images/t400/0039.jpg" alt="" />
  215. <img src="images/t400/0040.jpg" alt="" />
  216. </p>
  217. <p>
  218. Disconnect the power jack:<br/>
  219. <img src="images/t400/0041.jpg" alt="" />
  220. <img src="images/t400/0042.jpg" alt="" />
  221. </p>
  222. <p>
  223. Loosen this:<br/>
  224. <img src="images/t400/0043.jpg" alt="" />
  225. </p>
  226. <p>
  227. Remove this:<br/>
  228. <img src="images/t400/0044.jpg" alt="" />
  229. <img src="images/t400/0045.jpg" alt="" />
  230. <img src="images/t400/0046.jpg" alt="" />
  231. <img src="images/t400/0047.jpg" alt="" />
  232. <img src="images/t400/0048.jpg" alt="" />
  233. </p>
  234. <p>
  235. Unscrew these:<br/>
  236. <img src="images/t400/0049.jpg" alt="" />
  237. <img src="images/t400/0050.jpg" alt="" />
  238. </p>
  239. <p>
  240. Remove this:<br/>
  241. <img src="images/t400/0051.jpg" alt="" />
  242. <img src="images/t400/0052.jpg" alt="" />
  243. </p>
  244. <p>
  245. Unscrew this:<br/>
  246. <img src="images/t400/0053.jpg" alt="" />
  247. </p>
  248. <p>
  249. Remove the motherboard (the cage is still attached) from
  250. the right hand side, then lift it out:<br/>
  251. <img src="images/t400/0054.jpg" alt="" />
  252. <img src="images/t400/0055.jpg" alt="" />
  253. <img src="images/t400/0056.jpg" alt="" />
  254. </p>
  255. <p>
  256. Remove these screws, placing the screws in the same layout
  257. and marking each screw hole (so that you know what ones
  258. to put the screws back into later):
  259. <img src="images/t400/0057.jpg" alt="" />
  260. <img src="images/t400/0058.jpg" alt="" />
  261. <img src="images/t400/0059.jpg" alt="" />
  262. <img src="images/t400/0060.jpg" alt="" />
  263. <img src="images/t400/0061.jpg" alt="" />
  264. <img src="images/t400/0062.jpg" alt="" />
  265. </p>
  266. <p>
  267. Separate the motherboard:<br/>
  268. <img src="images/t400/0063.jpg" alt="" />
  269. <img src="images/t400/0064.jpg" alt="" />
  270. </p>
  271. <p>
  272. Connect your programmer, then connect GND and 3.3V<br/>
  273. <img src="images/t400/0065.jpg" alt="" />
  274. <img src="images/t400/0066.jpg" alt="" />
  275. <img src="images/t400/0067.jpg" alt="" />
  276. <img src="images/t400/0069.jpg" alt="" />
  277. <img src="images/t400/0070.jpg" alt="" />
  278. <img src="images/t400/0071.jpg" alt="" />
  279. </p>
  280. <p>
  281. A dedicated 3.3V PSU was used to create this guide, but
  282. at ATX PSU is also fine:<br/>
  283. <img src="images/t400/0072.jpg" alt="" />
  284. </p>
  285. <p>
  286. Of course, make sure to turn on your PSU:<br/>
  287. <img src="images/x200/disassembly/0013.jpg" alt="" />
  288. </p>
  289. <p>
  290. Now, you should be ready to install libreboot.
  291. </p>
  292. <p>
  293. Flashrom binaries for ARM (tested on a BBB) are distributed in libreboot_util. Alternatively,
  294. libreboot also distributes flashrom source code which can be built.
  295. </p>
  296. <p>
  297. Log in as root on your BBB, using the instructions in <a href="bbb_setup.html#bbb_access">bbb_setup.html#bbb_access</a>.
  298. </p>
  299. <p>
  300. Test that flashrom works:<br/>
  301. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512</b><br/>
  302. In this case, the output was:
  303. </p>
  304. <pre>
  305. flashrom v0.9.7-r1854 on Linux 3.8.13-bone47 (armv7l)
  306. flashrom is free software, get the source code at http://www.flashrom.org
  307. Calibrating delay loop... OK.
  308. Found Macronix flash chip &quot;MX25L6405(D)&quot; (8192 kB, SPI) on linux_spi.
  309. Found Macronix flash chip &quot;MX25L6406E/MX25L6436E&quot; (8192 kB, SPI) on linux_spi.
  310. Found Macronix flash chip &quot;MX25L6445E/MX25L6473E&quot; (8192 kB, SPI) on linux_spi.
  311. Multiple flash chip definitions match the detected chip(s): &quot;MX25L6405(D)&quot;, &quot;MX25L6406E/MX25L6436E&quot;, &quot;MX25L6445E/MX25L6473E&quot;
  312. Please specify which chip definition to use with the -c &lt;chipname&gt; option.
  313. </pre>
  314. <p>
  315. How to backup factory.rom (change the -c option as neeed, for your flash chip):<br/>
  316. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r factory.rom</b><br/>
  317. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r factory1.rom</b><br/>
  318. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r factory2.rom</b><br/>
  319. Note: the <b>-c</b> option is not required in libreboot's patched flashrom, because
  320. the redundant flash chip definitions in <i>flashchips.c</i> have been removed.<br/>
  321. Now compare the 3 images:<br/>
  322. # <b>sha512sum factory*.rom</b><br/>
  323. If the hashes match, then just copy one of them (the factory.rom) to a safe place (on a drive connected to another system, not
  324. the BBB). This is useful for reverse engineering work, if there is a desirable behaviour in the original firmware
  325. that could be replicated in coreboot and libreboot.
  326. </p>
  327. <p>
  328. Follow the instructions at <a href="../hcl/gm45_remove_me.html#ich9gen">../hcl/gm45_remove_me.html#ich9gen</a>
  329. to change the MAC address inside the libreboot ROM image, before flashing it.
  330. Although there is a default MAC address inside the ROM image, this is not what you want. <b>Make sure
  331. to always change the MAC address to one that is correct for your system.</b>
  332. </p>
  333. <p>
  334. Now flash it:<br/>
  335. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w path/to/libreboot/rom/image.rom -V</b>
  336. </p>
  337. <p>
  338. <img src="images/x200/disassembly/0015.jpg" alt="" />
  339. </p>
  340. <p>
  341. You might see errors, but if it says <b>Verifying flash... VERIFIED</b> at the end, then it's flashed and should boot.
  342. If you see errors, try again (and again, and again); the message <b>Chip content is identical to the requested image</b>
  343. is also an indication of a successful installation.
  344. </p>
  345. <p>
  346. Example output from running the command (see above):
  347. </p>
  348. <pre>
  349. flashrom v0.9.7-r1854 on Linux 3.8.13-bone47 (armv7l)
  350. flashrom is free software, get the source code at http://www.flashrom.org
  351. Calibrating delay loop... OK.
  352. Found Macronix flash chip &quot;MX25L6405(D)&quot; (8192 kB, SPI) on linux_spi.
  353. Reading old flash chip contents... done.
  354. Erasing and writing flash chip... FAILED at 0x00001000! Expected=0xff, Found=0x00, failed byte count from 0x00000000-0x0000ffff: 0xd716
  355. ERASE FAILED!
  356. Reading current flash chip contents... done. Looking for another erase function.
  357. Erase/write done.
  358. Verifying flash... VERIFIED.
  359. </pre>
  360. <p>
  361. <a href="#pagetop">Back to top of page.</a>
  362. </p>
  363. </div>
  364. <div class="section photos" id="paste">
  365. <h1>Thermal paste (IMPORTANT)</h1>
  366. <p>
  367. Because part of this procedure involved removing the heatsink, you will need to apply new paste.
  368. Arctic MX-4 is ok. You will also need isopropyl alcohol and an anti-static cloth to clean with.
  369. </p>
  370. <p>
  371. When re-installing the heatsink, you must first clean off all old paste with the alcohol/cloth.
  372. Then apply new paste. Arctic MX-4 is also much better than the default paste used on these systems.
  373. </p>
  374. <p>
  375. <img src="images/t400/paste.jpg" alt="" />
  376. </p>
  377. <p>
  378. NOTE: the photo above is for illustration purposes only, and does not show how to properly apply the thermal paste.
  379. Other guides online detail the proper application procedure.
  380. </p>
  381. </div>
  382. <div class="section">
  383. <h1 id="wifi">Wifi</h1>
  384. <p>
  385. The T400 typically comes with an Intel wifi chipset, which does not
  386. work without proprietary software. For a list of wifi chipsets that
  387. work without proprietary software, see
  388. <a href="../hcl/index.html#recommended_wifi">../hcl/index.html#recommended_wifi</a>.
  389. </p>
  390. <p>
  391. Some T400 laptops might come with an Atheros chipset, but this is 802.11g only.
  392. </p>
  393. <p>
  394. It is recommended that you install a new wifi chipset. This can only
  395. be done after installing libreboot, because the original firmware has
  396. a whitelist of approved chips, and it will refuse to boot if you
  397. use an 'unauthorized' wifi card.
  398. </p>
  399. <p>
  400. The following photos show an Atheros AR5B95 being installed, to
  401. replace the Intel chip that this T400 came with:<br/>
  402. <img src="images/t400/0012.jpg" alt="" />
  403. <img src="images/t400/ar5b95.jpg" alt="" />
  404. </p>
  405. </div>
  406. <div class="section">
  407. <h1 id="wwan">WWAN</h1>
  408. <p>
  409. If you have a WWAN/3G card and/or sim card reader, remove them permanently.
  410. The WWAN-3G card has proprietary firmware inside; the technology is
  411. identical to what is used in mobile phones, so it can also track your movements.
  412. </p>
  413. <p>
  414. Not to be confused with wifi (wifi is fine).
  415. </p>
  416. </div>
  417. <div class="section photos">
  418. <h1 id="memory">Memory</h1>
  419. <p>
  420. You need DDR3 SODIMM PC3-8500 RAM installed, in matching pairs
  421. (speed/size). Non-matching pairs won't work. You can also install a
  422. single module (meaning, one of the slots will be empty) in slot 0.
  423. </p>
  424. <p>
  425. Make sure that the RAM you buy is the 2Rx8 density.
  426. </p>
  427. <p>
  428. <a href="http://www.forum.thinkpads.com/viewtopic.php?p=760721">This page</a> might be useful for RAM compatibility info
  429. (note: coreboot raminit is different, so this page might be BS)
  430. </p>
  431. <p>
  432. The following photo shows 8GiB (2x4GiB) of RAM installed:<br/>
  433. <img src="images/t400/memory.jpg" alt="" />
  434. </p>
  435. </div>
  436. <div class="section photos">
  437. <h2>
  438. Boot it!
  439. </h2>
  440. <p>
  441. You should see something like this:
  442. </p>
  443. <p>
  444. <img src="images/t400/boot0.jpg" alt="" />
  445. <img src="images/t400/boot1.jpg" alt="" />
  446. </p>
  447. <p>
  448. Now <a href="../gnulinux/index.html">install GNU/Linux</a>.
  449. </p>
  450. </div>
  451. <div class="section">
  452. <p>
  453. Copyright &copy; 2015 Leah Rowe &lt;info@minifree.org&gt;<br/>
  454. Permission is granted to copy, distribute and/or modify this document
  455. under the terms of the GNU Free Documentation License, Version 1.3
  456. or any later version published by the Free Software Foundation;
  457. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  458. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  459. </p>
  460. <p>
  461. Updated versions of the license (when available) can be found at
  462. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  463. </p>
  464. <p>
  465. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  466. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  467. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  468. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  469. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  470. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  471. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  472. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  473. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  474. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  475. </p>
  476. <p>
  477. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  478. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  479. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  480. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  481. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  482. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  483. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  484. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  485. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  486. </p>
  487. <p>
  488. The disclaimer of warranties and limitation of liability provided
  489. above shall be interpreted in a manner that, to the extent
  490. possible, most closely approximates an absolute disclaimer and
  491. waiver of all liability.
  492. </p>
  493. </div>
  494. </body>
  495. </html>