From 33728ef6fbe1cd8ac1dae481bab907cebb98909e Mon Sep 17 00:00:00 2001 From: Marja van Waes Date: Tue, 14 Jun 2016 17:28:20 +0200 Subject: Update Polish help files --- pl/Select-and-use-ISOs.html | 262 ++++++++++++++++++++++++++-------------- pl/addUser.html | 28 +++-- pl/choosePackageGroups.html | 4 +- pl/configureTimezoneUTC.html | 22 ++-- pl/diskdrake.html | 53 +++++--- pl/doPartitionDisks.html | 100 +++++++++++---- pl/index.html | 21 ++-- pl/installer.html | 8 +- pl/minimal-install.html | 38 ++++-- pl/selectLanguage.html | 15 +-- pl/setupBootloader.html | 255 ++++++++++++++++++++++---------------- pl/setupBootloaderAddEntry.html | 152 +++++++++++++++-------- pl/takeOverHdConfirm.html | 2 +- pl/uninstall-Mageia.html | 2 +- 14 files changed, 621 insertions(+), 341 deletions(-) diff --git a/pl/Select-and-use-ISOs.html b/pl/Select-and-use-ISOs.html index b14c4f0..dda4d4e 100644 --- a/pl/Select-and-use-ISOs.html +++ b/pl/Select-and-use-ISOs.html @@ -27,11 +27,59 @@ -
+
-

Media +

Introduction +

+
+
+
+ + + +

Mageia is distributed via ISO images. This page will help you to choose + which image match your needs. +

+ + +

There is two families of media:

+ + +
+
    +
  • + +

    Classical installer: After booting the media, it will follow a process + allowing to choose what to install and how to configure your target + system. This give you the maximal flexibility for a customized installation, + in particular to choose which Desktop Environment you will install. +

    + +
  • +
  • + +

    LIVE media: you can boot the media in a real Mageia system without + installing it, to see what you will get after installation. The + installation process is simpler, but you get lesser choices. +

    + +
  • +
+
+ + +

Details are given in the next sections.

+ +
+ + +
+
+
+
+

Nośnik

@@ -43,7 +91,7 @@
-

Definition +

Definition

@@ -67,7 +115,7 @@
-

Classical installation media +

Classical installation media

@@ -79,7 +127,7 @@
-
Common features +
Common features
@@ -109,7 +157,7 @@
-
DVD +
DVD
@@ -151,7 +199,7 @@
-
DVD dual arch +
DVD dual arch
@@ -197,7 +245,7 @@
-

Live media +

Live media

@@ -209,7 +257,7 @@
-
Common features +
Common features
@@ -258,7 +306,7 @@
-
Live CD KDE +
Live CD KDE
@@ -293,7 +341,7 @@
-
Live CD GNOME +
Live CD GNOME
@@ -328,7 +376,7 @@
-
Live DVD KDE +
Live DVD KDE
@@ -363,7 +411,7 @@
-
Live DVD GNOME +
Live DVD GNOME
@@ -400,7 +448,7 @@
-

Boot-only CD media +

Boot-only CD media

@@ -412,7 +460,7 @@
-
Common features +
Common features
@@ -460,7 +508,7 @@
-
boot.iso +
boot.iso
@@ -487,7 +535,7 @@
-
boot-nonfree.iso +
boot-nonfree.iso
@@ -518,7 +566,7 @@
-

Downloading and Checking Media +

Downloading and Checking Media

@@ -530,7 +578,7 @@
-

Downloading +

Downloading

@@ -548,12 +596,8 @@

md5sum and sha1sum are tools to check the ISO integrity. Use only one of - them. Both hexadecimal numbers have been calculated by an algorithm from the - file to be downloaded. When you ask these algorithms to recalculate this - number from your downloaded file, either you have the same number and your - downloaded file is correct, or the number is different and you have a - failure. A failure infers that you should retry the download.Then this - window appears: + them. Keep one of them for further + usage. Then this window appears:

@@ -568,7 +612,7 @@
-

Checking the downloaded media integrity +

Checking the downloaded media integrity

