Montag, 26. August 2013

Fix: Nach Upgrade auf Oracle Linux 6.4 incl. neuer X.Org-Treiber hängt OL beim Start


Das Problem tritt z.B. auf, wenn man ein Oracle Linux unter VBox regelmässig aktualisiert und mit OL 6.4 auch eine neue X.Org-Version bekommt. Beim Booten bleibt die VM dann stehen, bevor sie in den grafischen Modus schalten kann. Ein Kollege hat die folgende Lösung gefunden:

---8< snip ------------------------------------------------------------

Just last week Oracle released Oracle Linux 6.4 and so it was time that Fat Bloke updated his Oracle Linux guests.
So after a simple and quick://

yum update
I was in a position to reboot into my freshly updated 6.4 vm. But after rebooting I found myself looking at a stuck screen that looked a little like this://
The reason for getting stuck like this was because the installed VirtualBox Guest Additions were configured for an older X11 server, and the new update had a newer version.

So here's how to fix this://At this screen, type Ctrl-Alt-F2 to get to another virtual display;
login, and as root type://

/etc/init.d/vboxadd-x11 setup

like this://

reboot

et, voila!
Hope this helps,

-FB

---8< snip ------------------------------------------------------------

Vielen Dank! Many Thanks!

Keine Kommentare:

Kommentar veröffentlichen

Hinweis: Nur ein Mitglied dieses Blogs kann Kommentare posten.