GRUB ekranında Windows gözükmüyor

Başlatan darkendless, 23 Eylül 2015 - 01:40:47

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

darkendless

Merhaba arkadaşlar, ubuntuyu kurduğum zaman windowsun yanına kur diye bir seçenek yoktu, bende diğer olarak kurmuştum.
Her ne kadar uğraşsamda bi türlü getiremedim grub ekranına windowsu. ubuntunun 6 tane şeyi çıkıyor grub ekranında, ubuntu canlı cdde boot installerı kurdum grubu düzeltmeye çalıştım fakat en sonunda "Onarım sırasında hata oluştu." diyor, en sonunda kafayı yiyeceğim bu sorun yüzünden.

http://paste.ubuntu.com/12526040/ hata oluştu yazan yerde bu linki veriyor bana, anlayan birileri olursa umarım yardımcı olabilir bana.
(Sda1de windows var dosyaları duruyor fakat grub ekranında çıkmadığından giremiyorum, linux sda2de bir tek ona girebiliyorum)

Linux

sudo fdisk -l

cat /boot/grub/grub.cfg

çıktılarını görebilir miyiz ?

darkendless

Fdisk: Disk /dev/sda: 596,2 GiB, 640135028736 bytes, 1250263728 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x28990951

Device     Boot     Start        End   Sectors   Size Id Type
/dev/sda1  *         2048  221120511 221118464 105,4G  7 HPFS/NTFS/exFAT
/dev/sda2       244189184  366282933 122093750  58,2G 83 Linux
/dev/sda3       488376320  489093119    716800   350M 82 Linux swap / Solaris
/dev/sda4       489093120 1250260991 761167872   363G  7 HPFS/NTFS/exFAT


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,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
else
  search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
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=tr_TR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  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 44,0,30,0; 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-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
else
  search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
fi
linux /boot/vmlinuz-3.19.0-28-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw
initrd /boot/initrd.img-3.19.0-28-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
menuentry 'Ubuntu, with Linux 3.19.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-28-generic-advanced-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
else
  search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
fi
echo 'Loading Linux 3.19.0-28-generic ...'
linux /boot/vmlinuz-3.19.0-28-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.19.0-28-generic
}
menuentry 'Ubuntu, with Linux 3.19.0-28-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-28-generic-init-upstart-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
else
  search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
fi
echo 'Loading Linux 3.19.0-28-generic ...'
linux /boot/vmlinuz-3.19.0-28-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw init=/sbin/upstart
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.19.0-28-generic
}
menuentry 'Ubuntu, with Linux 3.19.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-28-generic-recovery-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
else
  search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
fi
echo 'Loading Linux 3.19.0-28-generic ...'
linux /boot/vmlinuz-3.19.0-28-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.19.0-28-generic
}
menuentry 'Ubuntu, with Linux 3.19.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-15-generic-advanced-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
else
  search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
fi
echo 'Loading Linux 3.19.0-15-generic ...'
linux /boot/vmlinuz-3.19.0-15-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.19.0-15-generic
}
menuentry 'Ubuntu, with Linux 3.19.0-15-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-15-generic-init-upstart-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
else
  search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
fi
echo 'Loading Linux 3.19.0-15-generic ...'
linux /boot/vmlinuz-3.19.0-15-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw init=/sbin/upstart
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.19.0-15-generic
}
menuentry 'Ubuntu, with Linux 3.19.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-15-generic-recovery-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
else
  search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
fi
echo 'Loading Linux 3.19.0-15-generic ...'
linux /boot/vmlinuz-3.19.0-15-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.19.0-15-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/30_os-prober ###
### 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 ###

heartsmagic

sudo update-grub
ne diyor? Makinede UEFI var mıydı?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

Linux

Listede Windows ekli görünmüyor, elle eklenebilir.

blkid

çıktısını rica edelim.

darkendless

Sudo grub update
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.19.0-28-generic
Found initrd image: /boot/initrd.img-3.19.0-28-generic
Found linux image: /boot/vmlinuz-3.19.0-15-generic
Found initrd image: /boot/initrd.img-3.19.0-15-generic
done


Blkid
/dev/sda4: UUID="8C78B95978B9432E" TYPE="ntfs" PARTUUID="28990951-04"


Linux

#6
Sistemde 2 tane NTFS diski görünüyordu birtane çıktı vermiş