@@ -576,6 +620,14 @@ +

Both checksums are hexadecimal numbers calculated by an algorithm from the + file to be downloaded. When you ask these algorithms to recalculate this + number from your downloaded file, either you have the same number and your + downloaded file is correct, or the number is different and you have a + failure. A failure infers that you should retry the download. +

+ +

Open a console, no need to be root, and:

@@ -607,7 +659,7 @@
-

Burn or dump the ISO +

Burn or dump the ISO

@@ -625,7 +677,7 @@
-

Burning the ISO to a CD/DVD +

Burning the ISO to a CD/DVD

@@ -646,7 +698,7 @@
-

Dump the ISO to a USB stick +

Dump the ISO to a USB stick

@@ -679,14 +731,16 @@
-

To recover the original capacity, you must re-format the USB stick.

+

To recover the original capacity, you must redo partitioning and re-format + the USB stick. +

-
+
-
Using Mageia +
Using a graphical tool within Mageia
@@ -695,6 +749,65 @@

You can use a graphical tool like IsoDumper

+ +
+ + +
+
+
+
+
Using a graphical tool within Windows +
+
+
+
+ + + +

You could try:

+ + +

- Rufus using the + "ISO image" option; +

+ + +

- Win32 + Disk Imager

+ +
+ + +
+
+
+
+
Using Command line within a GNU/Linux system +
+
+
+
+ + + +
+ + + + + + + + +
[Ostrzeżenie]
+ +

It is potentially *dangerous* to do this by hand. You risk to overwrite a + disc partition if you get the device-ID wrong. +

+ +
+

You can also use the dd tool in a console:

@@ -728,12 +841,36 @@

Enter the command fdisk -l

