GRUB
-
fix : RHEL6: NVIDIA driver fails to load because "Nouveau" driverComputer/linux 2012. 5. 25. 00:20
RHEL6 uses Nouveau driver, so it prevents me to install a binary NVIDIA driver. I added the following kernel boot parameter in /boot/grub/grub.conf rdbalcklist=nouveau nouveau.modeset=0So, old grub.conf is kernel /vmlinuz-2.6.32-220.17.1.el6.i686 ro root=UUID=3bdc236f-4734-45f0-9a6c-9eaa64e8f050 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEY..
-
Clean up old kernel in grub list (Ubuntu)Computer/linux 2011. 1. 28. 00:23
check the current kernel [] uname -a Linux coffee 2.6.32-27-generic #49-Ubuntu SMP ... [] cd boot [] ls vmlinuz-* vmlinuz-2.6.32-26-generic [] apt-get remove linux-image-2.6.32-26-generic I didn't try to run apt-get autoremove, but I don't know it works or not
-
vga=ask in the boot parameterComputer/linux 2007. 3. 3. 09:46
Problem: Booting message and ttys fonts are too small. With normal solutions, which I found on the web, such as vga=791 etc, I saw the small booting message font but ttys did not response. (Whatever numbers on the web, which I found, have the same result). Solution: Modify /boot/grub/menu.lst Add vga=ask at the end of "/boot/vmlinuz-2.6.17-11-386 ... " If there are splash and quite, remove them...