sudo blkid

olarak tekrar deneyelim. Windows 105,4G 'lık diskte kurulu sanıyorum ki.

Ekleme :

grub.cfg içeriğini aşağıdaki şekilde değiştirin (değiştirmeden önce yedek almayı unutmayın lütfen) : makinede UEFI kapalı veya olmadığını varsayarak anlatıyorum.

#
# 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,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
else
  search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
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=tr_TR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  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 44,0,30,0; 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-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
   recordfail
   load_video
   gfxmode $linux_gfx_mode
   insmod gzio
   if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
   insmod part_msdos
   insmod ext2
   set root='hd0,msdos2'
   if [ x$feature_platform_search_hint = xy ]; then
     search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
   else
     search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
   fi
   linux   /boot/vmlinuz-3.19.0-28-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw
   initrd   /boot/initrd.img-3.19.0-28-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
   menuentry 'Ubuntu, with Linux 3.19.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-28-generic-advanced-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
      recordfail
      load_video
      gfxmode $linux_gfx_mode
      insmod gzio
      if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
      insmod part_msdos
      insmod ext2
      set root='hd0,msdos2'
      if [ x$feature_platform_search_hint = xy ]; then
        search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      else
        search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      fi
      echo   'Loading Linux 3.19.0-28-generic ...'
      linux   /boot/vmlinuz-3.19.0-28-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw
      echo   'Loading initial ramdisk ...'
      initrd   /boot/initrd.img-3.19.0-28-generic
   }
   menuentry 'Ubuntu, with Linux 3.19.0-28-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-28-generic-init-upstart-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
      recordfail
      load_video
      gfxmode $linux_gfx_mode
      insmod gzio
      if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
      insmod part_msdos
      insmod ext2
      set root='hd0,msdos2'
      if [ x$feature_platform_search_hint = xy ]; then
        search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      else
        search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      fi
      echo   'Loading Linux 3.19.0-28-generic ...'
      linux   /boot/vmlinuz-3.19.0-28-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw init=/sbin/upstart
      echo   'Loading initial ramdisk ...'
      initrd   /boot/initrd.img-3.19.0-28-generic
   }
   menuentry 'Ubuntu, with Linux 3.19.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-28-generic-recovery-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
      recordfail
      load_video
      insmod gzio
      if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
      insmod part_msdos
      insmod ext2
      set root='hd0,msdos2'
      if [ x$feature_platform_search_hint = xy ]; then
        search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      else
        search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      fi
      echo   'Loading Linux 3.19.0-28-generic ...'
      linux   /boot/vmlinuz-3.19.0-28-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro recovery nomodeset
      echo   'Loading initial ramdisk ...'
      initrd   /boot/initrd.img-3.19.0-28-generic
   }
   menuentry 'Ubuntu, with Linux 3.19.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-15-generic-advanced-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
      recordfail
      load_video
      gfxmode $linux_gfx_mode
      insmod gzio
      if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
      insmod part_msdos
      insmod ext2
      set root='hd0,msdos2'
      if [ x$feature_platform_search_hint = xy ]; then
        search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      else
        search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      fi
      echo   'Loading Linux 3.19.0-15-generic ...'
      linux   /boot/vmlinuz-3.19.0-15-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw
      echo   'Loading initial ramdisk ...'
      initrd   /boot/initrd.img-3.19.0-15-generic
   }
   menuentry 'Ubuntu, with Linux 3.19.0-15-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-15-generic-init-upstart-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
      recordfail
      load_video
      gfxmode $linux_gfx_mode
      insmod gzio
      if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
      insmod part_msdos
      insmod ext2
      set root='hd0,msdos2'
      if [ x$feature_platform_search_hint = xy ]; then
        search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      else
        search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      fi
      echo   'Loading Linux 3.19.0-15-generic ...'
      linux   /boot/vmlinuz-3.19.0-15-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro  nomdmonddf nomdmonisw init=/sbin/upstart
      echo   'Loading initial ramdisk ...'
      initrd   /boot/initrd.img-3.19.0-15-generic
   }
   menuentry 'Ubuntu, with Linux 3.19.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-15-generic-recovery-bbdf5aeb-ded7-48c5-be39-248cd4f0ce15' {
      recordfail
      load_video
      insmod gzio
      if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
      insmod part_msdos
      insmod ext2
      set root='hd0,msdos2'
      if [ x$feature_platform_search_hint = xy ]; then
        search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      else
        search --no-floppy --fs-uuid --set=root bbdf5aeb-ded7-48c5-be39-248cd4f0ce15
      fi
      echo   'Loading Linux 3.19.0-15-generic ...'
      linux   /boot/vmlinuz-3.19.0-15-generic root=UUID=bbdf5aeb-ded7-48c5-be39-248cd4f0ce15 ro recovery nomodeset
      echo   'Loading initial ramdisk ...'
      initrd   /boot/initrd.img-3.19.0-15-generic
   }
   menuentry 'Windows (on /dev/sda4)' --class windows --class os $menuentry_id_option 'osprober-chain-8C78B95978B9432E' {
   insmod part_msdos
   insmod ntfs
   set root='hd0,msdos2'
   if [ x$feature_platform_search_hint = xy ]; then
     search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  8C78B95978B9432E
   else
     search --no-floppy --fs-uuid --set=root 8C78B95978B9432E
   fi
   parttool ${root} hidden-
   drivemap -s (hd0) ${root}
   chainloader +1
   }
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### 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 ###

