binro l33t
Joined: 06 May 2005 Posts: 742 Location: Bangkok
|
Posted: Tue Jun 09, 2020 3:46 pm Post subject: New box initial kernel messages garbled |
|
|
A few months back I replaced the box I use as a server and restored the existing system onto the new disks. The only major difference was that the new h/w is UEFI and I had to make the boot partition vfat. All that seemed to work and when I boot I get the BIOS screen, followed by the Grub2 menu but when the kernel boots the initial messages don't appear, just a lot of static in the top quarter of the screen. Then the frame-buffer module (?) is loaded and everything is in HD across the whole of the 1920x1080 HD screen, like it was on the old system. So I wasn't too bothered by the initial fubar messages until I rebuilt the system on a new partition which has an error and I can't read the messages! The kernel console settings are the same as they have always been and so are the Grub parameters and the kernel command parameters:
Code: |
#
# Frame buffer Devices
#
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=m
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=m
CONFIG_FB_SYS_COPYAREA=m
CONFIG_FB_SYS_IMAGEBLIT=m
CONFIG_FB_SYS_FOPS=m
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_BACKLIGHT=m
CONFIG_FB_MODE_HELPERS=y
#
# Frame buffer hardware drivers
#
CONFIG_FB_VGA16=y
CONFIG_FB_VESA=y
CONFIG_FB_OPENCORES=m
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
CONFIG_FB_NVIDIA_BACKLIGHT=y
# end of Frame buffer Devices
#
# Backlight & LCD device support
#
CONFIG_LCD_CLASS_DEVICE=m
CONFIG_LCD_PLATFORM=m
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=y
# end of Backlight & LCD device support
CONFIG_VGASTATE=y
CONFIG_HDMI=y
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# end of Console display driver support
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_CLUT224=y
# end of Graphics support
|
Code: |
GRUB_DISTRIBUTOR="Gentoo"
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_CMDLINE_LINUX_DEFAULT="vga=0x0361"
GRUB_CMDLINE_LINUX="real_root=/dev/mapper/vg00-rootfs init=/linuxrc dolvm quiet CONSOLE=/dev/tty1 acpi_enforce_resources=lax
GRUB_THEME="/boot/grub2/themes/starfield/theme.txt"
GRUB_DISABLE_LINUX_UUID=true
GRUB_PRELOAD_MODULES="lvm part_gpt part_msdos"
GRUB_DEVICE=/dev/ram
GRUB_DEFAULT=saved
|
Code: |
echo 'Loading Linux 5.4.6-gentoo NEW ROOT ...'
linux /vmlinuz-5.4.6-gentoo root=/dev/ram ro real_root=/dev/mapper/vg00-opal init=/linuxrc dolvm quiet CONSOLE=/dev/tty1 acpi_enforce_resources=lax vga=0x361
echo 'Loading initial ramdisk ...'
initrd /initrd-5.4.6-gentoo
|
Any ideas what I should tweak?
Thanks _________________ "Ship me somewheres east of Suez, where the best is like the worst,
Where there ain't no Ten Commandments an' a man can raise a thirst"
from "Mandalay" by Rudyard Kipling |
|