MSI GP-60 Leopard - Grub 2 odpala Win 7 "w tle", pod szarym ekranem.

Tutaj można zadać pytanie, jeśli Linuksa widzi się pierwszy raz w życiu ;)
Mjollnir951
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 06 paź 2014, 17:58
Płeć: Mężczyzna
Wersja Ubuntu: 14.04
Środowisko graficzne: GNOME
Architektura: x86_64

MSI GP-60 Leopard - Grub 2 odpala Win 7 "w tle", pod szarym ekranem.

Post autor: Mjollnir951 »

Witam !
Jestem nowym użytkownikiem Ubuntu Gnome 14.04. Miałem wcześniej trochę przyjemności siedzieć tez na FreeBSD i Debianie.
Chcę mieć 2 systemy na lapku (MSI GP-60 Leopard).
Zainstalowałem Win 7 a zaraz po tym wspomnianego Ubuntu 14.04. Zaktualizowałem gruba komendą w terminalu, zobaczył loadera od Windowsa. Po ponownym odpaleniu komputera postanowiłem sprawdzić czy wszystko działa.
Grub się ładuje, wyświetla systemy i Ubuntu ładuje bez problemu, natomiast z windowsem jest problem.
Ekran przez chwilę jest czarny jakby przechodził do bootowania windowsa i ekran staje się szary ( takie tło ma grub2 u mnie ) i szary ciągle pozostaje ale ... Po chwili oczekiwania słychać dźwięki ktore wydaje windows przy oknie logowania !
zaciekawiony więc wpisałem "po omacku" hasło i słyszę dźwięk powitalny systemu :O. Wygląda to jakby wszystko było dobrze ale grub zapomniał wyłączyć swojego tła.
Szukałem podobnego problemu ale niestety rozwiązania nie znalazłem. Mam nadzieję że tutejsi eksperci mi coś poradzą :)
Z góry dziękuję i Pozdrawiam :)

Log z bootinfoscript :

Kod: Zaznacz cały

                  Boot Info Script 0.61      [1 April 2012]


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    in partition 112 for .

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /grldr /bootmgr /Boot/BCD /grldr

sda2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files:        /Windows/System32/winload.exe

sda3: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda4: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info: 

sda5: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

sda6: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 14.04.1 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 121601, w sumie sektorów: 1953525168
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 4096

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048       206,847       204,800   7 NTFS / exFAT / HPFS
/dev/sda2             206,848   512,198,655   511,991,808   7 NTFS / exFAT / HPFS
/dev/sda3       1,027,905,536 1,953,521,663   925,616,128   7 NTFS / exFAT / HPFS
/dev/sda4         512,200,702 1,027,905,535   515,704,834   5 Extended
/dev/sda5         512,200,704   520,093,695     7,892,992  82 Linux swap / Solaris
/dev/sda6         520,095,744 1,027,905,535   507,809,792  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        66A47363A47334A1                       ntfs       System Reserved
/dev/sda2        7CF27AF5F27AB34E                       ntfs       
/dev/sda3        E64268A742687E65                       ntfs       
/dev/sda5        f3d4a2b3-e415-42ea-82eb-7db4531214e2   swap       
/dev/sda6        368363d3-0b2d-47ca-8a38-c51932820a88   ext4       

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/sda6        /                        ext4       (rw,errors=remount-ro)


=========================== sda6/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  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 recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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 [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
else
  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=pl_PL
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 45,51,53; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-368363d3-0b2d-47ca-8a38-c51932820a88' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
	else
	  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
	fi
	linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-36-generic
}
submenu 'Opcje zaawansowane dla systemu Ubuntu' $menuentry_id_option 'gnulinux-advanced-368363d3-0b2d-47ca-8a38-c51932820a88' {
	menuentry 'Ubuntu, za pomocą systemu Linux 3.13.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-advanced-368363d3-0b2d-47ca-8a38-c51932820a88' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
		else
		  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
		fi
		echo	'Wczytywanie systemu Linux 3.13.0-36-generic...'
		linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro  quiet splash $vt_handoff
		echo	'Wczytywanie początkowego dysku RAM...'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-recovery-368363d3-0b2d-47ca-8a38-c51932820a88' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
		else
		  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
		fi
		echo	'Wczytywanie systemu Linux 3.13.0-36-generic...'
		linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro recovery nomodeset 
		echo	'Wczytywanie początkowego dysku RAM...'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, za pomocą systemu Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-368363d3-0b2d-47ca-8a38-c51932820a88' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
		else
		  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
		fi
		echo	'Wczytywanie systemu Linux 3.13.0-32-generic...'
		linux	/boot/vmlinuz-3.13.0-32-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro  quiet splash $vt_handoff
		echo	'Wczytywanie początkowego dysku RAM...'
		initrd	/boot/initrd.img-3.13.0-32-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-368363d3-0b2d-47ca-8a38-c51932820a88' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
		else
		  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
		fi
		echo	'Wczytywanie systemu Linux 3.13.0-32-generic...'
		linux	/boot/vmlinuz-3.13.0-32-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro recovery nomodeset 
		echo	'Wczytywanie początkowego dysku RAM...'
		initrd	/boot/initrd.img-3.13.0-32-generic
	}
}

