diff options
Diffstat (limited to 'po/ja/boot-installer.po')
-rw-r--r-- | po/ja/boot-installer.po | 1272 |
1 files changed, 709 insertions, 563 deletions
diff --git a/po/ja/boot-installer.po b/po/ja/boot-installer.po index 935305137..467a28cb0 100644 --- a/po/ja/boot-installer.po +++ b/po/ja/boot-installer.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2014-01-29 10:50+0000\n" +"POT-Creation-Date: 2014-08-03 08:11+0000\n" "PO-Revision-Date: 2013-04-04 07:35+0900\n" "Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -56,360 +56,306 @@ msgstr "" "覧ください。" #. Tag: title -#: boot-installer.xml:37 -#, no-c-format -msgid "Booting from TFTP" -msgstr "TFTP からの起動" +#: boot-installer.xml:38 +#, fuzzy, no-c-format +#| msgid "Booting from Firmware" +msgid "Boot image formats" +msgstr "ファームウェアからの起動" #. Tag: para -#: boot-installer.xml:43 boot-installer.xml:586 boot-installer.xml:1127 -#: boot-installer.xml:1310 boot-installer.xml:1632 boot-installer.xml:1741 +#: boot-installer.xml:39 #, no-c-format msgid "" -"Booting from the network requires that you have a network connection and a " -"TFTP network boot server (DHCP, RARP, or BOOTP)." +"On ARM-based systems in most cases one of two formats for boot images is " +"used: a) standard Linux zImage-format kernels (<quote>vmlinuz</quote>) in " +"conjunction with standard Linux initial ramdisks (<quote>initrd.gz</quote>) " +"or b) uImage-format kernels (<quote>uImage</quote>) in conjunction with " +"corresponding initial ramdisks (<quote>uInitrd</quote>)." msgstr "" -"ネットワークからの起動には、ネットワーク接続と TFTP ネットワークブートサーバ " -"(DHCP, RARP, BOOTP) が必要です。" #. Tag: para -#: boot-installer.xml:48 boot-installer.xml:591 boot-installer.xml:1132 -#: boot-installer.xml:1315 boot-installer.xml:1637 boot-installer.xml:1746 +#: boot-installer.xml:47 #, no-c-format msgid "" -"Older systems such as the 715 might require the use of an RBOOT server " -"instead of a BOOTP server." +"uImage/uInitrd are image formats designed for the u-boot firmware that is " +"used on many ARM-based systems. Older u-boot versions can only boot files in " +"uImage/uInitrd format, so these are often used on older armel systems. Newer " +"u-boot versions can - besides booting uImages/uInitrds - also boot standard " +"Linux kernels and ramdisk images, but the command syntax to do that is " +"slightly different from that for booting uImages." msgstr "" -"715 のような古いシステムは、BOOTP サーバではなく RBOOT サーバが必要です。" #. Tag: para -#: boot-installer.xml:53 boot-installer.xml:596 boot-installer.xml:1137 -#: boot-installer.xml:1320 boot-installer.xml:1642 boot-installer.xml:1751 +#: boot-installer.xml:56 #, no-c-format msgid "" -"The installation method to support network booting is described in <xref " -"linkend=\"install-tftp\"/>." +"For systems using a multiplatform kernel, besides kernel and initial ramdisk " +"a so-called device-tree file (or device-tree blob, <quote>dtb</quote>) is " +"needed. It is specific to each supported system and contains a description " +"of the particular hardware." msgstr "" -"ネットワーク起動をサポートするインストール方法は、<xref linkend=\"install-" -"tftp\"/> で説明します。" #. Tag: title #: boot-installer.xml:64 -#, no-c-format -msgid "Booting from CD-ROM" -msgstr "CD-ROM からの起動" - -#. Tag: para -#: boot-installer.xml:70 boot-installer.xml:248 boot-installer.xml:746 -#: boot-installer.xml:1401 boot-installer.xml:1780 -#, no-c-format -msgid "" -"The easiest route for most people will be to use a set of &debian; CDs. If " -"you have a CD set, and if your machine supports booting directly off the CD, " -"great! Simply <phrase arch=\"x86\"> configure your system for booting off a " -"CD as described in <xref linkend=\"boot-dev-select\"/>, </phrase> insert " -"your CD, reboot, and proceed to the next chapter." -msgstr "" -"ほとんどの人にとって、&debian; CD セットを使うのが一番簡単な入手経路かと思い" -"ます。CD セットが既に手元にあり、かつインストールするマシンが CD から直接起動" -"できるようならツイています! 単に <phrase arch=\"x86\"> <xref linkend=\"boot-" -"dev-select\"/> の説明に従って、CD から起動できるようシステムを設定したあと、" -"</phrase>CD-ROM をドライブに入れて再起動し、次の章に進んでください。" +#, fuzzy, no-c-format +#| msgid "Booting from TFTP" +msgid "Booting by TFTP" +msgstr "TFTP からの起動" #. Tag: para -#: boot-installer.xml:81 boot-installer.xml:259 boot-installer.xml:757 -#: boot-installer.xml:1412 boot-installer.xml:1791 -#, no-c-format +#: boot-installer.xml:70 boot-installer.xml:630 boot-installer.xml:1172 +#: boot-installer.xml:1356 boot-installer.xml:1679 boot-installer.xml:1789 +#, fuzzy, no-c-format +#| msgid "" +#| "Booting from the network requires that you have a network connection and " +#| "a TFTP network boot server (DHCP, RARP, or BOOTP)." msgid "" -"Note that certain CD drives may require special drivers, and thus be " -"inaccessible in the early installation stages. If it turns out the standard " -"way of booting off a CD doesn't work for your hardware, revisit this chapter " -"and read about alternate kernels and installation methods which may work for " -"you." +"Booting from the network requires that you have a network connection and a " +"TFTP network boot server (and probably also a DHCP, RARP, or BOOTP server " +"for automatic network configuration)." msgstr "" -"CD ドライブに特殊なドライバが必要で、インストール初期にはアクセスできないかも" -"しれないことに注意してください。CD が使えないハードウェアで起動する標準的な方" -"法を知るには、本章に戻って、動くであろう別のカーネルや別のインストール方法に" -"ついて読んでください。" +"ネットワークからの起動には、ネットワーク接続と TFTP ネットワークブートサーバ " +"(DHCP, RARP, BOOTP) が必要です。" #. Tag: para -#: boot-installer.xml:89 boot-installer.xml:267 boot-installer.xml:765 -#: boot-installer.xml:1420 boot-installer.xml:1799 +#: boot-installer.xml:76 boot-installer.xml:636 boot-installer.xml:1178 +#: boot-installer.xml:1362 boot-installer.xml:1685 boot-installer.xml:1795 #, no-c-format msgid "" -"Even if you cannot boot from CD-ROM, you can probably install the &debian; " -"system components and any packages you want from CD-ROM. Simply boot using a " -"different media, such as floppies. When it's time to install the operating " -"system, base system, and any additional packages, point the installation " -"system at the CD-ROM drive." +"Older systems such as the 715 might require the use of an RBOOT server " +"instead of a BOOTP server." msgstr "" -"CD-ROM から起動できなくても、希望する &debian; システムコンポーネントやパッ" -"ケージを、おそらく CD-ROM からインストールできるでしょう。単純にフロッピーな" -"どの別のメディアを使って起動してください。OS、基本システム、任意の追加パッ" -"ケージをインストールする場合、インストールシステムを CD-ROM ドライブに向けて" -"ください。" +"715 のような古いシステムは、BOOTP サーバではなく RBOOT サーバが必要です。" #. Tag: para -#: boot-installer.xml:97 boot-installer.xml:275 boot-installer.xml:773 -#: boot-installer.xml:1428 boot-installer.xml:1807 -#, no-c-format +#: boot-installer.xml:81 boot-installer.xml:641 boot-installer.xml:1183 +#: boot-installer.xml:1367 boot-installer.xml:1690 boot-installer.xml:1800 +#, fuzzy, no-c-format +#| msgid "" +#| "The installation method to support network booting is described in <xref " +#| "linkend=\"install-tftp\"/>." msgid "" -"If you have problems booting, see <xref linkend=\"boot-troubleshooting\"/>." +"The server-side setup to support network booting is described in <xref " +"linkend=\"install-tftp\"/>." msgstr "" -"起動に問題があれば、<xref linkend=\"boot-troubleshooting\"/> をご覧ください。" +"ネットワーク起動をサポートするインストール方法は、<xref linkend=\"install-" +"tftp\"/> で説明します。" #. Tag: title -#: boot-installer.xml:107 +#: boot-installer.xml:90 #, no-c-format -msgid "Booting from Firmware" -msgstr "ファームウェアからの起動" +msgid "TFTP-booting in u-boot" +msgstr "" #. Tag: para -#: boot-installer.xml:113 +#: boot-installer.xml:91 #, no-c-format msgid "" -"There is an increasing number of consumer devices that directly boot from a " -"flash chip on the device. The installer can be written to flash so it will " -"automatically start when you reboot your machines." +"Network booting on systems using the u-boot firmware consists of three " +"steps: a) configuring the network, b) loading the images (kernel/initial " +"ramdisk/dtb) into memory and c) actually executing the previosly loaded code." msgstr "" -"フラッシュチップから直接起動できるコンシューマデバイスが、増えてきています。" -"フラッシュにインストーラを書き込み、マシンを再起動すると自動的に開始します。" #. Tag: para -#: boot-installer.xml:119 +#: boot-installer.xml:97 #, no-c-format msgid "" -"In many cases, changing the firmware of an embedded device voids your " -"warranty. Sometimes you are also not able to recover your device if there " -"are problems during the flashing process. Therefore, please take care and " -"follow the steps precisely." +"First you have to configure the network, either automatically via DHCP by " +"running <informalexample><screen>\n" +"setenv autoload no\n" +"dhcp\n" +"</screen></informalexample> or manually by setting several environment " +"variables <informalexample><screen>\n" +"setenv ipaddr <ip address of the client>\n" +"setenv netmask <netmask>\n" +"setenv serverip <ip address of the tftp server>\n" +"setenv dnsip <ip address of the nameserver>\n" +"setenv gatewayip <ip address of the default gateway>\n" +"</screen></informalexample> If you prefer, you can make these settings " +"permanent by running" msgstr "" -"多くの場合、組込デバイスのファームウェアを変更すると保証がなくなります。フ" -"ラッシュメモリに書いている間に問題が発生した場合、時にデバイスを回復できない" -"こともあります。そのため、注意して以下の手順を正確に実行してください。" -#. Tag: title -#: boot-installer.xml:131 +#. Tag: screen +#: boot-installer.xml:104 #, no-c-format -msgid "Booting the SS4000-E" -msgstr "SS4000-E の起動" +msgid "saveenv" +msgstr "" #. Tag: para -#: boot-installer.xml:132 +#: boot-installer.xml:106 #, no-c-format msgid "" -"Due to limitations in the SS4000-E firmware, it unfortunately is not " -"possible to boot the installer without the use of a serial port at this " -"time. To boot the installer, you will need a serial nullmodem cable; a " -"computer with a serial port<footnote id=\"arm-s4ke-port\"> <para> A USB " -"serial converter will also work. </para> </footnote>; and a ribbon cable " -"with a male DB9 connector at one end, and a 10-pin .1\" IDC header at the " -"other<footnote id=\"arm-s4k-rib\"> <para> This cable is often found in older " -"desktop machines with builtin 9-pin serial ports. </para> </footnote>." +"Afterwards you need to load the images (kernel/initial ramdisk/dtb) into " +"memory. This is done with the tftpboot command, which has to be provided " +"with the address at which the image shall be stored in memory. Unfortunately " +"the memory map can vary from system to system, so there is no general rule " +"which addresses can be used for this." msgstr "" -"SS4000-E ファームウェアの制限により、残念ながら、今のところシリアルポートを使" -"用せずにインストーラを起動できません。インストーラを起動するには、シリアルの" -"ヌルモデムケーブル、シリアルポート<footnote id=\"arm-s4ke-port\"> <para>USB " -"シリアルコンバータでも動作するでしょう。</para> </footnote>のあるコンピュー" -"タ、オス DB9 コネクタと 10 ピン .1\" IDC ヘッダが付いたリボンケーブル" -"<footnote id=\"arm-s4k-rib\"> <para>このケーブルは、しばしば 9 ピンのシリアル" -"ポートを内蔵した古いデスクトップマシンについています。</para> </footnote>が必" -"要になるでしょう。" #. Tag: para -#: boot-installer.xml:153 +#: boot-installer.xml:114 #, no-c-format msgid "" -"To boot the SS4000-E, use your serial nullmodem cable and the ribbon cable " -"to connect to the serial port of the SS4000-E, and reboot the machine. You " -"need to use a serial terminal application to communicate with the machine; a " -"good option on a &debian; GNU/Linux is to use the <command>cu</command> " -"program, in the package of the same name. Assuming the serial port on your " -"computer is to be found on <filename>/dev/ttyS0</filename>, use the " -"following command line:" +"On some systems, u-boot predefines a set of environment variables with " +"suitable load addresses: kernel_addr_r, ramdisk_addr_r and fdt_addr_r. You " +"can check whether they are defined by running <informalexample><screen>\n" +"printenv kernel_addr_r ramdisk_addr_r fdt_addr_r\n" +"</screen></informalexample> If they are not defined, you have to check your " +"system's documentation for appropriate values and set them manually. For " +"systems based on Allwinner SunXi SOCs (e.g. the Allwinner A10, architecture " +"name <quote>sun4i</quote> or the Allwinner A20, architecture name " +"<quote>sun7i</quote>), you can e.g. use the follwing values:" msgstr "" -"SS4000-E を起動するには、シリアルのヌルモデルケーブルとリボンケーブルを使用" -"し、SS4000-E のシリアルポートに接続し、再起動してください。&debian; GNU/" -"Linux では、<command>cu</command> プログラム (パッケージは同名) を使用すると" -"良いでしょう。あなたのコンピュータで、シリアルポートが <filename>/dev/ttyS0</" -"filename> として見えている場合、以下のコマンドラインを使用してください。" #. Tag: screen -#: boot-installer.xml:165 -#, no-c-format -msgid "cu -lttyS0 -s115200" -msgstr "cu -lttyS0 -s115200" - -#. Tag: para -#: boot-installer.xml:167 +#: boot-installer.xml:125 #, no-c-format msgid "" -"If using Windows, you may want to consider using the program " -"<classname>hyperterminal</classname>. Use a baud rate of 115200, 8 bits word " -"length, no stop bits, and one parity bit." +"setenv kernel_addr_r 0x46000000\n" +"setenv fdt_addr_r 0x47000000\n" +"setenv ramdisk_addr_r 0x48000000" msgstr "" -"Windows を使用する場合、<classname>ハイパーターミナル</classname>プログラムを" -"使用したいかと思います。ビットレート 115200、データビット 8、ストップビットな" -"し、パリティビット 1 としてください。" #. Tag: para -#: boot-installer.xml:173 +#: boot-installer.xml:127 #, no-c-format -msgid "When the machine boots, you will see the following line of output:" -msgstr "マシンの起動時に、以下のような出力を目にすることでしょう。" +msgid "" +"When the load addresses are defined, you can load the images into memory " +"from the previously defined tftp server with" +msgstr "" #. Tag: screen -#: boot-installer.xml:179 +#: boot-installer.xml:130 #, no-c-format msgid "" -"No network interfaces found\n" -"\n" -"EM-7210 ver.T04 2005-12-12 (For ver.AA)\n" -"== Executing boot script in 1.000 seconds - enter ^C to abort" +"tftpboot ${kernel_addr_r} <filename of the kernel image>\n" +"tftpboot ${fdt_addr_r} <filename of the dtb>\n" +"tftpboot ${ramdisk_addr_r} <filename of the initial ramdisk image>" msgstr "" -"No network interfaces found\n" -"\n" -"EM-7210 ver.T04 2005-12-12 (For ver.AA)\n" -"== Executing boot script in 1.000 seconds - enter ^C to abort" #. Tag: para -#: boot-installer.xml:181 +#: boot-installer.xml:132 #, no-c-format msgid "" -"At this point, hit Control-C to interrupt the boot loader<footnote id=\"arm-" -"s4ke-sec\"> <para> Note that you have only one second to do so; if you miss " -"this window, just powercycle the machine and try again. </para> </footnote>. " -"This will give you the RedBoot prompt. Enter the following commands:" +"The third part is setting the kernel commandline and actually executing the " +"loaded code. U-boot passes the content of the <quote>bootargs</quote> " +"environment variable as commandline to the kernel, so any parameters for the " +"kernel and the installer - such as the console device (see <xref linkend=" +"\"boot-console\"/>) or preseeding options (see <xref linkend=\"installer-args" +"\"/> and <xref linkend=\"appendix-preseed\"/>) - can be set with a command " +"like <informalexample><screen>\n" +"setenv bootargs console=ttyS0,115200 rootwait panic=10\n" +"</screen></informalexample> The exact command to execute the previously " +"loaded code depends on the image format used. With uImage/uInitrd, the " +"command is <informalexample><screen>\n" +"bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}\n" +"</screen></informalexample> and with native Linux images it is" msgstr "" -"ここで、Control-C を押してブートローダに割り込みを掛けてください<footnote id=" -"\"arm-s4ke-sec\"> <para>これには 1 秒しかないことに注意してください。このウィ" -"ンドウを逃したら、電源を入れ直してもう一度やり直してください。</para> </" -"footnote>。これで RedBoot プロンプトが現れます。以下のコマンドを入力してくだ" -"さい。" #. Tag: screen -#: boot-installer.xml:194 +#: boot-installer.xml:145 #, no-c-format -msgid "" -"load -v -r -b 0x01800000 -m ymodem ramdisk.gz\n" -"load -v -r -b 0x01008000 -m ymodem zImage\n" -"exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " -"0x01800000" +msgid "bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}" msgstr "" -"load -v -r -b 0x01800000 -m ymodem ramdisk.gz\n" -"load -v -r -b 0x01008000 -m ymodem zImage\n" -"exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " -"0x01800000" #. Tag: para -#: boot-installer.xml:196 +#: boot-installer.xml:147 #, no-c-format msgid "" -"After every <command>load</command> command, the system will expect a file " -"to be transmitted using the YMODEM protocol. When using cu, make sure you " -"have the package <classname>lrzsz</classname> installed, then hit enter, " -"followed by the <quote>~<</quote> escape sequence to start an external " -"program, and run <command>sb initrd.gz</command> or <command>sb vmlinuz</" -"command>." +"Note: When booting standard linux images, it is important to load the " +"initial ramdisk image after the kernel and the dtb as u-boot sets the " +"filesize variable to the size of the last file loaded and the bootz command " +"requires the size of the ramdisk image to work correctly. In case of booting " +"a platform-specific kernel, i.e. a kernel without device-tree, simply omit " +"the ${fdt_addr_r} parameter." msgstr "" -"毎回の <command>load</command> コマンドの後、YMODEM プロトコルを使用してファ" -"イルが送信されることを、システムは期待します。cu を使用する際、" -"<classname>lrzsz</classname> パッケージがインストールされていることを確認して" -"ください。それから enter を叩き、<quote>~<</quote> エスケープシーケンスが" -"続く外部プログラムを起動します。そして、<command>sb initrd.gz</command> や " -"<command>sb vmlinuz</command> を実行します。" -#. Tag: para -#: boot-installer.xml:205 +#. Tag: title +#: boot-installer.xml:286 boot-installer.xml:785 boot-installer.xml:1442 +#: boot-installer.xml:1823 #, no-c-format -msgid "" -"Alternatively, it is possible to load the kernel and ramdisk using HTTP " -"rather than YMODEM. This is faster, but requires a working HTTP server on " -"the network. To do so, first switch the bootloader to RAM mode:" -msgstr "" -"他には、YMODEM ではなく HTTP を用いて、カーネルや RAM ディスクをロードできま" -"す。この方が速いのですが、ネットワーク上で動作している HTTP サーバが必要にな" -"ります。こうするには、まず速やかにブートローダを RAM モードにしてください。" +msgid "Booting from a CD-ROM" +msgstr "CD-ROM からの起動" -#. Tag: screen -#: boot-installer.xml:211 +#. Tag: para +#: boot-installer.xml:292 boot-installer.xml:791 boot-installer.xml:1448 +#: boot-installer.xml:1829 #, no-c-format msgid "" -"fis load rammode\n" -"g" +"The easiest route for most people will be to use a set of &debian; CDs. If " +"you have a CD set, and if your machine supports booting directly off the CD, " +"great! Simply <phrase arch=\"x86\"> configure your system for booting off a " +"CD as described in <xref linkend=\"boot-dev-select\"/>, </phrase> insert " +"your CD, reboot, and proceed to the next chapter." msgstr "" -"fis load rammode\n" -"g" +"ほとんどの人にとって、&debian; CD セットを使うのが一番簡単な入手経路かと思い" +"ます。CD セットが既に手元にあり、かつインストールするマシンが CD から直接起動" +"できるようならツイています! 単に <phrase arch=\"x86\"> <xref linkend=\"boot-" +"dev-select\"/> の説明に従って、CD から起動できるようシステムを設定したあと、" +"</phrase>CD-ROM をドライブに入れて再起動し、次の章に進んでください。" #. Tag: para -#: boot-installer.xml:213 +#: boot-installer.xml:303 boot-installer.xml:802 boot-installer.xml:1459 +#: boot-installer.xml:1840 #, no-c-format msgid "" -"This will seemingly restart the machine; but in reality, it loads redboot to " -"RAM and restarts it from there. Not doing this step will cause the system to " -"hang in the necessary ip_address step that comes next." +"Note that certain CD drives may require special drivers, and thus be " +"inaccessible in the early installation stages. If it turns out the standard " +"way of booting off a CD doesn't work for your hardware, revisit this chapter " +"and read about alternate kernels and installation methods which may work for " +"you." msgstr "" -"これは外見上、マシンを再始動しますが、実際には、redboot を RAM にロードし、そ" -"こから再始動します。このステップを踏まないと、次に来る必要な ip_address ス" -"テップで、システムがハングする原因になるでしょう。" +"CD ドライブに特殊なドライバが必要で、インストール初期にはアクセスできないかも" +"しれないことに注意してください。CD が使えないハードウェアで起動する標準的な方" +"法を知るには、本章に戻って、動くであろう別のカーネルや別のインストール方法に" +"ついて読んでください。" #. Tag: para -#: boot-installer.xml:219 -#, no-c-format +#: boot-installer.xml:311 boot-installer.xml:810 boot-installer.xml:1467 +#: boot-installer.xml:1848 +#, fuzzy, no-c-format +#| msgid "" +#| "Even if you cannot boot from CD-ROM, you can probably install the " +#| "&debian; system components and any packages you want from CD-ROM. Simply " +#| "boot using a different media, such as floppies. When it's time to install " +#| "the operating system, base system, and any additional packages, point the " +#| "installation system at the CD-ROM drive." msgid "" -"You will need to hit Ctrl-C again to interrupt the boot. Then: " -"<informalexample><screen>\n" -"ip_address -l <replaceable>192.168.2.249</replaceable> -h " -"<replaceable>192.168.2.4</replaceable>\n" -"load -v -r -b 0x01800000 -m http /initrd.gz\n" -"load -v -r -b 0x01008000 -m http /zImage\n" -"exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " -"0x01800000\n" -"</screen></informalexample> Where <replaceable>192.168.2.249</replaceable> " -"is the IP address of the installed system and <replaceable>192.168.2.4</" -"replaceable> the IP address of the HTTP server containing the kernel and " -"ramdisk files." -msgstr "" -"もう一度 Ctrl-C を押して、起動に割り込みをかけてください。その後次のようにし" -"てください。<informalexample><screen>\n" -"ip_address -l <replaceable>192.168.2.249</replaceable> -h " -"<replaceable>192.168.2.4</replaceable>\n" -"load -v -r -b 0x01800000 -m http /initrd.gz\n" -"load -v -r -b 0x01008000 -m http /zImage\n" -"exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " -"0x01800000\n" -"</screen></informalexample> <replaceable>192.168.2.249</replaceable> にはイン" -"ストールしたシステムの IP アドレスを、<replaceable>192.168.2.4</replaceable> " -"にはカーネルと RAM ディスクを格納した HTTP サーバの IP アドレスを指定してくだ" -"さい。" +"Even if you cannot boot from CD-ROM, you can probably install the &debian; " +"system components and any packages you want from CD-ROM. Simply boot using a " +"different medium and when it's time to install the operating system, base " +"system, and any additional packages, point the installation system at the CD-" +"ROM drive." +msgstr "" +"CD-ROM から起動できなくても、希望する &debian; システムコンポーネントやパッ" +"ケージを、おそらく CD-ROM からインストールできるでしょう。単純にフロッピーな" +"どの別のメディアを使って起動してください。OS、基本システム、任意の追加パッ" +"ケージをインストールする場合、インストールシステムを CD-ROM ドライブに向けて" +"ください。" #. Tag: para -#: boot-installer.xml:229 -#, no-c-format -msgid "The installer will now start as usual." -msgstr "今度は通常のように、インストーラが起動します。" - -#. Tag: title -#: boot-installer.xml:242 boot-installer.xml:740 boot-installer.xml:1395 -#: boot-installer.xml:1774 +#: boot-installer.xml:319 boot-installer.xml:818 boot-installer.xml:1475 +#: boot-installer.xml:1856 #, no-c-format -msgid "Booting from a CD-ROM" -msgstr "CD-ROM からの起動" +msgid "" +"If you have problems booting, see <xref linkend=\"boot-troubleshooting\"/>." +msgstr "" +"起動に問題があれば、<xref linkend=\"boot-troubleshooting\"/> をご覧ください。" #. Tag: title -#: boot-installer.xml:349 +#: boot-installer.xml:393 #, no-c-format msgid "Booting from Windows" msgstr "Windows からの起動" #. Tag: para -#: boot-installer.xml:350 +#: boot-installer.xml:394 #, no-c-format msgid "To start the installer from Windows, you can either" msgstr "Windows からインストーラを起動するには、" #. Tag: para -#: boot-installer.xml:355 +#: boot-installer.xml:399 #, no-c-format msgid "" "obtain CD-ROM/DVD-ROM<phrase condition=\"bootable-usb\"> or USB memory " @@ -423,7 +369,7 @@ msgstr "" "のインストールメディアを得るか、" #. Tag: para -#: boot-installer.xml:363 +#: boot-installer.xml:407 #, no-c-format msgid "" "download a standalone Windows executable, which is available as tools/win32-" @@ -433,7 +379,7 @@ msgstr "" "れだけで起動する Windows の実行ファイルをダウンロードします。" #. Tag: para -#: boot-installer.xml:371 +#: boot-installer.xml:415 #, no-c-format msgid "" "If you use an installation CD or DVD, a pre-installation program should be " @@ -448,7 +394,7 @@ msgstr "" "きます。" #. Tag: para -#: boot-installer.xml:379 +#: boot-installer.xml:423 #, no-c-format msgid "" "After the program has been started, a few preliminary questions will be " @@ -459,13 +405,13 @@ msgstr "" "gnu; インストーラを起動する準備が整います。" #. Tag: title -#: boot-installer.xml:389 +#: boot-installer.xml:433 #, no-c-format msgid "Booting from DOS using loadlin" msgstr "loadlin を用いた DOS からの起動" #. Tag: para -#: boot-installer.xml:390 +#: boot-installer.xml:434 #, no-c-format msgid "" "Boot into DOS (not Windows). To do this, you can for instance boot from a " @@ -475,7 +421,7 @@ msgstr "" "スクから起動します。" #. Tag: para -#: boot-installer.xml:395 +#: boot-installer.xml:439 #, no-c-format msgid "" "If you can access the installation CD, change the current drive to the CD-" @@ -493,7 +439,7 @@ msgstr "" "ブを変更します。" #. Tag: para -#: boot-installer.xml:405 +#: boot-installer.xml:449 #, no-c-format msgid "" "Enter the subdirectory for the flavor you chose, e.g., " @@ -515,7 +461,7 @@ msgstr "" "ください。カーネルが読み込まれインストーラシステムが起動します。" #. Tag: title -#: boot-installer.xml:423 +#: boot-installer.xml:467 #, no-c-format msgid "" "Booting from Linux using <command>LILO</command> or <command>GRUB</command>" @@ -523,7 +469,7 @@ msgstr "" "<command>LILO</command> や <command>GRUB</command> を用いた Linux からの起動" #. Tag: para -#: boot-installer.xml:426 +#: boot-installer.xml:470 #, no-c-format msgid "" "To boot the installer from hard disk, you must first download and place the " @@ -534,7 +480,7 @@ msgstr "" "なりません。" #. Tag: para -#: boot-installer.xml:431 +#: boot-installer.xml:475 #, no-c-format msgid "" "If you intend to use the hard drive only for booting and then download " @@ -552,7 +498,7 @@ msgstr "" "できます。(注意して行ってください)" #. Tag: para -#: boot-installer.xml:441 +#: boot-installer.xml:485 #, no-c-format msgid "" "Alternatively, if you intend to keep an existing partition on the hard drive " @@ -570,7 +516,7 @@ msgstr "" "ンストールできます。" #. Tag: para -#: boot-installer.xml:450 +#: boot-installer.xml:494 #, no-c-format msgid "" "For <command>LILO</command>, you will need to configure two essential things " @@ -588,7 +534,7 @@ msgstr "" "itemizedlist> <filename>/etc/lilo.conf</filename> の例を示します。" #. Tag: screen -#: boot-installer.xml:471 +#: boot-installer.xml:515 #, no-c-format msgid "" "image=/boot/newinstall/vmlinuz\n" @@ -600,7 +546,7 @@ msgstr "" " initrd=/boot/newinstall/initrd.gz" #. Tag: para -#: boot-installer.xml:471 +#: boot-installer.xml:515 #, no-c-format msgid "" "For more details, refer to the <citerefentry><refentrytitle>initrd</" @@ -616,7 +562,7 @@ msgstr "" "ださい。" #. Tag: para -#: boot-installer.xml:480 +#: boot-installer.xml:524 #, no-c-format msgid "" "The procedure for <command>GRUB1</command> is quite similar. Locate your " @@ -632,7 +578,7 @@ msgstr "" "ティションにあると仮定します)。" #. Tag: screen -#: boot-installer.xml:488 +#: boot-installer.xml:532 #, no-c-format msgid "" "title New Install\n" @@ -647,7 +593,7 @@ msgstr "" # trans: for instance for example? #. Tag: para -#: boot-installer.xml:490 +#: boot-installer.xml:534 #, no-c-format msgid "" "The procedure for <command>GRUB2</command> is very similar. The file is " @@ -659,7 +605,7 @@ msgstr "" "インストーラのエントリは以下の例の様になります。" #. Tag: screen -#: boot-installer.xml:496 +#: boot-installer.xml:540 #, no-c-format msgid "" "menuentry 'New Install' {\n" @@ -679,7 +625,7 @@ msgstr "" "}" #. Tag: para -#: boot-installer.xml:498 +#: boot-installer.xml:542 #, no-c-format msgid "" "From here on, there should be no difference between <command>GRUB</command> " @@ -689,13 +635,13 @@ msgstr "" "ん。" #. Tag: title -#: boot-installer.xml:507 +#: boot-installer.xml:551 #, no-c-format msgid "Booting from USB Memory Stick" msgstr "USB メモリからの起動" #. Tag: para -#: boot-installer.xml:508 +#: boot-installer.xml:552 #, no-c-format msgid "" "Let's assume you have prepared everything from <xref linkend=\"boot-dev-" @@ -713,13 +659,13 @@ msgstr "" "するか、単に &enterkey; を押してください。" #. Tag: title -#: boot-installer.xml:522 boot-installer.xml:1681 +#: boot-installer.xml:566 boot-installer.xml:1729 #, no-c-format msgid "Booting from Floppies" msgstr "フロッピーからの起動" #. Tag: para -#: boot-installer.xml:523 boot-installer.xml:1689 +#: boot-installer.xml:567 boot-installer.xml:1737 #, no-c-format msgid "" "You will have already downloaded the floppy images you needed and created " @@ -729,7 +675,7 @@ msgstr "" "既にダウンロードし、それらのイメージからフロッピーは作成済みかと思います。" #. Tag: para -#: boot-installer.xml:530 +#: boot-installer.xml:574 #, no-c-format msgid "" "To boot from the installer boot floppy, place it in the primary floppy " @@ -740,7 +686,7 @@ msgstr "" "れてください。" #. Tag: para -#: boot-installer.xml:536 +#: boot-installer.xml:580 #, no-c-format msgid "" "For installing from an LS-120 drive (ATAPI version) with a set of floppies, " @@ -758,7 +704,7 @@ msgstr "" "dev/hdc</userinput> と入力します。" #. Tag: para -#: boot-installer.xml:546 +#: boot-installer.xml:590 #, no-c-format msgid "" "Note that on some machines, <keycombo><keycap>Control</keycap> <keycap>Alt</" @@ -774,7 +720,7 @@ msgstr "" "トールを行うときは、ハードリブートを用いてください。" #. Tag: para -#: boot-installer.xml:555 +#: boot-installer.xml:599 #, no-c-format msgid "" "The floppy disk will be accessed, and you should then see a screen that " @@ -784,7 +730,7 @@ msgstr "" "に <prompt>boot:</prompt> というプロンプトが表示されます。" #. Tag: para -#: boot-installer.xml:561 +#: boot-installer.xml:605 #, no-c-format msgid "" "Once you press &enterkey;, you should see the message " @@ -801,7 +747,7 @@ msgstr "" "\"kernel-msgs\"/> で説明します。" #. Tag: para -#: boot-installer.xml:570 +#: boot-installer.xml:614 #, no-c-format msgid "" "After booting from the boot floppy, the root floppy is requested. Insert the " @@ -815,26 +761,26 @@ msgstr "" "起動します。" #. Tag: title -#: boot-installer.xml:580 boot-installer.xml:1109 boot-installer.xml:1250 -#: boot-installer.xml:1304 boot-installer.xml:1626 boot-installer.xml:1735 +#: boot-installer.xml:624 boot-installer.xml:1154 boot-installer.xml:1296 +#: boot-installer.xml:1350 boot-installer.xml:1673 boot-installer.xml:1783 #, no-c-format msgid "Booting with TFTP" msgstr "TFTP での起動" #. Tag: para -#: boot-installer.xml:604 +#: boot-installer.xml:649 #, no-c-format msgid "There are various ways to do a TFTP boot on i386." msgstr "i386 での TFTP ブートはいろいろな方法があります。" #. Tag: title -#: boot-installer.xml:610 +#: boot-installer.xml:655 #, no-c-format msgid "NIC or Motherboard that support PXE" msgstr "PXE をサポートする NIC・マザーボード" #. Tag: para -#: boot-installer.xml:611 +#: boot-installer.xml:656 #, no-c-format msgid "" "It could be that your Network Interface Card or Motherboard provides PXE " @@ -848,13 +794,13 @@ msgstr "" "BIOS を設定することができます。" #. Tag: title -#: boot-installer.xml:622 +#: boot-installer.xml:667 #, no-c-format msgid "NIC with Network BootROM" msgstr "ネットワーク BootROM がある NIC" #. Tag: para -#: boot-installer.xml:623 +#: boot-installer.xml:668 #, no-c-format msgid "" "It could be that your Network Interface Card provides TFTP boot " @@ -864,7 +810,7 @@ msgstr "" "せん。" #. Tag: para -#: boot-installer.xml:628 +#: boot-installer.xml:673 #, no-c-format msgid "" "Let us (<email>&email-debian-boot-list;</email>) know how did you manage it. " @@ -874,13 +820,13 @@ msgstr "" "ださい。この文書に参加をお願いします。" #. Tag: title -#: boot-installer.xml:636 +#: boot-installer.xml:681 #, no-c-format msgid "Etherboot" msgstr "Etherboot" #. Tag: para -#: boot-installer.xml:637 +#: boot-installer.xml:682 #, no-c-format msgid "" "The <ulink url=\"http://www.etherboot.org\">etherboot project</ulink> " @@ -890,13 +836,13 @@ msgstr "" "TFTP ブートを行うブートディスケットとブート ROM を提供しています。" #. Tag: title -#: boot-installer.xml:647 +#: boot-installer.xml:692 #, no-c-format msgid "The Boot Screen" msgstr "ブート画面" #. Tag: para -#: boot-installer.xml:648 +#: boot-installer.xml:693 #, no-c-format msgid "" "When the installer boots, you should be presented with a friendly graphical " @@ -932,7 +878,7 @@ msgstr "" "ため、オプションの数は、ほぼ 2 倍になります。" #. Tag: para -#: boot-installer.xml:660 +#: boot-installer.xml:705 #, no-c-format msgid "" "For a normal installation, select either the <quote>Install</quote> or the " @@ -947,7 +893,7 @@ msgstr "" "択済み)、&enterkey; を押してインストーラを起動してください。" #. Tag: para -#: boot-installer.xml:668 +#: boot-installer.xml:713 #, no-c-format msgid "" "The <quote>Advanced options</quote> entry gives access to a second menu that " @@ -959,7 +905,7 @@ msgstr "" "セスできます。" #. Tag: para -#: boot-installer.xml:674 +#: boot-installer.xml:719 #, no-c-format msgid "" "If you wish or need to add any boot parameters for either the installer or " @@ -977,7 +923,7 @@ msgstr "" "ニューに戻り、行った変更を取り消します。" #. Tag: para -#: boot-installer.xml:683 +#: boot-installer.xml:728 #, no-c-format msgid "" "Choosing the <quote>Help</quote> entry will result in the first help screen " @@ -1009,7 +955,7 @@ msgstr "" "<userinput>install fb=false</userinput>)。" #. Tag: para -#: boot-installer.xml:701 +#: boot-installer.xml:746 #, no-c-format msgid "" "The keyboard is assumed to have a default American English layout at this " @@ -1027,7 +973,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:711 +#: boot-installer.xml:756 #, no-c-format msgid "" "If you are using a system that has the BIOS configured to use serial " @@ -1047,7 +993,7 @@ msgstr "" "Remote Assistant</quote> (IRA) のテキストコンソールを含みます。" #. Tag: para -#: boot-installer.xml:721 +#: boot-installer.xml:766 #, no-c-format msgid "" "To bypass the graphical boot screen you can either blindly press &escapekey; " @@ -1067,13 +1013,13 @@ msgstr "" "fb=false</userinput> を追加したくなるでしょう。" #. Tag: title -#: boot-installer.xml:781 +#: boot-installer.xml:826 #, no-c-format msgid "CD Contents" msgstr "CD の内容" #. Tag: para -#: boot-installer.xml:783 +#: boot-installer.xml:828 #, no-c-format msgid "" "There are three basic variations of &debian; Install CDs. The " @@ -1097,7 +1043,7 @@ msgstr "" "をインストールできます。" #. Tag: para -#: boot-installer.xml:799 +#: boot-installer.xml:844 #, no-c-format msgid "" "The IA-64 architecture uses the next generation Extensible Firmware " @@ -1123,7 +1069,7 @@ msgstr "" "を意味します。" #. Tag: para -#: boot-installer.xml:815 +#: boot-installer.xml:860 #, no-c-format msgid "" "The &debian; Installer CD contains a small EFI partition where the " @@ -1139,7 +1085,7 @@ msgstr "" "のファイルは下に記述したように EFI シェルから読むことができます。" #. Tag: para -#: boot-installer.xml:824 +#: boot-installer.xml:869 #, no-c-format msgid "" "Most of the details of how <command>ELILO</command> actually loads and " @@ -1162,7 +1108,7 @@ msgstr "" "確認します。" #. Tag: para -#: boot-installer.xml:836 +#: boot-installer.xml:881 #, no-c-format msgid "" "The EFI Boot Manager is presented as the last step of the firmware " @@ -1185,13 +1131,13 @@ msgstr "" "ださい。" #. Tag: title -#: boot-installer.xml:855 +#: boot-installer.xml:900 #, no-c-format msgid "IMPORTANT" msgstr "重要" #. Tag: para -#: boot-installer.xml:856 +#: boot-installer.xml:901 #, no-c-format msgid "" "The EFI Boot Manager will select a default boot action, typically the first " @@ -1210,13 +1156,13 @@ msgstr "" "ジャに戻ることができます。" #. Tag: title -#: boot-installer.xml:868 +#: boot-installer.xml:913 #, no-c-format msgid "Option 1: Booting from the Boot Option Maintenance Menu" msgstr "オプション 1: 起動オプションメンテナンスメニューからの起動" #. Tag: para -#: boot-installer.xml:875 +#: boot-installer.xml:920 #, no-c-format msgid "" "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will " @@ -1227,7 +1173,7 @@ msgstr "" "と、ファームウェアが EFI ブートマネージャの画面やメニューを表示する。" #. Tag: para -#: boot-installer.xml:881 +#: boot-installer.xml:926 #, no-c-format msgid "" "Select <command>Boot Maintenance Menu</command> from the menu with the arrow " @@ -1237,7 +1183,7 @@ msgstr "" "<command>ENTER</command> を押す。ここで新しいメニューを表示する。" #. Tag: para -#: boot-installer.xml:887 +#: boot-installer.xml:932 #, no-c-format msgid "" "Select <command>Boot From a File</command> from the menu with the arrow keys " @@ -1255,7 +1201,7 @@ msgstr "" "に気がつくだろう。" #. Tag: para -#: boot-installer.xml:898 +#: boot-installer.xml:943 #, no-c-format msgid "" "You can choose either of the entries that refer to the CD/DVD drive. Select " @@ -1272,7 +1218,7 @@ msgstr "" "移ることを要求し、CD の起動可能部分のディレクトリ一覧を表示するだろう。" #. Tag: para -#: boot-installer.xml:909 +#: boot-installer.xml:954 #, no-c-format msgid "" "You will only need this step if you chose <command>Debian Inst [Acpi ...</" @@ -1287,7 +1233,7 @@ msgstr "" "<command>ENTER</command> を押すと、ブートロードシーケンスを開始する。" #. Tag: para -#: boot-installer.xml:921 +#: boot-installer.xml:966 #, no-c-format msgid "" "These steps start the &debian; boot loader which will display a menu page " @@ -1298,13 +1244,13 @@ msgstr "" "ブートローダを起動します。起動カーネルやオプションの選択に移行してください。" #. Tag: title -#: boot-installer.xml:931 +#: boot-installer.xml:976 #, no-c-format msgid "Option 2: Booting from the EFI Shell" msgstr "オプション 2: EFI シェルからの起動" #. Tag: para -#: boot-installer.xml:932 +#: boot-installer.xml:977 #, no-c-format msgid "" "If, for some reason, option 1 is not successful, reboot the machine and when " @@ -1318,7 +1264,7 @@ msgstr "" "ください。" #. Tag: para -#: boot-installer.xml:943 +#: boot-installer.xml:988 #, no-c-format msgid "" "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will " @@ -1329,7 +1275,7 @@ msgstr "" "と、ファームウェアが EFI ブートマネージャの画面やメニューを表示する。" #. Tag: para -#: boot-installer.xml:949 +#: boot-installer.xml:994 #, no-c-format msgid "" "Select <command>EFI Shell</command> from the menu with the arrow keys and " @@ -1351,7 +1297,7 @@ msgstr "" "化するのに数秒よけいにかかる可能性がある。" #. Tag: para -#: boot-installer.xml:963 +#: boot-installer.xml:1008 #, no-c-format msgid "" "Examine the output from the shell looking for the CDROM drive. It is most " @@ -1364,7 +1310,7 @@ msgstr "" "filename> という、起動可能パーティションを持つ他のデバイスとして表される。" #. Tag: para -#: boot-installer.xml:970 +#: boot-installer.xml:1015 #, no-c-format msgid "" "Enter <command>fs<replaceable>n</replaceable>:</command> and press " @@ -1378,7 +1324,7 @@ msgstr "" "される。" #. Tag: para -#: boot-installer.xml:977 +#: boot-installer.xml:1022 #, no-c-format msgid "" "Enter <command>elilo</command> and press <command>ENTER</command>. This will " @@ -1388,7 +1334,7 @@ msgstr "" "ブートローダが起動される。" #. Tag: para -#: boot-installer.xml:984 +#: boot-installer.xml:1029 #, no-c-format msgid "" "As with option 1, these steps start the &debian; boot loader which will " @@ -1403,13 +1349,13 @@ msgstr "" "ます。起動カーネルやオプションの選択に進んでください。" #. Tag: title -#: boot-installer.xml:998 +#: boot-installer.xml:1043 #, no-c-format msgid "Installing using a Serial Console" msgstr "シリアルコンソールを用いたインストール" #. Tag: para -#: boot-installer.xml:1000 +#: boot-installer.xml:1045 #, no-c-format msgid "" "You may choose to perform an install using a monitor and keyboard or using a " @@ -1430,7 +1376,7 @@ msgstr "" "定されています。" #. Tag: para -#: boot-installer.xml:1011 +#: boot-installer.xml:1056 #, no-c-format msgid "" "In most circumstances, you will want the installer to use the same baud rate " @@ -1443,7 +1389,7 @@ msgstr "" "<command>baud</command> コマンドを使って取得できます。" #. Tag: para -#: boot-installer.xml:1018 +#: boot-installer.xml:1063 #, no-c-format msgid "" "If there is not an option available that is configured for the serial device " @@ -1459,7 +1405,7 @@ msgstr "" "力してください。" #. Tag: para -#: boot-installer.xml:1029 +#: boot-installer.xml:1074 #, no-c-format msgid "" "Most IA-64 boxes ship with a default console setting of 9600 baud. This " @@ -1477,7 +1423,7 @@ msgstr "" "ニューの説明をご覧ください。" #. Tag: para -#: boot-installer.xml:1038 +#: boot-installer.xml:1083 #, no-c-format msgid "" "If you select the wrong console type, you will be able to select the kernel " @@ -1490,13 +1436,13 @@ msgstr "" "める前に、再起動する必要があるでしょう。" #. Tag: title -#: boot-installer.xml:1047 +#: boot-installer.xml:1092 #, no-c-format msgid "Selecting the Boot Kernel and Options" msgstr "起動カーネルやオプションの選択" #. Tag: para -#: boot-installer.xml:1049 +#: boot-installer.xml:1094 #, no-c-format msgid "" "The boot loader will display a form with a menu list and a text window with " @@ -1516,7 +1462,7 @@ msgstr "" "明します。" #. Tag: para -#: boot-installer.xml:1061 +#: boot-installer.xml:1106 #, no-c-format msgid "" "Consult the <classname>General</classname> help screen for the description " @@ -1538,7 +1484,7 @@ msgstr "" "可能性があります。以下の手順で選択しインストールを開始してください。" #. Tag: para -#: boot-installer.xml:1079 +#: boot-installer.xml:1124 #, no-c-format msgid "" "Select the kernel version and installation mode most appropriate to your " @@ -1547,7 +1493,7 @@ msgstr "" "カーネルのバージョンと目的に対して最も適切なモードを、矢印キーで選択する。" #. Tag: para -#: boot-installer.xml:1084 +#: boot-installer.xml:1129 #, no-c-format msgid "" "Enter any boot parameters by typing at the keyboard. The text will be " @@ -1559,7 +1505,7 @@ msgstr "" "定を行う。" #. Tag: para -#: boot-installer.xml:1091 +#: boot-installer.xml:1136 #, no-c-format msgid "" "Press <command>ENTER</command>. This will load and start the kernel. The " @@ -1570,7 +1516,7 @@ msgstr "" "は &debian; インストーラの第 1 画面に通常の初期化メッセージを表示する。" #. Tag: para -#: boot-installer.xml:1100 boot-installer.xml:1236 +#: boot-installer.xml:1145 boot-installer.xml:1282 #, no-c-format msgid "" "Proceed to the next chapter to continue the installation where you will set " @@ -1580,7 +1526,7 @@ msgstr "" "ンストールを続けるのには、次章に進んでください。" #. Tag: para -#: boot-installer.xml:1111 +#: boot-installer.xml:1156 #, no-c-format msgid "" "Booting an IA-64 system from the network is similar to a CD boot. The only " @@ -1599,7 +1545,7 @@ msgstr "" "トールと同じ手順で、システムのインストールを行うことになります。" #. Tag: para -#: boot-installer.xml:1145 +#: boot-installer.xml:1191 #, no-c-format msgid "" "Network booting an IA-64 system requires two architecture-specific actions. " @@ -1613,13 +1559,13 @@ msgstr "" "ロードができるよう EFI ブートマネージャに定義しなければなりません。" #. Tag: title -#: boot-installer.xml:1156 +#: boot-installer.xml:1202 #, no-c-format msgid "Configuring the Server" msgstr "サーバの設定" #. Tag: para -#: boot-installer.xml:1157 +#: boot-installer.xml:1203 #, no-c-format msgid "" "A suitable TFTP entry for network booting an IA-64 system looks something " @@ -1643,7 +1589,7 @@ msgstr "" "することが目的であることに注意してください。" #. Tag: para -#: boot-installer.xml:1167 +#: boot-installer.xml:1213 #, no-c-format msgid "" "Extract the <filename>netboot.tar.gz</filename> file into the directory used " @@ -1659,7 +1605,7 @@ msgstr "" "installer</filename> ディレクトリを作成します。" #. Tag: screen -#: boot-installer.xml:1177 +#: boot-installer.xml:1223 #, no-c-format msgid "" "# cd /var/lib/tftp\n" @@ -1677,7 +1623,7 @@ msgstr "" "[...]" #. Tag: para -#: boot-installer.xml:1177 +#: boot-installer.xml:1223 #, no-c-format msgid "" "The <filename>netboot.tar.gz</filename> contains an <filename>elilo.conf</" @@ -1698,13 +1644,13 @@ msgstr "" "classname> パッケージで提供されるドキュメントを参照してください。" #. Tag: title -#: boot-installer.xml:1194 +#: boot-installer.xml:1240 #, no-c-format msgid "Configuring the Client" msgstr "クライアントの設定" #. Tag: para -#: boot-installer.xml:1195 +#: boot-installer.xml:1241 #, no-c-format msgid "" "To configure the client to support TFTP booting, start by booting to EFI and " @@ -1734,7 +1680,7 @@ msgstr "" "いるか、確認した方がいいでしょう。" #. Tag: para -#: boot-installer.xml:1227 +#: boot-installer.xml:1273 #, no-c-format msgid "" "The boot loader will display its prompt after it has downloaded and " @@ -1749,13 +1695,13 @@ msgstr "" "らカーネルの読み込みが完了すれば、&debian; インストーラを起動します。" #. Tag: title -#: boot-installer.xml:1253 boot-installer.xml:1277 +#: boot-installer.xml:1299 boot-installer.xml:1323 #, no-c-format msgid "SGI TFTP Booting" msgstr "SGI の TFTP での起動" #. Tag: para -#: boot-installer.xml:1254 +#: boot-installer.xml:1300 #, no-c-format msgid "" "After entering the command monitor use <informalexample><screen>\n" @@ -1777,13 +1723,13 @@ msgstr "" "</screen></informalexample> とします。" #. Tag: title -#: boot-installer.xml:1274 boot-installer.xml:2013 +#: boot-installer.xml:1320 boot-installer.xml:2075 #, no-c-format msgid "Boot Parameters" msgstr "ブートパラメータ" #. Tag: para -#: boot-installer.xml:1278 +#: boot-installer.xml:1324 #, no-c-format msgid "" "On SGI machines you can append boot parameters to the <command>bootp():</" @@ -1793,7 +1739,7 @@ msgstr "" "トパラメータを追加します。" #. Tag: para -#: boot-installer.xml:1283 +#: boot-installer.xml:1329 #, no-c-format msgid "" "Following the <command>bootp():</command> command you can give the path and " @@ -1811,19 +1757,19 @@ msgstr "" "command> を通して渡せます:" #. Tag: screen -#: boot-installer.xml:1293 +#: boot-installer.xml:1339 #, no-c-format msgid "bootp(): append=\"root=/dev/sda1\"" msgstr "bootp(): append=\"root=/dev/sda1\"" #. Tag: title -#: boot-installer.xml:1335 +#: boot-installer.xml:1382 #, no-c-format msgid "s390 Limitations" msgstr "s390 の制限" #. Tag: para -#: boot-installer.xml:1336 +#: boot-installer.xml:1383 #, no-c-format msgid "" "In order to run the installation system a working network setup and ssh " @@ -1833,7 +1779,7 @@ msgstr "" "ssh セッションが使えることが必要となります。" #. Tag: para -#: boot-installer.xml:1341 +#: boot-installer.xml:1388 #, no-c-format msgid "" "The booting process starts with a network setup that prompts you for several " @@ -1846,13 +1792,13 @@ msgstr "" "にログインします。すると標準のインストールシステムが起動されます。" #. Tag: title -#: boot-installer.xml:1352 +#: boot-installer.xml:1399 #, no-c-format msgid "s390 Boot Parameters" msgstr "s390 ブートパラメータ" #. Tag: para -#: boot-installer.xml:1353 +#: boot-installer.xml:1400 #, no-c-format msgid "" "On S/390 you can append boot parameters in the parm file. This file can " @@ -1871,7 +1817,7 @@ msgstr "" "を空白で区切ることなく、結合してカーネルに渡します。" #. Tag: para -#: boot-installer.xml:1370 +#: boot-installer.xml:1417 #, no-c-format msgid "" "If you boot the installer in a logical partition (LPAR) or virtual machine " @@ -1911,7 +1857,7 @@ msgstr "" "加する必要があります。" #. Tag: para -#: boot-installer.xml:1435 +#: boot-installer.xml:1482 #, no-c-format msgid "" "Currently, the only &arch-title; subarchitectures that support CD-ROM " @@ -1929,7 +1875,7 @@ msgstr "" "フォルト CD-ROM から起動できます。" #. Tag: para -#: boot-installer.xml:1444 +#: boot-installer.xml:1491 #, no-c-format msgid "" "To boot a PowerMac from an external Firewire CD/DVD drive invoke Open " @@ -1947,13 +1893,13 @@ msgstr "" "</screen></informalexample>" #. Tag: screen -#: boot-installer.xml:1455 +#: boot-installer.xml:1502 #, no-c-format msgid "0 > boot cd:,\\install\\yaboot" msgstr "0 > boot cd:,\\install\\yaboot" #. Tag: para -#: boot-installer.xml:1457 +#: boot-installer.xml:1504 #, no-c-format msgid "" "OldWorld PowerMacs will not boot a &debian; CD, because OldWorld computers " @@ -1969,7 +1915,7 @@ msgstr "" "ピードライブを使い、必要とされたファイルのために CD を指定してください。" #. Tag: para -#: boot-installer.xml:1466 +#: boot-installer.xml:1513 #, no-c-format msgid "" "To boot &debian; CD/DVD on Pegasos II machine, hold <keycap>Esc</keycap> key " @@ -1981,13 +1927,13 @@ msgstr "" "が表示されたら以下を入力してください。" #. Tag: screen -#: boot-installer.xml:1472 +#: boot-installer.xml:1519 #, no-c-format msgid "boot cd install/pegasos" msgstr "boot cd install/pegasos" #. Tag: para -#: boot-installer.xml:1474 +#: boot-installer.xml:1521 #, no-c-format msgid "" "On YDL Powerstation machine, pres <keycap>s</keycap> immediately after " @@ -1999,19 +1945,19 @@ msgstr "" "のプロンプトが表示されたら以下を入力してください。" #. Tag: screen -#: boot-installer.xml:1479 +#: boot-installer.xml:1526 #, no-c-format msgid "0 > boot cdrom" msgstr "0 > boot cdrom" #. Tag: title -#: boot-installer.xml:1485 +#: boot-installer.xml:1532 #, no-c-format msgid "Booting from Hard Disk" msgstr "ハードディスクからの起動" #. Tag: para -#: boot-installer.xml:1491 +#: boot-installer.xml:1538 #, no-c-format msgid "" "Booting from an existing operating system is often a convenient option; for " @@ -2021,7 +1967,7 @@ msgstr "" "のシステムについては、インストールをサポートする唯一の方法です。" #. Tag: para -#: boot-installer.xml:1497 +#: boot-installer.xml:1544 #, no-c-format msgid "" "To boot the installer from hard disk, you will have already completed " @@ -2033,13 +1979,13 @@ msgstr "" "があります。" #. Tag: title -#: boot-installer.xml:1517 +#: boot-installer.xml:1564 #, no-c-format msgid "Booting OldWorld PowerMacs from MacOS" msgstr "MacOS からの OldWorld PowerMac の起動" #. Tag: para -#: boot-installer.xml:1518 +#: boot-installer.xml:1565 #, no-c-format msgid "" "If you set up BootX in <xref linkend=\"files-oldworld\"/>, you can use it to " @@ -2061,13 +2007,13 @@ msgstr "" "タンをクリックすると、MacOS がシャットダウンして、インストーラが起動します。" #. Tag: title -#: boot-installer.xml:1536 +#: boot-installer.xml:1583 #, no-c-format msgid "Booting NewWorld Macs from OpenFirmware" msgstr "OpenFirmware からの NewWorld Mac の起動" #. Tag: para -#: boot-installer.xml:1537 +#: boot-installer.xml:1584 #, no-c-format msgid "" "You will have already placed the <filename>vmlinux</filename>, " @@ -2113,19 +2059,19 @@ msgstr "" "が開始されるはずです。" #. Tag: title -#: boot-installer.xml:1569 +#: boot-installer.xml:1616 #, no-c-format msgid "Booting from USB memory stick" msgstr "USB メモリからの起動" #. Tag: para -#: boot-installer.xml:1570 +#: boot-installer.xml:1617 #, no-c-format msgid "Currently, NewWorld PowerMac systems are known to support USB booting." msgstr "現在、NewWorld PowerMac は USB からの起動をサポートしています。" #. Tag: para -#: boot-installer.xml:1576 +#: boot-installer.xml:1623 #, no-c-format msgid "" "Make sure you have prepared everything from <xref linkend=\"boot-usb-files\"/" @@ -2140,7 +2086,7 @@ msgstr "" "覧ください。" #. Tag: para -#: boot-installer.xml:1585 +#: boot-installer.xml:1632 #, no-c-format msgid "" "You will need to work out where the USB storage device appears in the device " @@ -2162,7 +2108,7 @@ msgstr "" "えています。" #. Tag: para -#: boot-installer.xml:1597 +#: boot-installer.xml:1644 #, no-c-format msgid "" "Having worked out the device path, use a command like this to boot the " @@ -2188,7 +2134,7 @@ msgstr "" "Firmware に指示しています。" #. Tag: para -#: boot-installer.xml:1611 +#: boot-installer.xml:1658 #, no-c-format msgid "" "The system should now boot up, and you should be presented with the " @@ -2199,7 +2145,7 @@ msgstr "" "加の起動引数を入力するか、単に &enterkey; を押してください。" #. Tag: para -#: boot-installer.xml:1617 +#: boot-installer.xml:1664 #, no-c-format msgid "" "This boot method is new, and may be difficult to get to work on some " @@ -2211,7 +2157,7 @@ msgstr "" "ンストールレポートを出してください。" #. Tag: para -#: boot-installer.xml:1650 +#: boot-installer.xml:1698 #, no-c-format msgid "Currently, PReP and New World PowerMac systems support netbooting." msgstr "" @@ -2219,7 +2165,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:1654 +#: boot-installer.xml:1702 #, no-c-format msgid "" "On machines with Open Firmware, such as NewWorld Power Macs, enter the boot " @@ -2255,7 +2201,7 @@ msgstr "" "ションの説明が得られます。" #. Tag: para -#: boot-installer.xml:1682 +#: boot-installer.xml:1730 #, no-c-format msgid "" "Booting from floppies is supported for &arch-title;, although it is " @@ -2269,7 +2215,7 @@ msgstr "" "ん。" #. Tag: para -#: boot-installer.xml:1694 +#: boot-installer.xml:1742 #, no-c-format msgid "" "To boot from the <filename>boot-floppy-hfs.img</filename> floppy, place it " @@ -2281,7 +2227,7 @@ msgstr "" "てください。" #. Tag: para -#: boot-installer.xml:1700 +#: boot-installer.xml:1748 #, no-c-format msgid "" "For those not familiar with Macintosh floppy operations: a floppy placed in " @@ -2295,7 +2241,7 @@ msgstr "" "ションをチェックします。" #. Tag: para -#: boot-installer.xml:1707 +#: boot-installer.xml:1755 #, no-c-format msgid "" "After booting, the <filename>root.bin</filename> floppy is requested. Insert " @@ -2307,13 +2253,13 @@ msgstr "" "れると、インストーラプログラムが自動的に起動します。" #. Tag: title -#: boot-installer.xml:1718 +#: boot-installer.xml:1766 #, no-c-format msgid "PowerPC Boot Parameters" msgstr "PowerPC ブートパラメータ" #. Tag: para -#: boot-installer.xml:1719 +#: boot-installer.xml:1767 #, no-c-format msgid "" "Many older Apple monitors used a 640x480 67Hz mode. If your video appears " @@ -2329,7 +2275,7 @@ msgstr "" "userinput> に変えてください。" #. Tag: para -#: boot-installer.xml:1759 +#: boot-installer.xml:1808 #, no-c-format msgid "" "On machines with OpenBoot, simply enter the boot monitor on the machine " @@ -2349,7 +2295,7 @@ msgstr "" "パラメータを渡せます。" #. Tag: para -#: boot-installer.xml:1814 +#: boot-installer.xml:1863 #, no-c-format msgid "" "Most OpenBoot versions support the <userinput>boot cdrom</userinput> command " @@ -2361,13 +2307,13 @@ msgstr "" "システムならセカンダリのマスター) から起動せよ、という命令の別名です。" #. Tag: title -#: boot-installer.xml:1823 +#: boot-installer.xml:1872 #, no-c-format msgid "IDPROM Messages" msgstr "IDPROM メッセージ" #. Tag: para -#: boot-installer.xml:1824 +#: boot-installer.xml:1873 #, no-c-format msgid "" "If you cannot boot because you get messages about a problem with " @@ -2382,13 +2328,13 @@ msgstr "" "\">Sun NVRAM FAQ</ulink> を見てください。" #. Tag: title -#: boot-installer.xml:1843 +#: boot-installer.xml:1892 #, no-c-format msgid "Accessibility" msgstr "アクセシビリティ" #. Tag: para -#: boot-installer.xml:1844 +#: boot-installer.xml:1893 #, no-c-format msgid "" "Some users may need specific support because of e.g. some visual impairment. " @@ -2416,13 +2362,31 @@ msgstr "" "キーボードとして認識することに注意してください。" #. Tag: title -#: boot-installer.xml:1864 +#: boot-installer.xml:1913 +#, no-c-format +msgid "Installer front-end" +msgstr "" + +#. Tag: para +#: boot-installer.xml:1914 +#, no-c-format +msgid "" +"The &debian; installer supports several front-ends for asking questions, " +"with varying convenience for accessibility: notably, <userinput>text</" +"userinput> uses plain text while <userinput>newt</userinput> uses text-based " +"dialog boxes. The choice can be made at the boot prompt, see the " +"documentation for <userinput>DEBIAN_FRONTEND</userinput> in <xref linkend=" +"\"installer-args\"/>." +msgstr "" + +#. Tag: title +#: boot-installer.xml:1926 #, no-c-format msgid "USB Braille Displays" msgstr "USB 点字ディスプレイ" #. Tag: para -#: boot-installer.xml:1865 +#: boot-installer.xml:1927 #, no-c-format msgid "" "USB braille displays should be automatically detected. A textual version of " @@ -2443,13 +2407,13 @@ msgstr "" "す。" #. Tag: title -#: boot-installer.xml:1880 +#: boot-installer.xml:1942 #, no-c-format msgid "Serial Braille Displays" msgstr "シリアル接続点字ディスプレイ" #. Tag: para -#: boot-installer.xml:1881 +#: boot-installer.xml:1943 #, no-c-format msgid "" "Serial braille displays cannot safely be automatically detected (since that " @@ -2488,13 +2452,13 @@ msgstr "" "ブサイト</ulink> にドキュメントがあります。" #. Tag: title -#: boot-installer.xml:1904 boot-installer.xml:2911 +#: boot-installer.xml:1966 boot-installer.xml:2973 #, no-c-format msgid "Software Speech Synthesis" msgstr "ソフトウェア音声合成" #. Tag: para -#: boot-installer.xml:1905 +#: boot-installer.xml:1967 #, no-c-format msgid "" "Support for software speech synthesis is available on all installer images " @@ -2512,7 +2476,7 @@ msgstr "" "サポートを自動的にインストールします。" #. Tag: para -#: boot-installer.xml:1914 +#: boot-installer.xml:1976 #, no-c-format msgid "" "The first question (language) is spoken in english, and the remainder of " @@ -2523,7 +2487,7 @@ msgstr "" "で発声します (<classname>espeak</classname> が有効な場合)。" #. Tag: para -#: boot-installer.xml:1920 +#: boot-installer.xml:1982 #, no-c-format msgid "" "The default speech rate is quite slow. To make it faster, press " @@ -2546,13 +2510,13 @@ msgstr "" "ください。" #. Tag: title -#: boot-installer.xml:1939 +#: boot-installer.xml:2001 #, no-c-format msgid "Hardware Speech Synthesis" msgstr "ハードウェア音声合成" #. Tag: para -#: boot-installer.xml:1940 +#: boot-installer.xml:2002 #, no-c-format msgid "" "Support for hardware speech synthesis devices is available on all installer " @@ -2566,7 +2530,7 @@ msgstr "" "install</quote> エントリを選択する必要があります。" #. Tag: para -#: boot-installer.xml:1947 +#: boot-installer.xml:2009 #, no-c-format msgid "" "Hardware speech synthesis devices cannot be automatically detected. You thus " @@ -2587,13 +2551,13 @@ msgstr "" "ポートをターゲットシステムに自動でインストールします。" #. Tag: title -#: boot-installer.xml:1962 +#: boot-installer.xml:2024 #, no-c-format msgid "Board Devices" msgstr "基板デバイス" #. Tag: para -#: boot-installer.xml:1963 +#: boot-installer.xml:2025 #, no-c-format msgid "" "Some accessibility devices are actual boards that are plugged inside the " @@ -2609,7 +2573,7 @@ msgstr "" "これにより使用できる言語が減ってしまいます。" #. Tag: para -#: boot-installer.xml:1971 +#: boot-installer.xml:2033 #, no-c-format msgid "" "If desired a textual version of the bootloader can be activated before " @@ -2619,13 +2583,13 @@ msgstr "" "<userinput>h</userinput> &enterkey; をタイプしてください。" #. Tag: title -#: boot-installer.xml:1979 +#: boot-installer.xml:2041 #, no-c-format msgid "High-Contrast Theme" msgstr "高コントラストテーマ" #. Tag: para -#: boot-installer.xml:1980 +#: boot-installer.xml:2042 #, no-c-format msgid "" "For users with low vision, the installer can use a high-contrast color theme " @@ -2637,13 +2601,13 @@ msgstr "" "<userinput>theme=dark</userinput> を追加してください。" #. Tag: title -#: boot-installer.xml:1989 +#: boot-installer.xml:2051 #, no-c-format msgid "Preseeding" msgstr "preseed の利用" #. Tag: para -#: boot-installer.xml:1990 +#: boot-installer.xml:2052 #, no-c-format msgid "" "Alternatively, &debian; can be installed completely automatically by using " @@ -2653,13 +2617,13 @@ msgstr "" "これは <xref linkend=\"appendix-preseed\"/> にドキュメントがあります。" #. Tag: title -#: boot-installer.xml:1998 +#: boot-installer.xml:2060 #, no-c-format msgid "Accessibility of the installed system" msgstr "インストールしたシステムのアクセシビリティ" #. Tag: para -#: boot-installer.xml:1999 +#: boot-installer.xml:2061 #, no-c-format msgid "" "Documentation on accessibility of the installed system is available on the " @@ -2671,7 +2635,7 @@ msgstr "" "で利用できます。" #. Tag: para -#: boot-installer.xml:2014 +#: boot-installer.xml:2076 #, no-c-format msgid "" "Boot parameters are Linux kernel parameters which are generally used to make " @@ -2685,7 +2649,7 @@ msgstr "" "あるのです。" #. Tag: para -#: boot-installer.xml:2021 +#: boot-installer.xml:2083 #, no-c-format msgid "" "If this is the first time you're booting the system, try the default boot " @@ -2699,7 +2663,7 @@ msgstr "" "ステムに伝えるためのパラメータを調べ、あとで再起動します。" #. Tag: para -#: boot-installer.xml:2028 +#: boot-installer.xml:2090 #, no-c-format msgid "" "Information on many boot parameters can be found in the <ulink url=\"http://" @@ -2715,13 +2679,13 @@ msgstr "" "に含まれています。" #. Tag: title -#: boot-installer.xml:2040 +#: boot-installer.xml:2102 #, no-c-format msgid "Boot console" msgstr "ブートコンソール" #. Tag: para -#: boot-installer.xml:2042 +#: boot-installer.xml:2104 #, no-c-format msgid "" "If you are booting with a serial console, generally the kernel will " @@ -2740,7 +2704,7 @@ msgstr "" "ルデバイスで、通常 <filename>ttyS0</filename> のようになります。" #. Tag: para -#: boot-installer.xml:2054 +#: boot-installer.xml:2116 #, no-c-format msgid "" "You may need to specify parameters for the serial port, such as speed and " @@ -2752,7 +2716,7 @@ msgstr "" "としては 57600 や 115200 が代表的です。" #. Tag: para -#: boot-installer.xml:2060 +#: boot-installer.xml:2122 #, no-c-format msgid "" "In order to ensure the terminal type used by the installer matches your " @@ -2779,7 +2743,7 @@ msgstr "" "換できます。" #. Tag: para -#: boot-installer.xml:2076 +#: boot-installer.xml:2138 #, no-c-format msgid "" "For &arch-title; the serial devices are <filename>ttya</filename> or " @@ -2793,13 +2757,13 @@ msgstr "" "を設定しても結構です。" #. Tag: title -#: boot-installer.xml:2088 +#: boot-installer.xml:2150 #, no-c-format msgid "&debian; Installer Parameters" msgstr "&debian; Installer パラメータ" #. Tag: para -#: boot-installer.xml:2089 +#: boot-installer.xml:2151 #, no-c-format msgid "" "The installation system recognizes a few additional boot " @@ -2813,7 +2777,7 @@ msgstr "" "ニックしてしまいます。</para> </footnote>をいくつか認識します。" #. Tag: para -#: boot-installer.xml:2102 +#: boot-installer.xml:2164 #, no-c-format msgid "" "A number of parameters have a <quote>short form</quote> that helps avoid the " @@ -2828,20 +2792,20 @@ msgstr "" "ルの例は、通常、短縮形も使用しています。" #. Tag: term -#: boot-installer.xml:2114 +#: boot-installer.xml:2176 #, no-c-format msgid "debconf/priority (priority)" msgstr "debconf/priority (priority)" #. Tag: para -#: boot-installer.xml:2115 +#: boot-installer.xml:2177 #, no-c-format msgid "This parameter sets the lowest priority of messages to be displayed." msgstr "" "このパラメータには、表示するメッセージのもっとも低い優先度を設定します。" #. Tag: para -#: boot-installer.xml:2119 +#: boot-installer.xml:2181 #, no-c-format msgid "" "The default installation uses <userinput>priority=high</userinput>. This " @@ -2855,7 +2819,7 @@ msgstr "" "な優先度に調整します。" #. Tag: para -#: boot-installer.xml:2126 +#: boot-installer.xml:2188 #, no-c-format msgid "" "If you add <userinput>priority=medium</userinput> as boot parameter, you " @@ -2874,13 +2838,13 @@ msgstr "" "なメッセージだけを表示し、大騒ぎせずに正しい設定をしようとします。" #. Tag: term -#: boot-installer.xml:2140 +#: boot-installer.xml:2202 #, no-c-format msgid "DEBIAN_FRONTEND" msgstr "DEBIAN_FRONTEND" #. Tag: para -#: boot-installer.xml:2141 +#: boot-installer.xml:2203 #, no-c-format msgid "" "This boot parameter controls the type of user interface used for the " @@ -2916,13 +2880,13 @@ msgstr "" "エンドを使用します。" #. Tag: term -#: boot-installer.xml:2172 +#: boot-installer.xml:2234 #, no-c-format msgid "BOOT_DEBUG" msgstr "BOOT_DEBUG" #. Tag: para -#: boot-installer.xml:2173 +#: boot-installer.xml:2235 #, no-c-format msgid "" "Setting this boot parameter to 2 will cause the installer's boot process to " @@ -2935,49 +2899,49 @@ msgstr "" "できます。(シェルを終了すると起動プロセスを継続します)" #. Tag: userinput -#: boot-installer.xml:2182 +#: boot-installer.xml:2244 #, no-c-format msgid "BOOT_DEBUG=0" msgstr "BOOT_DEBUG=0" #. Tag: para -#: boot-installer.xml:2183 +#: boot-installer.xml:2245 #, no-c-format msgid "This is the default." msgstr "デフォルトです。" #. Tag: userinput -#: boot-installer.xml:2187 +#: boot-installer.xml:2249 #, no-c-format msgid "BOOT_DEBUG=1" msgstr "BOOT_DEBUG=1" #. Tag: para -#: boot-installer.xml:2188 +#: boot-installer.xml:2250 #, no-c-format msgid "More verbose than usual." msgstr "通常よりも詳細です。" #. Tag: userinput -#: boot-installer.xml:2192 +#: boot-installer.xml:2254 #, no-c-format msgid "BOOT_DEBUG=2" msgstr "BOOT_DEBUG=2" #. Tag: para -#: boot-installer.xml:2193 +#: boot-installer.xml:2255 #, no-c-format msgid "Lots of debugging information." msgstr "デバッグ情報を大量に表示します。" #. Tag: userinput -#: boot-installer.xml:2197 +#: boot-installer.xml:2259 #, no-c-format msgid "BOOT_DEBUG=3" msgstr "BOOT_DEBUG=3" #. Tag: para -#: boot-installer.xml:2198 +#: boot-installer.xml:2260 #, no-c-format msgid "" "Shells are run at various points in the boot process to allow detailed " @@ -2987,13 +2951,13 @@ msgstr "" "起動を続けるにはシェルから抜けてください。" #. Tag: term -#: boot-installer.xml:2212 +#: boot-installer.xml:2274 #, no-c-format msgid "INSTALL_MEDIA_DEV" msgstr "INSTALL_MEDIA_DEV" #. Tag: para -#: boot-installer.xml:2213 +#: boot-installer.xml:2275 #, no-c-format msgid "" "The value of the parameter is the path to the device to load the &debian; " @@ -3005,7 +2969,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:2219 +#: boot-installer.xml:2281 #, no-c-format msgid "" "The boot floppy, which normally scans all floppies it can to find the root " @@ -3015,19 +2979,19 @@ msgstr "" "が、このパラメータで 1 つのデバイスを探すように上書きできます。" #. Tag: term -#: boot-installer.xml:2230 +#: boot-installer.xml:2292 #, no-c-format msgid "log_host" msgstr "log_host" #. Tag: term -#: boot-installer.xml:2231 +#: boot-installer.xml:2293 #, no-c-format msgid "log_port" msgstr "log_port" #. Tag: para -#: boot-installer.xml:2232 +#: boot-installer.xml:2294 #, no-c-format msgid "" "Causes the installer to send log messages to a remote syslog on the " @@ -3039,13 +3003,13 @@ msgstr "" "ポートのデフォルト値を、標準 syslog ポートの 514 とします。" #. Tag: term -#: boot-installer.xml:2243 +#: boot-installer.xml:2305 #, no-c-format msgid "lowmem" msgstr "lowmem" #. Tag: para -#: boot-installer.xml:2244 +#: boot-installer.xml:2306 #, no-c-format msgid "" "Can be used to force the installer to a lowmem level higher than the one the " @@ -3057,13 +3021,13 @@ msgstr "" "す。<xref linkend=\"lowmem\"/> もご覧ください。" #. Tag: term -#: boot-installer.xml:2254 +#: boot-installer.xml:2316 #, no-c-format msgid "noshell" msgstr "noshell" #. Tag: para -#: boot-installer.xml:2255 +#: boot-installer.xml:2317 #, no-c-format msgid "" "Prevents the installer from offering interactive shells on tty2 and tty3. " @@ -3073,13 +3037,13 @@ msgstr "" "リティが限られている、無人インストールの際に便利です。" #. Tag: term -#: boot-installer.xml:2264 +#: boot-installer.xml:2326 #, no-c-format msgid "debian-installer/framebuffer (fb)" msgstr "debian-installer/framebuffer (fb)" #. Tag: para -#: boot-installer.xml:2265 +#: boot-installer.xml:2327 #, no-c-format msgid "" "Some architectures use the kernel framebuffer to offer installation in a " @@ -3097,13 +3061,13 @@ msgstr "" "の兆候です。" #. Tag: para -#: boot-installer.xml:2274 +#: boot-installer.xml:2336 #, no-c-format msgid "Such problems have been reported on hppa." msgstr "そのような問題が、hppa について報告されています。" #. Tag: para -#: boot-installer.xml:2278 +#: boot-installer.xml:2340 #, no-c-format msgid "" "Because of display problems on some systems, framebuffer support is " @@ -3121,13 +3085,13 @@ msgstr "" "<userinput>fb=true</userinput> というパラメータを試してください。" #. Tag: term -#: boot-installer.xml:2292 +#: boot-installer.xml:2354 #, no-c-format msgid "debian-installer/theme (theme)" msgstr "debian-installer/theme (theme)" #. Tag: para -#: boot-installer.xml:2293 +#: boot-installer.xml:2355 #, no-c-format msgid "" "A theme determines how the user interface of the installer looks (colors, " @@ -3143,13 +3107,13 @@ msgstr "" "と指定してテーマを設定してください。" #. Tag: term -#: boot-installer.xml:2305 boot-installer.xml:2538 +#: boot-installer.xml:2367 boot-installer.xml:2600 #, no-c-format msgid "netcfg/disable_autoconfig" msgstr "netcfg/disable_autoconfig" #. Tag: para -#: boot-installer.xml:2306 +#: boot-installer.xml:2368 #, no-c-format msgid "" "By default, the &d-i; automatically probes for network configuration via " @@ -3162,7 +3126,7 @@ msgstr "" "きません。自動設定が失敗する場合のみ、手動ネットワーク設定を行えます。" #. Tag: para -#: boot-installer.xml:2313 +#: boot-installer.xml:2375 #, no-c-format msgid "" "If you have an IPv6 router or a DHCP server on your local network, but want " @@ -3177,13 +3141,13 @@ msgstr "" "パラメータを使用できます。" #. Tag: term -#: boot-installer.xml:2324 +#: boot-installer.xml:2386 #, no-c-format msgid "hw-detect/start_pcmcia" msgstr "hw-detect/start_pcmcia" #. Tag: para -#: boot-installer.xml:2325 +#: boot-installer.xml:2387 #, no-c-format msgid "" "Set to <userinput>false</userinput> to prevent starting PCMCIA services, if " @@ -3194,13 +3158,13 @@ msgstr "" "ピュータには、そういう行儀悪さがあることが知られています。" #. Tag: term -#: boot-installer.xml:2335 +#: boot-installer.xml:2397 #, no-c-format msgid "disk-detect/dmraid/enable (dmraid)" msgstr "disk-detect/dmraid/enable (dmraid)" #. Tag: para -#: boot-installer.xml:2336 +#: boot-installer.xml:2398 #, no-c-format msgid "" "Set to <userinput>true</userinput> to enable support for Serial ATA RAID " @@ -3214,13 +3178,13 @@ msgstr "" "\"&url-d-i-wiki;\">&debian; Installer Wiki</ulink> にあります。" #. Tag: term -#: boot-installer.xml:2347 +#: boot-installer.xml:2409 #, no-c-format msgid "preseed/url (url)" msgstr "preseed/url (url)" #. Tag: para -#: boot-installer.xml:2348 +#: boot-installer.xml:2410 #, no-c-format msgid "" "Specify the url to a preconfiguration file to download and use for " @@ -3231,13 +3195,13 @@ msgstr "" "い。" #. Tag: term -#: boot-installer.xml:2357 +#: boot-installer.xml:2419 #, no-c-format msgid "preseed/file (file)" msgstr "preseed/file (file)" #. Tag: para -#: boot-installer.xml:2358 +#: boot-installer.xml:2420 #, no-c-format msgid "" "Specify the path to a preconfiguration file to load for automating the " @@ -3247,13 +3211,13 @@ msgstr "" "<xref linkend=\"automatic-install\"/> を参照してください。" #. Tag: term -#: boot-installer.xml:2367 +#: boot-installer.xml:2429 #, no-c-format msgid "preseed/interactive" msgstr "preseed/interactive" #. Tag: para -#: boot-installer.xml:2368 +#: boot-installer.xml:2430 #, no-c-format msgid "" "Set to <userinput>true</userinput> to display questions even if they have " @@ -3268,13 +3232,13 @@ msgstr "" "す。詳細は、<xref linkend=\"preseed-seenflag\"/> をご覧ください。" #. Tag: term -#: boot-installer.xml:2380 +#: boot-installer.xml:2442 #, no-c-format msgid "auto-install/enable (auto)" msgstr "auto-install/enable (auto)" #. Tag: para -#: boot-installer.xml:2381 +#: boot-installer.xml:2443 #, no-c-format msgid "" "Delay questions that are normally asked before preseeding is possible until " @@ -3286,13 +3250,13 @@ msgstr "" "auto\"/> をご覧ください。" #. Tag: term -#: boot-installer.xml:2392 +#: boot-installer.xml:2454 #, no-c-format msgid "finish-install/keep-consoles" msgstr "finish-install/keep-consoles" #. Tag: para -#: boot-installer.xml:2393 +#: boot-installer.xml:2455 #, no-c-format msgid "" "During installations from serial or management console, the regular virtual " @@ -3304,13 +3268,13 @@ msgstr "" "れを回避するには <userinput>true</userinput> をセットしてください。" #. Tag: term -#: boot-installer.xml:2404 +#: boot-installer.xml:2466 #, no-c-format msgid "cdrom-detect/eject" msgstr "cdrom-detect/eject" #. Tag: para -#: boot-installer.xml:2405 +#: boot-installer.xml:2467 #, no-c-format msgid "" "By default, before rebooting, &d-i; automatically ejects the optical media " @@ -3328,7 +3292,7 @@ msgstr "" "ムライン、キャディタイプのドライブは、自動的にメディアをリロードできません。" #. Tag: para -#: boot-installer.xml:2414 +#: boot-installer.xml:2476 #, no-c-format msgid "" "Set to <userinput>false</userinput> to disable automatic ejection, and be " @@ -3340,13 +3304,13 @@ msgstr "" "要があります。" #. Tag: term -#: boot-installer.xml:2425 +#: boot-installer.xml:2487 #, no-c-format msgid "base-installer/install-recommends (recommends)" msgstr "base-installer/install-recommends (recommends)" #. Tag: para -#: boot-installer.xml:2426 +#: boot-installer.xml:2488 #, no-c-format msgid "" "By setting this option to <userinput>false</userinput>, the package " @@ -3360,7 +3324,7 @@ msgstr "" "base\"/> をご覧ください。" #. Tag: para -#: boot-installer.xml:2433 +#: boot-installer.xml:2495 #, no-c-format msgid "" "Note that this option allows to have a leaner system, but can also result in " @@ -3375,13 +3339,13 @@ msgstr "" "ンは、経験豊富なユーザにしか有用ではないでしょう。" #. Tag: term -#: boot-installer.xml:2445 +#: boot-installer.xml:2507 #, no-c-format msgid "debian-installer/allow_unauthenticated" msgstr "debian-installer/allow_unauthenticated" #. Tag: para -#: boot-installer.xml:2446 +#: boot-installer.xml:2508 #, no-c-format msgid "" "By default the installer requires that repositories be authenticated using a " @@ -3394,13 +3358,13 @@ msgstr "" "い。<emphasis role=\"bold\">警告: 危険です。お勧めしません。</emphasis>" #. Tag: term -#: boot-installer.xml:2457 +#: boot-installer.xml:2519 #, no-c-format msgid "ramdisk_size" msgstr "ramdisk_size" #. Tag: para -#: boot-installer.xml:2458 +#: boot-installer.xml:2520 #, no-c-format msgid "" "This parameter should already be set to a correct value where needed; set it " @@ -3412,13 +3376,13 @@ msgstr "" "い。値は kB で指定してください。" #. Tag: term -#: boot-installer.xml:2468 +#: boot-installer.xml:2530 #, no-c-format msgid "rescue/enable" msgstr "rescue/enable" #. Tag: para -#: boot-installer.xml:2469 +#: boot-installer.xml:2531 #, no-c-format msgid "" "Set to <userinput>true</userinput> to enter rescue mode rather than " @@ -3428,13 +3392,13 @@ msgstr "" "userinput> にセットしてください。<xref linkend=\"rescue\"/> をご覧ください。" #. Tag: title -#: boot-installer.xml:2482 +#: boot-installer.xml:2544 #, no-c-format msgid "Using boot parameters to answer questions" msgstr "ブートパラメータで質問に答える" #. Tag: para -#: boot-installer.xml:2483 +#: boot-installer.xml:2545 #, no-c-format msgid "" "With some exceptions, a value can be set at the boot prompt for any question " @@ -3447,25 +3411,25 @@ msgstr "" "bootparms\"/> にあります。特殊な例を以下に示します。" #. Tag: term -#: boot-installer.xml:2495 +#: boot-installer.xml:2557 #, no-c-format msgid "debian-installer/language (language)" msgstr "debian-installer/language (language)" #. Tag: term -#: boot-installer.xml:2496 +#: boot-installer.xml:2558 #, no-c-format msgid "debian-installer/country (country)" msgstr "debian-installer/country (country)" #. Tag: term -#: boot-installer.xml:2497 +#: boot-installer.xml:2559 #, no-c-format msgid "debian-installer/locale (locale)" msgstr "debian-installer/locale (locale)" #. Tag: para -#: boot-installer.xml:2498 +#: boot-installer.xml:2560 #, no-c-format msgid "" "There are two ways to specify the language, country and locale to use for " @@ -3475,7 +3439,7 @@ msgstr "" "ふたつあります。" #. Tag: para -#: boot-installer.xml:2503 +#: boot-installer.xml:2565 #, no-c-format msgid "" "The first and easiest is to pass only the parameter <literal>locale</" @@ -3494,7 +3458,7 @@ msgstr "" "ないということです。" #. Tag: para -#: boot-installer.xml:2512 +#: boot-installer.xml:2574 #, no-c-format msgid "" "The second, more flexible option is to specify <literal>language</literal> " @@ -3510,13 +3474,13 @@ msgstr "" "UTF-8</userinput>" #. Tag: term -#: boot-installer.xml:2524 +#: boot-installer.xml:2586 #, no-c-format msgid "anna/choose_modules (modules)" msgstr "anna/choose_modules (modules)" #. Tag: para -#: boot-installer.xml:2525 +#: boot-installer.xml:2587 #, no-c-format msgid "" "Can be used to automatically load installer components that are not loaded " @@ -3532,7 +3496,7 @@ msgstr "" "\"pppoe\"/> をご覧ください) </phrase>が便利です。" #. Tag: para -#: boot-installer.xml:2539 +#: boot-installer.xml:2601 #, no-c-format msgid "" "Set to <userinput>true</userinput> if you want to disable IPv6 " @@ -3542,13 +3506,13 @@ msgstr "" "には、<userinput>true</userinput> と設定します。" #. Tag: term -#: boot-installer.xml:2548 +#: boot-installer.xml:2610 #, no-c-format msgid "mirror/protocol (protocol)" msgstr "mirror/protocol (protocol)" #. Tag: para -#: boot-installer.xml:2549 +#: boot-installer.xml:2611 #, no-c-format msgid "" "By default the installer will use the http protocol to download files from " @@ -3565,13 +3529,13 @@ msgstr "" "ホスト名を手入力しなければならないことに注意してください。" #. Tag: term -#: boot-installer.xml:2562 +#: boot-installer.xml:2624 #, no-c-format msgid "tasksel:tasksel/first (tasks)" msgstr "tasksel:tasksel/first (tasks)" #. Tag: para -#: boot-installer.xml:2563 +#: boot-installer.xml:2625 #, no-c-format msgid "" "Can be used to select tasks that are not available from the interactive task " @@ -3583,13 +3547,13 @@ msgstr "" "ださい。" #. Tag: title -#: boot-installer.xml:2577 +#: boot-installer.xml:2639 #, no-c-format msgid "Passing parameters to kernel modules" msgstr "カーネルモジュールへパラメータを渡す" #. Tag: para -#: boot-installer.xml:2578 +#: boot-installer.xml:2640 #, no-c-format msgid "" "If drivers are compiled into the kernel, you can pass parameters to them as " @@ -3612,7 +3576,7 @@ msgstr "" "ステムに伝播します。" #. Tag: para -#: boot-installer.xml:2591 +#: boot-installer.xml:2653 #, no-c-format msgid "" "Note that it is now quite rare that parameters need to be passed to modules. " @@ -3626,7 +3590,7 @@ msgstr "" "は、未だにパラメータを手で設定しなければなりません。" #. Tag: para -#: boot-installer.xml:2598 +#: boot-installer.xml:2660 #, no-c-format msgid "" "The syntax to use to set parameters for modules is: " @@ -3647,19 +3611,19 @@ msgstr "" "スカードで BNC (coax) を使用し、IRQ 10 を設定する場合は、以下のようにします。" #. Tag: screen -#: boot-installer.xml:2608 +#: boot-installer.xml:2670 #, no-c-format msgid "3c509.xcvr=3 3c509.irq=10" msgstr "3c509.xcvr=3 3c509.irq=10" #. Tag: title -#: boot-installer.xml:2614 +#: boot-installer.xml:2676 #, no-c-format msgid "Blacklisting kernel modules" msgstr "カーネルモジュールのブラックリスト化" #. Tag: para -#: boot-installer.xml:2615 +#: boot-installer.xml:2677 #, no-c-format msgid "" "Sometimes it may be necessary to blacklist a module to prevent it from being " @@ -3677,7 +3641,7 @@ msgstr "" "因となります。" #. Tag: para -#: boot-installer.xml:2624 +#: boot-installer.xml:2686 #, no-c-format msgid "" "You can blacklist a module using the following syntax: " @@ -3693,7 +3657,7 @@ msgstr "" "が有効になります。" #. Tag: para -#: boot-installer.xml:2632 +#: boot-installer.xml:2694 #, no-c-format msgid "" "Note that a module may still be loaded by the installation system itself. " @@ -3707,19 +3671,19 @@ msgstr "" "げます。" #. Tag: title -#: boot-installer.xml:2648 +#: boot-installer.xml:2710 #, no-c-format msgid "Troubleshooting the Installation Process" msgstr "インストールプロセスのトラブルシューティング" #. Tag: title -#: boot-installer.xml:2653 +#: boot-installer.xml:2715 #, no-c-format msgid "CD-ROM Reliability" msgstr "CD-ROM の信頼性" #. Tag: para -#: boot-installer.xml:2654 +#: boot-installer.xml:2716 #, no-c-format msgid "" "Sometimes, especially with older CD-ROM drives, the installer may fail to " @@ -3733,7 +3697,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:2661 +#: boot-installer.xml:2723 #, no-c-format msgid "" "There are many different possible causes for these problems. We can only " @@ -3744,13 +3708,13 @@ msgstr "" "法を提供することしかできません。後はあなた次第です。" #. Tag: para -#: boot-installer.xml:2667 +#: boot-installer.xml:2729 #, no-c-format msgid "There are two very simple things that you should try first." msgstr "まずはじめに試すのは、以下の 2 点です。" #. Tag: para -#: boot-installer.xml:2672 +#: boot-installer.xml:2734 #, no-c-format msgid "" "If the CD-ROM does not boot, check that it was inserted correctly and that " @@ -3760,7 +3724,7 @@ msgstr "" "さい。" #. Tag: para -#: boot-installer.xml:2678 +#: boot-installer.xml:2740 #, no-c-format msgid "" "If the installer fails to recognize a CD-ROM, try just running the option " @@ -3774,7 +3738,7 @@ msgstr "" "ます。" #. Tag: para -#: boot-installer.xml:2688 +#: boot-installer.xml:2750 #, no-c-format msgid "" "If this does not work, then try the suggestions in the subsections below. " @@ -3786,7 +3750,7 @@ msgstr "" "という用語を用いています。" #. Tag: para -#: boot-installer.xml:2694 +#: boot-installer.xml:2756 #, no-c-format msgid "" "If you cannot get the installation working from CD-ROM, try one of the other " @@ -3796,13 +3760,13 @@ msgstr "" "さい。" #. Tag: title -#: boot-installer.xml:2702 +#: boot-installer.xml:2764 #, no-c-format msgid "Common issues" msgstr "共通の問題" #. Tag: para -#: boot-installer.xml:2705 +#: boot-installer.xml:2767 #, no-c-format msgid "" "Some older CD-ROM drives do not support reading from discs that were burned " @@ -3812,7 +3776,7 @@ msgstr "" "ディスクからの読み込みをサポートしていない物があります。" #. Tag: para -#: boot-installer.xml:2722 +#: boot-installer.xml:2784 #, no-c-format msgid "" "Some very old CD-ROM drives do not work correctly if <quote>direct memory " @@ -3822,19 +3786,19 @@ msgstr "" "(DMA) が有効だと、正しく動作しない物があります。" #. Tag: title -#: boot-installer.xml:2733 +#: boot-installer.xml:2795 #, no-c-format msgid "How to investigate and maybe solve issues" msgstr "調査および問題解決の方法" #. Tag: para -#: boot-installer.xml:2734 +#: boot-installer.xml:2796 #, no-c-format msgid "If the CD-ROM fails to boot, try the suggestions listed below." msgstr "CD-ROM が起動に失敗したら、以下のことを試してください。" #. Tag: para -#: boot-installer.xml:2739 +#: boot-installer.xml:2801 #, no-c-format msgid "" "Check that your BIOS actually supports booting from CD-ROM (only an issue " @@ -3844,7 +3808,7 @@ msgstr "" "み問題あり)、BIOS で CD からの起動を有効にしているかをチェックしてください。" #. Tag: para -#: boot-installer.xml:2746 +#: boot-installer.xml:2808 #, no-c-format msgid "" "If you downloaded an iso image, check that the md5sum of that image matches " @@ -3869,7 +3833,7 @@ msgstr "" "み込むのにイメージのサイズを利用します。" #. Tag: screen -#: boot-installer.xml:2759 +#: boot-installer.xml:2821 #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" @@ -3891,7 +3855,7 @@ msgstr "" "134486016 bytes (134 MB) copied, 97.474 seconds, 1.4 MB/s" #. Tag: para -#: boot-installer.xml:2764 +#: boot-installer.xml:2826 #, no-c-format msgid "" "If, after the installer has been booted successfully, the CD-ROM is not " @@ -3911,7 +3875,7 @@ msgstr "" "に切り替えて、シェルを有効にしてください。" #. Tag: para -#: boot-installer.xml:2776 +#: boot-installer.xml:2838 #, no-c-format msgid "" "Switch to VT4 or view the contents of <filename>/var/log/syslog</filename> " @@ -3923,7 +3887,7 @@ msgstr "" "示してください。その後、<command>dmesg</command> の出力でもチェックできます。" #. Tag: para -#: boot-installer.xml:2783 +#: boot-installer.xml:2845 #, no-c-format msgid "" "Check in the output of <command>dmesg</command> if your CD-ROM drive was " @@ -3953,7 +3917,7 @@ msgstr "" "むのを試せます。" #. Tag: para -#: boot-installer.xml:2797 +#: boot-installer.xml:2859 #, no-c-format msgid "" "Check that there is a device node for your CD-ROM drive under <filename>/dev/" @@ -3965,7 +3929,7 @@ msgstr "" "<filename>/dev/cdrom</filename> にもあるかもしれません。" #. Tag: para -#: boot-installer.xml:2805 +#: boot-installer.xml:2867 #, no-c-format msgid "" "Use the <command>mount</command> command to check if the CD-ROM is already " @@ -3982,7 +3946,7 @@ msgstr "" "チェックしてください。" #. Tag: para -#: boot-installer.xml:2815 +#: boot-installer.xml:2877 #, no-c-format msgid "" "Check if DMA is currently enabled: <informalexample><screen>\n" @@ -4008,7 +3972,7 @@ msgstr "" "クトリで操作してください。" #. Tag: para -#: boot-installer.xml:2830 +#: boot-installer.xml:2892 #, no-c-format msgid "" "If there are any problems during the installation, try checking the " @@ -4021,13 +3985,13 @@ msgstr "" "ションを一般的なテストとして使用できます。" #. Tag: title -#: boot-installer.xml:2845 +#: boot-installer.xml:2907 #, no-c-format msgid "Floppy Disk Reliability" msgstr "フロッピーディスクの信頼性" #. Tag: para -#: boot-installer.xml:2847 +#: boot-installer.xml:2909 #, no-c-format msgid "" "The biggest problem for people using floppy disks to install &debian; seems " @@ -4037,7 +4001,7 @@ msgstr "" "は、フロッピーディスクの信頼性だと思います。" #. Tag: para -#: boot-installer.xml:2852 +#: boot-installer.xml:2914 #, no-c-format msgid "" "The boot floppy is the floppy with the worst problems, because it is read by " @@ -4055,7 +4019,7 @@ msgstr "" "ディスク I/O エラーに関するメッセージが大量に表示されます。" #. Tag: para -#: boot-installer.xml:2861 +#: boot-installer.xml:2923 #, no-c-format msgid "" "If you are having the installation stall at a particular floppy, the first " @@ -4072,7 +4036,7 @@ msgstr "" "ムで書き込んでみると、うまくいくこともあるようです。" #. Tag: para -#: boot-installer.xml:2870 +#: boot-installer.xml:2932 #, no-c-format msgid "" "One user reports he had to write the images to floppy <emphasis>three</" @@ -4084,7 +4048,7 @@ msgstr "" "して確認するといいでしょう。" #. Tag: para -#: boot-installer.xml:2876 +#: boot-installer.xml:2938 #, no-c-format msgid "" "Normally you should not have to download a floppy image again, but if you " @@ -4096,7 +4060,7 @@ msgstr "" "フロッピーでは、何も問題なくいったそうです。" #. Tag: para -#: boot-installer.xml:2882 +#: boot-installer.xml:2944 #, no-c-format msgid "" "Other users have reported that simply rebooting a few times with the same " @@ -4108,13 +4072,13 @@ msgstr "" "ウェアのフロッピードライバのできが悪かったためでしょう。" #. Tag: title -#: boot-installer.xml:2891 +#: boot-installer.xml:2953 #, no-c-format msgid "Boot Configuration" msgstr "起動設定" #. Tag: para -#: boot-installer.xml:2893 +#: boot-installer.xml:2955 #, no-c-format msgid "" "If you have problems and the kernel hangs during the boot process, doesn't " @@ -4127,7 +4091,7 @@ msgstr "" "\"/> の説明に従ってブートパラメータを確認してください。" #. Tag: para -#: boot-installer.xml:2902 +#: boot-installer.xml:2964 #, no-c-format msgid "" "In some cases, malfunctions can be caused by missing device firmware (see " @@ -4139,7 +4103,7 @@ msgstr "" "> を参照)。" #. Tag: para -#: boot-installer.xml:2913 +#: boot-installer.xml:2975 #, no-c-format msgid "" "If software speech synthesis does not work, there is most probably an issue " @@ -4156,37 +4120,37 @@ msgstr "" "(Live CD など) で実行し、その結果をバグ報告してください。" #. Tag: userinput -#: boot-installer.xml:2924 +#: boot-installer.xml:2986 #, no-c-format msgid "dmesg" msgstr "dmesg" #. Tag: userinput -#: boot-installer.xml:2926 +#: boot-installer.xml:2988 #, no-c-format msgid "lspci" msgstr "lspci" #. Tag: userinput -#: boot-installer.xml:2928 +#: boot-installer.xml:2990 #, no-c-format msgid "lsmod" msgstr "lsmod" #. Tag: userinput -#: boot-installer.xml:2930 +#: boot-installer.xml:2992 #, no-c-format msgid "amixer" msgstr "amixer" #. Tag: title -#: boot-installer.xml:2938 boot-installer.xml:3049 +#: boot-installer.xml:3000 boot-installer.xml:3111 #, no-c-format msgid "Common &arch-title; Installation Problems" msgstr "&arch-title; へのインストールに共通の問題" #. Tag: para -#: boot-installer.xml:2939 +#: boot-installer.xml:3001 #, no-c-format msgid "" "There are some common installation problems that can be solved or avoided by " @@ -4196,7 +4160,7 @@ msgstr "" "ラメータで解決したり、確実にバイパスして回避したりできます。" #. Tag: para -#: boot-installer.xml:2990 +#: boot-installer.xml:3052 #, no-c-format msgid "" "If your screen begins to show a weird picture while the kernel boots, eg. " @@ -4216,13 +4180,13 @@ msgstr "" "ください。" #. Tag: title -#: boot-installer.xml:3004 +#: boot-installer.xml:3066 #, no-c-format msgid "System Freeze During the PCMCIA Configuration Phase" msgstr "PCMCIA 設定中のシステムフリーズ" #. Tag: para -#: boot-installer.xml:3005 +#: boot-installer.xml:3067 #, no-c-format msgid "" "Some very old laptop models produced by Dell are known to crash when PCMCIA " @@ -4242,7 +4206,7 @@ msgstr "" "が起きるリソース範囲を除外できます。" #. Tag: para -#: boot-installer.xml:3015 +#: boot-installer.xml:3077 #, no-c-format msgid "" "Alternatively, you can boot the installer in expert mode. You will then be " @@ -4264,19 +4228,19 @@ msgstr "" "あればカンマを省略しなければならないことに注意してください。" #. Tag: para -#: boot-installer.xml:3050 +#: boot-installer.xml:3112 #, no-c-format msgid "There are some common installation problems that are worth mentioning." msgstr "以下、言及しておくべき、インストール時の一般的な問題があります。" #. Tag: title -#: boot-installer.xml:3056 +#: boot-installer.xml:3118 #, no-c-format msgid "Misdirected video output" msgstr "ビデオ出力先の間違い" #. Tag: para -#: boot-installer.xml:3057 +#: boot-installer.xml:3119 #, no-c-format msgid "" "It is fairly common for &arch-title; to have two video cards in one machine, " @@ -4302,7 +4266,7 @@ msgstr "" "userinput> をインストーラに与えて起動してください。" #. Tag: para -#: boot-installer.xml:3071 +#: boot-installer.xml:3133 #, no-c-format msgid "" "Note that you may also have to manually add this parameter to the silo " @@ -4316,13 +4280,13 @@ msgstr "" "filename> のビデオドライバを修正してください。" #. Tag: title -#: boot-installer.xml:3082 +#: boot-installer.xml:3144 #, no-c-format msgid "Failure to Boot or Install from CD-ROM" msgstr "起動に失敗ないし CD-ROM からインストール" #. Tag: para -#: boot-installer.xml:3083 +#: boot-installer.xml:3145 #, no-c-format msgid "" "Some Sparc systems are notoriously difficult to boot from CD-ROM and even if " @@ -4334,20 +4298,20 @@ msgstr "" "システムで報告されています。" #. Tag: para -#: boot-installer.xml:3089 +#: boot-installer.xml:3151 #, no-c-format msgid "We recommend to install such systems by netbooting the installer." msgstr "" "そのようなシステムでは、インストーラをネットから起動するのをお勧めします。" #. Tag: title -#: boot-installer.xml:3098 +#: boot-installer.xml:3160 #, no-c-format msgid "Interpreting the Kernel Startup Messages" msgstr "カーネルの起動時メッセージの意味" #. Tag: para -#: boot-installer.xml:3100 +#: boot-installer.xml:3162 #, no-c-format msgid "" "During the boot sequence, you may see many messages in the form " @@ -4385,13 +4349,13 @@ msgstr "" "baking\"/> 参照)</phrase>。" #. Tag: title -#: boot-installer.xml:3125 +#: boot-installer.xml:3187 #, no-c-format msgid "Reporting Installation Problems" msgstr "インストールで発生した問題の報告" #. Tag: para -#: boot-installer.xml:3126 +#: boot-installer.xml:3188 #, no-c-format msgid "" "If you get through the initial boot phase but cannot complete the install, " @@ -4410,7 +4374,7 @@ msgstr "" "バグ報告を送る際に、バグ報告にこの情報を付けることができます。" #. Tag: para -#: boot-installer.xml:3137 +#: boot-installer.xml:3199 #, no-c-format msgid "" "Other pertinent installation messages may be found in <filename>/var/log/</" @@ -4422,13 +4386,13 @@ msgstr "" "installer/</filename> にあるはずです。" #. Tag: title -#: boot-installer.xml:3148 +#: boot-installer.xml:3210 #, no-c-format msgid "Submitting Installation Reports" msgstr "インストールレポートの送信" #. Tag: para -#: boot-installer.xml:3149 +#: boot-installer.xml:3211 #, no-c-format msgid "" "If you still have problems, please submit an installation report. We also " @@ -4441,7 +4405,7 @@ msgstr "" "さんのハードウェア設定情報を手に入れることができます。" #. Tag: para -#: boot-installer.xml:3156 +#: boot-installer.xml:3218 #, no-c-format msgid "" "Note that your installation report will be published in the Debian Bug " @@ -4453,7 +4417,7 @@ msgstr "" "ない e-mail アドレスを使用してください。" #. Tag: para -#: boot-installer.xml:3162 +#: boot-installer.xml:3224 #, no-c-format msgid "" "If you have a working &debian; system, the easiest way to send an " @@ -4472,7 +4436,7 @@ msgstr "" "て、<command>reportbug installation-reports</command> を実行してください。" #. Tag: para -#: boot-installer.xml:3172 +#: boot-installer.xml:3234 #, no-c-format msgid "" "Alternatively you can use this template when filling out installation " @@ -4561,6 +4525,188 @@ msgstr "" "されたカーネルメッセージを添えて、何が問題なのかを説明してください。また、問" "題が起きるまでにシステムに対して行ったことも記述してください。" +#~ msgid "Booting from CD-ROM" +#~ msgstr "CD-ROM からの起動" + +#~ msgid "" +#~ "There is an increasing number of consumer devices that directly boot from " +#~ "a flash chip on the device. The installer can be written to flash so it " +#~ "will automatically start when you reboot your machines." +#~ msgstr "" +#~ "フラッシュチップから直接起動できるコンシューマデバイスが、増えてきていま" +#~ "す。フラッシュにインストーラを書き込み、マシンを再起動すると自動的に開始し" +#~ "ます。" + +#~ msgid "" +#~ "In many cases, changing the firmware of an embedded device voids your " +#~ "warranty. Sometimes you are also not able to recover your device if there " +#~ "are problems during the flashing process. Therefore, please take care and " +#~ "follow the steps precisely." +#~ msgstr "" +#~ "多くの場合、組込デバイスのファームウェアを変更すると保証がなくなります。フ" +#~ "ラッシュメモリに書いている間に問題が発生した場合、時にデバイスを回復できな" +#~ "いこともあります。そのため、注意して以下の手順を正確に実行してください。" + +#~ msgid "Booting the SS4000-E" +#~ msgstr "SS4000-E の起動" + +#~ msgid "" +#~ "Due to limitations in the SS4000-E firmware, it unfortunately is not " +#~ "possible to boot the installer without the use of a serial port at this " +#~ "time. To boot the installer, you will need a serial nullmodem cable; a " +#~ "computer with a serial port<footnote id=\"arm-s4ke-port\"> <para> A USB " +#~ "serial converter will also work. </para> </footnote>; and a ribbon cable " +#~ "with a male DB9 connector at one end, and a 10-pin .1\" IDC header at the " +#~ "other<footnote id=\"arm-s4k-rib\"> <para> This cable is often found in " +#~ "older desktop machines with builtin 9-pin serial ports. </para> </" +#~ "footnote>." +#~ msgstr "" +#~ "SS4000-E ファームウェアの制限により、残念ながら、今のところシリアルポート" +#~ "を使用せずにインストーラを起動できません。インストーラを起動するには、シリ" +#~ "アルのヌルモデムケーブル、シリアルポート<footnote id=\"arm-s4ke-port\"> " +#~ "<para>USB シリアルコンバータでも動作するでしょう。</para> </footnote>のあ" +#~ "るコンピュータ、オス DB9 コネクタと 10 ピン .1\" IDC ヘッダが付いたリボン" +#~ "ケーブル<footnote id=\"arm-s4k-rib\"> <para>このケーブルは、しばしば 9 ピ" +#~ "ンのシリアルポートを内蔵した古いデスクトップマシンについています。</para> " +#~ "</footnote>が必要になるでしょう。" + +#~ msgid "" +#~ "To boot the SS4000-E, use your serial nullmodem cable and the ribbon " +#~ "cable to connect to the serial port of the SS4000-E, and reboot the " +#~ "machine. You need to use a serial terminal application to communicate " +#~ "with the machine; a good option on a &debian; GNU/Linux is to use the " +#~ "<command>cu</command> program, in the package of the same name. Assuming " +#~ "the serial port on your computer is to be found on <filename>/dev/ttyS0</" +#~ "filename>, use the following command line:" +#~ msgstr "" +#~ "SS4000-E を起動するには、シリアルのヌルモデルケーブルとリボンケーブルを使" +#~ "用し、SS4000-E のシリアルポートに接続し、再起動してください。&debian; GNU/" +#~ "Linux では、<command>cu</command> プログラム (パッケージは同名) を使用する" +#~ "と良いでしょう。あなたのコンピュータで、シリアルポートが <filename>/dev/" +#~ "ttyS0</filename> として見えている場合、以下のコマンドラインを使用してくだ" +#~ "さい。" + +#~ msgid "cu -lttyS0 -s115200" +#~ msgstr "cu -lttyS0 -s115200" + +#~ msgid "" +#~ "If using Windows, you may want to consider using the program " +#~ "<classname>hyperterminal</classname>. Use a baud rate of 115200, 8 bits " +#~ "word length, no stop bits, and one parity bit." +#~ msgstr "" +#~ "Windows を使用する場合、<classname>ハイパーターミナル</classname>プログラ" +#~ "ムを使用したいかと思います。ビットレート 115200、データビット 8、ストップ" +#~ "ビットなし、パリティビット 1 としてください。" + +#~ msgid "When the machine boots, you will see the following line of output:" +#~ msgstr "マシンの起動時に、以下のような出力を目にすることでしょう。" + +#~ msgid "" +#~ "No network interfaces found\n" +#~ "\n" +#~ "EM-7210 ver.T04 2005-12-12 (For ver.AA)\n" +#~ "== Executing boot script in 1.000 seconds - enter ^C to abort" +#~ msgstr "" +#~ "No network interfaces found\n" +#~ "\n" +#~ "EM-7210 ver.T04 2005-12-12 (For ver.AA)\n" +#~ "== Executing boot script in 1.000 seconds - enter ^C to abort" + +#~ msgid "" +#~ "At this point, hit Control-C to interrupt the boot loader<footnote id=" +#~ "\"arm-s4ke-sec\"> <para> Note that you have only one second to do so; if " +#~ "you miss this window, just powercycle the machine and try again. </para> " +#~ "</footnote>. This will give you the RedBoot prompt. Enter the following " +#~ "commands:" +#~ msgstr "" +#~ "ここで、Control-C を押してブートローダに割り込みを掛けてください<footnote " +#~ "id=\"arm-s4ke-sec\"> <para>これには 1 秒しかないことに注意してください。こ" +#~ "のウィンドウを逃したら、電源を入れ直してもう一度やり直してください。</" +#~ "para> </footnote>。これで RedBoot プロンプトが現れます。以下のコマンドを入" +#~ "力してください。" + +#~ msgid "" +#~ "load -v -r -b 0x01800000 -m ymodem ramdisk.gz\n" +#~ "load -v -r -b 0x01008000 -m ymodem zImage\n" +#~ "exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " +#~ "0x01800000" +#~ msgstr "" +#~ "load -v -r -b 0x01800000 -m ymodem ramdisk.gz\n" +#~ "load -v -r -b 0x01008000 -m ymodem zImage\n" +#~ "exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " +#~ "0x01800000" + +#~ msgid "" +#~ "After every <command>load</command> command, the system will expect a " +#~ "file to be transmitted using the YMODEM protocol. When using cu, make " +#~ "sure you have the package <classname>lrzsz</classname> installed, then " +#~ "hit enter, followed by the <quote>~<</quote> escape sequence to start " +#~ "an external program, and run <command>sb initrd.gz</command> or " +#~ "<command>sb vmlinuz</command>." +#~ msgstr "" +#~ "毎回の <command>load</command> コマンドの後、YMODEM プロトコルを使用して" +#~ "ファイルが送信されることを、システムは期待します。cu を使用する際、" +#~ "<classname>lrzsz</classname> パッケージがインストールされていることを確認" +#~ "してください。それから enter を叩き、<quote>~<</quote> エスケープシーケ" +#~ "ンスが続く外部プログラムを起動します。そして、<command>sb initrd.gz</" +#~ "command> や <command>sb vmlinuz</command> を実行します。" + +#~ msgid "" +#~ "Alternatively, it is possible to load the kernel and ramdisk using HTTP " +#~ "rather than YMODEM. This is faster, but requires a working HTTP server on " +#~ "the network. To do so, first switch the bootloader to RAM mode:" +#~ msgstr "" +#~ "他には、YMODEM ではなく HTTP を用いて、カーネルや RAM ディスクをロードでき" +#~ "ます。この方が速いのですが、ネットワーク上で動作している HTTP サーバが必要" +#~ "になります。こうするには、まず速やかにブートローダを RAM モードにしてくだ" +#~ "さい。" + +#~ msgid "" +#~ "fis load rammode\n" +#~ "g" +#~ msgstr "" +#~ "fis load rammode\n" +#~ "g" + +#~ msgid "" +#~ "This will seemingly restart the machine; but in reality, it loads redboot " +#~ "to RAM and restarts it from there. Not doing this step will cause the " +#~ "system to hang in the necessary ip_address step that comes next." +#~ msgstr "" +#~ "これは外見上、マシンを再始動しますが、実際には、redboot を RAM にロード" +#~ "し、そこから再始動します。このステップを踏まないと、次に来る必要な " +#~ "ip_address ステップで、システムがハングする原因になるでしょう。" + +#~ msgid "" +#~ "You will need to hit Ctrl-C again to interrupt the boot. Then: " +#~ "<informalexample><screen>\n" +#~ "ip_address -l <replaceable>192.168.2.249</replaceable> -h " +#~ "<replaceable>192.168.2.4</replaceable>\n" +#~ "load -v -r -b 0x01800000 -m http /initrd.gz\n" +#~ "load -v -r -b 0x01008000 -m http /zImage\n" +#~ "exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " +#~ "0x01800000\n" +#~ "</screen></informalexample> Where <replaceable>192.168.2.249</" +#~ "replaceable> is the IP address of the installed system and " +#~ "<replaceable>192.168.2.4</replaceable> the IP address of the HTTP server " +#~ "containing the kernel and ramdisk files." +#~ msgstr "" +#~ "もう一度 Ctrl-C を押して、起動に割り込みをかけてください。その後次のように" +#~ "してください。<informalexample><screen>\n" +#~ "ip_address -l <replaceable>192.168.2.249</replaceable> -h " +#~ "<replaceable>192.168.2.4</replaceable>\n" +#~ "load -v -r -b 0x01800000 -m http /initrd.gz\n" +#~ "load -v -r -b 0x01008000 -m http /zImage\n" +#~ "exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " +#~ "0x01800000\n" +#~ "</screen></informalexample> <replaceable>192.168.2.249</replaceable> には" +#~ "インストールしたシステムの IP アドレスを、<replaceable>192.168.2.4</" +#~ "replaceable> にはカーネルと RAM ディスクを格納した HTTP サーバの IP アドレ" +#~ "スを指定してください。" + +#~ msgid "The installer will now start as usual." +#~ msgstr "今度は通常のように、インストーラが起動します。" + #~ msgid "Cobalt TFTP Booting" #~ msgstr "Cobalt の TFTP での起動" |