diff options
author | Holger Wansing <linux@wansing-online.de> | 2010-10-01 20:39:22 +0000 |
---|---|---|
committer | Holger Wansing <linux@wansing-online.de> | 2010-10-01 20:39:22 +0000 |
commit | e850ce8af87c7f0f7a2fd1cd1360cea01b2269c1 (patch) | |
tree | 157e49a192a5b9e951cb9c3697eaf52dd008df94 /de/boot-installer | |
parent | 3a00534225f33583a1e2fe3aba5c2459472a8f66 (diff) | |
download | installation-guide-e850ce8af87c7f0f7a2fd1cd1360cea01b2269c1.zip |
Update to german d-i manual:
M de/install-methods/boot-drive-files.xml
M de/preparing/bios-setup/i386.xml
M de/preparing/non-debian-partitioning.xml
M de/boot-new/boot-new.xml
M de/hardware/hardware-supported.xml
M de/hardware/network-cards.xml
M de/hardware/buying-hardware.xml
M de/boot-installer/x86.xml
M de/boot-installer/trouble.xml
Diffstat (limited to 'de/boot-installer')
-rw-r--r-- | de/boot-installer/trouble.xml | 2 | ||||
-rw-r--r-- | de/boot-installer/x86.xml | 55 |
2 files changed, 31 insertions, 26 deletions
diff --git a/de/boot-installer/trouble.xml b/de/boot-installer/trouble.xml index 88706ce2e..f6229b24e 100644 --- a/de/boot-installer/trouble.xml +++ b/de/boot-installer/trouble.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 56669 --> +<!-- original version: 64745 --> <sect1 id="boot-troubleshooting"> <title>Beseitigen von Problemen während der Installation</title> diff --git a/de/boot-installer/x86.xml b/de/boot-installer/x86.xml index 739649641..8f34d361b 100644 --- a/de/boot-installer/x86.xml +++ b/de/boot-installer/x86.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 62896 --> +<!-- original version: 64829 --> <sect2 arch="any-x86"><title>Von einer CD-ROM starten</title> @@ -94,48 +94,53 @@ Programm manuell starten, indem Sie auf dem entsprechenden Laufwerk </para><para> Nachdem das Programm gestartet wurde, werden ein paar einleitende Fragen -gestellt und das System wird vorbereitet, den Installer zu starten. +gestellt und das System wird vorbereitet, den &debian-gnu;-Installer zu starten. </para> </sect2> -<!-- FIXME the documented procedure does not exactly work, commented out - until fixes --> -<!-- For the same reason I will leave the section untranslated --> -<!-- in the german translation. Holger Wansing --> -<!-- - <sect2 arch="x86" id="install-from-dos"> - <title>Booting from a DOS partition</title> + <title>Von DOS aus booten</title> +<para> -&boot-installer-intro-hd.xml; +Booten Sie DOS (nicht Windows). Um dies zu bewerkstelligen, können Sie zum +Beispiel von einer Rettungs- oder Diagnose-Disk booten. -<para> +</para><para> -Boot into DOS (not Windows) without any drivers being loaded. To do -this, you have to press <keycap>F8</keycap> at exactly the right -moment (and optionally select the <quote>safe mode command prompt only</quote> -option). Enter the subdirectory for the flavor you chose, e.g., +Wenn Sie auf die Installations-CD zugreifen können, wechseln Sie mit dem +DOS-Prompt auf das CD-ROM-Laufwerk, z.B. mit <informalexample><screen> -cd c:\install -</screen></informalexample>. +d: +</screen></informalexample> -Next, execute <command>install.bat</command>. -The kernel will load and launch the installer system. +(falls Ihr CD-ROM-Laufwerk den Laufwerksbuchstaben <quote>d</quote> hat). +Ansonsten stellen Sie sicher, dass Sie Ihre Festplatte wie in <xref +linkend="files-loadlin"/> beschrieben vorbereitet haben und wechseln Sie mit +dem DOS-Prompt auf diese Festplatte, falls nicht bereits geschehen. </para><para> -Please note, there is currently a loadlin problem (#142421) which -precludes <filename>install.bat</filename> from being used with the -bf2.4 flavor. The symptom of the problem is an -<computeroutput>invalid compressed format</computeroutput> error. +Wechseln Sie in das Unterverzeichnis des passenden Flavours, z.B. mit + +<informalexample><screen> +cd \&x86-install-dir; +</screen></informalexample> + +Falls Sie den grafischen Installer bevorzugen, wechseln Sie in das +Unterverzeichnis <filename>gtk</filename>: + +<informalexample><screen> +cd gtk +</screen></informalexample> + +Führen Sie als nächstes <command>install.bat</command> aus. Der Kernel +wird geladen und das Installationssystem gestartet. </para> </sect2> -END FIXME --> - <sect2 arch="x86" id="boot-initrd"> <title>Von Linux aus booten mittels <command>lilo</command> oder <command>grub</command></title> |