From df2458385080dfd7909eec6894c11c0003769586 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Tue, 16 Apr 2013 19:19:03 +0000 Subject: Update po and pot files after changings in en --- po/pot/boot-installer.pot | 324 ++++++++++++++++++++++++---------------------- 1 file changed, 168 insertions(+), 156 deletions(-) (limited to 'po/pot/boot-installer.pot') diff --git a/po/pot/boot-installer.pot b/po/pot/boot-installer.pot index 3f5e4c710..91464668d 100644 --- a/po/pot/boot-installer.pot +++ b/po/pot/boot-installer.pot @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2013-04-08 13:46+0000\n" +"POT-Creation-Date: 2013-04-16 19:15+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: application/x-xml2pot; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Tag: title @@ -1209,7 +1209,7 @@ msgid "Serial braille displays cannot safely be automatically detected (since th msgstr "" #. Tag: title -#: boot-installer.xml:1922 boot-installer.xml:2919 +#: boot-installer.xml:1922 boot-installer.xml:2929 #, no-c-format msgid "Software Speech Synthesis" msgstr "" @@ -1322,518 +1322,530 @@ msgstr "" msgid "Information on many boot parameters can be found in the Linux BootPrompt HOWTO, including tips for obscure hardware. This section contains only a sketch of the most salient parameters. Some common gotchas are included below in ." msgstr "" +#. Tag: title +#: boot-installer.xml:2058 +#, no-c-format +msgid "Boot console" +msgstr "" + #. Tag: para -#: boot-installer.xml:2057 +#: boot-installer.xml:2060 #, no-c-format msgid "If you are booting with a serial console, generally the kernel will autodetect this. If you have a videocard (framebuffer) and a keyboard also attached to the computer which you wish to boot via serial console, you may have to pass the console=device argument to the kernel, where device is your serial device, which is usually something like ttyS0." msgstr "" #. Tag: para -#: boot-installer.xml:2069 +#: boot-installer.xml:2072 +#, no-c-format +msgid "You may need to specify parameters for the serial port, such as speed and parity, for instance console=ttyS0,9600n8; other typical speeds may be 57600 or 115200." +msgstr "" + +#. Tag: para +#: boot-installer.xml:2078 #, no-c-format msgid "In order to ensure the terminal type used by the installer matches your terminal emulator, the parameter TERM=type can be added. Note that the installer only supports the following terminal types: linux, bterm, ansi, vt102 and dumb. The default for serial console in &d-i; is vt102. If you are using a virtualization tool which does not provide conversion into such terminals types itself, e.g. QEMU/KVM, you can start it inside a screen session. That will indeed perform translation into the screen terminal type, which is very close to vt102." msgstr "" #. Tag: para -#: boot-installer.xml:2085 +#: boot-installer.xml:2094 #, no-c-format msgid "For &arch-title; the serial devices are ttya or ttyb. Alternatively, set the input-device and output-device OpenPROM variables to ttya." msgstr "" #. Tag: title -#: boot-installer.xml:2096 +#: boot-installer.xml:2106 #, no-c-format msgid "&debian; Installer Parameters" msgstr "" #. Tag: para -#: boot-installer.xml:2097 +#: boot-installer.xml:2107 #, no-c-format msgid "The installation system recognizes a few additional boot parameters With current kernels (2.6.9 or newer) you can use 32 command line options and 32 environment options. If these numbers are exceeded, the kernel will panic. which may be useful." msgstr "" #. Tag: para -#: boot-installer.xml:2110 +#: boot-installer.xml:2120 #, no-c-format msgid "A number of parameters have a short form that helps avoid the limitations of the kernel command line options and makes entering the parameters easier. If a parameter has a short form, it will be listed in brackets behind the (normal) long form. Examples in this manual will normally use the short form too." msgstr "" #. Tag: term -#: boot-installer.xml:2122 +#: boot-installer.xml:2132 #, no-c-format msgid "debconf/priority (priority)" msgstr "" #. Tag: para -#: boot-installer.xml:2123 +#: boot-installer.xml:2133 #, no-c-format msgid "This parameter sets the lowest priority of messages to be displayed." msgstr "" #. Tag: para -#: boot-installer.xml:2127 +#: boot-installer.xml:2137 #, no-c-format msgid "The default installation uses priority=high. This means that both high and critical priority messages are shown, but medium and low priority messages are skipped. If problems are encountered, the installer adjusts the priority as needed." msgstr "" #. Tag: para -#: boot-installer.xml:2134 +#: boot-installer.xml:2144 #, no-c-format msgid "If you add priority=medium as boot parameter, you will be shown the installation menu and gain more control over the installation. When priority=low is used, all messages are shown (this is equivalent to the expert boot method). With priority=critical, the installation system will display only critical messages and try to do the right thing without fuss." msgstr "" #. Tag: term -#: boot-installer.xml:2148 +#: boot-installer.xml:2158 #, no-c-format msgid "DEBIAN_FRONTEND" msgstr "" #. Tag: para -#: boot-installer.xml:2149 +#: boot-installer.xml:2159 #, no-c-format msgid "This boot parameter controls the type of user interface used for the installer. The current possible parameter settings are: DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=text DEBIAN_FRONTEND=newt DEBIAN_FRONTEND=gtk The default frontend is DEBIAN_FRONTEND=newt. DEBIAN_FRONTEND=text may be preferable for serial console installs. Some specialized types of install media may only offer a limited selection of frontends, but the newt and text frontends are available on most default install media. On architectures that support it, the graphical installer uses the gtk frontend." msgstr "" #. Tag: term -#: boot-installer.xml:2180 +#: boot-installer.xml:2190 #, no-c-format msgid "BOOT_DEBUG" msgstr "" #. Tag: para -#: boot-installer.xml:2181 +#: boot-installer.xml:2191 #, no-c-format msgid "Setting this boot parameter to 2 will cause the installer's boot process to be verbosely logged. Setting it to 3 makes debug shells available at strategic points in the boot process. (Exit the shells to continue the boot process.)" msgstr "" #. Tag: userinput -#: boot-installer.xml:2190 +#: boot-installer.xml:2200 #, no-c-format msgid "BOOT_DEBUG=0" msgstr "" #. Tag: para -#: boot-installer.xml:2191 +#: boot-installer.xml:2201 #, no-c-format msgid "This is the default." msgstr "" #. Tag: userinput -#: boot-installer.xml:2195 +#: boot-installer.xml:2205 #, no-c-format msgid "BOOT_DEBUG=1" msgstr "" #. Tag: para -#: boot-installer.xml:2196 +#: boot-installer.xml:2206 #, no-c-format msgid "More verbose than usual." msgstr "" #. Tag: userinput -#: boot-installer.xml:2200 +#: boot-installer.xml:2210 #, no-c-format msgid "BOOT_DEBUG=2" msgstr "" #. Tag: para -#: boot-installer.xml:2201 +#: boot-installer.xml:2211 #, no-c-format msgid "Lots of debugging information." msgstr "" #. Tag: userinput -#: boot-installer.xml:2205 +#: boot-installer.xml:2215 #, no-c-format msgid "BOOT_DEBUG=3" msgstr "" #. Tag: para -#: boot-installer.xml:2206 +#: boot-installer.xml:2216 #, no-c-format msgid "Shells are run at various points in the boot process to allow detailed debugging. Exit the shell to continue the boot." msgstr "" #. Tag: term -#: boot-installer.xml:2220 +#: boot-installer.xml:2230 #, no-c-format msgid "INSTALL_MEDIA_DEV" msgstr "" #. Tag: para -#: boot-installer.xml:2221 +#: boot-installer.xml:2231 #, no-c-format msgid "The value of the parameter is the path to the device to load the &debian; installer from. For example, INSTALL_MEDIA_DEV=/dev/floppy/0" msgstr "" #. Tag: para -#: boot-installer.xml:2227 +#: boot-installer.xml:2237 #, no-c-format msgid "The boot floppy, which normally scans all floppies it can to find the root floppy, can be overridden by this parameter to only look at the one device." msgstr "" #. Tag: term -#: boot-installer.xml:2238 +#: boot-installer.xml:2248 #, no-c-format msgid "log_host" msgstr "" #. Tag: term -#: boot-installer.xml:2239 +#: boot-installer.xml:2249 #, no-c-format msgid "log_port" msgstr "" #. Tag: para -#: boot-installer.xml:2240 +#: boot-installer.xml:2250 #, no-c-format msgid "Causes the installer to send log messages to a remote syslog on the specified host and port as well as to a local file. If not specified, the port defaults to the standard syslog port 514." msgstr "" #. Tag: term -#: boot-installer.xml:2251 +#: boot-installer.xml:2261 #, no-c-format msgid "lowmem" msgstr "" #. Tag: para -#: boot-installer.xml:2252 +#: boot-installer.xml:2262 #, no-c-format msgid "Can be used to force the installer to a lowmem level higher than the one the installer sets by default based on available memory. Possible values are 1 and 2. See also ." msgstr "" #. Tag: term -#: boot-installer.xml:2262 +#: boot-installer.xml:2272 #, no-c-format msgid "noshell" msgstr "" #. Tag: para -#: boot-installer.xml:2263 +#: boot-installer.xml:2273 #, no-c-format msgid "Prevents the installer from offering interactive shells on tty2 and tty3. Useful for unattended installations where physical security is limited." msgstr "" #. Tag: term -#: boot-installer.xml:2272 +#: boot-installer.xml:2282 #, no-c-format msgid "debian-installer/framebuffer (fb)" msgstr "" #. Tag: para -#: boot-installer.xml:2273 +#: boot-installer.xml:2283 #, no-c-format msgid "Some architectures use the kernel framebuffer to offer installation in a number of languages. If framebuffer causes a problem on your system you can disable the feature using the parameter vga=normal fb=false. Problem symptoms are error messages about bterm or bogl, a blank screen, or a freeze within a few minutes after starting the install." msgstr "" #. Tag: para -#: boot-installer.xml:2282 +#: boot-installer.xml:2292 #, no-c-format msgid "Such problems have been reported on hppa." msgstr "" #. Tag: para -#: boot-installer.xml:2286 +#: boot-installer.xml:2296 #, no-c-format msgid "Because of display problems on some systems, framebuffer support is disabled by default for &arch-title;. This can result in ugly display on systems that do properly support the framebuffer, like those with ATI graphical cards. If you see display problems in the installer, you can try booting with parameter debian-installer/framebuffer=true or fb=true for short." msgstr "" #. Tag: term -#: boot-installer.xml:2300 +#: boot-installer.xml:2310 #, no-c-format msgid "debian-installer/theme (theme)" msgstr "" #. Tag: para -#: boot-installer.xml:2301 +#: boot-installer.xml:2311 #, no-c-format msgid "A theme determines how the user interface of the installer looks (colors, icons, etc.). What themes are available differs per frontend. Currently both the newt and gtk frontends only have a dark theme that was designed for visually impaired users. Set the theme by booting with theme=dark." msgstr "" #. Tag: term -#: boot-installer.xml:2313 boot-installer.xml:2546 +#: boot-installer.xml:2323 boot-installer.xml:2556 #, no-c-format msgid "netcfg/disable_autoconfig" msgstr "" #. Tag: para -#: boot-installer.xml:2314 +#: boot-installer.xml:2324 #, no-c-format msgid "By default, the &d-i; automatically probes for network configuration via IPv6 autoconfiguration and DHCP. If the probe succeeds, you won't have a chance to review and change the obtained settings. You can get to the manual network setup only in case the automatic configuration fails." msgstr "" #. Tag: para -#: boot-installer.xml:2321 +#: boot-installer.xml:2331 #, no-c-format msgid "If you have an IPv6 router or a DHCP server on your local network, but want to avoid them because e.g. they give wrong answers, you can use the parameter netcfg/disable_autoconfig=true to prevent any automatic configuration of the network (neither v4 nor v6) and to enter the information manually." msgstr "" #. Tag: term -#: boot-installer.xml:2332 +#: boot-installer.xml:2342 #, no-c-format msgid "hw-detect/start_pcmcia" msgstr "" #. Tag: para -#: boot-installer.xml:2333 +#: boot-installer.xml:2343 #, no-c-format msgid "Set to false to prevent starting PCMCIA services, if that causes problems. Some laptops are well known for this misbehavior." msgstr "" #. Tag: term -#: boot-installer.xml:2343 +#: boot-installer.xml:2353 #, no-c-format msgid "disk-detect/dmraid/enable (dmraid)" msgstr "" #. Tag: para -#: boot-installer.xml:2344 +#: boot-installer.xml:2354 #, no-c-format msgid "Set to true to enable support for Serial ATA RAID (also called ATA RAID, BIOS RAID or fake RAID) disks in the installer. Note that this support is currently experimental. Additional information can be found on the &debian; Installer Wiki." msgstr "" #. Tag: term -#: boot-installer.xml:2355 +#: boot-installer.xml:2365 #, no-c-format msgid "preseed/url (url)" msgstr "" #. Tag: para -#: boot-installer.xml:2356 +#: boot-installer.xml:2366 #, no-c-format msgid "Specify the url to a preconfiguration file to download and use for automating the install. See ." msgstr "" #. Tag: term -#: boot-installer.xml:2365 +#: boot-installer.xml:2375 #, no-c-format msgid "preseed/file (file)" msgstr "" #. Tag: para -#: boot-installer.xml:2366 +#: boot-installer.xml:2376 #, no-c-format msgid "Specify the path to a preconfiguration file to load for automating the install. See ." msgstr "" #. Tag: term -#: boot-installer.xml:2375 +#: boot-installer.xml:2385 #, no-c-format msgid "preseed/interactive" msgstr "" #. Tag: para -#: boot-installer.xml:2376 +#: boot-installer.xml:2386 #, no-c-format msgid "Set to true to display questions even if they have been preseeded. Can be useful for testing or debugging a preconfiguration file. Note that this will have no effect on parameters that are passed as boot parameters, but for those a special syntax can be used. See for details." msgstr "" #. Tag: term -#: boot-installer.xml:2388 +#: boot-installer.xml:2398 #, no-c-format msgid "auto-install/enable (auto)" msgstr "" #. Tag: para -#: boot-installer.xml:2389 +#: boot-installer.xml:2399 #, no-c-format msgid "Delay questions that are normally asked before preseeding is possible until after the network is configured. See for details about using this to automate installs." msgstr "" #. Tag: term -#: boot-installer.xml:2400 +#: boot-installer.xml:2410 #, no-c-format msgid "finish-install/keep-consoles" msgstr "" #. Tag: para -#: boot-installer.xml:2401 +#: boot-installer.xml:2411 #, no-c-format msgid "During installations from serial or management console, the regular virtual consoles (VT1 to VT6) are normally disabled in /etc/inittab. Set to true to prevent this." msgstr "" #. Tag: term -#: boot-installer.xml:2412 +#: boot-installer.xml:2422 #, no-c-format msgid "cdrom-detect/eject" msgstr "" #. Tag: para -#: boot-installer.xml:2413 +#: boot-installer.xml:2423 #, no-c-format msgid "By default, before rebooting, &d-i; automatically ejects the optical media used during the installation. This can be unnecessary if the system does not automatically boot off the CD. In some cases it may even be undesirable, for example if the optical drive cannot reinsert the media itself and the user is not there to do it manually. Many slot loading, slim-line, and caddy style drives cannot reload media automatically." msgstr "" #. Tag: para -#: boot-installer.xml:2422 +#: boot-installer.xml:2432 #, no-c-format msgid "Set to false to disable automatic ejection, and be aware that you may need to ensure that the system does not automatically boot from the optical drive after the initial installation." msgstr "" #. Tag: term -#: boot-installer.xml:2433 +#: boot-installer.xml:2443 #, no-c-format msgid "base-installer/install-recommends (recommends)" msgstr "" #. Tag: para -#: boot-installer.xml:2434 +#: boot-installer.xml:2444 #, no-c-format msgid "By setting this option to false, the package management system will be configured to not automatically install Recommends, both during the installation and for the installed system. See also ." msgstr "" #. Tag: para -#: boot-installer.xml:2441 +#: boot-installer.xml:2451 #, no-c-format msgid "Note that this option allows to have a leaner system, but can also result in features being missing that you might normally expect to be available. You may have to manually install some of the recommended packages to obtain the full functionality you want. This option should therefore only be used by very experienced users." msgstr "" #. Tag: term -#: boot-installer.xml:2453 +#: boot-installer.xml:2463 #, no-c-format msgid "debian-installer/allow_unauthenticated" msgstr "" #. Tag: para -#: boot-installer.xml:2454 +#: boot-installer.xml:2464 #, no-c-format msgid "By default the installer requires that repositories be authenticated using a known gpg key. Set to true to disable that authentication. Warning: insecure, not recommended." msgstr "" #. Tag: term -#: boot-installer.xml:2465 +#: boot-installer.xml:2475 #, no-c-format msgid "ramdisk_size" msgstr "" #. Tag: para -#: boot-installer.xml:2466 +#: boot-installer.xml:2476 #, no-c-format msgid "This parameter should already be set to a correct value where needed; set it only it you see errors during the boot that indicate the ramdisk could not be loaded completely. The value is in kB." msgstr "" #. Tag: term -#: boot-installer.xml:2476 +#: boot-installer.xml:2486 #, no-c-format msgid "rescue/enable" msgstr "" #. Tag: para -#: boot-installer.xml:2477 +#: boot-installer.xml:2487 #, no-c-format msgid "Set to true to enter rescue mode rather than performing a normal installation. See ." msgstr "" #. Tag: title -#: boot-installer.xml:2490 +#: boot-installer.xml:2500 #, no-c-format msgid "Using boot parameters to answer questions" msgstr "" #. Tag: para -#: boot-installer.xml:2491 +#: boot-installer.xml:2501 #, no-c-format msgid "With some exceptions, a value can be set at the boot prompt for any question asked during the installation, though this is only really useful in specific cases. General instructions how to do this can be found in . Some specific examples are listed below." msgstr "" #. Tag: term -#: boot-installer.xml:2503 +#: boot-installer.xml:2513 #, no-c-format msgid "debian-installer/language (language)" msgstr "" #. Tag: term -#: boot-installer.xml:2504 +#: boot-installer.xml:2514 #, no-c-format msgid "debian-installer/country (country)" msgstr "" #. Tag: term -#: boot-installer.xml:2505 +#: boot-installer.xml:2515 #, no-c-format msgid "debian-installer/locale (locale)" msgstr "" #. Tag: para -#: boot-installer.xml:2506 +#: boot-installer.xml:2516 #, no-c-format msgid "There are two ways to specify the language, country and locale to use for the installation and the installed system." msgstr "" #. Tag: para -#: boot-installer.xml:2511 +#: boot-installer.xml:2521 #, no-c-format msgid "The first and easiest is to pass only the parameter locale. Language and country will then be derived from its value. You can for example use locale=de_CH to select German as language and Switzerland as country (de_CH.UTF-8 will be set as default locale for the installed system). Limitation is that not all possible combinations of language, country and locale can be achieved this way." msgstr "" #. Tag: para -#: boot-installer.xml:2520 +#: boot-installer.xml:2530 #, no-c-format msgid "The second, more flexible option is to specify language and country separately. In this case locale can optionally be added to specify a specific default locale for the installed system. Example: language=en country=DE locale=en_GB.UTF-8." msgstr "" #. Tag: term -#: boot-installer.xml:2532 +#: boot-installer.xml:2542 #, no-c-format msgid "anna/choose_modules (modules)" msgstr "" #. Tag: para -#: boot-installer.xml:2533 +#: boot-installer.xml:2543 #, no-c-format msgid "Can be used to automatically load installer components that are not loaded by default. Examples of optional components that may be useful are openssh-client-udeb (so you can use scp during the installation) and ppp-udeb (see )." msgstr "" #. Tag: para -#: boot-installer.xml:2547 +#: boot-installer.xml:2557 #, no-c-format msgid "Set to true if you want to disable IPv6 autoconfiguration and DHCP and instead force static network configuration." msgstr "" #. Tag: term -#: boot-installer.xml:2556 +#: boot-installer.xml:2566 #, no-c-format msgid "mirror/protocol (protocol)" msgstr "" #. Tag: para -#: boot-installer.xml:2557 +#: boot-installer.xml:2567 #, no-c-format msgid "By default the installer will use the http protocol to download files from &debian; mirrors and changing that to ftp is not possible during installations at normal priority. By setting this parameter to ftp, you can force the installer to use that protocol instead. Note that you cannot select an ftp mirror from a list, you have to enter the hostname manually." msgstr "" #. Tag: term -#: boot-installer.xml:2570 +#: boot-installer.xml:2580 #, no-c-format msgid "tasksel:tasksel/first (tasks)" msgstr "" #. Tag: para -#: boot-installer.xml:2571 +#: boot-installer.xml:2581 #, no-c-format msgid "Can be used to select tasks that are not available from the interactive task list, such as the kde-desktop task. See for additional information." msgstr "" #. Tag: title -#: boot-installer.xml:2585 +#: boot-installer.xml:2595 #, no-c-format msgid "Passing parameters to kernel modules" msgstr "" #. Tag: para -#: boot-installer.xml:2586 +#: boot-installer.xml:2596 #, no-c-format msgid "If drivers are compiled into the kernel, you can pass parameters to them as described in the kernel documentation. However, if drivers are compiled as modules and because kernel modules are loaded a bit differently during an installation than when booting an installed system, it is not possible to pass parameters to modules as you would normally do. Instead, you need to use a special syntax recognized by the installer which will then make sure that the parameters are saved in the proper configuration files and will thus be used when the modules are actually loaded. The parameters will also be propagated automatically to the configuration for the installed system." msgstr "" #. Tag: para -#: boot-installer.xml:2599 +#: boot-installer.xml:2609 #, no-c-format msgid "Note that it is now quite rare that parameters need to be passed to modules. In most cases the kernel will be able to probe the hardware present in a system and set good defaults that way. However, in some situations it may still be needed to set parameters manually." msgstr "" #. Tag: para -#: boot-installer.xml:2606 +#: boot-installer.xml:2616 #, no-c-format msgid "" "The syntax to use to set parameters for modules is: \n" @@ -1842,127 +1854,127 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:2616 +#: boot-installer.xml:2626 #, no-c-format msgid "3c509.xcvr=3 3c509.irq=10" msgstr "" #. Tag: title -#: boot-installer.xml:2622 +#: boot-installer.xml:2632 #, no-c-format msgid "Blacklisting kernel modules" msgstr "" #. Tag: para -#: boot-installer.xml:2623 +#: boot-installer.xml:2633 #, no-c-format msgid "Sometimes it may be necessary to blacklist a module to prevent it from being loaded automatically by the kernel and udev. One reason could be that a particular module causes problems with your hardware. The kernel also sometimes lists two different drivers for the same device. This can cause the device to not work correctly if the drivers conflict or if the wrong driver is loaded first." msgstr "" #. Tag: para -#: boot-installer.xml:2632 +#: boot-installer.xml:2642 #, no-c-format msgid "You can blacklist a module using the following syntax: module_name.blacklist=yes. This will cause the module to be blacklisted in /etc/modprobe.d/blacklist.local both during the installation and for the installed system." msgstr "" #. Tag: para -#: boot-installer.xml:2640 +#: boot-installer.xml:2650 #, no-c-format msgid "Note that a module may still be loaded by the installation system itself. You can prevent that from happening by running the installation in expert mode and unselecting the module from the list of modules displayed during the hardware detection phases." msgstr "" #. Tag: title -#: boot-installer.xml:2656 +#: boot-installer.xml:2666 #, no-c-format msgid "Troubleshooting the Installation Process" msgstr "" #. Tag: title -#: boot-installer.xml:2661 +#: boot-installer.xml:2671 #, no-c-format msgid "CD-ROM Reliability" msgstr "" #. Tag: para -#: boot-installer.xml:2662 +#: boot-installer.xml:2672 #, no-c-format msgid "Sometimes, especially with older CD-ROM drives, the installer may fail to boot from a CD-ROM. The installer may also — even after booting successfully from CD-ROM — fail to recognize the CD-ROM or return errors while reading from it during the installation." msgstr "" #. Tag: para -#: boot-installer.xml:2669 +#: boot-installer.xml:2679 #, no-c-format msgid "There are many different possible causes for these problems. We can only list some common issues and provide general suggestions on how to deal with them. The rest is up to you." msgstr "" #. Tag: para -#: boot-installer.xml:2675 +#: boot-installer.xml:2685 #, no-c-format msgid "There are two very simple things that you should try first." msgstr "" #. Tag: para -#: boot-installer.xml:2680 +#: boot-installer.xml:2690 #, no-c-format msgid "If the CD-ROM does not boot, check that it was inserted correctly and that it is not dirty." msgstr "" #. Tag: para -#: boot-installer.xml:2686 +#: boot-installer.xml:2696 #, no-c-format msgid "If the installer fails to recognize a CD-ROM, try just running the option Detect and mount CD-ROM a second time. Some DMA related issues with very old CD-ROM drives are known to be resolved in this way." msgstr "" #. Tag: para -#: boot-installer.xml:2696 +#: boot-installer.xml:2706 #, no-c-format msgid "If this does not work, then try the suggestions in the subsections below. Most, but not all, suggestions discussed there are valid for both CD-ROM and DVD, but we'll use the term CD-ROM for simplicity." msgstr "" #. Tag: para -#: boot-installer.xml:2702 +#: boot-installer.xml:2712 #, no-c-format msgid "If you cannot get the installation working from CD-ROM, try one of the other installation methods that are available." msgstr "" #. Tag: title -#: boot-installer.xml:2710 +#: boot-installer.xml:2720 #, no-c-format msgid "Common issues" msgstr "" #. Tag: para -#: boot-installer.xml:2713 +#: boot-installer.xml:2723 #, no-c-format msgid "Some older CD-ROM drives do not support reading from discs that were burned at high speeds using a modern CD writer." msgstr "" #. Tag: para -#: boot-installer.xml:2730 +#: boot-installer.xml:2740 #, no-c-format msgid "Some very old CD-ROM drives do not work correctly if direct memory access (DMA) is enabled for them." msgstr "" #. Tag: title -#: boot-installer.xml:2741 +#: boot-installer.xml:2751 #, no-c-format msgid "How to investigate and maybe solve issues" msgstr "" #. Tag: para -#: boot-installer.xml:2742 +#: boot-installer.xml:2752 #, no-c-format msgid "If the CD-ROM fails to boot, try the suggestions listed below." msgstr "" #. Tag: para -#: boot-installer.xml:2747 +#: boot-installer.xml:2757 #, no-c-format msgid "Check that your BIOS actually supports booting from CD-ROM (only an issue for very old systems) and that CD booting is enabled in the BIOS." msgstr "" #. Tag: para -#: boot-installer.xml:2754 +#: boot-installer.xml:2764 #, no-c-format msgid "" "If you downloaded an iso image, check that the md5sum of that image matches the one listed for the image in the MD5SUMS file that should be present in the same location as where you downloaded the image from. \n" @@ -1972,7 +1984,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:2767 +#: boot-installer.xml:2777 #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" @@ -1985,19 +1997,19 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2772 +#: boot-installer.xml:2782 #, no-c-format msgid "If, after the installer has been booted successfully, the CD-ROM is not detected, sometimes simply trying again may solve the problem. If you have more than one CD-ROM drive, try changing the CD-ROM to the other drive. If that does not work or if the CD-ROM is recognized but there are errors when reading from it, try the suggestions listed below. Some basic knowledge of &arch-kernel; is required for this. To execute any of the commands, you should first switch to the second virtual console (VT2) and activate the shell there." msgstr "" #. Tag: para -#: boot-installer.xml:2784 +#: boot-installer.xml:2794 #, no-c-format msgid "Switch to VT4 or view the contents of /var/log/syslog (use nano as editor) to check for any specific error messages. After that, also check the output of dmesg." msgstr "" #. Tag: para -#: boot-installer.xml:2791 +#: boot-installer.xml:2801 #, no-c-format msgid "" "Check in the output of dmesg if your CD-ROM drive was recognized. You should see something like (the lines do not necessarily have to be consecutive): \n" @@ -2010,13 +2022,13 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2805 +#: boot-installer.xml:2815 #, no-c-format msgid "Check that there is a device node for your CD-ROM drive under /dev/. In the example above, this would be /dev/hdc. There should also be a /dev/cdrom." msgstr "" #. Tag: para -#: boot-installer.xml:2813 +#: boot-installer.xml:2823 #, no-c-format msgid "" "Use the mount command to check if the CD-ROM is already mounted; if not, try mounting it manually: \n" @@ -2025,7 +2037,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2823 +#: boot-installer.xml:2833 #, no-c-format msgid "" "Check if DMA is currently enabled: \n" @@ -2038,151 +2050,151 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2838 +#: boot-installer.xml:2848 #, no-c-format msgid "If there are any problems during the installation, try checking the integrity of the CD-ROM using the option near the bottom of the installer's main menu. This option can also be used as a general test if the CD-ROM can be read reliably." msgstr "" #. Tag: title -#: boot-installer.xml:2853 +#: boot-installer.xml:2863 #, no-c-format msgid "Floppy Disk Reliability" msgstr "" #. Tag: para -#: boot-installer.xml:2855 +#: boot-installer.xml:2865 #, no-c-format msgid "The biggest problem for people using floppy disks to install &debian; seems to be floppy disk reliability." msgstr "" #. Tag: para -#: boot-installer.xml:2860 +#: boot-installer.xml:2870 #, no-c-format msgid "The boot floppy is the floppy with the worst problems, because it is read by the hardware directly, before Linux boots. Often, the hardware doesn't read as reliably as the Linux floppy disk driver, and may just stop without printing an error message if it reads incorrect data. There can also be failures in the driver floppies, most of which indicate themselves with a flood of messages about disk I/O errors." msgstr "" #. Tag: para -#: boot-installer.xml:2869 +#: boot-installer.xml:2879 #, no-c-format msgid "If you are having the installation stall at a particular floppy, the first thing you should do is write the image to a different floppy and see if that solves the problem. Simply reformatting the old floppy may not be sufficient, even if it appears that the floppy was reformatted and written with no errors. It is sometimes useful to try writing the floppy on a different system." msgstr "" #. Tag: para -#: boot-installer.xml:2878 +#: boot-installer.xml:2888 #, no-c-format msgid "One user reports he had to write the images to floppy three times before one worked, and then everything was fine with the third floppy." msgstr "" #. Tag: para -#: boot-installer.xml:2884 +#: boot-installer.xml:2894 #, no-c-format msgid "Normally you should not have to download a floppy image again, but if you are experiencing problems it is always useful to verify that the images were downloaded correctly by verifying their md5sums." msgstr "" #. Tag: para -#: boot-installer.xml:2890 +#: boot-installer.xml:2900 #, no-c-format msgid "Other users have reported that simply rebooting a few times with the same floppy in the floppy drive can lead to a successful boot. This is all due to buggy hardware or firmware floppy drivers." msgstr "" #. Tag: title -#: boot-installer.xml:2899 +#: boot-installer.xml:2909 #, no-c-format msgid "Boot Configuration" msgstr "" #. Tag: para -#: boot-installer.xml:2901 +#: boot-installer.xml:2911 #, no-c-format msgid "If you have problems and the kernel hangs during the boot process, doesn't recognize peripherals you actually have, or drives are not recognized properly, the first thing to check is the boot parameters, as discussed in ." msgstr "" #. Tag: para -#: boot-installer.xml:2910 +#: boot-installer.xml:2920 #, no-c-format msgid "In some cases, malfunctions can be caused by missing device firmware (see and )." msgstr "" #. Tag: para -#: boot-installer.xml:2921 +#: boot-installer.xml:2931 #, no-c-format msgid "If software speech synthesis does not work, there is most probably an issue with your sound board, usually because either the driver for it is not included in the installer, or because it has unusual mixer level names which are set to muted by default. You should thus submit a bug report which includes the output of the following commands, run on the same machine from a Linux system which is known to have sound working (e.g., a live CD)." msgstr "" #. Tag: userinput -#: boot-installer.xml:2932 +#: boot-installer.xml:2942 #, no-c-format msgid "dmesg" msgstr "" #. Tag: userinput -#: boot-installer.xml:2934 +#: boot-installer.xml:2944 #, no-c-format msgid "lspci" msgstr "" #. Tag: userinput -#: boot-installer.xml:2936 +#: boot-installer.xml:2946 #, no-c-format msgid "lsmod" msgstr "" #. Tag: userinput -#: boot-installer.xml:2938 +#: boot-installer.xml:2948 #, no-c-format msgid "amixer" msgstr "" #. Tag: title -#: boot-installer.xml:2946 boot-installer.xml:3057 +#: boot-installer.xml:2956 boot-installer.xml:3067 #, no-c-format msgid "Common &arch-title; Installation Problems" msgstr "" #. Tag: para -#: boot-installer.xml:2947 +#: boot-installer.xml:2957 #, no-c-format msgid "There are some common installation problems that can be solved or avoided by passing certain boot parameters to the installer." msgstr "" #. Tag: para -#: boot-installer.xml:2998 +#: boot-installer.xml:3008 #, no-c-format msgid "If your screen begins to show a weird picture while the kernel boots, eg. pure white, pure black or colored pixel garbage, your system may contain a problematic video card which does not switch to the framebuffer mode properly. Then you can use the boot parameter fb=false to disable the framebuffer console. Only a reduced set of languages will be available during the installation due to limited console features. See for details." msgstr "" #. Tag: title -#: boot-installer.xml:3012 +#: boot-installer.xml:3022 #, no-c-format msgid "System Freeze During the PCMCIA Configuration Phase" msgstr "" #. Tag: para -#: boot-installer.xml:3013 +#: boot-installer.xml:3023 #, no-c-format msgid "Some very old laptop models produced by Dell are known to crash when PCMCIA device detection tries to access some hardware addresses. Other laptops may display similar problems. If you experience such a problem and you don't need PCMCIA support during the installation, you can disable PCMCIA using the hw-detect/start_pcmcia=false boot parameter. You can then configure PCMCIA after the installation is completed and exclude the resource range causing the problems." msgstr "" #. Tag: para -#: boot-installer.xml:3023 +#: boot-installer.xml:3033 #, no-c-format msgid "Alternatively, you can boot the installer in expert mode. You will then be asked to enter the resource range options your hardware needs. For example, if you have one of the Dell laptops mentioned above, you should enter exclude port 0x800-0x8ff here. There is also a list of some common resource range options in the System resource settings section of the PCMCIA HOWTO. Note that you have to omit the commas, if any, when you enter this value in the installer." msgstr "" #. Tag: para -#: boot-installer.xml:3058 +#: boot-installer.xml:3068 #, no-c-format msgid "There are some common installation problems that are worth mentioning." msgstr "" #. Tag: title -#: boot-installer.xml:3064 +#: boot-installer.xml:3074 #, no-c-format msgid "Misdirected video output" msgstr "" #. Tag: para -#: boot-installer.xml:3065 +#: boot-installer.xml:3075 #, no-c-format msgid "" "It is fairly common for &arch-title; to have two video cards in one machine, for example an ATI card and a Sun Creator 3D. In some cases, this may result in the video output getting misdirected soon after the system boots. In typical cases, the display will only show: \n" @@ -2192,85 +2204,85 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3079 +#: boot-installer.xml:3089 #, no-c-format msgid "Note that you may also have to manually add this parameter to the silo configuration (edit /target/etc/silo.conf before rebooting) and, if you installed X11, modify the video driver in /etc/X11/xorg.conf." msgstr "" #. Tag: title -#: boot-installer.xml:3090 +#: boot-installer.xml:3100 #, no-c-format msgid "Failure to Boot or Install from CD-ROM" msgstr "" #. Tag: para -#: boot-installer.xml:3091 +#: boot-installer.xml:3101 #, no-c-format msgid "Some Sparc systems are notoriously difficult to boot from CD-ROM and even if they do boot, there may be inexplicable failures during the installation. Most problems have been reported with SunBlade systems." msgstr "" #. Tag: para -#: boot-installer.xml:3097 +#: boot-installer.xml:3107 #, no-c-format msgid "We recommend to install such systems by netbooting the installer." msgstr "" #. Tag: title -#: boot-installer.xml:3106 +#: boot-installer.xml:3116 #, no-c-format msgid "Interpreting the Kernel Startup Messages" msgstr "" #. Tag: para -#: boot-installer.xml:3108 +#: boot-installer.xml:3118 #, no-c-format msgid "During the boot sequence, you may see many messages in the form can't find something, or something not present, can't initialize something, or even this driver release depends on something. Most of these messages are harmless. You see them because the kernel for the installation system is built to run on computers with many different peripheral devices. Obviously, no one computer will have every possible peripheral device, so the operating system may emit a few complaints while it looks for peripherals you don't own. You may also see the system pause for a while. This happens when it is waiting for a device to respond, and that device is not present on your system. If you find the time it takes to boot the system unacceptably long, you can create a custom kernel later (see )." msgstr "" #. Tag: title -#: boot-installer.xml:3133 +#: boot-installer.xml:3143 #, no-c-format msgid "Reporting Installation Problems" msgstr "" #. Tag: para -#: boot-installer.xml:3134 +#: boot-installer.xml:3144 #, no-c-format msgid "If you get through the initial boot phase but cannot complete the install, the menu option Save debug logs may be helpful. It lets you store system error logs and configuration information from the installer to a floppy, or download them using a web browser. This information may provide clues as to what went wrong and how to fix it. If you are submitting a bug report, you may want to attach this information to the bug report." msgstr "" #. Tag: para -#: boot-installer.xml:3145 +#: boot-installer.xml:3155 #, no-c-format msgid "Other pertinent installation messages may be found in /var/log/ during the installation, and /var/log/installer/ after the computer has been booted into the installed system." msgstr "" #. Tag: title -#: boot-installer.xml:3156 +#: boot-installer.xml:3166 #, no-c-format msgid "Submitting Installation Reports" msgstr "" #. Tag: para -#: boot-installer.xml:3157 +#: boot-installer.xml:3167 #, no-c-format msgid "If you still have problems, please submit an installation report. We also encourage installation reports to be sent even if the installation is successful, so that we can get as much information as possible on the largest number of hardware configurations." msgstr "" #. Tag: para -#: boot-installer.xml:3164 +#: boot-installer.xml:3174 #, no-c-format msgid "Note that your installation report will be published in the Debian Bug Tracking System (BTS) and forwarded to a public mailing list. Make sure that you use an e-mail address that you do not mind being made public." msgstr "" #. Tag: para -#: boot-installer.xml:3170 +#: boot-installer.xml:3180 #, no-c-format msgid "If you have a working &debian; system, the easiest way to send an installation report is to install the installation-report and reportbug packages (aptitude install installation-report reportbug), configure reportbug as explained in , and run the command reportbug installation-reports." msgstr "" #. Tag: para -#: boot-installer.xml:3180 +#: boot-installer.xml:3190 #, no-c-format msgid "" "Alternatively you can use this template when filling out installation reports, and file the report as a bug report against the installation-reports pseudo package, by sending it to submit@bugs.debian.org. \n" -- cgit v1.2.3