Difference between revisions of "GRUB/Restore the GRUB Bootloader/tr"

Created page with "==Chroot ortamı== Chroot, çeşitli görevleri kısıtlı bir alanla sınırlamak için kullanılan bir yöntemdir; paket kurulumu ve diğer sistem bakım görevleri. Arch wi..."
(Created page with "===manjaro-chroot'u kullanın=== Manjaro, {{ic|manjaro-chroot}} adlı bir komut dosyasını dağıtır ve görünür aygıtları arayacak isteğe bağlı bir argüman alır -...")
(Created page with "==Chroot ortamı== Chroot, çeşitli görevleri kısıtlı bir alanla sınırlamak için kullanılan bir yöntemdir; paket kurulumu ve diğer sistem bakım görevleri. Arch wi...")
 
Line 36: Line 36:
{{UserCmd|komut=su}}
{{UserCmd|komut=su}}


<div lang="en" dir="ltr" class="mw-content-ltr">
==Chroot ortamı==
==Chroot environment==
Chroot, çeşitli görevleri kısıtlı bir alanla sınırlamak için kullanılan bir yöntemdir; paket kurulumu ve diğer sistem bakım görevleri. Arch wiki'de chroot hakkında daha fazla bilgi edinmek için [https://wiki.archlinux.org/index.php/Change_Root bağlantısını] takip edin.
Chroot is a method to restrict various tasks to a restricted area e.g. package installation and other system maintenance tasks. Follow the [https://wiki.archlinux.org/index.php/Change_Root link] to read more about chroot on the Arch wiki.
===Sistem bölümlerini tanımlayın===
===Identify system partitions===
Yukarıdakilerden, sisteminizdeki ilgili bölümleri belirlediğinizi varsayıyoruz ve bu belge, bölümlere aşağıdaki şekilde atıfta bulunacaktır. Bu tür bir bakım için gerekli olmayan bölümler kasıtlı olarak dışarıda bırakılmıştır (ör. ''ev'', ''takas'').
From the above we assume you have identified the relevant partitions on your system and this document will refer the partitions as follows. Partitions not needed for this kind of maintenance has intentionally been left out (e.g. ''home'', ''swap'').  
{|
{|
|-
|-
! Partition !! Usage !! Comment
! Bölme!! Kullanım !! Yorum
|-
|-
| {{ic|/dev/sdyA}} || EFI system || Required for EFI system and mounted on ''/boot/efi''
| {{ic|/dev/sdyA}} || EFI system || EFI sistemi için gereklidir ve ''/boot/efi'' üzerine monte edilmiştir
|-
|-
| {{ic|/dev/sdyB}} || boot || Optional but mounted on ''/boot'' The primary use is when GRUB cannot write to ''/'' (eg. ''f2fs'')
| {{ic|/dev/sdyB}} || boot || İsteğe bağlıdır ancak ''/boot'' üzerine kuruludur. Birincil kullanım, GRUB'un ''/'' dosyasına yazılamamasıdır (örn. ''f2fs'')
|-
|-
| {{ic|/dev/sdyC}} || root || Required and for the root filesystem and mounted on ''/'' - usually formatted using ''ext4''
| {{ic|/dev/sdyC}} || root || Kök dosya sistemi için gereklidir ve ''/'' üzerine monte edilmiştir - genellikle ''ext4'' kullanılarak biçimlendirilir
|}
|}
{{Important|If your system is a BIOS/MBR system there is no efi partition. If your system is a BIOS/GPT system you will find an unformatted partion size 1-32MB of the bios boot partition type.}}
{{Önemli|Sisteminiz BIOS/MBR sistemiyse efi bölümü yoktur. Sisteminiz bir BIOS/GPT sistemiyse, bios önyükleme bölümü türünün 1-32MB boyutunda biçimlendirilmemiş bir bölüm bulacaksınız.}}
</div>


===manjaro-chroot'u kullanın===
===manjaro-chroot'u kullanın===
Line 59: Line 57:
{{RootCmd|command=manjaro-chroot -a}}
{{RootCmd|command=manjaro-chroot -a}}


<div lang="en" dir="ltr" class="mw-content-ltr">
===Manuel chroot===
===Manual chroot===
(Eğer {{ic|manjaro-chroot}} kullandıysanız gereksizdir)
(Unnecessary if you have used {{ic|manjaro-chroot}})
Bölümleri belirlenen geçici bağlama noktasını kullanarak bağlayın ve '''her zaman''' ''root'' ile başlayın
Mount the partitions using the designated temporary mountpoint and '''always''' start with ''root''
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
1,271

edits