daha sonra grubu güncelleyelim.

sudo update-grub

Eğer listedeki Windows tepki vermez ise diğer diskin uid numarası ile içerikteki 3 yerde geçen "8C78B95978B9432E" yerlerini ve sda4 yazan kısmı sda1 olarak değiştir sonra grub'u tekrar güncelleyip deneyebilirsin.

darkendless

Sudo blkid yazınca bunlar çıkıyor
/dev/sda1: UUID="D0DA332FDA3310E8" TYPE="ntfs" PARTUUID="28990951-01"
/dev/sda2: UUID="bbdf5aeb-ded7-48c5-be39-248cd4f0ce15" TYPE="ext4" PTTYPE="dos" PARTUUID="28990951-02"
/dev/sda3: UUID="5f45d60a-1d5d-4443-a3df-85ae021fb409" TYPE="swap" PARTUUID="28990951-03"
/dev/sda4: UUID="8C78B95978B9432E" TYPE="ntfs" PARTUUID="28990951-04"


Sda1'deki windows sanırsam, senin verdiğin koddaki uuid yerlerini D0DA332FDA3310E8 ile mi değiştirmeliyim ?

Linux

evet D0DA332FDA3310E8 ile değiştir ve sda4 yazan yeri de sda1 yap. grubu güncelle ve sistemi yeniden başlat.

darkendless

Grubu update edince yenilediğim grub.cfg gidiyor

ata1

grub.cfg için de değişiklik yapma hakkına sahip olundu mu

chmod +w /boot/grub/grub.cfg
gedit  /boot/grub/grub.cfg


diye hatırlıyorum yanılmıyorsam .emin olan biri yanıtlarsa daha iyi olur

nuked

/boot/grub/custom.cfg diye bir dosya oluşturup aşağıdaki kodu dosyaya ekleyip kaydedin. daha sonra update-grub komutunu çalıştırın windows açılacaktır.

menuentry "Windows (loader) (on /dev/sda1)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    insmod ntldr
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root D0DA332FDA3310E8
    ntldr ($root)/bootmgr
}

Linux

Evet izin verilmesi gerekiyor ben o kısmı atlamışım güncelledikten sonra yine izinleri kapatmayı unutma.

chmod -w /boot/grub/grub.cfg

darkendless

sudo nautilus komutunu kullanıyorum işe yarıyor sanırsam ?

Alıntı yapılan: nuked - 23 Eylül 2015 - 20:33:35
/boot/grub/custom.cfg diye bir dosya oluşturup aşağıdaki kodu dosyaya ekleyip kaydedin. daha sonra update-grub komutunu çalıştırın windows açılacaktır.

menuentry "Windows (loader) (on /dev/sda1)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    insmod ntldr
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root D0DA332FDA3310E8
    ntldr ($root)/bootmgr
}


Grub ekranında windows çıkıyor ama tıklayınca şu hata çıkıyor error: file '/bootmgr' not found. Press any key to continue...

ata1

