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

[debian-users:57758] Re: debian 8.1のlogin画面が表示されません



 Jun Itouです。

お世話になります。

問題が解決しましたので報告します。

まず、debian8での仕様変更の影響と思われます。

grubは以下の設定としました。

># If you change this file, run 'update-grub' afterwards to update
># /boot/grub/grub.cfg.
># For full documentation of the options in this file, see:
>#   info -f grub -n 'Simple configuration'
>
>GRUB_DEFAULT=0
>#GRUB_HIDDEN_TIMEOUT=0
>GRUB_HIDDEN_TIMEOUT_QUIET=true
>GRUB_TIMEOUT=2
>GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
>GRUB_CMDLINE_LINUX_DEFAULT=""
>GRUB_CMDLINE_LINUX=""
>
># Uncomment to enable BadRAM filtering, modify to suit your needs
># This works with Linux (no patch required) and with any kernel that obtains
># the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
>#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
>
># Uncomment to disable graphical terminal (grub-pc only)
>#GRUB_TERMINAL=console
>
># The resolution used on graphical terminal
># note that you can use only modes which your graphic card supports via VBE
># you can see them in real GRUB with the command `vbeinfo'
>GRUB_GFXPAYLOAD_LINUX=1280x1024x32
>GRUB_GFXMODE=1280x1024x32
>
># Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
>#GRUB_DISABLE_LINUX_UUID=true
>
># Uncomment to disable generation of recovery mode menu entries
>#GRUB_DISABLE_RECOVERY="true"
>
># Uncomment to get a beep at grub start
>#GRUB_INIT_TUNE="480 440 1"

次にapt-getでdebian8のソース(ここでは3.16.7-ckt11)を入手します。
展開したソースに/boot/config-3.16.0-4-amd64を/usr/src/linux-source-3.16/.configとして保存します。

>-rw-r--r-- 1 root root 157726  7月 18 09:18 /boot/config-3.16.0-4-amd64
>-rw-r--r-- 1 root root 157718  7月 24 15:03 /usr/src/linux-source-3.16/.config

.configのCONFIG_DRM_VMWGFX_FBCON行のコメントを外し書き換えます。

>CONFIG_DRM_VMWGFX_FBCON=y

その後はコンパイルしてdebが出来るのを待ちます。

>-rw-r--r-- 1 root root  7177412  7月 24 17:49 /usr/src/linux-headers-3.16.7-ckt11_3.16.7-ckt11-10.00.Custom_amd64.deb
>-rw-r--r-- 1 root root 34272188  7月 24 17:44 /usr/src/linux-image-3.16.7-ckt11_3.16.7-ckt11-10.00.Custom_amd64.deb
>-rw-r--r-- 1 root root 95402478  7月 24 18:02 /usr/src/linux-source-3.16.7-ckt11_3.16.7-ckt11-10.00.Custom_all.deb

出来上がったdebをdpkg -iでインストルし再起動してみるとlogin画面が表示されました。

参考にしたHPを見ると、古くからの既出の問題のようですね。
ただバグと言うよりは仕様変更の煽りを食らった感じが私はします。

参考:
http://comments.gmane.org/gmane.linux.ubuntu.devel.kernel.general/36851
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714929+
http://ubuntuforums.org/showthread.php?t=1341868

簡単ではありますが結果報告とします。
色々とお世話になりました。

以上、よろしくお願いします。