Türkiye
Az konuş, çok çalış..

Forum

Bildirimler
Tümünü temizle

Windows 10 yanına Manjaro nasıl kurabilirim

9 Yazılar
4 Üyeler
0 Reactions
2,931 Görüntüleme
(@xfce4)
Gönderiler: 3
Active Member
Konu başlatıcı
 

bilgisayarımda şu anda Windows 10 çalışıyor, Manjaro linuxu VMware Workstationda denedim. Şimdi bilgisayara kurmak istiyorum. Bilgisayarı başlattığımda bana seçenek sunulsun Windows 10 ve Manjaro için. 100GB disk ayırıb nasıl bir yol izlemeliyim bunu için?

 
Gönderildi : 02/08/2015 1:12 pm
 ata
(@ata)
Gönderiler: 2110
Noble Member
 

http://archman.org/belge/manjaro-linux-kurulum-rehberi-resimli

Suskunluğum asaletimdendir,her lafa verilecek cevabım var. Ama bir lafa bakarım laf mı ? diye bir de söyleyene bakarım adam mı ? diye

                        

 
Gönderildi : 02/08/2015 2:23 pm
(@eronis)
Gönderiler: 59
Trusted Member
 

Zaten manjaro'yu kurunca bunu grub kendi ayarlayacak bunun için senin birşey yapmana gerek yok. Sadece ata'nın vermiş olduğu linkteki yolları izle. Bir de benden sana bir tavsiye. Eğer windows 10'dan linux klasörlerine ulaşmak istiyorsan ext4 değil, ntfs kullanmanı öneririm. Misal linux'ta bir dosya indirirsin, windows'tan çekmek istersin, windows ext4'ü okuyamaz ve o bölümü göremez. FAT32 önermememin sebebi performansının ntfs'den düşük olması. Ayrıca eğer bağlama noktalarını (Yeterli bilgin varsa, /, home, boot gibi ayarları) ayarlarsan sonraki kurulumlarında verileri yedeklemen gerekmez, ayrıca bunları bilmenin bazı avantajları da var. Çok önemli değil bir detay değil, eğer bilmiyorsan bildiğini yap.

 
Gönderildi : 02/08/2015 8:06 pm
(@xfce4)
Gönderiler: 3
Active Member
Konu başlatıcı
 

maalasef ata'nin vermis oldugu linkdeki anlatimi okumadan kednime gore bir kurulum yaptim. su an icin Manjaroda bir sorun yok, sorun o ki, Windows 10 a ulasamiyorum. gruba Windowsu nasil eklemem lazim?
fdisk -l  ciktisi

 
isk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 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: 0xde2851cc

Device    Boot    Start        End    Sectors  Size Id Type
/dev/sda1  *        2048    1026047    1024000  500M  7 HPFS/NTFS/exFAT
/dev/sda2        1026048  210434047  209408000  99.9G  7 HPFS/NTFS/exFAT
/dev/sda3      210434048  405749759  195315712  93.1G  7 HPFS/NTFS/exFAT

gedit /etc/default/grub ciktisi


GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Manjaro"

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

GRUB_CMDLINE_LINUX=""

# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
#GRUB_SAVEDEFAULT=true

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=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=auto

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true

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

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
GRUB_BACKGROUND="/usr/share/grub/background.png"
GRUB_THEME="/boot/grub/themes/Manjaro-Default/theme.txt"


# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"

gedit /boot/grub/grub.cfg ciktisi


#
# 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 ###
insmod part_gpt
insmod part_msdos
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="${saved_entry}"
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
}

set menu_color_normal=light-gray/black
set menu_color_highlight=green/black

if [ x$feature_default_font_path = xy ] ; then
  font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  82bcb860-5ce3-4775-a4cf-ea521d45a3cb
else
  search --no-floppy --fs-uuid --set=root 82bcb860-5ce3-4775-a4cf-ea521d45a3cb
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=az_AZ
  insmod gettext
fi
terminal_input console
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  82bcb860-5ce3-4775-a4cf-ea521d45a3cb
else
  search --no-floppy --fs-uuid --set=root 82bcb860-5ce3-4775-a4cf-ea521d45a3cb
fi
insmod png
background_image -m stretch /usr/share/grub/background.png
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-82bcb860-5ce3-4775-a4cf-ea521d45a3cb' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
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  0e82186c-4f93-46ff-a51e-fa3295509b20
else
  search --no-floppy --fs-uuid --set=root 0e82186c-4f93-46ff-a51e-fa3295509b20
