format sonrası windows a ulaşamıyorum

Başlatan nasilolcekbuisler, 20 Kasım 2016 - 16:46:53

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

nasilolcekbuisler

merhaba

format sonrası windowsa giremiyorum. fstab düzenlemesi yaptım,grub u yeniden kurdum daha başka ne yapabilirim ?

sudo blkid
[sudo] password for:
/dev/sda1: UUID="CA821F22821F1315" TYPE="ntfs"
/dev/sda5: LABEL="yedek" UUID="9054618254616BC2" TYPE="ntfs"
/dev/sda6: UUID="194523c5-8f42-4b07-9bd3-4ed9fc42997f" TYPE="ext4"


fstab çıktısı
# /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=194523c5-8f42-4b07-9bd3-4ed9fc42997f /               ext4    errors=remount-ro 0       1
# /windows was on /dev/sda1 during installation
UUID=CA821F22821F1315 /windows        ntfs    defaults,umask=007,gid=46 0       0
# /yedek was on /dev/sda5 during installation
UUID=9054618254616BC2 /yedek          ntfs    defaults,umask=007,gid=46 0 

BayboraKaan


illedelinux

GNU/Linux kullanmıyorum, onu yaşıyorum...

if


nasilolcekbuisler

#4
[mention=611175]@if[/mention]

sda1 de UUID düzenlemesi yaptım.şimdi kontrol ettim eskiden grub da windows görünüyordu,şimdi görünmüyor. verdiğin wiki, belgesi boş sayfaya çıkıyor.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 21 Kasım 2016 - 14:13:41

[mention=611127]@BayboraKaan[/mention]

toplama :)


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 21 Kasım 2016 - 14:18:39

sudo update-grub
[sudo] password for  :
Generating grub configuration file ...
Bulunan linux kalıbı: /boot/vmlinuz-3.13.0-24-generic
Bulunan initrd kalıbı: /boot/initrd.img-3.13.0-24-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
bitti


sudo fdisk -l

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, toplam 234441648 sektör
Units = sektör of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk kimlikleyicisi: 0x6bba44a8

   Aygıt Açılış    Başlangıç     Bitiş  BlokSayısı Kml Sistem
/dev/sda1   *          63    81915434    40957686    7  HPFS/NTFS/exFAT
/dev/sda2        81915496   234436544    76260524+   f  W95 Ext'd (LBA)
/dev/sda5        81915498   192458699    55271601    7  HPFS/NTFS/exFAT
/dev/sda6       192458763   234436544    20988891   83  Linux


cat /etc/default/grub
# 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"



ata1

https://wiki.ubuntu-tr.net/index.php?title=Grub_%C3%B6ny%C3%BCkleyicisini_onarmak_(yeniden_kurmak)

Bağlantıya tıklarda boş olursa kopyala yapıştır yada google babaya ubuntu grub onarımı dersen wikiden de ulaşırsın  if bağlantı olduğunu belirtmediğinden son parantez işareti siyah olduğundan olan birşey kopyala yapıştır yap yada verdiğim bağlantı ile ulaş

if

Bölümleri yanlış yerlere bağlıyorsun. Windows'un kurulu olduğu bölüm /windows, diğer bölüm /yedek dizinine bağlanmış. Bunlar root dizini altında yani. Bu satırları silin, yeniden başlatın, sudo update-grub2 komutunu yürütün.