本文僅僅記錄作者本人解決問題的過程,Gentoo在VMWare上編譯安裝
Step 1: 編譯內核,安裝驅動
- Device Drivers ->
- <*> Connector - unified userspace <-> kernelspace linker --->
- Graphics support ->
- [*] Support for frame buffer devices --->
- [*] Enable firmware EDID
- ...
- [*] VESA VGA graphics support
Step 2: 修改grub.conf
kernel /boot/kernel root=/dev/sda3 vga=0x341
0x341=833, 1024x768x32
0x318=792, 1024x768x24
792是習慣數字,但現在的機器不支持(也許配置有問題?)