Purpose:
This guide demonstrates how to install the Centos 6.10 on SKY-8201 with the CVE-2019-6260 patch.
Procedures:
- Launce the OS image and select "Install system with basic video driver" and Press the Tab to add the "xdriver=vesa brokenmodules=ast" as boot options.
- Follow the procedures to install the Centos 6.
- When prompted to reboot, add "nomodeset xdriver=vesa brokenmodules=ast" as boot options again before booting to the operating system.
- Since there is no AST2500 driver for the Centos6 now, please add the above settings to the grub instead of adding it every bootup.
# vi /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/sda2
# initrd /initrd-[generic-]version.img
#boot=/dev/sdb
default=0
timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS 6 (2.6.32-754.el6.x86_64)
root (hd1,0)
kernel /vmlinuz-2.6.32-754.el6.x86_64 ro root=UUID=01f04b4b-02a3-48ea-af37-d9553b9f951e nomodeset rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM rhgb quiet nomodeset xdriver=vesa brokenmodules=ast
initrd /initramfs-2.6.32-754.el6.x86_64.img
Comments
0 comments
Please sign in to leave a comment.