- - -
  • + -

    Find the device name for your USB stick (by its size), for example /dev/sdb - in the screenshot above, it is a 8Go USB stick. +

    Alternatively, you can get the device name with the command + dmesg: at end, you see the device name starting with + sd, and sdd in this case: +

    + +
    [72594.604531] usb 1-1: new high-speed USB device number 27 using xhci_hcd
    +[72594.770528] usb 1-1: New USB device found, idVendor=8564, idProduct=1000
    +[72594.770533] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    +[72594.770536] usb 1-1: Product: Mass Storage Device
    +[72594.770537] usb 1-1: Manufacturer: JetFlash
    +[72594.770539] usb 1-1: SerialNumber: 18MJTWLMPUCC3SSB
    +[72594.770713] usb 1-1: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
    +[72594.770719] usb 1-1: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
    +[72594.771122] usb-storage 1-1:1.0: USB Mass Storage device detected
    +[72594.772447] scsi host8: usb-storage 1-1:1.0
    +[72595.963238] scsi 8:0:0:0: Direct-Access     JetFlash Transcend 2GB    1100 PQ: 0 ANSI: 4
    +[72595.963626] sd 8:0:0:0: [sdd] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB)
    +[72595.964104] sd 8:0:0:0: [sdd] Write Protect is off
    +[72595.964108] sd 8:0:0:0: [sdd] Mode Sense: 43 00 00 00
    +[72595.965025] sd 8:0:0:0: [sdd] No Caching mode page found
    +[72595.965031] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    +[72595.967251]  sdd: sdd1
    +[72595.969446] sd 8:0:0:0: [sdd] Attached SCSI removable disk
    +
  • +
  • + +

    Find the device name for your USB stick (by its size), for example + /dev/sdb in the screenshot above, it is a 8GB USB stick.

  • @@ -764,62 +901,11 @@
    - - -
    -
    -
    -
    -
    Using Windows -
    -
    -
    -
    - - - -

    You could try:

    - - -

    - Rufus

    - - -

    - Win32 - Disk Imager

    - - -

    - -
    - -
    -
    -
    -
    -

    Mageia Installation -

    -
    -
    -
    - - - -

    This step is detailed in the - Mageia documentation. -

    - - -

    More information is available in the Mageia - wiki. -

    - -
    -
    diff --git a/pl/addUser.html b/pl/addUser.html index 95699fe..8e0e29a 100644 --- a/pl/addUser.html +++ b/pl/addUser.html @@ -22,7 +22,6 @@
    - @@ -36,10 +35,12 @@ + + + -
    @@ -129,8 +130,9 @@
  • -

    Hasło: W tym polu wpisz hasło użytkownika. Pojawi się w - nim ikonka tarczy, która oznacza siłę hasła (Zobacz również Notatka) +

    Password: In this text box you should type in the user + password. There is a shield at the end of the text box that indicates the + strength of the password. (See also Notatka)

  • @@ -144,7 +146,7 @@
    - +
    @@ -166,9 +168,8 @@

    -

    Jeśli nie chcesz tworzyć użytkowników z katalogami domowymi możliwymi do - odczytu przez innych, zaleca się utworzenie tylko tymczasowego użytkownika - podczas instalacji i dodanie prawdziwych użytkowników po restarcie systemu. +

    If you don't want a world readable home directory for anyone, it is advised + to only add a temporary user now and to add the real one(s) after reboot.

    @@ -179,12 +180,11 @@

    Ustawienia dostępu mogą być również zmienione po instalacji.

    - +
    -
    @@ -201,12 +201,14 @@ -

    Po kliknięciu na przycisk Zaawansowane będziesz miał - możliwość edycji ustawień dla użytkownika którego dodajesz. Dodatkowo, - możesz aktywować lub deaktywować konto gościa. +

    If the advanced button is clicked you are offered a + screen that allows you to edit the settings for the user you are adding.

    +

    Additionally, you can disable or enable a guest account.

    + +
    diff --git a/pl/choosePackageGroups.html b/pl/choosePackageGroups.html index 344b02f..c26a736 100644 --- a/pl/choosePackageGroups.html +++ b/pl/choosePackageGroups.html @@ -63,8 +63,8 @@ -

    Przeczytaj „Minimalna instalacja” aby dowiedzieć się jak - przeprowadzić instalację minimalną. +

    Read „Minimalna instalacja” for instructions on how to do a + minimal install (without or with X & IceWM).

    diff --git a/pl/configureTimezoneUTC.html b/pl/configureTimezoneUTC.html index 238b475..91330a0 100644 --- a/pl/configureTimezoneUTC.html +++ b/pl/configureTimezoneUTC.html @@ -22,27 +22,25 @@ + + - - - - - - + + - +

    Wybierz swoją strefę czasową poprzez wybranie swojego kraju lub miasta w pobliżu w tej samej strefie czasowej.

    - +

    In next screen you can choose to set your hardware clock to local time or to GMT, also known as UTC.

    - +
    @@ -51,16 +49,16 @@
    - +

    If you have more than one operating system on your computer, make sure they are all set to local time, or all to UTC/GMT.

    - +
    - +
    diff --git a/pl/diskdrake.html b/pl/diskdrake.html index d8f7e37..4d12045 100644 --- a/pl/diskdrake.html +++ b/pl/diskdrake.html @@ -29,11 +29,6 @@ - - - - - @@ -41,8 +36,11 @@ + + +
    @@ -64,38 +62,59 @@ -

    Tutaj możesz dostosować podział swojego dysku na partycje. Możesz usuwać i - tworzyć partycje, zmieniać system plików lub rozmiar partycji, a nawet - sprawdzać co znajduje się na poszczególnych partycjach. - +

    Adjust the layout of your disk(s) here. You can remove or create + partitions, change the filesystem of a partition or change its size and even + view what is in them before you start.

    - +

    Dla każdego wykrytego dysku lub innego urządzenia, jak USB, prezentowana jest oddzielna karta. Na przykład sda, sdb i sdc jeśli zostały wykryte trzy urządzenia. -

    - +

    Kliknij Wyczyść wszystko, aby usunąć wszystkie partycje znajdujące się na wybranym dysku.

    - +

    Dla wszystkich innych działań: najpierw kliknij na wybraną partycję. Następnie możesz wybrać system plików, punkt montowania, zmienić rozmiar lub ją usunąć.

    - +

    Kontynuuj aż do momentu gdy skonfigurujesz wszystko zgodnie ze swoimi - preferencjami. + preferencjami.

    - +

    Jeśli wszystko zostało już ustawione kliknij Gotowe. -

    +

    + + +
    +
    + + + + + + + +
    [Notatka]
    + +

    If you are installing Mageia on an UEFI system, check that an ESP (EFI + System Partition) is present and correctly mounted on /boot/EFI (see above) +

    + + +

    + +
    +
    +
    diff --git a/pl/doPartitionDisks.html b/pl/doPartitionDisks.html index 9da4d52..920c5b6 100644 --- a/pl/doPartitionDisks.html +++ b/pl/doPartitionDisks.html @@ -22,22 +22,6 @@
    - - - - - - - - - - - - - - - - @@ -112,7 +96,7 @@

    With this option, the installer displays the remaining Windows partition in light blue and the future Mageia partition in dark blue with their intended sizes just under. You have the possibility to adapt these sizes by clicking - and draging the gap between both partitions. See the screen-shot below. + and dragging the gap between both partitions. See the screen-shot below.

    @@ -144,7 +128,6 @@
    -

    • @@ -161,6 +144,81 @@
    +

    Partitions sizing:

    + + +

    The installer will share the available place out according to the following + rules: +

    + + +
    +
      +
    • + +

      If the total available place is lower than 50 GB, only one partition is + created for /, there is no separate partition for /home. +

      + +
    • +
    • + +

      If the total available place is over 50 GB, then three partitions are + created +

      + + +
      +
        +
      • + +

        6/19 of the total available place is allocated to / with a maximum of 50 GB

        + +
      • +
      • + +

        1/19 is allocated to swap with a maximum of 4 GB

        + +
      • +
      • + +

        the rest (at least 12/19) is allocated to /home

        + +
      • +
      +
      + +
    • +
    +
    + + +

    That means that from 160 GB and over of available place, the installer will + create three partitions: 50 GB for /, 4 GB for swap and the rest for /home. +

    + + +
    + + + + + + + + +
    [Notatka]
    + +

    If you are using an UEFI system, the ESP (EFI System Partition) will be + automatically detected, or created if it does not exist yet, and mounted on + /boot/EFI. The "Custom" option is the only one that allows to check it has + been correctly done +

    + +
    +
    + +
    @@ -174,14 +232,14 @@ wcześniej standardowych 512 bitowych. Z powodu braku takiego sprzętu, narzędzie do partycjonowania użyte w instalatorze nie zostało przetestowane z takim dyskiem. Sugerujemy wcześniejsze przygotowanie takiego dysku, za - pomocą innego narzędzia jak np. gparted. przy użyciu następujących ustawień: + pomocą innego narzędzia jak np. gparted. przy użyciu następujących ustawień:

    -

    "Align to" "MiB"

    +

    "Align to" "MiB"

    -

    "Free space preceding (MiB)" "2"

    +

    "Free space preceding (MiB)" "2"

    Należy się także upewnić, aby wszystkie utworzone partycje miały parzystą diff --git a/pl/index.html b/pl/index.html index 174ebc1..80f46b0 100644 --- a/pl/index.html +++ b/pl/index.html @@ -26,10 +26,10 @@

    Select and use ISOs
    -
    Media
    -
    Downloading and Checking Media
    -
    Burn or dump the ISO
    -
    Mageia Installation
    +
    Introduction
    +
    Nośnik
    +
    Downloading and Checking Media
    +
    Burn or dump the ISO
    DrakX instalator Mageia
    @@ -75,12 +75,17 @@
    Podstawowe opcje programu rozruchowego
    -
    Using a Mageia bootloader
    -
    Using an existing bootloader
    -
    Bootloader advanced option
    +
    With a Bios system
    +
    With an UEFI system
    Add or Modify a Boot Menu Entry
    +
    +
    +
    With a Bios system
    +
    With an UEFI system
    +
    +
    Summary of miscellaneous parameters
    @@ -111,7 +116,7 @@
    Uninstalling Mageia
    -
    Howto
    +
    Howto
    diff --git a/pl/installer.html b/pl/installer.html index 384f0f0..7d436c5 100644 --- a/pl/installer.html +++ b/pl/installer.html @@ -201,16 +201,16 @@
    - - -

    For more information about kernel options on legacy and UEFI systems, see: - https://wiki.mageia.org/en/How_to_set_up_kernel_options

    +

    For more information about kernel options on legacy and UEFI systems, see: + https://wiki.mageia.org/en/How_to_set_up_kernel_options

    + +

    Here is the default welcome screen when using a Wired Network-based Installation CD (Boot.iso or Boot-Nonfree.iso images):

    diff --git a/pl/minimal-install.html b/pl/minimal-install.html index e56004b..49449b9 100644 --- a/pl/minimal-install.html +++ b/pl/minimal-install.html @@ -22,29 +22,45 @@
    - + + - - + + - +

    Możesz przeprowadzić Minimalną instalację poprzez odznaczenie wszystkich grup pakietów na ekranie Wybór grup pakietów, zobacz „Wybór grup pakietów”.

    - -

    Minimalna Instalacja jest przeznaczona dla osób, które mają specyficzny - pomysł na instalację Magei, przykładowo serwer - lub specjalistyczna stacja robocza. Jeśli użyjesz tej opcji to - prawdopodobnie wraz z opcją samodzielnego wyboru pakietów, zobacz „Samodzielny wybór pakietów”. + +

    If desired, you can additionally tick the "Individual package selection" + option in the same screen. +

    + +

    Minimal Installation is intended for those with specific uses in mind for + their Mageia, such as a server or a specialised + workstation. You will probably use this option combined with the "Individual + package selection" option mentioned above, to fine-tune your installation, + see „Samodzielny wybór pakietów”.

    - +

    Jeśli wybierzesz ten typ instalacji, zostanie ci zaprezentowanych kilka użytecznych opcji, jak dokumentacja czy X Window.

    + +

    If selected, "With X" will also include IceWM as lightweight desktop + environment. +

    + +

    The basic documentation is provided in the form of man and info pages. It + contains the man pages from the Linux Documentation + Project and the GNU + coreutils info pages. +

    - +
    diff --git a/pl/selectLanguage.html b/pl/selectLanguage.html index 963437d..67adb4c 100644 --- a/pl/selectLanguage.html +++ b/pl/selectLanguage.html @@ -24,7 +24,6 @@
    - @@ -82,17 +81,19 @@
  • -

    Mageia używa domyślnie kodowania UTF-8 (Unikod). Jeśli wiesz, że to - kodowanie nie jest odpowiednie dla twojego języka, możesz wyłączyć wsparcie - dla UTF-8 w oknie "więcej języków". Będzie to dotyczyć wszystkich - zainstalowanych języków. +

    Mageia uses UTF-8 (Unicode) support by default.

    + + +

    This may be disabled in the "multiple languages" screen if you know that it + is inappropriate for your language. Disabling UTF-8 applies to all installed + languages.

  • -

    Po instalacji możesz zmienic domyslny język uzywany w systemie za pomocą - Centrum Sterowania Mageia -> System -> Zarządzanie lokalizacją systemu +

    You can change the language of your system after installation in the Mageia + Control Center -> System -> Manage localization for your system.

  • diff --git a/pl/setupBootloader.html b/pl/setupBootloader.html index 62b12ab..634cce9 100644 --- a/pl/setupBootloader.html +++ b/pl/setupBootloader.html @@ -29,40 +29,13 @@ -

    If you prefer different bootloader settings to those chosen automatically by - the installer, you can change them here. -

    -

    You may already have another operating system on your machine, in which case - you need to decide whether to add Mageia to your existing bootloader, or - allow Mageia to create a new one. -

    - - -
    - - - - - - - - -
    [Podpowiedź]
    - -

    The Mageia graphical menus are nice :) -

    - -
    -
    - - -
    +
    -

    Using a Mageia bootloader +

    With a Bios system

    @@ -70,109 +43,172 @@ -

    By default, Mageia writes a new GRUB (legacy) bootloader into the MBR - (Master Boot Record) of your first hard drive. If you already have other - operating systems installed, Mageia attempts to add them to your new Mageia - boot menu. +

    If you prefer different bootloader settings to those chosen automatically by + the installer, you can change them here.

    -

    Mageia now also offers GRUB2 as an optional bootloader in addition to GRUB - legacy and Lilo. +

    You may already have another operating system on your machine, in which case + you need to decide whether to add Mageia to your existing bootloader, or + allow Mageia to create a new one.

    -
    - +
    +
    - +
    [Ostrzeżenie][Podpowiedź]
    -

    Linux systems which use the GRUB2 bootloader are not currently supported by - GRUB (legacy) and will not be recognised if the default GRUB bootloader is - used. -

    - - -

    The best solution here is to use the GRUB2 bootloader which is available at - the Summary page during installation. -

    +

    The Mageia graphical menus are nice :

    - -
    - - -
    -
    -
    + + +
    +
    -

    Using an existing bootloader -

    +
    +

    Using a Mageia bootloader +

    +
    + + + +

    By default, Mageia writes a new GRUB (legacy) bootloader into the MBR + (Master Boot Record) of your first hard drive. If you already have other + operating systems installed, Mageia attempts to add them to your new Mageia + boot menu. +

    + + +

    Mageia now also offers GRUB2 as an optional bootloader in addition to GRUB + legacy and Lilo. +

    + + +
    + + + + + + + + +
    [Ostrzeżenie]
    + +

    Linux systems which use the GRUB2 bootloader are not currently supported by + GRUB (legacy) and will not be recognized if the default GRUB bootloader is + used. +

    + + +

    The best solution here is to use the GRUB2 bootloader which is available at + the Summary page during installation. +

    + +
    +
    +
    - - - -

    If you decide to use an existing bootloader then you will need to remember - to STOP at the summary page during the installation and click the Bootloader - Configure button, which will allow you to change the - bootloader install location. -

    - - -

    Do not select a device e.g."sda", or you will overwrite your existing - MBR. You must select the root partition that you chose during the - partitioning phase earlier, e.g. sda7. -

    - - -

    To be clear, sda is a device, sda7 is a partition on that device. -

    -
    - - - - - - - - -
    [Podpowiedź]
    - -

    Go to tty2 with Ctrl+Alt+F2 and type df to check where - your / (root) partition is. Ctrl+Alt+F7 takes you back to - the installer screen. -

    - -
    +
    +
    +
    +
    +

    Using an existing bootloader +

    +
    +
    +
    + + + +

    If you decide to use an existing bootloader then you will need to remember + to STOP at the summary page during the installation and click the Bootloader + Configure button, which will allow you to change the + bootloader install location. +

    + + +

    Do not select a device e.g."sda", or you will overwrite your existing + MBR. You must select the root partition that you chose during the + partitioning phase earlier, e.g. sda7. +

    + + +

    To be clear, sda is a device, sda7 is a partition on that device. +

    + + +
    + + + + + + + + +
    [Podpowiedź]
    + +

    Go to tty2 with Ctrl+Alt+F2 and type df to check where + your / (root) partition is. Ctrl+Alt+F7 takes you back to + the installer screen. +

    + +
    +
    + + +

    The exact procedure for adding your Mageia system to an existing bootloader + is beyond the scope of this help, however in most cases it will involve + running the relevant bootloader installation program which should detect and + add it automatically. See the documentation for the operating system in + question. +

    +
    -

    The exact procedure for adding your Mageia system to an existing bootloader - is beyond the scope of this help, however in most cases it will involve - running the relevant bootloader installation program which should detect and - add it automatically. See the documentation for the operating system in - question. -

    +
    +
    +
    +
    +

    Bootloader advanced option +

    +
    +
    +
    + + + +

    If you have very limited disk space for the / partition + that contains /tmp, click on + Advanced and check the box for Clean /tmp + at each boot. This helps to maintain some free space. +

    + +
    -
    +
    -

    Bootloader advanced option +

    With an UEFI system

    @@ -180,11 +216,24 @@ -

    If you have very limited disk space for the / partition - that contains /tmp, click on - Advanced and check the box for Clean /tmp - at each boot. This helps to maintain some free space. +

    With an UEFI system, the user interface is slightly different as you cannot + choose the boot loader since only Grub2-efi is available.

    + + + + +

    If Mageia is the first system installed on your computer, the installer + created an ESP (EFI System Partition) to receive the bootloader + (Grub2-efi). If there was already UEFI operating systems previously + installed on your computer (Windows 8 for example), the Mageia installer + detected the existing ESP created by Windows and added grub2-efi. Although + it is possible to have several ESPs, only one is advised and enough whatever + the number of operating systems you have. +

    + + +

    Don't modify the "Boot Device" unless really knowing what you do.

    diff --git a/pl/setupBootloaderAddEntry.html b/pl/setupBootloaderAddEntry.html index 20c4983..da4784a 100644 --- a/pl/setupBootloaderAddEntry.html +++ b/pl/setupBootloaderAddEntry.html @@ -27,64 +27,110 @@ -

    You can add an entry or modify the one you select first, by pressing the - relevant button in the Bootloader Configuration screen - and editing the screen that pops up on top of it. -

    -
    - - - - - - - - -
    [Notatka]
    - -

    If you have chosen Grub 2 as your bootloader, you cannot use - this tool to edit entries at this step, press 'Next'. You need to manually - edit /boot/grub2/custom.cfg or use grub-customizer - instead. -

    - -
    +
    +
    +
    +
    +

    With a Bios system +

    +
    +
    +
    + + + +

    You can add an entry or modify the one you select first, by pressing the + relevant button in the Bootloader Configuration screen + and editing the screen that pops up on top of it. +

    + + +
    + + + + + + + + +
    [Notatka]
    + +

    If you have chosen Grub 2 as your bootloader, you cannot use + this tool to edit entries at this step, press 'Next'. You need to manually + edit /boot/grub2/custom.cfg or use grub-customizer + instead. +

    + +
    +
    + + + + +

    Some things that can be done without any risk, are changing the label of an + entry and ticking the box to make an entry the default one. +

    + + +

    You can add the proper version number of an entry, or rename it completely.

    + + +

    The default entry is the one the systems boots into if you don't make a + choice while booting up. +

    + + +
    + + + + + + + + +
    [Ostrzeżenie]
    + +

    Editing other things can leave you with an unbootable system. Please don't + just try something without knowing what you are doing. +

    + +
    +
    +
    - - -

    Some things that can be done without any risk, are changing the label of an - entry and ticking the box to make an entry the default one. -

    - - -

    You can add the proper version number of an entry, or rename it completely.

    - - -

    The default entry is the one the systems boots into if you don't make a - choice while booting up. -

    - - -
    - - - - - - - - -
    [Ostrzeżenie]
    - -

    Editing other things can leave you with an unbootable system. Please don't - just try something without knowing what you are doing. -

    - -
    +
    +
    +
    +
    +

    With an UEFI system +

    +
    +
    +
    + + + +

    In this case you are using Grub2-efi and you cannot use this tool to edit + entries at this step. To do that you need to manually edit + /boot/grub2/custom.cfg or use grub-customizer + instead. All you can do here, is to choose the default entry in the drop + down list. +

    + + +

    After a click on the Next button, another drop down + list allows to choose the video resolution for Grub2 which is a graphical + boot loader. +

    + + +
    diff --git a/pl/takeOverHdConfirm.html b/pl/takeOverHdConfirm.html index 72b2f0d..161ee3c 100644 --- a/pl/takeOverHdConfirm.html +++ b/pl/takeOverHdConfirm.html @@ -33,7 +33,7 @@ - +

    Kliknij Wstecz jeśli nie jesteś pewien swojego diff --git a/pl/uninstall-Mageia.html b/pl/uninstall-Mageia.html index 53c0add..7fbefae 100644 --- a/pl/uninstall-Mageia.html +++ b/pl/uninstall-Mageia.html @@ -31,7 +31,7 @@

    -

    Howto +

    Howto

    -- cgit v1.2.1