### 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_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
	else
	  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
	else
	  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (na /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-66A47363A47334A1' {
	insmod part_msdos
	insmod ntfs
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  66A47363A47334A1
	else
	  search --no-floppy --fs-uuid --set=root 66A47363A47334A1
	fi
	parttool ${root} hidden-
	chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### 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 ###
--------------------------------------------------------------------------------

=============================== sda6/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda6 during installation
UUID=368363d3-0b2d-47ca-8a38-c51932820a88 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=f3d4a2b3-e415-42ea-82eb-7db4531214e2 none            swap    sw              0       0
--------------------------------------------------------------------------------

=================== sda6: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)


=============================== StdErr Messages: ===============================

cat: /tmp/BootInfo-S89bh7IJ/Tmp_Log: Nie ma takiego pliku ani katalogu

oraz grub.cfg :

Kod: Zaznacz cały

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  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 recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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 [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
else
  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=pl_PL
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 45,51,53; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-368363d3-0b2d-47ca-8a38-c51932820a88' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
	else
	  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
	fi
	linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-36-generic
}
submenu 'Opcje zaawansowane dla systemu Ubuntu' $menuentry_id_option 'gnulinux-advanced-368363d3-0b2d-47ca-8a38-c51932820a88' {
	menuentry 'Ubuntu, za pomocą systemu Linux 3.13.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-advanced-368363d3-0b2d-47ca-8a38-c51932820a88' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
		else
		  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
		fi
		echo	'Wczytywanie systemu Linux 3.13.0-36-generic...'
		linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro  quiet splash $vt_handoff
		echo	'Wczytywanie początkowego dysku RAM...'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-recovery-368363d3-0b2d-47ca-8a38-c51932820a88' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
		else
		  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
		fi
		echo	'Wczytywanie systemu Linux 3.13.0-36-generic...'
		linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro recovery nomodeset 
		echo	'Wczytywanie początkowego dysku RAM...'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, za pomocą systemu Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-368363d3-0b2d-47ca-8a38-c51932820a88' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
		else
		  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
		fi
		echo	'Wczytywanie systemu Linux 3.13.0-32-generic...'
		linux	/boot/vmlinuz-3.13.0-32-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro  quiet splash $vt_handoff
		echo	'Wczytywanie początkowego dysku RAM...'
		initrd	/boot/initrd.img-3.13.0-32-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-368363d3-0b2d-47ca-8a38-c51932820a88' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
		else
		  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
		fi
		echo	'Wczytywanie systemu Linux 3.13.0-32-generic...'
		linux	/boot/vmlinuz-3.13.0-32-generic root=UUID=368363d3-0b2d-47ca-8a38-c51932820a88 ro recovery nomodeset 
		echo	'Wczytywanie początkowego dysku RAM...'
		initrd	/boot/initrd.img-3.13.0-32-generic
	}
}