#14
arkadaşın konuyu alıp geldiği yerde de aynı hatayı alıyorlardı.    https://forum.ubuntu-tr.net/index.php?topic=10926.msg456948#msg456948
siz benim komutlarım ile başlayın işlemi tamamlayın.

nuked

Alıntı yapılan: darkendless - 23 Eylül 2015 - 20:48:17
sudo nautilus komutunu kullanıyorum işe yarıyor sanırsam ?

Alıntı yapılan: nuked - 23 Eylül 2015 - 20:33:35
/boot/grub/custom.cfg diye bir dosya oluşturup aşağıdaki kodu dosyaya ekleyip kaydedin. daha sonra update-grub komutunu çalıştırın windows açılacaktır.

menuentry "Windows (loader) (on /dev/sda1)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    insmod ntldr
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root D0DA332FDA3310E8
    ntldr ($root)/bootmgr
}


Grub ekranında windows çıkıyor ama tıklayınca şu hata çıkıyor error: file '/bootmgr' not found. Press any key to continue...

bootmgr silinmiş yada bozuk. ubuntu da ondan grub listesine otomatik eklemiyor. boot installer loglarda belirtmiş
windows cd/usb kullanarak bootmgr ı onarın daha sonra ubuntuda boot edecektir.

sk okuma hatas. |
000001a0  6f 6c 75 9f 74 75 00 0d  0a 42 4f 4f 54 4d 47 52  |olu.tu...BOOTMGR|
000001b0  20 65 6b 73 69 6b 00 0d  0a 42 4f 4f 54 4d 47 52  | eksik...BOOTMGR|
000001c0  20 73 8d 6b 8d 9f 74 8d  72 8d 6c 6d 8d 9f 00 0d  | s.k..t.r.lm....|
000001d0  0a 59 65 6e 69 64 65 6e  20 62 61 9f 6c 61 74 3a  |.Yeniden ba.lat:|
000001e0  20 43 74 72 6c 2b 41 6c  74 2b 44 65 6c 0d 0a 00  | Ctrl+Alt+Del

darkendless

Alıntı yapılan: nuked - 23 Eylül 2015 - 20:55:38
Alıntı yapılan: darkendless - 23 Eylül 2015 - 20:48:17
sudo nautilus komutunu kullanıyorum işe yarıyor sanırsam ?

Alıntı yapılan: nuked - 23 Eylül 2015 - 20:33:35
/boot/grub/custom.cfg diye bir dosya oluşturup aşağıdaki kodu dosyaya ekleyip kaydedin. daha sonra update-grub komutunu çalıştırın windows açılacaktır.

menuentry "Windows (loader) (on /dev/sda1)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    insmod ntldr
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root D0DA332FDA3310E8
    ntldr ($root)/bootmgr
}


Grub ekranında windows çıkıyor ama tıklayınca şu hata çıkıyor error: file '/bootmgr' not found. Press any key to continue...

bootmgr silinmiş yada bozuk. ubuntu da ondan grub listesine otomatik eklemiyor. boot installer loglarda belirtmiş
windows cd/usb kullanarak bootmgr ı onarın daha sonra ubuntuda boot edecektir.

sk okuma hatas. |
000001a0  6f 6c 75 9f 74 75 00 0d  0a 42 4f 4f 54 4d 47 52  |olu.tu...BOOTMGR|
000001b0  20 65 6b 73 69 6b 00 0d  0a 42 4f 4f 54 4d 47 52  | eksik...BOOTMGR|
000001c0  20 73 8d 6b 8d 9f 74 8d  72 8d 6c 6d 8d 9f 00 0d  | s.k..t.r.lm....|
000001d0  0a 59 65 6e 69 64 65 6e  20 62 61 9f 6c 61 74 3a  |.Yeniden ba.lat:|
000001e0  20 43 74 72 6c 2b 41 6c  74 2b 44 65 6c 0d 0a 00  | Ctrl+Alt+Del

Nasıl onarabilirim? Normal windows format cdsini takıp tekrar mı format atmalıyım?

nuked

Alıntı yapılan: darkendless - 23 Eylül 2015 - 21:04:54
Alıntı yapılan: nuked - 23 Eylül 2015 - 20:55:38
Alıntı yapılan: darkendless - 23 Eylül 2015 - 20:48:17
sudo nautilus komutunu kullanıyorum işe yarıyor sanırsam ?

