Document known bugs of 2017.05-rc1
[grml.org.git] / bugs / known / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Known Bugs</title>
5 <meta name="Title" content="grml.org - Known Bugs" />
6 <meta name="Author" content="the grml team [www.grml.org/team/]" />
7 <meta name="Keywords" content="grml.org, grml" />
8 <meta name="Description" content="Report bug(s) at grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/bugs/known/" />
11 <meta name="Robots" content="index,follow" />
12 <meta name="Language" content="english" />
13 <meta name="identifier-url" content="http://www.grml.org/" />
14 <meta name="MSSmartTagsPreventParsing" content="true" />
15 <meta http-equiv="imagetoolbar" content="no" />
16 <link rel="home" href="/" title="grml.org" />
17 <link rel="help" href="/features/" title="About" />
18 <link rel="author" href="/team/" title="Team" />
19 <link rel="icon" href="/favicon.png" type="image/png" />
20 <link rel="stylesheet" href="/style.css" type="text/css" />
21 </head>
22
23 <body>
24 [% INCLUDE static.inc %]
25
26
27 <div class="content">
28
29         <h1>Known Bugs</h1>
30
31         <p>We recently started to track issues at <a href="https://github.com/grml/grml/issues">github</a> (though haven't really migrated there yet).
32         Additional issues can be found in the Grml Bugtracker at <a href="http://bts.grml.org/grml/">bts.grml.org</a>.</p>
33
34         <p>If you find additional bugs, please <a href="/bugs/">report them</a>.</p>
35
36         <h2>Known Bugs in Grml 2017.05-rc1</h2>
37
38         <ul>
39           <li><a href="https://github.com/grml/grml/issues/12">ssh: login as root with password doesn't work </a></li>
40           <li><a href="https://github.com/grml/grml/issues/16">GRUB error message</a> ('error: null src bitmap in grub_video_bitmap_create_scaled') when choosing boot sub-menu in EFI mode</a></li>
41           <li><a href="https://github.com/grml/grml/issues/17">USB device from Kingston causing slow boot caused by xhci_hcd / USB 3</a></li>
42           <li><a href="https://github.com/grml/grml/issues/19">grml-quickconfig / run-welcome script not running at the very end of boot process</a></li>
43           <li><a href="https://github.com/grml/grml/issues/20">grml-x fails to start on Lenovo X250</a></li>
44           <li><a href="https://github.com/grml/grml/issues/21">booting with serial console support prompts for password of user root</a></li>
45         </ul>
46
47         <h2>Known Bugs in Grml 2014.11</h2>
48
49         <ul>
50           <li>System boot freezes during udev startup on some systems (e.g. on Supermicro boards and recent IBM server models). Workaround: use boot option <em>mgag200.modeset=0</em>. Tracked as <a href="http://bts.grml.org/grml/issue1334">Issue1334</a>.</li>
51           <li>PXE boot might fail with "Failed to load ldlinux.c32". This is <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750244">#750244</a>. Workaround: copy /usr/lib/syslinux/modules/bios/ldlinux.c32 from the Grml system to your tftp root directory.</li>
52         </ul>
53
54 </div>
55
56 [% INCLUDE static_bottom.inc %]
57