[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New installation CDs and qemu image



On Wed, Feb 12, 2014 at 5:02 PM, Samuel Thibault
<samuel.thibault@gnu.org> wrote:
> Gabriele Giacone, le Wed 12 Feb 2014 16:56:18 +0100, a écrit :
>> Graphical mode boots then switches to 1024x768 black screen.
>
> Thus needs investigation.

I fixed graphical install by applying attached patch to gtk initrd.
You'll probably find a better one.

-- 
G..e
--- lib/debian-installer/menu.orig	2014-02-26 04:52:06.000000000 +0100
+++ lib/debian-installer/menu	2014-02-26 04:53:32.000000000 +0100
@@ -16,4 +16,4 @@
 	export DEBCONF_DROP_TRANSLATIONS=1
 fi
 
-exec debconf -o d-i $MENU
+LD_PRELOAD=/lib/libpthread.so.0.3 exec debconf -o d-i $MENU

Reply to: