From 0d7c542d92e2c5348d76f2c6a2583418ca98f297 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 18 Apr 2016 20:08:56 +0300 Subject: Update Czech translation --- docs/mcc-help/cs/drakboot.xml | 179 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 155 insertions(+), 24 deletions(-) (limited to 'docs/mcc-help/cs/drakboot.xml') diff --git a/docs/mcc-help/cs/drakboot.xml b/docs/mcc-help/cs/drakboot.xml index fc909fa3..976831f4 100644 --- a/docs/mcc-help/cs/drakboot.xml +++ b/docs/mcc-help/cs/drakboot.xml @@ -1,39 +1,170 @@
- Nastavit automatické přihlášení do systému + Nastavit způsob zavedení systému drakboot - + + + + + If you are using a UEFI system instead of BIOS, the user interface is +slightly different as you cannot choose the boot loader (first drop down +list) since only one is available. + + + + This tool You can start this tool from the command line, by typing drakboot as root. - allows you to automatically -login the same user, in her/his desktop environment, without asking for any -password. It's called autologin. This is generally a good idea when there -is only one user like to be using the machine. - - It is found under the Boot tab in the -Mageia Control Center labelled "Set up autologin to automatically log in". - - The interface buttons are pretty obvious: - - Check Launch the graphical environment when your system -starts, if you want X Window System to be executed after the -boot. If not, the system will start in text mode. Nevertheless, it will be -possible to launch the graphic interface manually. This can be done by -launching the command 'startx' or 'systemctl start dm'. - - If the first box is checked, two other options are available, check either -No, I don't want autologin, if you want the system to -continue to ask for which user to connect (and password) or check -Yes, I want autologin with this (user, desktop), if -needed. In this case, you also need to supply the Default -username and the Default desktop. + allows you to configure the +boot options (choice of the bootloader, set a password, the default boot, +etc.) + + It is found under the Boot tab in the Mageia Control Center labeled "Set up +boot system". + + + Don't use this tool if you don't know exactly what you are doing. Changing +some settings may prevent your machine from booting again ! + + + In the first part, called Bootloader, it is possible if +using BIOS, to choose which Bootloader to use, Grub, +Grub2 or Lilo, and with a graphical or a text menu. It is just a question +of taste, there are no other consequences. You can also set the +Boot device, don't change anything here unless you +are an expert. The boot device is where the bootloader is installed and any +modification can prevent your machine from booting. + + In UEFI system, the bootloader is Grub2-efi and is +installed in /boot/EFI partition. This FAT32 formatted partition is common +to all operating systems installed. + + In the second part, called Main options, you can set +the Delay before booting default image, in +seconds. During this delay, Grub or Lilo will display the list of available +operating systems, prompting you to make your choice. If no selection is +made, the bootloader will boot the default one once the delay elapses. + + In the third and last part, called Security, it is +possible to set a password. + + The Advanced button gives some extra options. + + Enable ACPI: + + ACPI (Advanced Configuration and Power Interface) is a standard for the +power management. It can save energy by stopping unused devices, this was +the method used before APM. Check this box if your hardware is ACPI +compatible. + + Enable SMP: + + SMP stands for Symmetric Multi Processors, it's an architecture for +multicore processors. + + + If you have a processor with HyperThreading, Mageia will see it as a dual +processor and enable SMP. + + + Enable APIC and Enable Local +APIC: + + APIC stands for Advanced Programmable Interrupt Controller. There are two +components in the Intel APIC system, the local APIC (LAPIC) and the I/O +APIC. This one routes the interrupts it receives them from peripheral buses +to one or more local APICs that are in the processor. It is really useful +for multi-processor systems. Some computers have problems with the APIC +system which can cause freezes or incorrect device detection (error message +"spurious 8259A interrupt: IRQ7"). In this case, disable APIC and/or Local +APIC. + + + + + + + + The Next screen differs depending on whether you have +an BIOS or UEFI system. + + + + You have a BIOS system: + + In this case, you can see the list of all the available entries at boot +time. The default one is asterisked. To change the order of the menu +entries, click on the up or down arrows to move the selected item. If you +click on the Add or Modify +buttons, a new window appears to add a new entry in the bootloader menu or +to modify an existing one. You need to be familiar with Lilo or Grub to be +able to use these tools. + + + + + + + + The Label field is freeform, write here what you want +to be displayed in the menu. It matches the Grub command "title". For +example: Mageia3. + + The Image field contains the kernel name. It matches +the Grub command "kernel". For example /boot/vmlinuz. + + The Root field contains the device name where the +kernel is stored. It matches the Grub command "root". For example (hd0,1). + + The Append field contains the options to be given to +the kernel at boot time. + + If the box Default is checked, Grub will boot this +entry by default. + + In the extra screen called Advanced, it is possible to +choose the Video mode, an initrd +file and a network profile, see , in the drop-down lists. + + + + You have a UEFI system: + + In this case, the drop-down list displays all the available entries; click +on the one wanted as the default one. + + + + + + + + The Append field contains the options to be given to +the kernel at boot time. + + In the extra screen called Advanced, it is possible to +choose the Video mode. + + To set many other parameters, you can use Grub +Customizer, available in the Mageia repositories (see below). + + + + + + + + + +
\ No newline at end of file -- cgit v1.2.1