Virtual TTY scrambled

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Virtual TTY scrambled

Postby linuxero » Oct 6th, '15, 22:38

Hi,
On a Sony Vaio laptop, pressing CTRL+ALT+F2 for instance gives me a blurred terminal with the issue message and login prompt repeated six times on the screen. That is two columns with three each.

The screen is blurred and unusable.

Any idea?

thanks
linuxero
 
Posts: 345
Joined: Oct 7th, '11, 15:50

Re: Virtual TTY scrambled

Postby doktor5000 » Oct 6th, '15, 22:52

What graphics card and video driver do you use?
Code: Select all
grep -i driver /var/log/Xorg.0.log
lspcidrake -v | grep VGA
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Virtual TTY scrambled

Postby linuxero » Oct 7th, '15, 13:25

Hi dokto5000,

I am using nVidia proprietary driver. I'll try to post the outcome of the commands when I get to the laptop later. :)
linuxero
 
Posts: 345
Joined: Oct 7th, '11, 15:50

Re: Virtual TTY scrambled

Postby linuxero » Oct 7th, '15, 15:34

Hi doktor5000

Here's the output of the commands you said..

Code: Select all
# grep -i driver /var/log/Xorg.0.log
[    32.398]    X.Org Video Driver: 18.0
[    32.398]    X.Org XInput driver : 21.0
[    32.643] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[    32.673]    ABI class: X.Org Video Driver, version 18.0
[    33.391]    Module class: X.Org Video Driver
[    33.396] (II) v4l driver for Video4Linux
[    33.396] (II) NVIDIA dlloader X Driver  340.76  Thu Jan 22 11:03:05 PST 2015
[    33.396] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    34.581] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[    35.801] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    36.540]    Module class: X.Org XInput Driver
[    36.540]    ABI class: X.Org XInput driver, version 21.0
[    36.540] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
[    36.568] (II) No input driver specified, ignoring this device.
[    36.568] (II) No input driver specified, ignoring this device.
[    36.568] (II) Using input driver 'evdev' for 'Video Bus'
[    36.569] (II) Using input driver 'evdev' for 'Power Button'
[    36.570] (II) No input driver specified, ignoring this device.
[    36.570] (II) No input driver specified, ignoring this device.
[    36.570] (II) No input driver specified, ignoring this device.
[    36.571] (II) No input driver specified, ignoring this device.
[    36.571] (II) No input driver specified, ignoring this device.
[    36.571] (II) Using input driver 'evdev' for 'UVC Camera (05ca:18b5)'
[    36.572] (II) No input driver specified, ignoring this device.
[    36.572] (II) No input driver specified, ignoring this device.
[    36.573] (II) No input driver specified, ignoring this device.
[    36.573] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    36.586]    Module class: X.Org XInput Driver
[    36.586]    ABI class: X.Org XInput driver, version 21.0
[    36.586] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    36.630] (II) No input driver specified, ignoring this device.


Code: Select all


# lspcidrake -v | grep VGA
Card:NVIDIA GeForce 8100 to GeForce 415: NVIDIA Corporation|GT216M [GeForce GT 230M] [DISPLAY_VGA] (vendor:10de device:0a2a subv:104d subd:905e) (rev: a2)
linuxero
 
Posts: 345
Joined: Oct 7th, '11, 15:50

Re: Virtual TTY scrambled

Postby doktor5000 » Oct 7th, '15, 18:52

What bootloader do you use? grub legacy or grub2? Also please show the outpuf of
Code: Select all
cat /proc/cmdline
cat /etc/default/grub
cat /boot/grub/menu.lst
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Virtual TTY scrambled

Postby linuxero » Oct 10th, '15, 17:32

Hi;

I am using grub2

Code: Select all
# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-desktop root=UUID=934c5b26-87a5-4759-9495-ac9c124168e9 ro nokmsboot splash quiet noiswmd resume=UUID=0657fd6d-a4ab-43c4-84e5-0933c84b4f4f


Code: Select all
# cat /etc/default/grub
GRUB_DISABLE_SUBMENU=n
GRUB_ENABLE_CRYPTODISK=y
GRUB_TERMINAL_OUTPUT=gfxterm
GRUB_THEME=/boot/grub2/themes/maggy/theme.txt
GRUB_DISTRIBUTOR=Mageia
GRUB_DISABLE_RECOVERY=false
GRUB_GFXPAYLOAD_LINUX=text
GRUB_TIMEOUT=27
GRUB_GFXMODE=1024x768x32
GRUB_DISABLE_OS_PROBER=false
GRUB_CMDLINE_LINUX_DEFAULT=" nokmsboot splash quiet noiswmd resume=UUID=0657fd6d-a4ab-43c4-84e5-0933c84b4f4f"


Code: Select all
# cat /boot/grub/menu.lst
cat: /boot/grub/menu.lst: No such file or directory


Code: Select all
# cat /boot/grub2/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if loadfont unicode ; then
  set gfxmode=1024x768x32
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
insmod part_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  934c5b26-87a5-4759-9495-ac9c124168e9
else
  search --no-floppy --fs-uuid --set=root 934c5b26-87a5-4759-9495-ac9c124168e9
fi
insmod gfxmenu
loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Bold-16.pf2
loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Bold-20.pf2
loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Bold-28.pf2
loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Regular-20.pf2
insmod png
set theme=($root)/boot/grub2/themes/maggy/theme.txt
export theme
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=27
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=27
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Mageia' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-934c5b26-87a5-4759-9495-ac9c124168e9' {
        set gfxpayload=text
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt4'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  934c5b26-87a5-4759-9495-ac9c124168e9
        else
          search --no-floppy --fs-uuid --set=root 934c5b26-87a5-4759-9495-ac9c124168e9
        fi
        echo    'Loading Linux desktop ...'
        linux   /boot/vmlinuz-desktop root=UUID=934c5b26-87a5-4759-9495-ac9c124168e9 ro   nokmsboot splash quiet noiswmd resume=UUID=0657fd6d-a4ab-43c4-84e5-0933c84b4f4f
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd-desktop.img
}
submenu 'Advanced options for Mageia' $menuentry_id_option 'gnulinux-advanced-934c5b26-87a5-4759-9495-ac9c124168e9' {
        menuentry 'Mageia, with Linux desktop' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-desktop-advanced-934c5b26-87a5-4759-9495-ac9c124168e9' {
                set gfxpayload=text
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt4'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  934c5b26-87a5-4759-9495-ac9c124168e9
                else
                  search --no-floppy --fs-uuid --set=root 934c5b26-87a5-4759-9495-ac9c124168e9
                fi
                echo    'Loading Linux desktop ...'
                linux   /boot/vmlinuz-desktop root=UUID=934c5b26-87a5-4759-9495-ac9c124168e9 ro   nokmsboot splash quiet noiswmd resume=UUID=0657fd6d-a4ab-43c4-84e5-0933c84b4f4f
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd-desktop.img
        }
        menuentry 'Mageia, with Linux desktop (recovery mode)' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-desktop-recovery-934c5b26-87a5-4759-9495-ac9c124168e9' {
                set gfxpayload=text
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt4'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  934c5b26-87a5-4759-9495-ac9c124168e9
                else
                  search --no-floppy --fs-uuid --set=root 934c5b26-87a5-4759-9495-ac9c124168e9
                fi
                echo    'Loading Linux desktop ...'
                linux   /boot/vmlinuz-desktop root=UUID=934c5b26-87a5-4759-9495-ac9c124168e9 ro failsafe
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd-desktop.img
        }
        menuentry 'Mageia, with Linux 4.1.8-desktop-1.mga5' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.8-desktop-1.mga5-advanced-934c5b26-87a5-4759-9495-ac9c124168e9' {
                set gfxpayload=text
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt4'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  934c5b26-87a5-4759-9495-ac9c124168e9
                else
                  search --no-floppy --fs-uuid --set=root 934c5b26-87a5-4759-9495-ac9c124168e9
                fi
                echo    'Loading Linux 4.1.8-desktop-1.mga5 ...'
                linux   /boot/vmlinuz-4.1.8-desktop-1.mga5 root=UUID=934c5b26-87a5-4759-9495-ac9c124168e9 ro   nokmsboot splash quiet noiswmd resume=UUID=0657fd6d-a4ab-43c4-84e5-0933c84b4f4f
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd-4.1.8-desktop-1.mga5.img
        }
        menuentry 'Mageia, with Linux 4.1.8-desktop-1.mga5 (recovery mode)' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.8-desktop-1.mga5-recovery-934c5b26-87a5-4759-9495-ac9c124168e9' {
                set gfxpayload=text
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt4'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  934c5b26-87a5-4759-9495-ac9c124168e9
                else
                  search --no-floppy --fs-uuid --set=root 934c5b26-87a5-4759-9495-ac9c124168e9
                fi
                echo    'Loading Linux 4.1.8-desktop-1.mga5 ...'
                linux   /boot/vmlinuz-4.1.8-desktop-1.mga5 root=UUID=934c5b26-87a5-4759-9495-ac9c124168e9 ro failsafe
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd-4.1.8-desktop-1.mga5.img
        }
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Ubuntu 15.04 (15.04) (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-56623120-33e3-41e9-bd69-ca5724f53e72' {
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt3'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  56623120-33e3-41e9-bd69-ca5724f53e72
        else
          search --no-floppy --fs-uuid --set=root 56623120-33e3-41e9-bd69-ca5724f53e72
        fi
        linux /boot/vmlinuz-3.19.0-30-generic root=UUID=56623120-33e3-41e9-bd69-ca5724f53e72 ro quiet splash $vt_handoff
        initrd /boot/initrd.img-3.19.0-30-generic
}
submenu 'Advanced options for Ubuntu 15.04 (15.04) (on /dev/sda3)' $menuentry_id_option 'osprober-gnulinux-advanced-56623120-33e3-41e9-bd69-ca5724f53e72' {
        menuentry 'Ubuntu (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.19.0-30-generic--56623120-33e3-41e9-bd69-ca5724f53e72' {
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  56623120-33e3-41e9-bd69-ca5724f53e72
                else
                  search --no-floppy --fs-uuid --set=root 56623120-33e3-41e9-bd69-ca5724f53e72
                fi
                linux /boot/vmlinuz-3.19.0-30-generic root=UUID=56623120-33e3-41e9-bd69-ca5724f53e72 ro quiet splash $vt_handoff
                initrd /boot/initrd.img-3.19.0-30-generic
        }
        menuentry 'Ubuntu, with Linux 3.19.0-30-generic (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.19.0-30-generic--56623120-33e3-41e9-bd69-ca5724f53e72' {
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  56623120-33e3-41e9-bd69-ca5724f53e72
                else
                  search --no-floppy --fs-uuid --set=root 56623120-33e3-41e9-bd69-ca5724f53e72
                fi
                linux /boot/vmlinuz-3.19.0-30-generic root=UUID=56623120-33e3-41e9-bd69-ca5724f53e72 ro quiet splash $vt_handoff
                initrd /boot/initrd.img-3.19.0-30-generic
        }
        menuentry 'Ubuntu, with Linux 3.19.0-30-generic (upstart) (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.19.0-30-generic--56623120-33e3-41e9-bd69-ca5724f53e72' {
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  56623120-33e3-41e9-bd69-ca5724f53e72
                else
                  search --no-floppy --fs-uuid --set=root 56623120-33e3-41e9-bd69-ca5724f53e72
                fi
                linux /boot/vmlinuz-3.19.0-30-generic root=UUID=56623120-33e3-41e9-bd69-ca5724f53e72 ro quiet splash $vt_handoff init=/sbin/upstart
                initrd /boot/initrd.img-3.19.0-30-generic
        }
        menuentry 'Ubuntu, with Linux 3.19.0-30-generic (recovery mode) (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.19.0-30-generic--56623120-33e3-41e9-bd69-ca5724f53e72' {
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  56623120-33e3-41e9-bd69-ca5724f53e72
                else
                  search --no-floppy --fs-uuid --set=root 56623120-33e3-41e9-bd69-ca5724f53e72
                fi
                linux /boot/vmlinuz-3.19.0-30-generic root=UUID=56623120-33e3-41e9-bd69-ca5724f53e72 ro recovery nomodeset
                initrd /boot/initrd.img-3.19.0-30-generic
        }
        menuentry 'Ubuntu, with Linux 3.19.0-15-generic (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.19.0-15-generic--56623120-33e3-41e9-bd69-ca5724f53e72' {
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  56623120-33e3-41e9-bd69-ca5724f53e72
                else
                  search --no-floppy --fs-uuid --set=root 56623120-33e3-41e9-bd69-ca5724f53e72
                fi
                linux /boot/vmlinuz-3.19.0-15-generic root=UUID=56623120-33e3-41e9-bd69-ca5724f53e72 ro quiet splash $vt_handoff
                initrd /boot/initrd.img-3.19.0-15-generic
        }
        menuentry 'Ubuntu, with Linux 3.19.0-15-generic (upstart) (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.19.0-15-generic--56623120-33e3-41e9-bd69-ca5724f53e72' {
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  56623120-33e3-41e9-bd69-ca5724f53e72
                else
                  search --no-floppy --fs-uuid --set=root 56623120-33e3-41e9-bd69-ca5724f53e72
                fi
                linux /boot/vmlinuz-3.19.0-15-generic root=UUID=56623120-33e3-41e9-bd69-ca5724f53e72 ro quiet splash $vt_handoff init=/sbin/upstart
                initrd /boot/initrd.img-3.19.0-15-generic
        }
        menuentry 'Ubuntu, with Linux 3.19.0-15-generic (recovery mode) (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.19.0-15-generic--56623120-33e3-41e9-bd69-ca5724f53e72' {
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  56623120-33e3-41e9-bd69-ca5724f53e72
                else
                  search --no-floppy --fs-uuid --set=root 56623120-33e3-41e9-bd69-ca5724f53e72
                fi
                linux /boot/vmlinuz-3.19.0-15-generic root=UUID=56623120-33e3-41e9-bd69-ca5724f53e72 ro recovery nomodeset
                initrd /boot/initrd.img-3.19.0-15-generic
        }
        menuentry 'Memory test (memtest86+, serial console 115200) (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/memtest86+.bin--56623120-33e3-41e9-bd69-ca5724f53e72' {
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  56623120-33e3-41e9-bd69-ca5724f53e72
                else
                  search --no-floppy --fs-uuid --set=root 56623120-33e3-41e9-bd69-ca5724f53e72
                fi
                linux /boot/memtest86+.bin console=ttyS0,115200n8
        }
}

