Arkadaşlar merhaba. Bu gün sorunsuz bir şekilde Manjaro'yu kurdum. HDD'de Windows 8 vardı. SSD'ye Manjaroyu kurdum. Ancak açılışta Windows 8'i grub ekranında göremiyorum. Nasıl görünür hale getirebilirim ?
Hoşgeldiniz @Kmag. Windows 8 sisteme bağlı durumda iken uçbirimi root olarak açın.
#grub-install /dev/sda #update-grub
komutlarını uygulayın.
[bilgi]Alternatif Yöntem:
Dosya tarayıcısını açıp Windows bulunan bölüme tıklayın, yani bağlayın.
Ardından grub yapılandırmasını güncelleyin.
sudo update-grub
[/bilgi]
Sanırım beceremedim Hocam. Çıktı şu şekilde
/usr/sbin/grub-bios-setup: warning: Sector 9 is already in use by the program `FlexNet'; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track. Installation finished. No error reported. Generating grub.cfg ... Found background: /usr/share/grub/background.png Found linux image: /boot/vmlinuz-37-x86_64 Found initrd image: /boot/initramfs-37-x86_64.img Found memtest86+ image: /boot/memtest86+/memtest.bin No volume groups found Found Windows Recovery Environment (loader) on /dev/sdb3 done
Önce uçbirimden
fdisk -l
çıktısına bakalım.
Buyrun Hocam
Disk /dev/sda: 64.0 GB, 64023257088 bytes, 125045424 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x6e697373 Aygıt Açılış Başlangıç Bitiş BlokSayısı Kml Sistem /dev/sda1 * 63 498014 248976 83 Linux /dev/sda2 498015 2490074 996030 82 Linux takas / Solaris /dev/sda3 2490075 125045423 61277674+ 83 Linux Disk /dev/sdb: 750.2 GB, 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 Disk identifier: 0x6ebf3278 Aygıt Açılış Başlangıç Bitiş BlokSayısı Kml Sistem /dev/sdb1 * 2048 1352284159 676141056 7 HPFS/NTFS/exFAT /dev/sdb2 1352286206 1434206207 40960001 5 Ek Partition 2 does not start on physical sector boundary. /dev/sdb3 1434206208 1465149167 15471480 12 Compaq teşhis sistemi /dev/sdb5 1352785920 1356783615 1998848 82 Linux takas / Solaris /dev/sdb6 1356785664 1434206207 38710272 7 HPFS/NTFS/exFAT
Çıktıya bakıldığında iki ayrı disk ve farklı dağıtımlar yüklü. Windows 8 ise sdb bölümünde. fdisk -l çıktısına önce bakmalıydık.
#grub-install /dev/sdb #update-grub
komutlarını uygulayıp sonuç çıktısını buraya aktarın.
Hocam kusura bakmayın size de zahmet oluyor :/
[root@manjaro kmag]# grub-install /dev/sdb Installation finished. No error reported. [root@manjaro kmag]# update-grub Generating grub.cfg ... Found background: /usr/share/grub/background.png Found linux image: /boot/vmlinuz-37-x86_64 Found initrd image: /boot/initramfs-37-x86_64.img Found memtest86+ image: /boot/memtest86+/memtest.bin /dev/cdrom: open failed: medium yok No volume groups found Found Windows Recovery Environment (loader) on /dev/sdb3 done
http://gag.sourceforge.net/
Böyle sorunlarda ben kısaca bağlantıdaki dosyayı kullanıyorum. CD ye yazdırıyorsunuz ve CD ile başlatıyorsunuz. İşletim sistemlerinizi kendi açılan menüsünden ekliyorsunuz ve grub a ihtiyaç kalmıyor. Böyle acil durumlarda iyi seçenek olabiliyor.
En kısa zamanda deneyeceğim. Çok teşekkürler yardımlarınız için 🙂
Şu iki çıktıyı görebilir miyiz ?
sudo blkid su cat /boot/grub/grub.cfg
Buyrun @decent
[kmag@manjaro ~]$ sudo blkid [sudo] password for kmag: /dev/sdb1: UUID="E8F62E25F62DF48A" TYPE="ntfs" /dev/sdb3: LABEL="LENOVO_PART" UUID="EC5A2CA55A2C6F10" TYPE="ntfs" /dev/sdb5: UUID="232e4351-73c3-474c-80b8-d0399218c5a7" TYPE="swap" /dev/sdb6: UUID="DA0E55290E54FFC5" TYPE="ntfs" /dev/sda1: UUID="241c10d7-6669-4b3e-8a45-8b057ec70288" TYPE="ext4" /dev/sda2: UUID="b77ae888-6abe-4886-8d11-a32f0c9c3d73" TYPE="swap" /dev/sda3: UUID="fbdb6720-1e6e-43ce-a352-5772bb7a43d6" TYPE="ext4" [kmag@manjaro ~]$ su Parola: [root@manjaro kmag]# cat /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 ### insmod part_gpt insmod part_msdos if [ -s $prefix/grubenv ]; then load_env fi set default="${saved_entry}" 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 fbdb6720-1e6e-43ce-a352-5772bb7a43d6 else search --no-floppy --fs-uuid --set=root fbdb6720-1e6e-43ce-a352-5772bb7a43d6 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_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 fbdb6720-1e6e-43ce-a352-5772bb7a43d6 else search --no-floppy --fs-uuid --set=root fbdb6720-1e6e-43ce-a352-5772bb7a43d6 fi insmod png background_image -m stretch /usr/share/grub/background.png set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Manjaro Linux (Kernel: 3.7.10-0-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.7.10-0-MANJARO x64-true-fbdb6720-1e6e-43ce-a352-5772bb7a43d6' { savedefault 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 241c10d7-6669-4b3e-8a45-8b057ec70288 else search --no-floppy --fs-uuid --set=root 241c10d7-6669-4b3e-8a45-8b057ec70288 fi echo 'Loading Linux 3.7.10-0-MANJARO x64 ...' linux /vmlinuz-37-x86_64 root=UUID=fbdb6720-1e6e-43ce-a352-5772bb7a43d6 ro resume=/dev/disk/by-uuid/b77ae888-6abe-4886-8d11-a32f0c9c3d73 echo 'Loading initial ramdisk ...' initrd /initramfs-37-x86_64.img } menuentry 'Manjaro Linux (Kernel: 3.7.10-0-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.7.10-0-MANJARO x64-fallback-fbdb6720-1e6e-43ce-a352-5772bb7a43d6' { 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 241c10d7-6669-4b3e-8a45-8b057ec70288 else search --no-floppy --fs-uuid --set=root 241c10d7-6669-4b3e-8a45-8b057ec70288 fi echo 'Loading Linux 3.7.10-0-MANJARO x64 ...' linux /vmlinuz-37-x86_64 root=UUID=fbdb6720-1e6e-43ce-a352-5772bb7a43d6 ro resume=/dev/disk/by-uuid/b77ae888-6abe-4886-8d11-a32f0c9c3d73 echo 'Loading initial ramdisk ...' initrd /initramfs-37-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/20_memtest86+ ### menuentry "Memory test (memtest86+)" --class memtest86 --class gnu --class tool { 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 241c10d7-6669-4b3e-8a45-8b057ec70288 else search --no-floppy --fs-uuid --set=root 241c10d7-6669-4b3e-8a45-8b057ec70288 fi linux16 ($root)/memtest86+/memtest.bin } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Windows Recovery Environment (loader) (on /dev/sdb3)' --class windows --class os $menuentry_id_option 'osprober-chain-EC5A2CA55A2C6F10' { savedefault insmod part_msdos insmod ntfs set root='hd1,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos3 --hint-efi=hd1,msdos3 --hint-baremetal=ahci1,msdos3 EC5A2CA55A2C6F10 else search --no-floppy --fs-uuid --set=root EC5A2CA55A2C6F10 fi drivemap -s (hd0) ${root} chainloader +1 } ### 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 ### [root@manjaro kmag]#
Çıktıya bakıldığında Windows 8 gruba eklenmiş. Şimdi siz Windows 8'i gruptamı görmüyorsunuz, yoksa grupta görünmesine ragmen açılmıyormu? Birde Manjaro üzerinde kullandığınız dosya tarayıcısı ile sdb3 bölümüne gelip sağ tıklayarak bağla seçenegini denedinizmi?