Alıntı yapılan: nuked - 23 Eylül 2015 - 20:33:35
/boot/grub/custom.cfg diye bir dosya oluşturup aşağıdaki kodu dosyaya ekleyip kaydedin. daha sonra update-grub komutunu çalıştırın windows açılacaktır.

menuentry "Windows (loader) (on /dev/sda1)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    insmod ntldr
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root D0DA332FDA3310E8
    ntldr ($root)/bootmgr
}


Grub ekranında windows çıkıyor ama tıklayınca şu hata çıkıyor error: file '/bootmgr' not found. Press any key to continue...

bootmgr silinmiş yada bozuk. ubuntu da ondan grub listesine otomatik eklemiyor. boot installer loglarda belirtmiş
windows cd/usb kullanarak bootmgr ı onarın daha sonra ubuntuda boot edecektir.

sk okuma hatas. |
000001a0  6f 6c 75 9f 74 75 00 0d  0a 42 4f 4f 54 4d 47 52  |olu.tu...BOOTMGR|
000001b0  20 65 6b 73 69 6b 00 0d  0a 42 4f 4f 54 4d 47 52  | eksik...BOOTMGR|
000001c0  20 73 8d 6b 8d 9f 74 8d  72 8d 6c 6d 8d 9f 00 0d  | s.k..t.r.lm....|
000001d0  0a 59 65 6e 69 64 65 6e  20 62 61 9f 6c 61 74 3a  |.Yeniden ba.lat:|
000001e0  20 43 74 72 6c 2b 41 6c  74 2b 44 65 6c 0d 0a 00  | Ctrl+Alt+Del

Nasıl onarabilirim? Normal windows format cdsini takıp tekrar mı format atmalıyım?

windows cdsi takın format atmanıza gerek yok. tam olarak adımları aklımda değil ama aşağı yukarı şöyle olacaktı gelişmiş seçenekler kurtarma seçenekleri gibi menüden konsolu açın aşağıdaki komutları uygulayın onarılacaktır. ama bu sefer de grub silinecektir. ubuntu ile tekrar grub kurmanız gerekcektir.

bootrec /fixmbr
bootrec /fixboot

ata1

bu kadar alıntı ile anlatmazsanız konu daha anlaşılır olur bence .

darkendless

Farklı bir çözüm yolu yokmudur acaba?
3gb windowsu indirmek gözümü korkutuyor biraz.

ata1


nuked

100mb ayrı bir bölüm olmayabiliyor. standart bir durum değil boot ilk bölümün içinde görülüyor.
cd yoksa testdisk kullanarak eksik dosyaları kurtarmak kalıyor burda anlatılmış
http://ubuntuforums.org/showthread.php?t=813628&p=5726832#post5726832
aşağıdaki adımları uygulayın yeniden başlatınca grub menüsüne eklenmiş olacaktır. yoksa da önceden oluşturulmuş windows loaderı seçerek boot etmeyi deneyin.

sudo apt-get install testdisk
sudo testdisk /dev/sda1


inteli seçin.
gelişmiş/advanced i seçin.
aşağı gelip vista bölümünü seçin enterlayarak boot u seçin,
sağa gelip rebuild BS seçin

darkendless

Disk /dev/sda1 - 113 GB / 105 GiB - CHS 13763 255 63

     Partition                  Start        End    Size in sectors
> 3 * Sys=74               45381  70  3 59399 204 10  225207620
  2 P NetWare 3.11+        102476 248 18 204220 109 55 1634508641
  1 * Sys=8D               147718  80 63 314344  68 60 2676845932
  4 * SpeedStor            174974 203 24 174978  27 26      53175


böyle şeyler çıkıyor vista yok hocam

nuked

Alıntı yapılan: darkendless - 24 Eylül 2015 - 03:48:15
Disk /dev/sda1 - 113 GB / 105 GiB - CHS 13763 255 63

     Partition                  Start        End    Size in sectors
> 3 * Sys=74               45381  70  3 59399 204 10  225207620
  2 P NetWare 3.11+        102476 248 18 204220 109 55 1634508641
  1 * Sys=8D               147718  80 63 314344  68 60 2676845932
  4 * SpeedStor            174974 203 24 174978  27 26      53175


böyle şeyler çıkıyor vista yok hocam

windows cdsinden başka çare görünmüyor.