menuentry 'Mint' --class mint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1b184205-549a-425e-81c7-325d3160c037' {
        insmod part_gpt
                insmod ntfs
                set root='hd1,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 1DC9450660404A85
                else
                  search --no-floppy --fs-uuid --set=root 1DC9450660404A85
                fi
        echo    'Linux desktop wird geladen …'
        set isofile="/linuxmint-17.2-cinnamon-64bit.iso"
         # or set isofile="/<username>/Downloads/ubuntu-12.04-desktop-i386.iso"
         # if you use a single partition for your $HOME
         loopback loop (hd0,gpt3)$isofile
         linux (loop)/casper/vmlinuz  file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${isofile} quiet splash --
         initrd (loop)/casper/initrd.lz
}

menuentry 'Mint' --class mint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1b184205-549a-425e-81c7-325d3160c037' {
        insmod part_gpt
                insmod ntfs
                set root='hd1,gpt3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 1DC9450660404A85
                else
                  search --no-floppy --fs-uuid --set=root 1DC9450660404A85
                fi
        echo    'Linux desktop wird geladen …'
        linux   /casper/vmlinuz  file=/preseed/linuxmint.seed boot=casper xforcevesa live-media-path=/casper/ ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
        echo    'Initiale Ramdisk wird geladen …'
        initrd  /casper/initrd.lz
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/90_persistent ###
### END /etc/grub.d/90_persistent ###

