We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3c976 commit de9b2a3Copy full SHA for de9b2a3
cloudimg/CentOS-7-x86_64-Azure.ks
@@ -78,7 +78,7 @@ rm -f /etc/systemd/system/default.target
78
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
79
80
# Set the kernel cmdline
81
-sed -i 's/^\(GRUB_CMDLINE_LINUX\)=".*"$/\1="console=tty1 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 rootdelay=300 net.ifnames=0"/g' /etc/default/grub
+sed -i 's/^\(GRUB_CMDLINE_LINUX\)=".*"$/\1="console=tty1 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 rootdelay=300 net.ifnames=0 scsi_mod.use_blk_mq=y"/g' /etc/default/grub
82
83
# Enable grub serial console
84
echo 'GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"' >> /etc/default/grub
0 commit comments