USB bellek içindeki boot => grub dizinine gelin ve bu dizin içindeki grub.cfg dosyasını Wordpad'le açın. Aşağıdaki satırları bulup,
menuentry "Start Linux Mint 18 Cinnamon 64-bit" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
quiet splash değişkenlerini silin ve yerine nomodeset değişkeni ekleyip dosyayı kaydedin.
menuentry "Start Linux Mint 18 Cinnamon 64-bit" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} nomodeset --
initrd /casper/initrd.lz
}