### BEGIN /etc/grub.d/93_memtest ###
### END /etc/grub.d/93_memtest ###
linuxero
 
Posts: 345
Joined: Oct 7th, '11, 15:50

Re: Virtual TTY scrambled

Postby doktor5000 » Oct 10th, '15, 18:19

linuxero wrote:# cat /etc/default/grub
GRUB_DISABLE_SUBMENU=n
GRUB_ENABLE_CRYPTODISK=y
GRUB_TERMINAL_OUTPUT=gfxterm
GRUB_THEME=/boot/grub2/themes/maggy/theme.txt
GRUB_DISTRIBUTOR=Mageia
GRUB_DISABLE_RECOVERY=false
GRUB_GFXPAYLOAD_LINUX=text
GRUB_TIMEOUT=27
GRUB_GFXMODE=1024x768x32
GRUB_DISABLE_OS_PROBER=false
GRUB_CMDLINE_LINUX_DEFAULT=" nokmsboot splash quiet noiswmd resume=UUID=0657fd6d-a4ab-43c4-84e5-0933c84b4f4f"


I've marked the relevant options in bold. You should replace nokmsboot by nomodeset, see viewtopic.php?p=54909#p54909
Also see http://www.gnu.org/software/grub/manual ... ml#gfxmode and http://www.gnu.org/software/grub/manual ... gfxpayload

This is what I currently use and it works fine with propriertary nvidia driver, although the text scrolling is pretty slow, you might want to lower the resolution even more:

Code: Select all
GRUB_GFXMODE=1280x1024x32
GRUB_GFXPAYLOAD_LINUX=1280x1024x32
GRUB_TERMINAL_OUTPUT=gfxterm


After making changes, run update-grub as root to update the grub configuration, then reboot and test.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Virtual TTY scrambled

Postby linuxero » Oct 11th, '15, 16:56

It does not work. Only made Grub Menu on reboot with lower resolution!!
linuxero
 
Posts: 345
Joined: Oct 7th, '11, 15:50

Re: Virtual TTY scrambled

Postby doktor5000 » Oct 11th, '15, 17:28

Then you have to try for yourself, I've already provided pointers to the relevant documentation.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Virtual TTY scrambled

Postby linuxero » Oct 11th, '15, 17:40

Thank you..I'll try to find a solution and update here..
linuxero
 
Posts: 345
Joined: Oct 7th, '11, 15:50


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest