|
Bugzilla – Full Text Bug Listing |
| Summary: | LiveCD: Black screen after install | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Andreas Jaeger <aj> |
| Component: | Live Medium | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | aschnell, rastislav.krupansky, sndirsch |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Product Management | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andreas Jaeger
2010-04-12 09:46:12 UTC
*** Bug 595660 has been marked as a duplicate of this bug. *** I can confirm the issue in VMware. Reproducible with KDE liveCD build 0553. Installation is finshed with a black screen directly from openSUSE installer also. Seems to hang in function wait_for_x11
endless loop with a check inside:
while ...; do
if test -e /tmp/.X11-unix/X0 && test -x $TESTX; then
...
continue
...
fi
done
$TESTX is /usr/sbin/testX, but it does not exist on my system, so it never leaves this loop
Looking at openSUSE 11.2, I found that /usr/sbin/testX is part of sax2-tools.
So a "zypper in sax2-tools" on a console helps - installation will continue.
Either this is missing in the live cd or the YaST2.call script should be adapted.
Arvin, could you please close as duplicate of your already existing bug? See bug #585432. *** This bug has been marked as a duplicate of bug 585432 *** |