### 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_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
	else
	  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  368363d3-0b2d-47ca-8a38-c51932820a88
	else
	  search --no-floppy --fs-uuid --set=root 368363d3-0b2d-47ca-8a38-c51932820a88
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (na /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-66A47363A47334A1' {
	insmod part_msdos
	insmod ntfs
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  66A47363A47334A1
	else
	  search --no-floppy --fs-uuid --set=root 66A47363A47334A1
	fi
	parttool ${root} hidden-
	chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### 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 ###
Ostatnio zmieniony 06 paź 2014, 19:41 przez igotit4free, łącznie zmieniany 1 raz.
Powód: Poprawiłem PROBLEM w temacie.
Awatar użytkownika
igotit4free
Przyjaciel
Przyjaciel
Posty: 6453
Rejestracja: 29 paź 2008, 22:51
Płeć: Mężczyzna
Architektura: x86_64
Lokalizacja: KRK

Re: Grub 2 odpala Win 7 "w tle", problem szarego ekranu.

Post autor: igotit4free »

Spróbuj dla testu przywrócić standardowe ustawienia "graficzne" GRUBa, odwróć wprowadzone zmiany.
Windows 10 @ GA-P67A-D3-B3, i3-2100 3.10GHz, 8GB RAM, Gigabyte HD6850 1GB RAM
Android 7.0 @ Motorola Moto G4+
Mjollnir951
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 06 paź 2014, 17:58
Płeć: Mężczyzna
Wersja Ubuntu: 14.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Grub 2 odpala Win 7 "w tle", problem szarego ekranu.

Post autor: Mjollnir951 »

Jedyne zmiany jakie wprowadzałem to tylko update gruba z konsoli, ale przed tymi zmianami Grub nawet sie nie ładował, od razu przechodził do ładowania Ubuntu.
Niestety prosze o dokładniejsze naprowadzenie mnie jak mam przywrócić owe ustawienia. To upierdliwe ale jestem dopiero początkującym :/
Awatar użytkownika
igotit4free
Przyjaciel
Przyjaciel
Posty: 6453
Rejestracja: 29 paź 2008, 22:51
Płeć: Mężczyzna
Architektura: x86_64
Lokalizacja: KRK

Re: Grub 2 odpala Win 7 "w tle", problem szarego ekranu.

Post autor: igotit4free »

Szare tło GRUBa o którym piszesz to wynik wprowadzonych przez ciebie zmian, czy tak po prostu jest bez twojej ingerencji? Zazwyczaj tło GRUBa jest fioletowe (albo czarne).
Windows 10 @ GA-P67A-D3-B3, i3-2100 3.10GHz, 8GB RAM, Gigabyte HD6850 1GB RAM
Android 7.0 @ Motorola Moto G4+
Mjollnir951
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 06 paź 2014, 17:58
Płeć: Mężczyzna
Wersja Ubuntu: 14.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Grub 2 odpala Win 7 "w tle", problem szarego ekranu.

Post autor: Mjollnir951 »

Szare tło o którym pisałem było od początku jak tylko pierwszy raz Gruba u siebie widziałem. Nie zmieniałem tego.
marcin1982
Gibki Gibbon
Gibki Gibbon
Posty: 3209
Rejestracja: 30 wrz 2007, 13:49
Płeć: Mężczyzna

Re: MSI GP-60 Leopard - Grub 2 odpala Win 7 "w tle", pod szarym ekranem.

Post autor: marcin1982 »

Podaj wynik poleceń z konsoli:

Kod: Zaznacz cały

sudo os-prboer

Kod: Zaznacz cały

cat /etc/default/grub

Kod: Zaznacz cały

ls -al /boot/grub
Mjollnir951
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 06 paź 2014, 17:58
Płeć: Mężczyzna
Wersja Ubuntu: 14.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: MSI GP-60 Leopard - Grub 2 odpala Win 7 "w tle", pod szarym ekranem.

Post autor: Mjollnir951 »

sudo os-prober:

Kod: Zaznacz cały

/dev/sda1:Windows 7 (loader):Windows:chain
cat /etc/default/grub

Kod: Zaznacz cały

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
ls -al /boot/grub

Kod: Zaznacz cały

razem 48
drwxr-xr-x 5 root root  4096 paź  6 17:43 .
drwxr-xr-x 3 root root  4096 paź  6 02:51 ..
drwxr-xr-x 2 root root  4096 paź  6 02:49 fonts
-rw-r--r-- 1 root root   699 lip 23 01:24 gfxblacklist.txt
-r--r--r-- 1 root root  9682 paź  6 17:43 grub.cfg
-rw-r--r-- 1 root root  1024 paź  6 17:53 grubenv
drwxr-xr-x 2 root root 12288 paź  6 02:49 i386-pc
drwxr-xr-x 2 root root  4096 paź  6 02:49 locale
ODPOWIEDZ

Wróć do „Przedszkole Linuksa”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 78 gości