fi
echo 'Loading Linux 4.1.3-2-MANJARO x64 ...'
linux /vmlinuz-4.1-x86_64 root=UUID=82bcb860-5ce3-4775-a4cf-ea521d45a3cb rw  quiet splash
echo 'Loading initial ramdisk ...'
initrd /intel-ucode.img /initramfs-4.1-x86_64.img
}
submenu 'Advanced options for Manjaro Linux' $menuentry_id_option 'gnulinux-advanced-82bcb860-5ce3-4775-a4cf-ea521d45a3cb' {
menuentry 'Manjaro Linux (Kernel: 4.1.3-2-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.3-2-MANJARO x64-advanced-82bcb860-5ce3-4775-a4cf-ea521d45a3cb' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
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  0e82186c-4f93-46ff-a51e-fa3295509b20
else
  search --no-floppy --fs-uuid --set=root 0e82186c-4f93-46ff-a51e-fa3295509b20
fi
echo 'Loading Linux 4.1.3-2-MANJARO x64 ...'
linux /vmlinuz-4.1-x86_64 root=UUID=82bcb860-5ce3-4775-a4cf-ea521d45a3cb rw  quiet splash
echo 'Loading initial ramdisk ...'
initrd /intel-ucode.img /initramfs-4.1-x86_64.img
}
menuentry 'Manjaro Linux (Kernel: 4.1.3-2-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.3-2-MANJARO x64-fallback-82bcb860-5ce3-4775-a4cf-ea521d45a3cb' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
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  0e82186c-4f93-46ff-a51e-fa3295509b20
else
  search --no-floppy --fs-uuid --set=root 0e82186c-4f93-46ff-a51e-fa3295509b20
fi
echo 'Loading Linux 4.1.3-2-MANJARO x64 ...'
linux /vmlinuz-4.1-x86_64 root=UUID=82bcb860-5ce3-4775-a4cf-ea521d45a3cb rw  quiet splash
echo 'Loading initial ramdisk ...'
initrd /intel-ucode.img /initramfs-4.1-x86_64-fallback.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/30_os-prober ###
### 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/60_memtest86+ ###
if [ "${grub_platform}" == "pc" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
        search --fs-uuid --no-floppy --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  0e82186c-4f93-46ff-a51e-fa3295509b20
        linux16 /memtest86+/memtest.bin
    }
fi
### END /etc/grub.d/60_memtest86+ ###
 
Gönderildi : 03/08/2015 5:49 am
(@xfce4)
Gönderiler: 3
Active Member
Konu başlatıcı
 

Windowsun kurulu oldugu bolum  /dev/sda2 dir, Manjaro /dev/sda3 de kurulu

 
Gönderildi : 03/08/2015 5:51 am
(@eronis)
Gönderiler: 59
Trusted Member
 

sudo update-grub

denermisin ?

os-prober paketi yüklü mü ? İlk sorulan paketler arasındadır bu tür durumlarda. os-prober yüklü değilse yükleyip tekrar

sudo update-grub

denermisin ?

 
Gönderildi : 03/08/2015 7:05 am
 ata
(@ata)
Gönderiler: 2110
Noble Member
 

http://archtr.org/forum/viewtopic.php?t=693#p6359
yukarıda lınkde anlatılanı dene ayrıca oradaki aşağıdaki kod ile wın dahil sıstemdeki tümümünü gruba ekler

pacman -S grub os-prober

Suskunluğum asaletimdendir,her lafa verilecek cevabım var. Ama bir lafa bakarım laf mı ? diye bir de söyleyene bakarım adam mı ? diye

                        

 
Gönderildi : 03/08/2015 11:50 am
 ata
(@ata)
Gönderiler: 2110
Noble Member
 

manjaro dev/sda3 olduğunu söylemişsin şöyle yapalım  live yanı manyaro kurulum flash yada dvd ile başlatıp
masa üstüne gelince  terminali açıp şunu yap root olarak

mount /dev/sda3 /mnt

pacman -S grub os-prober
grub-install /dev/sda
grub-install --recheck /dev/sda
update-grub

Suskunluğum asaletimdendir,her lafa verilecek cevabım var. Ama bir lafa bakarım laf mı ? diye bir de söyleyene bakarım adam mı ? diye

                        

 
Gönderildi : 03/08/2015 11:59 am
tulliana
(@tulliana)
Gönderiler: 3512
Famed Member Admin
 

https://wiki.manjaro.org/index.php?title=Grub_Onar%C4%B1m_Kurtarma_ve_%C3%96ny%C3%BCkleme

archman.org - Bizi bilen iyi bilir, bilmeyen de kendi gibi bilir.!

 
Gönderildi : 03/08/2015 12:09 pm
Paylaş:
Translate »