diff options
Diffstat (limited to 'po/sv/boot-installer.po')
-rw-r--r-- | po/sv/boot-installer.po | 1057 |
1 files changed, 520 insertions, 537 deletions
diff --git a/po/sv/boot-installer.po b/po/sv/boot-installer.po index cca5d015a..89ebe6618 100644 --- a/po/sv/boot-installer.po +++ b/po/sv/boot-installer.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: installation-guide 20051025 boot-installer\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2009-04-29 00:14+0000\n" +"POT-Creation-Date: 2009-05-03 00:14+0000\n" "PO-Revision-Date: 2009-04-25 23:38+0100\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -548,9 +548,9 @@ msgstr "" "Firmware Updates</ulink>." #. Tag: title -#: boot-installer.xml:301 boot-installer.xml:1047 boot-installer.xml:1574 -#: boot-installer.xml:2071 boot-installer.xml:2153 boot-installer.xml:2242 -#: boot-installer.xml:2588 boot-installer.xml:2697 +#: boot-installer.xml:301 boot-installer.xml:963 boot-installer.xml:1490 +#: boot-installer.xml:1987 boot-installer.xml:2069 boot-installer.xml:2158 +#: boot-installer.xml:2504 boot-installer.xml:2613 #, no-c-format msgid "Booting with TFTP" msgstr "Uppstart via TFTP" @@ -840,8 +840,8 @@ msgid "Booting from TFTP" msgstr "Uppstart från TFTP" #. Tag: para -#: boot-installer.xml:468 boot-installer.xml:1053 boot-installer.xml:1592 -#: boot-installer.xml:2077 boot-installer.xml:2594 boot-installer.xml:2703 +#: boot-installer.xml:468 boot-installer.xml:969 boot-installer.xml:1508 +#: boot-installer.xml:1993 boot-installer.xml:2510 boot-installer.xml:2619 #, no-c-format msgid "" "Booting from the network requires that you have a network connection and a " @@ -851,8 +851,8 @@ msgstr "" "server konfigurerad för uppstarter (DHCP, RARP eller BOOTP)." #. Tag: para -#: boot-installer.xml:473 boot-installer.xml:1058 boot-installer.xml:1597 -#: boot-installer.xml:2082 boot-installer.xml:2599 boot-installer.xml:2708 +#: boot-installer.xml:473 boot-installer.xml:974 boot-installer.xml:1513 +#: boot-installer.xml:1998 boot-installer.xml:2515 boot-installer.xml:2624 #, no-c-format msgid "" "Older systems such as the 715 might require the use of an RBOOT server " @@ -862,8 +862,8 @@ msgstr "" "BOOTP-server." #. Tag: para -#: boot-installer.xml:478 boot-installer.xml:1063 boot-installer.xml:1602 -#: boot-installer.xml:2087 boot-installer.xml:2604 boot-installer.xml:2713 +#: boot-installer.xml:478 boot-installer.xml:979 boot-installer.xml:1518 +#: boot-installer.xml:2003 boot-installer.xml:2520 boot-installer.xml:2629 #, no-c-format msgid "" "The installation method to support network booting is described in <xref " @@ -873,153 +873,14 @@ msgstr "" "<xref linkend=\"install-tftp\"/>." #. Tag: title -#: boot-installer.xml:486 -#, no-c-format -msgid "Booting from TFTP on Netwinder" -msgstr "Starta upp NetWinder via TFTP" - -#. Tag: para -#: boot-installer.xml:487 -#, no-c-format -msgid "" -"Netwinders have two network interfaces: A 10Mbps NE2000-compatible card " -"(which is generally referred to as <literal>eth0</literal>) and a 100Mbps " -"Tulip card. There may be problems loading the image via TFTP using the " -"100Mbps card so it is recommended that you use the 10Mbps interface (the one " -"labeled with <literal>10 Base-T</literal>)." -msgstr "" -"Netwinder har två nätverksgränssnitt: Ett 10 Mbps NE2000-kompatibelt kort " -"(som generellt sett refereras till som <literal>eth0</literal>) och ett 100 " -"Mbps Tulip-kort. Det kan uppstå problem vid inläsning av avbildningen via " -"TFTP med 100 Mbps-kortet så det rekommenderas att du använder 10 Mbps-" -"gränssnittet (det som är märkt som <literal>10 Base-T</literal>)." - -#. Tag: para -#: boot-installer.xml:496 -#, no-c-format -msgid "" -"You need NeTTrom 2.2.1 or later to boot the installation system, and version " -"2.3.3 is recommended. Unfortunately, firmware files are currently not " -"available for download because of license issues. If this situation changes, " -"you may find new images at <ulink url=\"http//www.netwinder.org/\"></ulink>." -msgstr "" -"Du behöver NeTTrom 2.2.1 eller senare för att starta upp " -"installationssystemet, och version 2.3.3 rekommenderas. Tyvärr finns inte " -"filerna för den fasta programvaran tillgängliga för hämtning för tillfället " -"på grund av licensproblem. Om denna situation ändras, kan du hitta nya " -"avbildningar på <ulink url=\"http//www.netwinder.org/\"></ulink>." - -#. Tag: para -#: boot-installer.xml:504 -#, no-c-format -msgid "" -"When you boot your Netwinder you have to interrupt the boot process during " -"the countdown. This allows you to set a number of firmware settings needed " -"in order to boot the installer. First of all, start by loading the default " -"settings: <informalexample><screen>\n" -" NeTTrom command-> load-defaults\n" -"</screen></informalexample> Furthermore, you must configure the network, " -"either with a static address: <informalexample><screen>\n" -" NeTTrom command-> setenv netconfig_eth0 flash\n" -" NeTTrom command-> setenv eth0_ip 192.168.0.10/24\n" -"</screen></informalexample> where 24 is the number of set bits in the " -"netmask, or a dynamic address: <informalexample><screen>\n" -" NeTTrom command-> setenv netconfig_eth0 dhcp\n" -"</screen></informalexample> You may also need to configure the " -"<userinput>route1</userinput> settings if the TFTP server is not on the " -"local subnet. Following these settings, you have to specify the TFTP server " -"and the location of the image. You can then store your settings to flash. " -"<informalexample><screen>\n" -" NeTTrom command-> setenv kerntftpserver 192.168.0.1\n" -" NeTTrom command-> setenv kerntftpfile boot.img\n" -" NeTTrom command-> save-all\n" -"</screen></informalexample> Now you have to tell the firmware that the TFTP " -"image should be booted: <informalexample><screen>\n" -" NeTTrom command-> setenv kernconfig tftp\n" -" NeTTrom command-> setenv rootdev /dev/ram\n" -"</screen></informalexample> If you use a serial console to install your " -"Netwinder, you need to add the following setting: <informalexample><screen>\n" -" NeTTrom command-> setenv cmdappend root=/dev/ram " -"console=ttyS0,115200\n" -"</screen></informalexample> Alternatively, for installations using a " -"keyboard and monitor you have to set: <informalexample><screen>\n" -" NeTTrom command-> setenv cmdappend root=/dev/ram\n" -"</screen></informalexample> You can use the <command>printenv</command> " -"command to review your environment settings. After you have verified that " -"the settings are correct, you can load the image: <informalexample><screen>\n" -" NeTTrom command-> boot\n" -"</screen></informalexample> In case you run into any problems, a <ulink url=" -"\"http://www.netwinder.org/howto/Firmware-HOWTO.html\">detailed HOWTO</" -"ulink> is available." -msgstr "" -"När du startar upp din Netwinder måste du avbryta uppstartsprocessen under " -"nedräkningen. Det här låter dig ställa in ett antal inställningar för den " -"fasta programvaran som behövs för att kunna starta upp " -"installationsprogrammet. Börja först med att läsa in " -"standardinställningarna: <informalexample><screen>\n" -" NeTTrom command-> load-defaults\n" -"</screen></informalexample> Sedan måste du konfigurera nätverket, antingen " -"med en statisk adress: <informalexample><screen>\n" -" NeTTrom command-> setenv netconfig_eth0 flash\n" -" NeTTrom command-> setenv eth0_ip 192.168.0.10/24\n" -"</screen></informalexample> där 24 är antalet bitar i nätmasken, eller en " -"dynamisk adress: <informalexample><screen>\n" -" NeTTrom command-> setenv netconfig_eth0 dhcp\n" -"</screen></informalexample> Du kanske även behöver konfigurera inställningen " -"<userinput>route1</userinput> om TFTP-servern inte finns på det lokala " -"subnätet. Om du följer dessa inställningar, måste du ange TFTP-servern och " -"avbildningens plats. Du kan sedan lagra dina inställningar till flashminnet. " -"<informalexample><screen>\n" -" NeTTrom command-> setenv kerntftpserver 192.168.0.1\n" -" NeTTrom command-> setenv kerntftpfile boot.img\n" -" NeTTrom command-> save-all\n" -"</screen></informalexample> Nu måste du berätta för den fasta programvaran " -"att TFTP-avbildningen ska användas för att starta upp: " -"<informalexample><screen>\n" -" NeTTrom command-> setenv kernconfig tftp\n" -" NeTTrom command-> setenv rootdev /dev/ram\n" -"</screen></informalexample> Om du använder en seriekonsoll för att " -"installera din Netwinder, behöver du lägga till följande inställning: " -"<informalexample><screen>\n" -" NeTTrom command-> setenv cmdappend root=/dev/ram " -"console=ttyS0,115200\n" -"</screen></informalexample> Alternativt, för installationer med ett " -"tangentbord och skärm måste du ställa in: <informalexample><screen>\n" -" NeTTrom command-> setenv cmdappend root=/dev/ram\n" -"</screen></informalexample> Du kan använda kommandot <command>printenv</" -"command> för att granska dina miljöinställningar. Efter att du har validerat " -"att inställningarna är korrekta kan du läsa in avbildningen: " -"<informalexample><screen>\n" -" NeTTrom command-> boot\n" -"</screen></informalexample> Om du springer på några problem, finns en <ulink " -"url=\"http://www.netwinder.org/howto/Firmware-HOWTO.html\">detaljerad HOWTO</" -"ulink> tillgänglig." - -#. Tag: title -#: boot-installer.xml:556 -#, no-c-format -msgid "Booting from TFTP on CATS" -msgstr "Uppstart från TFTP på CATS" - -#. Tag: para -#: boot-installer.xml:557 -#, no-c-format -msgid "" -"On CATS machines, use <command>boot de0:</command> or similar at the Cyclone " -"prompt." -msgstr "" -"På CATS-maskiner, använd <command>boot de0:</command> eller liknande på " -"Cyclone-prompten." - -#. Tag: title -#: boot-installer.xml:567 +#: boot-installer.xml:489 #, no-c-format msgid "Booting from CD-ROM" msgstr "Uppstart från cd-rom" #. Tag: para -#: boot-installer.xml:573 boot-installer.xml:743 boot-installer.xml:1211 -#: boot-installer.xml:2034 boot-installer.xml:2380 boot-installer.xml:2742 +#: boot-installer.xml:495 boot-installer.xml:659 boot-installer.xml:1127 +#: boot-installer.xml:1950 boot-installer.xml:2296 boot-installer.xml:2658 #, no-c-format msgid "" "The easiest route for most people will be to use a set of Debian CDs. If you " @@ -1036,8 +897,8 @@ msgstr "" "fortsätt till nästa kapitel." #. Tag: para -#: boot-installer.xml:584 boot-installer.xml:754 boot-installer.xml:1222 -#: boot-installer.xml:2045 boot-installer.xml:2391 boot-installer.xml:2753 +#: boot-installer.xml:506 boot-installer.xml:670 boot-installer.xml:1138 +#: boot-installer.xml:1961 boot-installer.xml:2307 boot-installer.xml:2669 #, no-c-format msgid "" "Note that certain CD drives may require special drivers, and thus be " @@ -1053,8 +914,8 @@ msgstr "" "installationsmetoder som kan fungera för dig." #. Tag: para -#: boot-installer.xml:592 boot-installer.xml:762 boot-installer.xml:1230 -#: boot-installer.xml:2053 boot-installer.xml:2399 boot-installer.xml:2761 +#: boot-installer.xml:514 boot-installer.xml:678 boot-installer.xml:1146 +#: boot-installer.xml:1969 boot-installer.xml:2315 boot-installer.xml:2677 #, no-c-format msgid "" "Even if you cannot boot from CD-ROM, you can probably install the Debian " @@ -1070,8 +931,8 @@ msgstr "" "installationssystemet till cd-rom-enheten." #. Tag: para -#: boot-installer.xml:600 boot-installer.xml:770 boot-installer.xml:1238 -#: boot-installer.xml:2061 boot-installer.xml:2407 boot-installer.xml:2769 +#: boot-installer.xml:522 boot-installer.xml:686 boot-installer.xml:1154 +#: boot-installer.xml:1977 boot-installer.xml:2323 boot-installer.xml:2685 #, no-c-format msgid "" "If you have problems booting, see <xref linkend=\"boot-troubleshooting\"/>." @@ -1079,24 +940,14 @@ msgstr "" "Om du har problem att starta upp, se <xref linkend=\"boot-troubleshooting\"/" ">." -#. Tag: para -#: boot-installer.xml:607 -#, no-c-format -msgid "" -"To boot a CD-ROM from the Cyclone console prompt, use the command " -"<command>boot cd0:cats.bin</command>" -msgstr "" -"För att starta upp en cd-rom från Cyclones konsollprompt, använd kommandot " -"<command>boot cd0:cats.bin</command>" - #. Tag: title -#: boot-installer.xml:616 +#: boot-installer.xml:532 #, no-c-format msgid "Booting from Firmware" msgstr "Starta upp från den fasta programvaran" #. Tag: para -#: boot-installer.xml:622 +#: boot-installer.xml:538 #, no-c-format msgid "" "There is an increasing number of consumer devices that directly boot from a " @@ -1108,7 +959,7 @@ msgstr "" "den automatiskt startar upp när du startar om dina maskiner." #. Tag: para -#: boot-installer.xml:628 +#: boot-installer.xml:544 #, no-c-format msgid "" "In many cases, changing the firmware of an embedded device voids your " @@ -1122,13 +973,13 @@ msgstr "" "stegen noga." #. Tag: title -#: boot-installer.xml:639 +#: boot-installer.xml:555 #, no-c-format msgid "Booting the NSLU2" msgstr "Starta upp NSLU2" #. Tag: para -#: boot-installer.xml:640 +#: boot-installer.xml:556 #, no-c-format msgid "There are three ways how to put the installer firmware into flash:" msgstr "" @@ -1136,13 +987,13 @@ msgstr "" "programvara i flash-minnet:" #. Tag: title -#: boot-installer.xml:646 +#: boot-installer.xml:562 #, no-c-format msgid "Using the NSLU2 web interface" msgstr "Använda webbgränssnittet i NSLU2" #. Tag: para -#: boot-installer.xml:647 +#: boot-installer.xml:563 #, no-c-format msgid "" "Go to the administration section and choose the menu item <literal>Upgrade</" @@ -1158,13 +1009,13 @@ msgstr "" "sedan att starta upp direkt in i installationsprogrammet." #. Tag: title -#: boot-installer.xml:658 +#: boot-installer.xml:574 #, no-c-format msgid "Via the network using Linux/Unix" msgstr "Via nätverket med Linux/Unix" #. Tag: para -#: boot-installer.xml:659 +#: boot-installer.xml:575 #, no-c-format msgid "" "You can use <command>upslug2</command> from any Linux or Unix machine to " @@ -1216,13 +1067,13 @@ msgstr "" "igen nu, annars kommer installationsprogrammet inte att kunna hitta den." #. Tag: title -#: boot-installer.xml:720 +#: boot-installer.xml:636 #, no-c-format msgid "Via the network using Windows" msgstr "Via nätverket med Windows" #. Tag: para -#: boot-installer.xml:721 +#: boot-installer.xml:637 #, no-c-format msgid "" "There is <ulink url=\"http://www.everbesthk.com/8-download/sercomm/firmware/" @@ -1234,20 +1085,20 @@ msgstr "" "firmware via nätverket." #. Tag: title -#: boot-installer.xml:737 boot-installer.xml:1205 boot-installer.xml:2022 -#: boot-installer.xml:2374 boot-installer.xml:2736 +#: boot-installer.xml:653 boot-installer.xml:1121 boot-installer.xml:1938 +#: boot-installer.xml:2290 boot-installer.xml:2652 #, no-c-format msgid "Booting from a CD-ROM" msgstr "Uppstart från en cd-rom" #. Tag: title -#: boot-installer.xml:844 +#: boot-installer.xml:760 #, no-c-format msgid "Booting from Windows" msgstr "Starta upp från Windows" #. Tag: para -#: boot-installer.xml:845 +#: boot-installer.xml:761 #, no-c-format msgid "" "To start the installer from Windows, you must first obtain CD-ROM/DVD-ROM or " @@ -1260,7 +1111,7 @@ msgstr "" "files\"/>." #. Tag: para -#: boot-installer.xml:851 +#: boot-installer.xml:767 #, no-c-format msgid "" "If you use an installation CD or DVD, a pre-installation program should be " @@ -1276,7 +1127,7 @@ msgstr "" "starta <command>setup.exe</command>." #. Tag: para -#: boot-installer.xml:859 +#: boot-installer.xml:775 #, no-c-format msgid "" "After the program has been started, a few preliminary questions will be " @@ -1287,7 +1138,7 @@ msgstr "" "installationsprogrammet för &debian;." #. Tag: title -#: boot-installer.xml:899 +#: boot-installer.xml:815 #, no-c-format msgid "" "Booting from Linux Using <command>LILO</command> or <command>GRUB</command>" @@ -1295,7 +1146,7 @@ msgstr "" "Uppstart från Linux med <command>LILO</command> eller <command>GRUB</command>" #. Tag: para -#: boot-installer.xml:902 +#: boot-installer.xml:818 #, no-c-format msgid "" "To boot the installer from hard disk, you must first download and place the " @@ -1306,7 +1157,7 @@ msgstr "" "drive-files\"/>." #. Tag: para -#: boot-installer.xml:907 +#: boot-installer.xml:823 #, no-c-format msgid "" "If you intend to use the hard drive only for booting and then download " @@ -1324,7 +1175,7 @@ msgstr "" "installationsprogrammet, dock bör du göra med försiktighet." #. Tag: para -#: boot-installer.xml:917 +#: boot-installer.xml:833 #, fuzzy, no-c-format #| msgid "" #| "Alternatively, if you intend to keep an existing partition on the hard " @@ -1349,7 +1200,7 @@ msgstr "" "installera från cd-avbildningen, utan behov av nätverk." #. Tag: para -#: boot-installer.xml:926 +#: boot-installer.xml:842 #, no-c-format msgid "" "For <command>LILO</command>, you will need to configure two essential things " @@ -1367,7 +1218,7 @@ msgstr "" "exempel på en <filename>/etc/lilo.conf</filename>:" #. Tag: screen -#: boot-installer.xml:947 +#: boot-installer.xml:863 #, no-c-format msgid "" "image=/boot/newinstall/vmlinuz\n" @@ -1379,7 +1230,7 @@ msgstr "" " initrd=/boot/newinstall/initrd.gz" #. Tag: para -#: boot-installer.xml:947 +#: boot-installer.xml:863 #, no-c-format msgid "" "For more details, refer to the <citerefentry><refentrytitle>initrd</" @@ -1395,7 +1246,7 @@ msgstr "" "<userinput>lilo</userinput> och starta om." #. Tag: para -#: boot-installer.xml:956 +#: boot-installer.xml:872 #, no-c-format msgid "" "The procedure for <command>GRUB</command> is quite similar. Locate your " @@ -1411,7 +1262,7 @@ msgstr "" "filename> finns på första partitionen av första disken i systemet):" #. Tag: screen -#: boot-installer.xml:964 +#: boot-installer.xml:880 #, no-c-format msgid "" "title New Install\n" @@ -1425,7 +1276,7 @@ msgstr "" "initrd /boot/newinstall/initrd.gz" #. Tag: para -#: boot-installer.xml:966 +#: boot-installer.xml:882 #, no-c-format msgid "" "From here on, there should be no difference between <command>GRUB</command> " @@ -1435,13 +1286,13 @@ msgstr "" "command> och <command>LILO</command>." #. Tag: title -#: boot-installer.xml:975 +#: boot-installer.xml:891 #, no-c-format msgid "Booting from USB Memory Stick" msgstr "Uppstart från USB-minne" #. Tag: para -#: boot-installer.xml:976 +#: boot-installer.xml:892 #, no-c-format msgid "" "Let's assume you have prepared everything from <xref linkend=\"boot-dev-" @@ -1457,13 +1308,13 @@ msgstr "" "uppstartsargument eller bara trycka &enterkey;." #. Tag: title -#: boot-installer.xml:989 boot-installer.xml:2134 boot-installer.xml:2643 +#: boot-installer.xml:905 boot-installer.xml:2050 boot-installer.xml:2559 #, no-c-format msgid "Booting from Floppies" msgstr "Uppstart från startdisketter" #. Tag: para -#: boot-installer.xml:990 boot-installer.xml:2651 +#: boot-installer.xml:906 boot-installer.xml:2567 #, no-c-format msgid "" "You will have already downloaded the floppy images you needed and created " @@ -1473,7 +1324,7 @@ msgstr "" "disketterna från avbildningarna i <xref linkend=\"create-floppy\"/>." #. Tag: para -#: boot-installer.xml:997 +#: boot-installer.xml:913 #, no-c-format msgid "" "To boot from the installer boot floppy, place it in the primary floppy " @@ -1483,7 +1334,7 @@ msgstr "" "primära diskettenheten, stäng av datorn som vanligt och starta upp den igen." #. Tag: para -#: boot-installer.xml:1003 +#: boot-installer.xml:919 #, no-c-format msgid "" "For installing from an LS-120 drive (ATAPI version) with a set of floppies, " @@ -1502,7 +1353,7 @@ msgstr "" "uppstartsprompten." #. Tag: para -#: boot-installer.xml:1013 +#: boot-installer.xml:929 #, no-c-format msgid "" "Note that on some machines, <keycombo><keycap>Control</keycap> <keycap>Alt</" @@ -1518,7 +1369,7 @@ msgstr "" "installerat) har du inget val. Om inte, gör en hård omstart vid uppstart." #. Tag: para -#: boot-installer.xml:1022 +#: boot-installer.xml:938 #, no-c-format msgid "" "The floppy disk will be accessed, and you should then see a screen that " @@ -1528,7 +1379,7 @@ msgstr "" "introducerar startdisketten och slutar med prompten <prompt>boot:</prompt>." #. Tag: para -#: boot-installer.xml:1028 +#: boot-installer.xml:944 #, no-c-format msgid "" "Once you press &enterkey;, you should see the message " @@ -1545,7 +1396,7 @@ msgstr "" "hittas under i <xref linkend=\"kernel-msgs\"/>." #. Tag: para -#: boot-installer.xml:1037 +#: boot-installer.xml:953 #, no-c-format msgid "" "After booting from the boot floppy, the root floppy is requested. Insert the " @@ -1559,19 +1410,19 @@ msgstr "" "startas automatiskt." #. Tag: para -#: boot-installer.xml:1071 +#: boot-installer.xml:987 #, no-c-format msgid "There are various ways to do a TFTP boot on i386." msgstr "Det finns olika sätt att göra en TFTP-uppstart på i386." #. Tag: title -#: boot-installer.xml:1077 +#: boot-installer.xml:993 #, no-c-format msgid "NIC or Motherboard that support PXE" msgstr "Nätverkskort eller moderkort med stöd för PXE" #. Tag: para -#: boot-installer.xml:1078 +#: boot-installer.xml:994 #, no-c-format msgid "" "It could be that your Network Interface Card or Motherboard provides PXE " @@ -1585,13 +1436,13 @@ msgstr "" "kan du konfigurera ditt BIOS att starta upp från nätverket." #. Tag: title -#: boot-installer.xml:1089 +#: boot-installer.xml:1005 #, no-c-format msgid "NIC with Network BootROM" msgstr "Nätverkskort med Network BootROM" #. Tag: para -#: boot-installer.xml:1090 +#: boot-installer.xml:1006 #, no-c-format msgid "" "It could be that your Network Interface Card provides TFTP boot " @@ -1601,7 +1452,7 @@ msgstr "" "upp via TFTP." #. Tag: para -#: boot-installer.xml:1095 +#: boot-installer.xml:1011 #, no-c-format msgid "" "Let us (<email>&email-debian-boot-list;</email>) know how did you manage it. " @@ -1611,13 +1462,13 @@ msgstr "" "Referera till det här dokumentet." #. Tag: title -#: boot-installer.xml:1103 +#: boot-installer.xml:1019 #, no-c-format msgid "Etherboot" msgstr "Etherboot" #. Tag: para -#: boot-installer.xml:1104 +#: boot-installer.xml:1020 #, no-c-format msgid "" "The <ulink url=\"http://www.etherboot.org\">etherboot project</ulink> " @@ -1627,13 +1478,13 @@ msgstr "" "startdisketter och även ROM-filer som kan göra uppstarter via TFTP." #. Tag: title -#: boot-installer.xml:1114 +#: boot-installer.xml:1030 #, no-c-format msgid "The Boot Screen" msgstr "Uppstartsskärmen" #. Tag: para -#: boot-installer.xml:1115 +#: boot-installer.xml:1031 #, no-c-format msgid "" "When the installer boots, you should be presented with a friendly graphical " @@ -1664,7 +1515,7 @@ msgstr "" "tillgänglig." #. Tag: para -#: boot-installer.xml:1125 +#: boot-installer.xml:1041 #, no-c-format msgid "" "For a normal installation, select either the <quote>Install</quote> or the " @@ -1679,7 +1530,7 @@ msgstr "" "upp installationsprogrammet." #. Tag: para -#: boot-installer.xml:1132 +#: boot-installer.xml:1048 #, no-c-format msgid "" "The <quote>Advanced options</quote> entry gives access to a second menu that " @@ -1691,7 +1542,7 @@ msgstr "" "räddningsläge och för automatiserade installationer." #. Tag: para -#: boot-installer.xml:1138 +#: boot-installer.xml:1054 #, no-c-format msgid "" "If you wish or need to add any boot parameters for either the installer or " @@ -1711,7 +1562,7 @@ msgstr "" "gjort." #. Tag: para -#: boot-installer.xml:1147 +#: boot-installer.xml:1063 #, no-c-format msgid "" "Choosing the <quote>Help</quote> entry will result in the first help screen " @@ -1749,7 +1600,7 @@ msgstr "" "userinput>)." #. Tag: para -#: boot-installer.xml:1166 +#: boot-installer.xml:1082 #, no-c-format msgid "" "The keyboard is assumed to have a default American English layout at this " @@ -1768,7 +1619,7 @@ msgstr "" "tangenterna." #. Tag: para -#: boot-installer.xml:1176 +#: boot-installer.xml:1092 #, no-c-format msgid "" "If you are using a system that has the BIOS configured to use serial " @@ -1788,7 +1639,7 @@ msgstr "" "quote> (iLO) och HP:s <quote>Integrated Remote Assistant</quote> (IRA)." #. Tag: para -#: boot-installer.xml:1186 +#: boot-installer.xml:1102 #, no-c-format msgid "" "To bypass the graphical boot screen you can either blindly press &escapekey; " @@ -1809,13 +1660,13 @@ msgstr "" "uppstartsprompten, som beskrivet i hjälptexten." #. Tag: title -#: boot-installer.xml:1246 +#: boot-installer.xml:1162 #, no-c-format msgid "CD Contents" msgstr "Cd-innehåll" #. Tag: para -#: boot-installer.xml:1248 +#: boot-installer.xml:1164 #, no-c-format msgid "" "There are three basic variations of Debian Install CDs. The " @@ -1839,7 +1690,7 @@ msgstr "" "mängd olika paket utan behov av tillgång till nätverket." #. Tag: para -#: boot-installer.xml:1264 +#: boot-installer.xml:1180 #, no-c-format msgid "" "The IA-64 architecture uses the next generation Extensible Firmware " @@ -1865,7 +1716,7 @@ msgstr "" "uppstartsblock på mer konventionella system." #. Tag: para -#: boot-installer.xml:1280 +#: boot-installer.xml:1196 #, no-c-format msgid "" "The Debian Installer CD contains a small EFI partition where the " @@ -1882,7 +1733,7 @@ msgstr "" "som beskrivs nedan." #. Tag: para -#: boot-installer.xml:1289 +#: boot-installer.xml:1205 #, no-c-format msgid "" "Most of the details of how <command>ELILO</command> actually loads and " @@ -1905,7 +1756,7 @@ msgstr "" "före den tillåter installationen att fortsätta." #. Tag: para -#: boot-installer.xml:1301 +#: boot-installer.xml:1217 #, no-c-format msgid "" "The EFI Boot Manager is presented as the last step of the firmware " @@ -1929,13 +1780,13 @@ msgstr "" "andra alternativet." #. Tag: title -#: boot-installer.xml:1320 +#: boot-installer.xml:1236 #, no-c-format msgid "IMPORTANT" msgstr "VIKTIGT" #. Tag: para -#: boot-installer.xml:1321 +#: boot-installer.xml:1237 #, no-c-format msgid "" "The EFI Boot Manager will select a default boot action, typically the first " @@ -1955,13 +1806,13 @@ msgstr "" "skalprompten." #. Tag: title -#: boot-installer.xml:1333 +#: boot-installer.xml:1249 #, no-c-format msgid "Option 1: Booting from the Boot Option Maintenance Menu" msgstr "Alternativ 1: Starta upp från Boot Option Maintenance Menu" #. Tag: para -#: boot-installer.xml:1340 +#: boot-installer.xml:1256 #, no-c-format msgid "" "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will " @@ -1973,7 +1824,7 @@ msgstr "" "färdigställt sin systeminitiering." #. Tag: para -#: boot-installer.xml:1346 +#: boot-installer.xml:1262 #, no-c-format msgid "" "Select <command>Boot Maintenance Menu</command> from the menu with the arrow " @@ -1983,7 +1834,7 @@ msgstr "" "och tryck <command>ENTER</command>. Det här kommer att visa en ny meny." #. Tag: para -#: boot-installer.xml:1352 +#: boot-installer.xml:1268 #, no-c-format msgid "" "Select <command>Boot From a File</command> from the menu with the arrow keys " @@ -2002,7 +1853,7 @@ msgstr "" "samma." #. Tag: para -#: boot-installer.xml:1363 +#: boot-installer.xml:1279 #, no-c-format msgid "" "You can choose either of the entries that refer to the CD/DVD drive. Select " @@ -2021,7 +1872,7 @@ msgstr "" "steg." #. Tag: para -#: boot-installer.xml:1374 +#: boot-installer.xml:1290 #, no-c-format msgid "" "You will only need this step if you chose <command>Debian Inst [Acpi ...</" @@ -2037,7 +1888,7 @@ msgstr "" "inläsningssekvensen för uppstarten." #. Tag: para -#: boot-installer.xml:1386 +#: boot-installer.xml:1302 #, no-c-format msgid "" "These steps start the Debian boot loader which will display a menu page for " @@ -2049,13 +1900,13 @@ msgstr "" "uppstartskärna och flaggor." #. Tag: title -#: boot-installer.xml:1396 +#: boot-installer.xml:1312 #, no-c-format msgid "Option 2: Booting from the EFI Shell" msgstr "Alternativ 2: Starta upp från EFI-skalet" #. Tag: para -#: boot-installer.xml:1397 +#: boot-installer.xml:1313 #, no-c-format msgid "" "If, for some reason, option 1 is not successful, reboot the machine and when " @@ -2069,7 +1920,7 @@ msgstr "" "med följande steg:" #. Tag: para -#: boot-installer.xml:1408 +#: boot-installer.xml:1324 #, no-c-format msgid "" "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will " @@ -2081,7 +1932,7 @@ msgstr "" "färdigställer systeminitieringen." #. Tag: para -#: boot-installer.xml:1414 +#: boot-installer.xml:1330 #, no-c-format msgid "" "Select <command>EFI Shell</command> from the menu with the arrow keys and " @@ -2103,7 +1954,7 @@ msgstr "" "kommer det ta några extra sekunder när den initierar cd-enheten." #. Tag: para -#: boot-installer.xml:1428 +#: boot-installer.xml:1344 #, no-c-format msgid "" "Examine the output from the shell looking for the CDROM drive. It is most " @@ -2117,7 +1968,7 @@ msgstr "" "replaceable></filename>." #. Tag: para -#: boot-installer.xml:1435 +#: boot-installer.xml:1351 #, no-c-format msgid "" "Enter <command>fs<replaceable>n</replaceable>:</command> and press " @@ -2131,7 +1982,7 @@ msgstr "" "partitionsnumret som sin prompt." #. Tag: para -#: boot-installer.xml:1442 +#: boot-installer.xml:1358 #, no-c-format msgid "" "Enter <command>elilo</command> and press <command>ENTER</command>. This will " @@ -2141,7 +1992,7 @@ msgstr "" "kommer att påbörja uppstartssekvensen." #. Tag: para -#: boot-installer.xml:1449 +#: boot-installer.xml:1365 #, no-c-format msgid "" "As with option 1, these steps start the Debian boot loader which will " @@ -2157,13 +2008,13 @@ msgstr "" "Fortsätt till att välja uppstartskärna och alternativ." #. Tag: title -#: boot-installer.xml:1463 +#: boot-installer.xml:1379 #, no-c-format msgid "Installing using a Serial Console" msgstr "Installation med en seriekonsoll" #. Tag: para -#: boot-installer.xml:1465 +#: boot-installer.xml:1381 #, no-c-format msgid "" "You may choose to perform an install using a monitor and keyboard or using a " @@ -2184,7 +2035,7 @@ msgstr "" "förkonfigurerade." #. Tag: para -#: boot-installer.xml:1476 +#: boot-installer.xml:1392 #, no-c-format msgid "" "In most circumstances, you will want the installer to use the same baud rate " @@ -2198,7 +2049,7 @@ msgstr "" "kommandot <command>baud</command> i EFI-skalet." #. Tag: para -#: boot-installer.xml:1483 +#: boot-installer.xml:1399 #, no-c-format msgid "" "If there is not an option available that is configured for the serial device " @@ -2215,7 +2066,7 @@ msgstr "" "classname>." #. Tag: para -#: boot-installer.xml:1494 +#: boot-installer.xml:1410 #, no-c-format msgid "" "Most IA-64 boxes ship with a default console setting of 9600 baud. This " @@ -2234,7 +2085,7 @@ msgstr "" "startar installationsprogrammet i textläge." #. Tag: para -#: boot-installer.xml:1503 +#: boot-installer.xml:1419 #, no-c-format msgid "" "If you select the wrong console type, you will be able to select the kernel " @@ -2247,13 +2098,13 @@ msgstr "" "startat och kräver att du startar om före du kan påbörjar installationen." #. Tag: title -#: boot-installer.xml:1512 +#: boot-installer.xml:1428 #, no-c-format msgid "Selecting the Boot Kernel and Options" msgstr "Välj uppstartskärna och inställningar" #. Tag: para -#: boot-installer.xml:1514 +#: boot-installer.xml:1430 #, no-c-format msgid "" "The boot loader will display a form with a menu list and a text window with " @@ -2273,7 +2124,7 @@ msgstr "" "vanliga kommandoradsflaggorna." #. Tag: para -#: boot-installer.xml:1526 +#: boot-installer.xml:1442 #, no-c-format msgid "" "Consult the <classname>General</classname> help screen for the description " @@ -2298,7 +2149,7 @@ msgstr "" "installationen:" #. Tag: para -#: boot-installer.xml:1544 +#: boot-installer.xml:1460 #, no-c-format msgid "" "Select the kernel version and installation mode most appropriate to your " @@ -2308,7 +2159,7 @@ msgstr "" "med piltangenterna." #. Tag: para -#: boot-installer.xml:1549 +#: boot-installer.xml:1465 #, no-c-format msgid "" "Enter any boot parameters by typing at the keyboard. The text will be " @@ -2320,7 +2171,7 @@ msgstr "" "inställningar för seriekonsoll) anges." #. Tag: para -#: boot-installer.xml:1556 +#: boot-installer.xml:1472 #, no-c-format msgid "" "Press <command>ENTER</command>. This will load and start the kernel. The " @@ -2332,7 +2183,7 @@ msgstr "" "skärmen av Debian Installer." #. Tag: para -#: boot-installer.xml:1565 boot-installer.xml:1701 +#: boot-installer.xml:1481 boot-installer.xml:1617 #, no-c-format msgid "" "Proceed to the next chapter to continue the installation where you will set " @@ -2342,7 +2193,7 @@ msgstr "" "att ställa in språkanpassning, nätverk och diskpartitioner." #. Tag: para -#: boot-installer.xml:1576 +#: boot-installer.xml:1492 #, no-c-format msgid "" "Booting an IA-64 system from the network is similar to a CD boot. The only " @@ -2362,7 +2213,7 @@ msgstr "" "cd-enheten." #. Tag: para -#: boot-installer.xml:1610 +#: boot-installer.xml:1526 #, no-c-format msgid "" "Network booting an IA-64 system requires two architecture-specific actions. " @@ -2377,13 +2228,13 @@ msgstr "" "nätverk." #. Tag: title -#: boot-installer.xml:1621 +#: boot-installer.xml:1537 #, no-c-format msgid "Configuring the Server" msgstr "Konfiguration av servern" #. Tag: para -#: boot-installer.xml:1622 +#: boot-installer.xml:1538 #, no-c-format msgid "" "A suitable TFTP entry for network booting an IA-64 system looks something " @@ -2407,7 +2258,7 @@ msgstr "" "efi</command> att köra på klienten." #. Tag: para -#: boot-installer.xml:1632 +#: boot-installer.xml:1548 #, no-c-format msgid "" "Extract the <filename>netboot.tar.gz</filename> file into the directory used " @@ -2423,7 +2274,7 @@ msgstr "" "uppstartsfilerna för ett IA-64-system." #. Tag: screen -#: boot-installer.xml:1642 +#: boot-installer.xml:1558 #, no-c-format msgid "" "# cd /var/lib/tftp\n" @@ -2441,7 +2292,7 @@ msgstr "" "[...]" #. Tag: para -#: boot-installer.xml:1642 +#: boot-installer.xml:1558 #, no-c-format msgid "" "The <filename>netboot.tar.gz</filename> contains an <filename>elilo.conf</" @@ -2463,13 +2314,13 @@ msgstr "" "tillhandahålls av paketet <classname>elilo</classname> för detaljer." #. Tag: title -#: boot-installer.xml:1659 +#: boot-installer.xml:1575 #, no-c-format msgid "Configuring the Client" msgstr "Konfiguration av klienten" #. Tag: para -#: boot-installer.xml:1660 +#: boot-installer.xml:1576 #, no-c-format msgid "" "To configure the client to support TFTP booting, start by booting to EFI and " @@ -2500,7 +2351,7 @@ msgstr "" "<filename>elilo.efi</filename> från TFTP-servern." #. Tag: para -#: boot-installer.xml:1692 +#: boot-installer.xml:1608 #, no-c-format msgid "" "The boot loader will display its prompt after it has downloaded and " @@ -2516,13 +2367,13 @@ msgstr "" "starta Debian Installer." #. Tag: title -#: boot-installer.xml:1714 +#: boot-installer.xml:1630 #, no-c-format msgid "Choosing an Installation Method" msgstr "Välja en installationsmetod" #. Tag: para -#: boot-installer.xml:1716 +#: boot-installer.xml:1632 #, no-c-format msgid "" "Some &arch-title; subarchs have the option of booting using either a 2.4.x " @@ -2538,7 +2389,7 @@ msgstr "" "storlek på ramdisken och 2.4.x använder tmpfs." #. Tag: para -#: boot-installer.xml:1724 +#: boot-installer.xml:1640 #, no-c-format msgid "" "If you are using a 2.2.x linux kernel, then you need to use the " @@ -2548,7 +2399,7 @@ msgstr "" "kärnparametern &ramdisksize;." #. Tag: para -#: boot-installer.xml:1729 +#: boot-installer.xml:1645 #, no-c-format msgid "" "Make sure <userinput>root=/dev/ram</userinput> is one of your kernel " @@ -2558,7 +2409,7 @@ msgstr "" "kärnparametrar." #. Tag: para -#: boot-installer.xml:1734 +#: boot-installer.xml:1650 #, no-c-format msgid "" "If you're having trouble, check <ulink url=\"&url-m68k-cts-faq;\">cts's " @@ -2568,13 +2419,13 @@ msgstr "" "&arch-title; debian-installer FAQ</ulink>." #. Tag: title -#: boot-installer.xml:1751 +#: boot-installer.xml:1667 #, no-c-format msgid "Amiga" msgstr "Amiga" #. Tag: para -#: boot-installer.xml:1752 +#: boot-installer.xml:1668 #, no-c-format msgid "" "The only method of installation available to amiga is the hard drive (see " @@ -2586,7 +2437,7 @@ msgstr "" "inte startbar.</emphasis>" #. Tag: para -#: boot-installer.xml:1758 +#: boot-installer.xml:1674 #, no-c-format msgid "" "Amiga does not currently work with bogl, so if you are seeing bogl errors, " @@ -2596,13 +2447,13 @@ msgstr "" "behöver du inkludera uppstartsparametern <userinput>fb=false</userinput>." #. Tag: title -#: boot-installer.xml:1767 +#: boot-installer.xml:1683 #, no-c-format msgid "Atari" msgstr "Atari" #. Tag: para -#: boot-installer.xml:1768 +#: boot-installer.xml:1684 #, no-c-format msgid "" "The installer for atari may be started from either the hard drive (see <xref " @@ -2615,7 +2466,7 @@ msgstr "" "startbar.</emphasis>" #. Tag: para -#: boot-installer.xml:1775 +#: boot-installer.xml:1691 #, no-c-format msgid "" "Atari does not currently work with bogl, so if you are seeing bogl errors, " @@ -2625,13 +2476,13 @@ msgstr "" "behöver du inkludera uppstartsparametern <userinput>fb=false</userinput>." #. Tag: title -#: boot-installer.xml:1784 +#: boot-installer.xml:1700 #, no-c-format msgid "BVME6000" msgstr "BVME6000" #. Tag: para -#: boot-installer.xml:1785 +#: boot-installer.xml:1701 #, no-c-format msgid "" "The installer for BVME6000 may be started from a cdrom (see <xref linkend=" @@ -2644,13 +2495,13 @@ msgstr "" "\"/>)." #. Tag: title -#: boot-installer.xml:1795 +#: boot-installer.xml:1711 #, no-c-format msgid "Macintosh" msgstr "Macintosh" #. Tag: para -#: boot-installer.xml:1796 +#: boot-installer.xml:1712 #, no-c-format msgid "" "The only method of installation available to mac is from the hard drive (see " @@ -2662,7 +2513,7 @@ msgstr "" "inte startbar.</emphasis> Mac har ingen fungerande 2.4.x-kärna." #. Tag: para -#: boot-installer.xml:1803 +#: boot-installer.xml:1719 #, no-c-format msgid "" "If your hardware uses a 53c9x-based scsi bus, then you may need to include " @@ -2684,13 +2535,13 @@ msgstr "" "kommer systemet att köra snabbare än om du inte angav det." #. Tag: title -#: boot-installer.xml:1818 +#: boot-installer.xml:1734 #, no-c-format msgid "MVME147 and MVME16x" msgstr "MVME147 och MVME16x" #. Tag: para -#: boot-installer.xml:1819 +#: boot-installer.xml:1735 #, no-c-format msgid "" "The installer for MVME147 and MVME16x may be started from either floppies " @@ -2704,13 +2555,13 @@ msgstr "" "inte cd-skivan startbar.</emphasis>" #. Tag: title -#: boot-installer.xml:1829 +#: boot-installer.xml:1745 #, no-c-format msgid "Q40/Q60" msgstr "Q40/Q60" #. Tag: para -#: boot-installer.xml:1830 +#: boot-installer.xml:1746 #, no-c-format msgid "" "The only method of installation available to Q40/Q60 is from the hard drive " @@ -2722,13 +2573,13 @@ msgstr "" "cd-skivan är inte startbar.</emphasis>" #. Tag: title -#: boot-installer.xml:1841 +#: boot-installer.xml:1757 #, no-c-format msgid "Booting from a Hard Disk" msgstr "Starta upp från en hårddisk" #. Tag: para -#: boot-installer.xml:1847 boot-installer.xml:2453 +#: boot-installer.xml:1763 boot-installer.xml:2369 #, no-c-format msgid "" "Booting from an existing operating system is often a convenient option; for " @@ -2738,7 +2589,7 @@ msgstr "" "för vissa system är det den enda installationsmetoden som stöds." #. Tag: para -#: boot-installer.xml:1853 boot-installer.xml:2459 +#: boot-installer.xml:1769 boot-installer.xml:2375 #, no-c-format msgid "" "To boot the installer from hard disk, you will have already completed " @@ -2750,7 +2601,7 @@ msgstr "" ">." #. Tag: para -#: boot-installer.xml:1862 +#: boot-installer.xml:1778 #, no-c-format msgid "" "At least six different ramdisks may be used to boot from the hard drive, " @@ -2764,7 +2615,7 @@ msgstr "" "current/images/MANIFEST\">MANIFEST</ulink> för detaljer)." #. Tag: para -#: boot-installer.xml:1870 +#: boot-installer.xml:1786 #, no-c-format msgid "" "The three different types of ramdisks are <filename>cdrom</filename>, " @@ -2785,13 +2636,13 @@ msgstr "" "paket." #. Tag: title -#: boot-installer.xml:1891 +#: boot-installer.xml:1807 #, no-c-format msgid "Booting from AmigaOS" msgstr "Starta upp från AmigaOS" #. Tag: para -#: boot-installer.xml:1892 +#: boot-installer.xml:1808 #, no-c-format msgid "" "In the <command>Workbench</command>, start the Linux installation process by " @@ -2803,7 +2654,7 @@ msgstr "" "<filename>debian</filename>." #. Tag: para -#: boot-installer.xml:1898 +#: boot-installer.xml:1814 #, no-c-format msgid "" "You may have to press the &enterkey; key twice after the Amiga installer " @@ -2825,13 +2676,13 @@ msgstr "" "<xref linkend=\"d-i-intro\"/>." #. Tag: title -#: boot-installer.xml:1913 +#: boot-installer.xml:1829 #, no-c-format msgid "Booting from Atari TOS" msgstr "Starta upp från Atari TOS" #. Tag: para -#: boot-installer.xml:1914 +#: boot-installer.xml:1830 #, no-c-format msgid "" "At the GEM desktop, start the Linux installation process by double-clicking " @@ -2845,7 +2696,7 @@ msgstr "" "programmets inställningsruta." #. Tag: para -#: boot-installer.xml:1921 +#: boot-installer.xml:1837 #, no-c-format msgid "" "You may have to press the &enterkey; key after the Atari bootstrap program " @@ -2866,13 +2717,13 @@ msgstr "" "<xref linkend=\"d-i-intro\"/>." #. Tag: title -#: boot-installer.xml:1936 +#: boot-installer.xml:1852 #, no-c-format msgid "Booting from MacOS" msgstr "Starta upp från MacOS" #. Tag: para -#: boot-installer.xml:1937 +#: boot-installer.xml:1853 #, no-c-format msgid "" "You must retain the original Mac system and boot from it. It is " @@ -2893,7 +2744,7 @@ msgstr "" "för den körande Linux-kärnan." #. Tag: para -#: boot-installer.xml:1948 +#: boot-installer.xml:1864 #, no-c-format msgid "" "Macs require the <command>Penguin</command> bootloader, which can be " @@ -2913,7 +2764,7 @@ msgstr "" "command> från <classname>hfsutils</classname>-sviten." #. Tag: para -#: boot-installer.xml:1959 +#: boot-installer.xml:1875 #, no-c-format msgid "" "At the MacOS desktop, start the Linux installation process by double-" @@ -2937,7 +2788,7 @@ msgstr "" "fram till filerna i dialogrutan." #. Tag: para -#: boot-installer.xml:1974 +#: boot-installer.xml:1890 #, no-c-format msgid "" "To set the boot parameters in Penguin, choose <guimenu>File</guimenu> -> " @@ -2955,7 +2806,7 @@ msgstr "" "guimenuitem>." #. Tag: para -#: boot-installer.xml:1983 +#: boot-installer.xml:1899 #, no-c-format msgid "" "Close the <guilabel>Settings</guilabel> dialog, save the settings and start " @@ -2967,7 +2818,7 @@ msgstr "" "<guimenu>File</guimenu>-menyn." #. Tag: para -#: boot-installer.xml:1990 +#: boot-installer.xml:1906 #, no-c-format msgid "" "The <command>Penguin</command> booter will output some debugging information " @@ -2987,19 +2838,19 @@ msgstr "" "automatiskt, så att du kan fortsätta på <xref linkend=\"d-i-intro\"/>." #. Tag: title -#: boot-installer.xml:2005 +#: boot-installer.xml:1921 #, no-c-format msgid "Booting from Q40/Q60" msgstr "Starta upp från Q40/Q60" #. Tag: para -#: boot-installer.xml:2007 +#: boot-installer.xml:1923 #, no-c-format msgid "FIXME" msgstr "FIXME" #. Tag: para -#: boot-installer.xml:2011 +#: boot-installer.xml:1927 #, no-c-format msgid "" "The installation program should start automatically, so you can continue " @@ -3009,7 +2860,7 @@ msgstr "" "<xref linkend=\"d-i-intro\"/>." #. Tag: para -#: boot-installer.xml:2023 +#: boot-installer.xml:1939 #, no-c-format msgid "" "Currently, the only &arch-title; subarchitecture that supports CD-ROM " @@ -3019,7 +2870,7 @@ msgstr "" "uppstart via cd-rom är BVME6000." #. Tag: para -#: boot-installer.xml:2095 +#: boot-installer.xml:2011 #, no-c-format msgid "" "After booting the VMEbus systems you will be presented with the LILO " @@ -3033,27 +2884,27 @@ msgstr "" "terminalemuleringen vt102." #. Tag: para -#: boot-installer.xml:2106 +#: boot-installer.xml:2022 #, no-c-format msgid "type <screen>i6000 &enterkey;</screen> to install a BVME4000/6000" msgstr "" "ange <screen>i6000 &enterkey;</screen> för att installera en BVME4000/6000" #. Tag: para -#: boot-installer.xml:2111 +#: boot-installer.xml:2027 #, no-c-format msgid "type <screen>i162 &enterkey;</screen> to install an MVME162" msgstr "ange <screen>i162 &enterkey;</screen> för att installera en MVME162" #. Tag: para -#: boot-installer.xml:2116 +#: boot-installer.xml:2032 #, no-c-format msgid "type <screen>i167 &enterkey;</screen> to install an MVME166/167" msgstr "" "ange <screen>i167 &enterkey;</screen> för att installera en MVME166/167" #. Tag: para -#: boot-installer.xml:2123 +#: boot-installer.xml:2039 #, no-c-format msgid "" "You may additionally append the string <screen>TERM=vt100</screen> to use " @@ -3064,7 +2915,7 @@ msgstr "" "screen>." #. Tag: para -#: boot-installer.xml:2135 +#: boot-installer.xml:2051 #, no-c-format msgid "" "For most &arch-title; architectures, booting from a local filesystem is the " @@ -3074,7 +2925,7 @@ msgstr "" "filsystem den metod som rekommenderas." #. Tag: para -#: boot-installer.xml:2140 +#: boot-installer.xml:2056 #, no-c-format msgid "" "Booting from the boot floppy is supported only for Atari and VME (with a " @@ -3084,13 +2935,13 @@ msgstr "" "diskettenhet på VME) för tillfället." #. Tag: title -#: boot-installer.xml:2156 boot-installer.xml:2203 +#: boot-installer.xml:2072 boot-installer.xml:2119 #, no-c-format msgid "SGI TFTP Booting" msgstr "Uppstart för SGI via TFTP" #. Tag: para -#: boot-installer.xml:2157 +#: boot-installer.xml:2073 #, no-c-format msgid "" "After entering the command monitor use <informalexample><screen>\n" @@ -3112,14 +2963,14 @@ msgstr "" "</screen></informalexample> i kommandomonitorn för att göra det." #. Tag: title -#: boot-installer.xml:2176 boot-installer.xml:2225 boot-installer.xml:2280 -#: boot-installer.xml:2319 +#: boot-installer.xml:2092 boot-installer.xml:2141 boot-installer.xml:2196 +#: boot-installer.xml:2235 #, no-c-format msgid "Broadcom BCM91250A and BCM91480B TFTP Booting" msgstr "Uppstart för Broadcom BCM91250A och BCM91480B via TFTP" #. Tag: para -#: boot-installer.xml:2177 boot-installer.xml:2281 +#: boot-installer.xml:2093 boot-installer.xml:2197 #, no-c-format msgid "" "On the Broadcom BCM91250A and BCM91480B evaluation boards, you have to load " @@ -3152,13 +3003,13 @@ msgstr "" "automatiskt." #. Tag: title -#: boot-installer.xml:2200 boot-installer.xml:2304 boot-installer.xml:2907 +#: boot-installer.xml:2116 boot-installer.xml:2220 boot-installer.xml:2823 #, no-c-format msgid "Boot Parameters" msgstr "Uppstartsparametrar" #. Tag: para -#: boot-installer.xml:2204 +#: boot-installer.xml:2120 #, no-c-format msgid "" "On SGI machines you can append boot parameters to the <command>bootp():</" @@ -3168,7 +3019,7 @@ msgstr "" "<command>bootp():</command> i kommandomonitorn." #. Tag: para -#: boot-installer.xml:2209 +#: boot-installer.xml:2125 #, no-c-format msgid "" "Following the <command>bootp():</command> command you can give the path and " @@ -3186,13 +3037,13 @@ msgstr "" "<command>append</command>:" #. Tag: screen -#: boot-installer.xml:2219 +#: boot-installer.xml:2135 #, no-c-format msgid "bootp(): append=\"root=/dev/sda1\"" msgstr "bootp(): append=\"root=/dev/sda1\"" #. Tag: para -#: boot-installer.xml:2226 boot-installer.xml:2320 +#: boot-installer.xml:2142 boot-installer.xml:2236 #, no-c-format msgid "" "You cannot pass any boot parameters directly from the CFE prompt. Instead, " @@ -3206,13 +3057,13 @@ msgstr "" "<replaceable>extra_args</replaceable>." #. Tag: title -#: boot-installer.xml:2245 boot-installer.xml:2307 +#: boot-installer.xml:2161 boot-installer.xml:2223 #, no-c-format msgid "Cobalt TFTP Booting" msgstr "Starta upp Cobalt via TFTP" #. Tag: para -#: boot-installer.xml:2246 +#: boot-installer.xml:2162 #, no-c-format msgid "" "Strictly speaking, Cobalt does not use TFTP but NFS to boot. You need to " @@ -3230,7 +3081,7 @@ msgstr "" "finns följande installationsmetoder:" #. Tag: para -#: boot-installer.xml:2256 +#: boot-installer.xml:2172 #, no-c-format msgid "" "Via SSH (default): In this case, the installer will configure the network " @@ -3246,7 +3097,7 @@ msgstr "" "klient kan du påbörja installationen." #. Tag: para -#: boot-installer.xml:2265 +#: boot-installer.xml:2181 #, no-c-format msgid "" "Via serial console: Using a null modem cable, you can connect to the serial " @@ -3260,7 +3111,7 @@ msgstr "" "eftersom de inte har en serieport." #. Tag: para -#: boot-installer.xml:2308 +#: boot-installer.xml:2224 #, no-c-format msgid "" "You cannot pass any boot parameters directly. Instead, you have to edit the " @@ -3272,13 +3123,13 @@ msgstr "" "lägga till dina parametrar till variabeln <replaceable>args</replaceable>." #. Tag: title -#: boot-installer.xml:2336 +#: boot-installer.xml:2252 #, no-c-format msgid "s390 Limitations" msgstr "Begränsningar för s390" #. Tag: para -#: boot-installer.xml:2337 +#: boot-installer.xml:2253 #, no-c-format msgid "" "In order to run the installation system a working network setup and ssh " @@ -3288,7 +3139,7 @@ msgstr "" "nätverkskonfiguration och en ssh-session." #. Tag: para -#: boot-installer.xml:2342 +#: boot-installer.xml:2258 #, no-c-format msgid "" "The booting process starts with a network setup that prompts you for several " @@ -3302,13 +3153,13 @@ msgstr "" "standardinstallationssystemet." #. Tag: title -#: boot-installer.xml:2353 +#: boot-installer.xml:2269 #, no-c-format msgid "s390 Boot Parameters" msgstr "Uppstartsparametrar för s390" #. Tag: para -#: boot-installer.xml:2354 +#: boot-installer.xml:2270 #, no-c-format msgid "" "On S/390 you can append boot parameters in the parm file. This file can " @@ -3321,7 +3172,7 @@ msgstr "" "installationsavbildningarna." #. Tag: para -#: boot-installer.xml:2414 +#: boot-installer.xml:2330 #, no-c-format msgid "" "Currently, the only &arch-title; subarchitectures that support CD-ROM " @@ -3339,7 +3190,7 @@ msgstr "" "för att starta upp från cd-rom." #. Tag: para -#: boot-installer.xml:2423 +#: boot-installer.xml:2339 #, no-c-format msgid "" "OldWorld PowerMacs will not boot a Debian CD, because OldWorld computers " @@ -3356,7 +3207,7 @@ msgstr "" "installationsprogrammet till cd-enheten för de nödvändiga filerna." #. Tag: para -#: boot-installer.xml:2432 +#: boot-installer.xml:2348 #, no-c-format msgid "" "If your system doesn't boot directly from CD-ROM, you can still use the CD-" @@ -3373,25 +3224,25 @@ msgstr "" "skivan vid OF-prompten, såsom" #. Tag: screen -#: boot-installer.xml:2441 +#: boot-installer.xml:2357 #, no-c-format msgid "0 > boot cd:,\\install\\yaboot" msgstr "0 > boot cd:,\\install\\yaboot" #. Tag: title -#: boot-installer.xml:2447 +#: boot-installer.xml:2363 #, no-c-format msgid "Booting from Hard Disk" msgstr "Starta upp från hårddisk" #. Tag: title -#: boot-installer.xml:2479 +#: boot-installer.xml:2395 #, no-c-format msgid "Booting OldWorld PowerMacs from MacOS" msgstr "Starta upp OldWorld PowerMac från MacOS" #. Tag: para -#: boot-installer.xml:2480 +#: boot-installer.xml:2396 #, no-c-format msgid "" "If you set up BootX in <xref linkend=\"files-oldworld\"/>, you can use it to " @@ -3414,13 +3265,13 @@ msgstr "" "starta upp installationsprogrammet." #. Tag: title -#: boot-installer.xml:2498 +#: boot-installer.xml:2414 #, no-c-format msgid "Booting NewWorld Macs from OpenFirmware" msgstr "Starta upp NewWorld Mac från OpenFirmware" #. Tag: para -#: boot-installer.xml:2499 +#: boot-installer.xml:2415 #, no-c-format msgid "" "You will have already placed the <filename>vmlinux</filename>, " @@ -3463,13 +3314,13 @@ msgstr "" "installationprogram ska nu starta." #. Tag: title -#: boot-installer.xml:2531 +#: boot-installer.xml:2447 #, no-c-format msgid "Booting from USB memory stick" msgstr "Starta upp från USB-minne" #. Tag: para -#: boot-installer.xml:2532 +#: boot-installer.xml:2448 #, no-c-format msgid "Currently, NewWorld PowerMac systems are known to support USB booting." msgstr "" @@ -3477,7 +3328,7 @@ msgstr "" "via USB." #. Tag: para -#: boot-installer.xml:2538 +#: boot-installer.xml:2454 #, no-c-format msgid "" "Make sure you have prepared everything from <xref linkend=\"boot-usb-files\"/" @@ -3491,7 +3342,7 @@ msgstr "" "lagringsenheter som standard. Se <xref linkend=\"invoking-openfirmware\"/>." #. Tag: para -#: boot-installer.xml:2547 +#: boot-installer.xml:2463 #, no-c-format msgid "" "You will need to work out where the USB storage device appears in the device " @@ -3513,7 +3364,7 @@ msgstr "" "filename> och <filename>/pci@f2000000/usb@1b,1/hub@1/disk@1</filename>." #. Tag: para -#: boot-installer.xml:2559 +#: boot-installer.xml:2475 #, no-c-format msgid "" "Having worked out the device path, use a command like this to boot the " @@ -3539,7 +3390,7 @@ msgstr "" "med <command>hattrib -b</command>." #. Tag: para -#: boot-installer.xml:2573 +#: boot-installer.xml:2489 #, no-c-format msgid "" "The system should now boot up, and you should be presented with the " @@ -3550,7 +3401,7 @@ msgstr "" "Här kan du ange ytterligare uppstartsargument, eller bara trycka &enterkey;." #. Tag: para -#: boot-installer.xml:2579 +#: boot-installer.xml:2495 #, no-c-format msgid "" "This boot method is new, and may be difficult to get to work on some " @@ -3562,7 +3413,7 @@ msgstr "" "förklaras i <xref linkend=\"submit-bug\"/>." #. Tag: para -#: boot-installer.xml:2612 +#: boot-installer.xml:2528 #, no-c-format msgid "Currently, PReP and New World PowerMac systems support netbooting." msgstr "" @@ -3570,7 +3421,7 @@ msgstr "" "via nätverk." #. Tag: para -#: boot-installer.xml:2616 +#: boot-installer.xml:2532 #, no-c-format msgid "" "On machines with Open Firmware, such as NewWorld Power Macs, enter the boot " @@ -3606,7 +3457,7 @@ msgstr "" "över syntaxen och tillgängliga flaggor." #. Tag: para -#: boot-installer.xml:2644 +#: boot-installer.xml:2560 #, no-c-format msgid "" "Booting from floppies is supported for &arch-title;, although it is " @@ -3619,7 +3470,7 @@ msgstr "" "diskettenheter, och USB-diskettenheter stöds inte för uppstart." #. Tag: para -#: boot-installer.xml:2656 +#: boot-installer.xml:2572 #, no-c-format msgid "" "To boot from the <filename>boot-floppy-hfs.img</filename> floppy, place it " @@ -3631,7 +3482,7 @@ msgstr "" "sedan på systemet." #. Tag: para -#: boot-installer.xml:2662 +#: boot-installer.xml:2578 #, no-c-format msgid "" "For those not familiar with Macintosh floppy operations: a floppy placed in " @@ -3646,7 +3497,7 @@ msgstr "" "hårddiskpartitioner." #. Tag: para -#: boot-installer.xml:2669 +#: boot-installer.xml:2585 #, no-c-format msgid "" "After booting, the <filename>root.bin</filename> floppy is requested. Insert " @@ -3658,13 +3509,13 @@ msgstr "" "automatiskt efter att rotsystemet har lästs in i minnet." #. Tag: title -#: boot-installer.xml:2680 +#: boot-installer.xml:2596 #, no-c-format msgid "PowerPC Boot Parameters" msgstr "Uppstartsparametrar för PowerPC" #. Tag: para -#: boot-installer.xml:2681 +#: boot-installer.xml:2597 #, no-c-format msgid "" "Many older Apple monitors used a 640x480 67Hz mode. If your video appears " @@ -3680,7 +3531,7 @@ msgstr "" "skall <userinput>video=aty128fb:vmode:6</userinput> användas." #. Tag: para -#: boot-installer.xml:2721 +#: boot-installer.xml:2637 #, no-c-format msgid "" "On machines with OpenBoot, simply enter the boot monitor on the machine " @@ -3700,7 +3551,7 @@ msgstr "" "på slutet av kommandot <userinput>boot</userinput>." #. Tag: para -#: boot-installer.xml:2776 +#: boot-installer.xml:2692 #, no-c-format msgid "" "Most OpenBoot versions support the <userinput>boot cdrom</userinput> command " @@ -3712,13 +3563,13 @@ msgstr "" "enheten på ID 6 (eller sekundär master för IDE-baserade system)." #. Tag: title -#: boot-installer.xml:2785 +#: boot-installer.xml:2701 #, no-c-format msgid "IDPROM Messages" msgstr "IDPROM-meddelanden" #. Tag: para -#: boot-installer.xml:2786 +#: boot-installer.xml:2702 #, no-c-format msgid "" "If you cannot boot because you get messages about a problem with " @@ -3734,13 +3585,13 @@ msgstr "" "för mer information." #. Tag: title -#: boot-installer.xml:2805 +#: boot-installer.xml:2721 #, no-c-format msgid "Accessibility" msgstr "Hjälpmedel" #. Tag: para -#: boot-installer.xml:2806 +#: boot-installer.xml:2722 #, no-c-format msgid "" "Some users may need specific support because of e.g. some visual impairment. " @@ -3765,13 +3616,13 @@ msgstr "" "tangentbord som ett QWERTY-tangentbord." #. Tag: title -#: boot-installer.xml:2823 +#: boot-installer.xml:2739 #, no-c-format msgid "USB Braille Displays" msgstr "Punktskriftsskärmar med USB" #. Tag: para -#: boot-installer.xml:2824 +#: boot-installer.xml:2740 #, no-c-format msgid "" "USB braille displays should be automatically detected. A textual version of " @@ -3789,13 +3640,13 @@ msgstr "" "punktskriftstabell genom att gå in i inställningsmenyn." #. Tag: title -#: boot-installer.xml:2837 +#: boot-installer.xml:2753 #, no-c-format msgid "Serial Braille Displays" msgstr "Punktskriftsskärmar med seriekabel" #. Tag: para -#: boot-installer.xml:2838 +#: boot-installer.xml:2754 #, no-c-format msgid "" "Serial braille displays cannot safely be automatically detected (since that " @@ -3830,13 +3681,13 @@ msgstr "" "inställningsmenyn." #. Tag: title -#: boot-installer.xml:2858 +#: boot-installer.xml:2774 #, no-c-format msgid "Hardware Speech Synthesis" msgstr "Talsynteser (maskinvara)" #. Tag: para -#: boot-installer.xml:2859 +#: boot-installer.xml:2775 #, no-c-format msgid "" "Support for hardware speech synthesis devices is available only alongside " @@ -3845,7 +3696,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2865 +#: boot-installer.xml:2781 #, fuzzy, no-c-format #| msgid "" #| "Support for hardware speech synthesis devices is available only alongside " @@ -3883,13 +3734,13 @@ msgstr "" "talsynteser kommer automatiskt att installeras på målsystemet." #. Tag: title -#: boot-installer.xml:2880 +#: boot-installer.xml:2796 #, no-c-format msgid "Board Devices" msgstr "Brädenheter" #. Tag: para -#: boot-installer.xml:2881 +#: boot-installer.xml:2797 #, no-c-format msgid "" "Some accessibility devices are actual boards that are plugged inside the " @@ -3905,13 +3756,13 @@ msgstr "" "tillgängliga språk." #. Tag: title -#: boot-installer.xml:2892 +#: boot-installer.xml:2808 #, no-c-format msgid "High-Contrast Theme" msgstr "Tema med hög kontrast" #. Tag: para -#: boot-installer.xml:2893 +#: boot-installer.xml:2809 #, no-c-format msgid "" "For users with low vision, the installer can use a high-contrast theme that " @@ -3923,7 +3774,7 @@ msgstr "" "till uppstartsparametern <userinput>theme=dark</userinput>." #. Tag: para -#: boot-installer.xml:2908 +#: boot-installer.xml:2824 #, no-c-format msgid "" "Boot parameters are Linux kernel parameters which are generally used to make " @@ -3937,7 +3788,7 @@ msgstr "" "Ibland behöver du dock hjälpa kärnan en bit på vägen." #. Tag: para -#: boot-installer.xml:2915 +#: boot-installer.xml:2831 #, no-c-format msgid "" "If this is the first time you're booting the system, try the default boot " @@ -3952,7 +3803,7 @@ msgstr "" "systemet om din maskinvara." #. Tag: para -#: boot-installer.xml:2922 +#: boot-installer.xml:2838 #, no-c-format msgid "" "Information on many boot parameters can be found in the <ulink url=\"http://" @@ -3968,7 +3819,7 @@ msgstr "" "beskrivna i <xref linkend=\"boot-troubleshooting\"/>." #. Tag: para -#: boot-installer.xml:2931 +#: boot-installer.xml:2847 #, no-c-format msgid "" "When the kernel boots, a message <informalexample><screen>\n" @@ -3996,7 +3847,7 @@ msgstr "" "userinput> betyder 64MB RAM-minne." #. Tag: para -#: boot-installer.xml:2947 +#: boot-installer.xml:2863 #, fuzzy, no-c-format #| msgid "" #| "If you are booting with a serial console, generally the kernel will " @@ -4030,7 +3881,7 @@ msgstr "" "filename>." #. Tag: para -#: boot-installer.xml:2971 +#: boot-installer.xml:2887 #, no-c-format msgid "" "For &arch-title; the serial devices are <filename>ttya</filename> or " @@ -4044,13 +3895,13 @@ msgstr "" "<filename>ttya</filename>." #. Tag: title -#: boot-installer.xml:2982 +#: boot-installer.xml:2898 #, no-c-format msgid "Debian Installer Parameters" msgstr "Parametrar för Debian Installer" #. Tag: para -#: boot-installer.xml:2983 +#: boot-installer.xml:2899 #, no-c-format msgid "" "The installation system recognizes a few additional boot " @@ -4065,7 +3916,7 @@ msgstr "" "användbara." #. Tag: para -#: boot-installer.xml:2996 +#: boot-installer.xml:2912 #, no-c-format msgid "" "A number of parameters have a <quote>short form</quote> that helps avoid the " @@ -4081,20 +3932,20 @@ msgstr "" "kommer vanligtvis att använda den korta formen också." #. Tag: term -#: boot-installer.xml:3008 +#: boot-installer.xml:2924 #, no-c-format msgid "debconf/priority (priority)" msgstr "debconf/priority (priority)" #. Tag: para -#: boot-installer.xml:3009 +#: boot-installer.xml:2925 #, no-c-format msgid "This parameter sets the lowest priority of messages to be displayed." msgstr "" "Den här parametern ställer in så att meddelanden med lägst prioritet visas." #. Tag: para -#: boot-installer.xml:3013 +#: boot-installer.xml:2929 #, no-c-format msgid "" "The default installation uses <userinput>priority=high</userinput>. This " @@ -4108,7 +3959,7 @@ msgstr "" "påträffas justerar installationsprogrammet prioriteten efter behov." #. Tag: para -#: boot-installer.xml:3020 +#: boot-installer.xml:2936 #, no-c-format msgid "" "If you add <userinput>priority=medium</userinput> as boot parameter, you " @@ -4129,13 +3980,13 @@ msgstr "" "till det." #. Tag: term -#: boot-installer.xml:3034 +#: boot-installer.xml:2950 #, no-c-format msgid "DEBIAN_FRONTEND" msgstr "DEBIAN_FRONTEND" #. Tag: para -#: boot-installer.xml:3035 +#: boot-installer.xml:2951 #, no-c-format msgid "" "This boot parameter controls the type of user interface used for the " @@ -4168,13 +4019,13 @@ msgstr "" "installationsprogrammet gränssnittet <userinput>gtk</userinput>." #. Tag: term -#: boot-installer.xml:3064 +#: boot-installer.xml:2980 #, no-c-format msgid "BOOT_DEBUG" msgstr "BOOT_DEBUG" #. Tag: para -#: boot-installer.xml:3065 +#: boot-installer.xml:2981 #, no-c-format msgid "" "Setting this boot parameter to 2 will cause the installer's boot process to " @@ -4189,49 +4040,49 @@ msgstr "" "för att fortsätta uppstartsprocessen.)" #. Tag: userinput -#: boot-installer.xml:3074 +#: boot-installer.xml:2990 #, no-c-format msgid "BOOT_DEBUG=0" msgstr "BOOT_DEBUG=0" #. Tag: para -#: boot-installer.xml:3075 +#: boot-installer.xml:2991 #, no-c-format msgid "This is the default." msgstr "Det här är standardinställningen." #. Tag: userinput -#: boot-installer.xml:3079 +#: boot-installer.xml:2995 #, no-c-format msgid "BOOT_DEBUG=1" msgstr "BOOT_DEBUG=1" #. Tag: para -#: boot-installer.xml:3080 +#: boot-installer.xml:2996 #, no-c-format msgid "More verbose than usual." msgstr "Mer information än normalt." #. Tag: userinput -#: boot-installer.xml:3084 +#: boot-installer.xml:3000 #, no-c-format msgid "BOOT_DEBUG=2" msgstr "BOOT_DEBUG=2" #. Tag: para -#: boot-installer.xml:3085 +#: boot-installer.xml:3001 #, no-c-format msgid "Lots of debugging information." msgstr "Mycket felsökningsinformation." #. Tag: userinput -#: boot-installer.xml:3089 +#: boot-installer.xml:3005 #, no-c-format msgid "BOOT_DEBUG=3" msgstr "BOOT_DEBUG=3" #. Tag: para -#: boot-installer.xml:3090 +#: boot-installer.xml:3006 #, no-c-format msgid "" "Shells are run at various points in the boot process to allow detailed " @@ -4241,13 +4092,13 @@ msgstr "" "felsökning. Avsluta skalet för att fortsätta uppstarten." #. Tag: term -#: boot-installer.xml:3104 +#: boot-installer.xml:3020 #, no-c-format msgid "INSTALL_MEDIA_DEV" msgstr "INSTALL_MEDIA_DEV" #. Tag: para -#: boot-installer.xml:3105 +#: boot-installer.xml:3021 #, no-c-format msgid "" "The value of the parameter is the path to the device to load the Debian " @@ -4259,7 +4110,7 @@ msgstr "" "userinput>" #. Tag: para -#: boot-installer.xml:3111 +#: boot-installer.xml:3027 #, no-c-format msgid "" "The boot floppy, which normally scans all floppies it can to find the root " @@ -4270,13 +4121,13 @@ msgstr "" "en enhet." #. Tag: term -#: boot-installer.xml:3121 +#: boot-installer.xml:3037 #, no-c-format msgid "lowmem" msgstr "lowmem" #. Tag: para -#: boot-installer.xml:3122 +#: boot-installer.xml:3038 #, no-c-format msgid "" "Can be used to force the installer to a lowmem level higher than the one the " @@ -4289,13 +4140,13 @@ msgstr "" "\"/>." #. Tag: term -#: boot-installer.xml:3132 +#: boot-installer.xml:3048 #, no-c-format msgid "noshell" msgstr "noshell" #. Tag: para -#: boot-installer.xml:3133 +#: boot-installer.xml:3049 #, no-c-format msgid "" "Prevents the installer from offering interactive shells on tty2 and tty3. " @@ -4306,14 +4157,14 @@ msgstr "" "begränsad." #. Tag: term -#: boot-installer.xml:3142 +#: boot-installer.xml:3058 #, no-c-format msgid "debian-installer/framebuffer (fb)" msgstr "debian-installer/framebuffer (fb)" # Framebuffer. Bättre ord! #. Tag: para -#: boot-installer.xml:3143 +#: boot-installer.xml:3059 #, no-c-format msgid "" "Some architectures use the kernel framebuffer to offer installation in a " @@ -4330,7 +4181,7 @@ msgstr "" "efter påbörjad installation." #. Tag: para -#: boot-installer.xml:3152 +#: boot-installer.xml:3068 #, no-c-format msgid "" "The <userinput>video=vga16:off</userinput> argument may also be used to " @@ -4342,19 +4193,19 @@ msgstr "" "rapporterats på en Dell Inspiron med Mobile Radeon-kort." #. Tag: para -#: boot-installer.xml:3158 +#: boot-installer.xml:3074 #, no-c-format msgid "Such problems have been reported on the Amiga 1200 and SE/30." msgstr "Liknande problem har rapporterats för Amiga 1200 och SE/30." #. Tag: para -#: boot-installer.xml:3162 +#: boot-installer.xml:3078 #, no-c-format msgid "Such problems have been reported on hppa." msgstr "Liknande problem har blivit rapporterats för hppa." #. Tag: para -#: boot-installer.xml:3166 +#: boot-installer.xml:3082 #, no-c-format msgid "" "Because of display problems on some systems, framebuffer support is " @@ -4373,13 +4224,13 @@ msgstr "" "<userinput>fb=true</userinput>." #. Tag: term -#: boot-installer.xml:3180 +#: boot-installer.xml:3096 #, no-c-format msgid "debian-installer/theme (theme)" msgstr "debian-installer/theme (theme)" #. Tag: para -#: boot-installer.xml:3181 +#: boot-installer.xml:3097 #, no-c-format msgid "" "A theme determines how the user interface of the installer looks (colors, " @@ -4396,13 +4247,13 @@ msgstr "" "<userinput>theme=<replaceable>dark</replaceable></userinput>." #. Tag: term -#: boot-installer.xml:3193 boot-installer.xml:3443 +#: boot-installer.xml:3109 boot-installer.xml:3359 #, no-c-format msgid "netcfg/disable_dhcp" msgstr "netcfg/disable_dhcp" #. Tag: para -#: boot-installer.xml:3194 +#: boot-installer.xml:3110 #, no-c-format msgid "" "By default, the &d-i; automatically probes for network configuration via " @@ -4416,7 +4267,7 @@ msgstr "" "sökningen misslyckas." #. Tag: para -#: boot-installer.xml:3201 +#: boot-installer.xml:3117 #, no-c-format msgid "" "If you have a DHCP server on your local network, but want to avoid it " @@ -4430,13 +4281,13 @@ msgstr "" "nätverket konfigureras med DHCP och att informationen matas in manuellt." #. Tag: term -#: boot-installer.xml:3212 +#: boot-installer.xml:3128 #, no-c-format msgid "hw-detect/start_pcmcia" msgstr "hw-detect/start_pcmcia" #. Tag: para -#: boot-installer.xml:3213 +#: boot-installer.xml:3129 #, no-c-format msgid "" "Set to <userinput>false</userinput> to prevent starting PCMCIA services, if " @@ -4447,13 +4298,13 @@ msgstr "" "det här problemet." #. Tag: term -#: boot-installer.xml:3223 +#: boot-installer.xml:3139 #, no-c-format msgid "disk-detect/dmraid/enable (dmraid)" msgstr "disk-detect/dmraid/enable (dmraid)" #. Tag: para -#: boot-installer.xml:3224 +#: boot-installer.xml:3140 #, no-c-format msgid "" "Set to <userinput>true</userinput> to enable support for Serial ATA RAID " @@ -4468,13 +4319,13 @@ msgstr "" "wiki;\">Debian Installer Wiki</ulink>." #. Tag: term -#: boot-installer.xml:3235 +#: boot-installer.xml:3151 #, no-c-format msgid "preseed/url (url)" msgstr "preseed/url (url)" #. Tag: para -#: boot-installer.xml:3236 +#: boot-installer.xml:3152 #, no-c-format msgid "" "Specify the url to a preconfiguration file to download and use for " @@ -4484,13 +4335,13 @@ msgstr "" "att automatisera installationen. Se <xref linkend=\"automatic-install\"/>." #. Tag: term -#: boot-installer.xml:3245 +#: boot-installer.xml:3161 #, no-c-format msgid "preseed/file (file)" msgstr "preseed/file (file)" #. Tag: para -#: boot-installer.xml:3246 +#: boot-installer.xml:3162 #, no-c-format msgid "" "Specify the path to a preconfiguration file to load for automating the " @@ -4500,13 +4351,13 @@ msgstr "" "automatisera installationen. Se <xref linkend=\"automatic-install\"/>." #. Tag: term -#: boot-installer.xml:3255 +#: boot-installer.xml:3171 #, no-c-format msgid "preseed/interactive" msgstr "preseed/interactive" #. Tag: para -#: boot-installer.xml:3256 +#: boot-installer.xml:3172 #, no-c-format msgid "" "Set to <userinput>true</userinput> to display questions even if they have " @@ -4522,13 +4373,13 @@ msgstr "" "syntax användas. Se <xref linkend=\"preseed-seenflag\"/> för detaljer." #. Tag: term -#: boot-installer.xml:3268 +#: boot-installer.xml:3184 #, no-c-format msgid "auto-install/enable (auto)" msgstr "auto-install/enable (auto)" #. Tag: para -#: boot-installer.xml:3269 +#: boot-installer.xml:3185 #, no-c-format msgid "" "Delay questions that are normally asked before preseeding is possible until " @@ -4540,13 +4391,13 @@ msgstr "" "detaljer om hur man automatiserar installationer." #. Tag: term -#: boot-installer.xml:3280 +#: boot-installer.xml:3196 #, no-c-format msgid "finish-install/keep-consoles" msgstr "finish-install/keep-consoles" #. Tag: para -#: boot-installer.xml:3281 +#: boot-installer.xml:3197 #, no-c-format msgid "" "During installations from serial or management console, the regular virtual " @@ -4559,13 +4410,13 @@ msgstr "" "förhindra detta." #. Tag: term -#: boot-installer.xml:3292 +#: boot-installer.xml:3208 #, no-c-format msgid "cdrom-detect/eject" msgstr "cdrom-detect/eject" #. Tag: para -#: boot-installer.xml:3293 +#: boot-installer.xml:3209 #, no-c-format msgid "" "By default, before rebooting, &d-i; automatically ejects the optical media " @@ -4583,7 +4434,7 @@ msgstr "" "media automatiskt." #. Tag: para -#: boot-installer.xml:3302 +#: boot-installer.xml:3218 #, no-c-format msgid "" "Set to <userinput>false</userinput> to disable automatic ejection, and be " @@ -4595,13 +4446,13 @@ msgstr "" "upp automatiskt från den optiska enheten efter den initiala installationen." #. Tag: term -#: boot-installer.xml:3313 +#: boot-installer.xml:3229 #, no-c-format msgid "debian-installer/allow_unauthenticated" msgstr "debian-installer/allow_unauthenticated" #. Tag: para -#: boot-installer.xml:3314 +#: boot-installer.xml:3230 #, no-c-format msgid "" "By default the installer requires that repositories be authenticated using a " @@ -4615,13 +4466,13 @@ msgstr "" "rekommenderas inte.</emphasis>" #. Tag: term -#: boot-installer.xml:3325 +#: boot-installer.xml:3241 #, no-c-format msgid "ramdisk_size" msgstr "ramdisk_size" #. Tag: para -#: boot-installer.xml:3326 +#: boot-installer.xml:3242 #, no-c-format msgid "" "This parameter should already be set to a correct value where needed; set it " @@ -4633,13 +4484,13 @@ msgstr "" "ramdisken inte fullständigt gick att läsa in. Värdet är i kB." #. Tag: term -#: boot-installer.xml:3336 +#: boot-installer.xml:3252 #, no-c-format msgid "mouse/protocol" msgstr "mouse/protocol" #. Tag: para -#: boot-installer.xml:3337 +#: boot-installer.xml:3253 #, no-c-format msgid "" "For the gtk frontend (graphical installer), users can set the mouse protocol " @@ -4662,13 +4513,13 @@ msgstr "" "standardprotokollet fungera." #. Tag: term -#: boot-installer.xml:3359 +#: boot-installer.xml:3275 #, no-c-format msgid "mouse/device" msgstr "mouse/device" #. Tag: para -#: boot-installer.xml:3360 +#: boot-installer.xml:3276 #, no-c-format msgid "" "For the gtk frontend (graphical installer), users can specify the mouse " @@ -4683,13 +4534,13 @@ msgstr "" "userinput>." #. Tag: term -#: boot-installer.xml:3371 +#: boot-installer.xml:3287 #, no-c-format msgid "mouse/left" msgstr "mus/vänster" #. Tag: para -#: boot-installer.xml:3372 +#: boot-installer.xml:3288 #, no-c-format msgid "" "For the gtk frontend (graphical installer), users can switch the mouse to " @@ -4701,13 +4552,13 @@ msgstr "" "<userinput>true</userinput>." #. Tag: term -#: boot-installer.xml:3381 +#: boot-installer.xml:3297 #, no-c-format msgid "directfb/hw-accel" msgstr "directfb/hw-accel" #. Tag: para -#: boot-installer.xml:3382 +#: boot-installer.xml:3298 #, no-c-format msgid "" "For the gtk frontend (graphical installer), hardware acceleration in " @@ -4719,13 +4570,13 @@ msgstr "" "<userinput>true</userinput> för att aktivera det." #. Tag: term -#: boot-installer.xml:3392 +#: boot-installer.xml:3308 #, no-c-format msgid "rescue/enable" msgstr "rescue/enable" #. Tag: para -#: boot-installer.xml:3393 +#: boot-installer.xml:3309 #, no-c-format msgid "" "Set to <userinput>true</userinput> to enter rescue mode rather than " @@ -4736,13 +4587,13 @@ msgstr "" "\"/>." #. Tag: title -#: boot-installer.xml:3404 +#: boot-installer.xml:3320 #, no-c-format msgid "Using boot parameters to answer questions" msgstr "Använding av uppstartsparametrar för att besvara frågor" #. Tag: para -#: boot-installer.xml:3405 +#: boot-installer.xml:3321 #, no-c-format msgid "" "With some exceptions, a value can be set at the boot prompt for any question " @@ -4757,13 +4608,13 @@ msgstr "" "exempel listas här nedan." #. Tag: term -#: boot-installer.xml:3417 +#: boot-installer.xml:3333 #, no-c-format msgid "debian-installer/locale (locale)" msgstr "debian-installer/locale (locale)" #. Tag: para -#: boot-installer.xml:3418 +#: boot-installer.xml:3334 #, no-c-format msgid "" "Can be used to set both the language and country for the installation. This " @@ -4777,13 +4628,13 @@ msgstr "" "och Finland som land." #. Tag: term -#: boot-installer.xml:3429 +#: boot-installer.xml:3345 #, no-c-format msgid "anna/choose_modules (modules)" msgstr "anna/choose_modules (modules)" #. Tag: para -#: boot-installer.xml:3430 +#: boot-installer.xml:3346 #, no-c-format msgid "" "Can be used to automatically load installer components that are not loaded " @@ -4800,7 +4651,7 @@ msgstr "" "phrase>." #. Tag: para -#: boot-installer.xml:3444 +#: boot-installer.xml:3360 #, no-c-format msgid "" "Set to <userinput>true</userinput> if you want to disable DHCP and instead " @@ -4810,13 +4661,13 @@ msgstr "" "istället tvinga fram statisk nätverkskonfiguration." #. Tag: term -#: boot-installer.xml:3453 +#: boot-installer.xml:3369 #, no-c-format msgid "mirror/protocol (protocol)" msgstr "mirror/protocol (protocol)" #. Tag: para -#: boot-installer.xml:3454 +#: boot-installer.xml:3370 #, no-c-format msgid "" "By default the installer will use the http protocol to download files from " @@ -4834,13 +4685,13 @@ msgstr "" "spegel från en lista, du måste ange värdnamnet manuellt." #. Tag: term -#: boot-installer.xml:3467 +#: boot-installer.xml:3383 #, no-c-format msgid "tasksel:tasksel/first (tasks)" msgstr "tasksel:tasksel/first (tasks)" #. Tag: para -#: boot-installer.xml:3468 +#: boot-installer.xml:3384 #, no-c-format msgid "" "Can be used to select tasks that are not available from the interactive task " @@ -4852,13 +4703,13 @@ msgstr "" "literal>. Se <xref linkend=\"pkgsel\"/> för ytterligare information." #. Tag: title -#: boot-installer.xml:3482 +#: boot-installer.xml:3398 #, no-c-format msgid "Passing parameters to kernel modules" msgstr "Skicka parametrar till kärnmoduler" #. Tag: para -#: boot-installer.xml:3483 +#: boot-installer.xml:3399 #, no-c-format msgid "" "If drivers are compiled into the kernel, you can pass parameters to them as " @@ -4883,7 +4734,7 @@ msgstr "" "konfigurationen för det installerade systemet." #. Tag: para -#: boot-installer.xml:3496 +#: boot-installer.xml:3412 #, no-c-format msgid "" "Note that it is now quite rare that parameters need to be passed to modules. " @@ -4897,7 +4748,7 @@ msgstr "" "i vissa fall, kan det fortfarande krävas att parametrar ställs in manuellt." #. Tag: para -#: boot-installer.xml:3503 +#: boot-installer.xml:3419 #, no-c-format msgid "" "The syntax to use to set parameters for modules is: " @@ -4919,19 +4770,19 @@ msgstr "" "(coax) och IRQ 10, skulle du skicka:" #. Tag: screen -#: boot-installer.xml:3513 +#: boot-installer.xml:3429 #, no-c-format msgid "3c509.xcvr=3 3c509.irq=10" msgstr "3c509.xcvr=3 3c509.irq=10" #. Tag: title -#: boot-installer.xml:3519 +#: boot-installer.xml:3435 #, no-c-format msgid "Blacklisting kernel modules" msgstr "Svartlistning av kärnmoduler" #. Tag: para -#: boot-installer.xml:3520 +#: boot-installer.xml:3436 #, no-c-format msgid "" "Sometimes it may be necessary to blacklist a module to prevent it from being " @@ -4949,7 +4800,7 @@ msgstr "" "drivrutin läses in först." #. Tag: para -#: boot-installer.xml:3529 +#: boot-installer.xml:3445 #, no-c-format msgid "" "You can blacklist a module using the following syntax: " @@ -4965,7 +4816,7 @@ msgstr "" "installerade systemet." #. Tag: para -#: boot-installer.xml:3537 +#: boot-installer.xml:3453 #, no-c-format msgid "" "Note that a module may still be loaded by the installation system itself. " @@ -4979,19 +4830,19 @@ msgstr "" "som visas under maskinvaruidentifieringsfaserna." #. Tag: title -#: boot-installer.xml:3554 +#: boot-installer.xml:3470 #, no-c-format msgid "Troubleshooting the Installation Process" msgstr "Felsök installationsprocessen" #. Tag: title -#: boot-installer.xml:3559 +#: boot-installer.xml:3475 #, no-c-format msgid "CD-ROM Reliability" msgstr "Tillförlitlighet för cd-rom" #. Tag: para -#: boot-installer.xml:3560 +#: boot-installer.xml:3476 #, no-c-format msgid "" "Sometimes, especially with older CD-ROM drives, the installer may fail to " @@ -5006,7 +4857,7 @@ msgstr "" "installationen." #. Tag: para -#: boot-installer.xml:3567 +#: boot-installer.xml:3483 #, no-c-format msgid "" "There are many different possible causes for these problems. We can only " @@ -5018,13 +4869,13 @@ msgstr "" "hanterar dem. Resten är upp till dig." #. Tag: para -#: boot-installer.xml:3573 +#: boot-installer.xml:3489 #, no-c-format msgid "There are two very simple things that you should try first." msgstr "Det finns två mycket enkla saker som du bör prova först." #. Tag: para -#: boot-installer.xml:3578 +#: boot-installer.xml:3494 #, no-c-format msgid "" "If the CD-ROM does not boot, check that it was inserted correctly and that " @@ -5034,7 +4885,7 @@ msgstr "" "att den inte är smutsig." #. Tag: para -#: boot-installer.xml:3584 +#: boot-installer.xml:3500 #, no-c-format msgid "" "If the installer fails to recognize a CD-ROM, try just running the option " @@ -5048,7 +4899,7 @@ msgstr "" "äldre cd-rom-enheter kan lösas på detta sätt." #. Tag: para -#: boot-installer.xml:3594 +#: boot-installer.xml:3510 #, no-c-format msgid "" "If this does not work, then try the suggestions in the subsections below. " @@ -5060,7 +4911,7 @@ msgstr "" "termen cd-rom för enkelhet." #. Tag: para -#: boot-installer.xml:3600 +#: boot-installer.xml:3516 #, no-c-format msgid "" "If you cannot get the installation working from CD-ROM, try one of the other " @@ -5070,13 +4921,13 @@ msgstr "" "andra installationsmetoderna som finns tillgängliga." #. Tag: title -#: boot-installer.xml:3608 +#: boot-installer.xml:3524 #, no-c-format msgid "Common issues" msgstr "Vanliga problem" #. Tag: para -#: boot-installer.xml:3611 +#: boot-installer.xml:3527 #, no-c-format msgid "" "Some older CD-ROM drives do not support reading from discs that were burned " @@ -5086,7 +4937,7 @@ msgstr "" "brända med höga hastigheter med en modern cd-brännare." #. Tag: para -#: boot-installer.xml:3617 +#: boot-installer.xml:3533 #, no-c-format msgid "" "If your system boots correctly from the CD-ROM, it does not necessarily mean " @@ -5098,7 +4949,7 @@ msgstr "" "cd-rom-enhet är ansluten till)." #. Tag: para -#: boot-installer.xml:3624 +#: boot-installer.xml:3540 #, no-c-format msgid "" "Some older CD-ROM drives do not work correctly if <quote>direct memory " @@ -5108,20 +4959,20 @@ msgstr "" "minnesåtkomst</quote> (DMA) är aktiverat." #. Tag: title -#: boot-installer.xml:3635 +#: boot-installer.xml:3551 #, no-c-format msgid "How to investigate and maybe solve issues" msgstr "Hur man undersöker och kanske även löser problem" #. Tag: para -#: boot-installer.xml:3636 +#: boot-installer.xml:3552 #, no-c-format msgid "If the CD-ROM fails to boot, try the suggestions listed below." msgstr "" "Prova förslagen som listas här nedan om uppstart med cd-rom misslyckas." #. Tag: para -#: boot-installer.xml:3641 +#: boot-installer.xml:3557 #, no-c-format msgid "" "Check that your BIOS actually supports booting from CD-ROM (older systems " @@ -5132,7 +4983,7 @@ msgstr "" "som du använder." #. Tag: para -#: boot-installer.xml:3647 +#: boot-installer.xml:3563 #, no-c-format msgid "" "If you downloaded an iso image, check that the md5sum of that image matches " @@ -5159,7 +5010,7 @@ msgstr "" "skivan." #. Tag: screen -#: boot-installer.xml:3660 +#: boot-installer.xml:3576 #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" @@ -5181,7 +5032,7 @@ msgstr "" "134486016 bytes (134 MB) kopierade, 97.474 sekunder, 1.4 MB/s" #. Tag: para -#: boot-installer.xml:3665 +#: boot-installer.xml:3581 #, no-c-format msgid "" "If, after the installer has been booted successfully, the CD-ROM is not " @@ -5202,7 +5053,7 @@ msgstr "" "aktivera skalet där." #. Tag: para -#: boot-installer.xml:3677 +#: boot-installer.xml:3593 #, no-c-format msgid "" "Switch to VT4 or view the contents of <filename>/var/log/syslog</filename> " @@ -5215,7 +5066,7 @@ msgstr "" "command>." #. Tag: para -#: boot-installer.xml:3684 +#: boot-installer.xml:3600 #, no-c-format msgid "" "Check in the output of <command>dmesg</command> if your CD-ROM drive was " @@ -5245,7 +5096,7 @@ msgstr "" "kan du prova att läsa in den manuellt med <command>modprobe</command>." #. Tag: para -#: boot-installer.xml:3698 +#: boot-installer.xml:3614 #, no-c-format msgid "" "Check that there is a device node for your CD-ROM drive under <filename>/dev/" @@ -5257,7 +5108,7 @@ msgstr "" "filename>. Det bör även finnas en <filename>/dev/cdrom</filename>." #. Tag: para -#: boot-installer.xml:3706 +#: boot-installer.xml:3622 #, no-c-format msgid "" "Use the <command>mount</command> command to check if the CD-ROM is already " @@ -5274,7 +5125,7 @@ msgstr "" "körning av kommandot." #. Tag: para -#: boot-installer.xml:3716 +#: boot-installer.xml:3632 #, no-c-format msgid "" "Check if DMA is currently enabled: <informalexample><screen>\n" @@ -5300,7 +5151,7 @@ msgstr "" "motsvarar din cd-rom-enhet." #. Tag: para -#: boot-installer.xml:3731 +#: boot-installer.xml:3647 #, no-c-format msgid "" "If there are any problems during the installation, try checking the " @@ -5314,13 +5165,13 @@ msgstr "" "som ett allmänt test för att se om cd-skivan kan läsas tillförlitligt." #. Tag: title -#: boot-installer.xml:3746 +#: boot-installer.xml:3662 #, no-c-format msgid "Floppy Disk Reliability" msgstr "Tillförlitlighet för disketter" #. Tag: para -#: boot-installer.xml:3748 +#: boot-installer.xml:3664 #, no-c-format msgid "" "The biggest problem for people using floppy disks to install Debian seems to " @@ -5330,7 +5181,7 @@ msgstr "" "Debian verkar vara pålitligheten för disketterna." #. Tag: para -#: boot-installer.xml:3753 +#: boot-installer.xml:3669 #, no-c-format msgid "" "The boot floppy is the floppy with the worst problems, because it is read by " @@ -5348,7 +5199,7 @@ msgstr "" "som stora mängder av meddelanden om in/ut-fel." #. Tag: para -#: boot-installer.xml:3762 +#: boot-installer.xml:3678 #, no-c-format msgid "" "If you are having the installation stall at a particular floppy, the first " @@ -5366,7 +5217,7 @@ msgstr "" "användbart att försöka att skriva disketten på en annan dator." #. Tag: para -#: boot-installer.xml:3771 +#: boot-installer.xml:3687 #, no-c-format msgid "" "One user reports he had to write the images to floppy <emphasis>three</" @@ -5378,7 +5229,7 @@ msgstr "" "allt bra med den tredje disketten." #. Tag: para -#: boot-installer.xml:3777 +#: boot-installer.xml:3693 #, no-c-format msgid "" "Normally you should not have to download a floppy image again, but if you " @@ -5390,7 +5241,7 @@ msgstr "" "hämtades är korrekta genom att validera deras md5-kontrollsummor." #. Tag: para -#: boot-installer.xml:3783 +#: boot-installer.xml:3699 #, no-c-format msgid "" "Other users have reported that simply rebooting a few times with the same " @@ -5403,13 +5254,13 @@ msgstr "" "<quote>fasta programvaran</quote>." #. Tag: title -#: boot-installer.xml:3792 +#: boot-installer.xml:3708 #, no-c-format msgid "Boot Configuration" msgstr "Uppstartskonfiguration" #. Tag: para -#: boot-installer.xml:3794 +#: boot-installer.xml:3710 #, no-c-format msgid "" "If you have problems and the kernel hangs during the boot process, doesn't " @@ -5423,7 +5274,7 @@ msgstr "" "kontrollera, vilket diskuteras i <xref linkend=\"boot-parms\"/>." #. Tag: para -#: boot-installer.xml:3801 +#: boot-installer.xml:3717 #, no-c-format msgid "" "Often, problems can be solved by removing add-ons and peripherals, and then " @@ -5435,7 +5286,7 @@ msgstr "" "och enheter med plug-n-play kan vara speciellt problematiska.</phrase>" #. Tag: para -#: boot-installer.xml:3807 +#: boot-installer.xml:3723 #, no-c-format msgid "" "If you have a large amount of memory installed in your machine, more than " @@ -5449,13 +5300,13 @@ msgstr "" "ser, såsom <userinput>mem=512m</userinput>." #. Tag: title -#: boot-installer.xml:3818 boot-installer.xml:3920 +#: boot-installer.xml:3734 boot-installer.xml:3836 #, no-c-format msgid "Common &arch-title; Installation Problems" msgstr "Vanliga installationsproblem på &arch-title;" #. Tag: para -#: boot-installer.xml:3819 +#: boot-installer.xml:3735 #, no-c-format msgid "" "There are some common installation problems that can be solved or avoided by " @@ -5465,7 +5316,7 @@ msgstr "" "genom att skicka med vissa uppstartsparametrar till installationsprogrammet." #. Tag: para -#: boot-installer.xml:3824 +#: boot-installer.xml:3740 #, no-c-format msgid "" "Some systems have floppies with <quote>inverted DCLs</quote>. If you receive " @@ -5477,7 +5328,7 @@ msgstr "" "parametern <userinput>floppy=thinkpad</userinput>." #. Tag: para -#: boot-installer.xml:3830 +#: boot-installer.xml:3746 #, no-c-format msgid "" "On some systems, such as the IBM PS/1 or ValuePoint (which have ST-506 disk " @@ -5497,7 +5348,7 @@ msgstr "" "replaceable></userinput>." #. Tag: para -#: boot-installer.xml:3839 +#: boot-installer.xml:3755 #, no-c-format msgid "" "If you have a very old machine, and the kernel hangs after saying " @@ -5511,7 +5362,7 @@ msgstr "" "här testet." #. Tag: para -#: boot-installer.xml:3846 +#: boot-installer.xml:3762 #, no-c-format msgid "" "Some systems (especially laptops) that have a native resolution that is not " @@ -5538,7 +5389,7 @@ msgstr "" "uppstartsparametern <userinput>fb=false</userinput>." #. Tag: para -#: boot-installer.xml:3864 +#: boot-installer.xml:3780 #, no-c-format msgid "" "If your screen begins to show a weird picture while the kernel boots, eg. " @@ -5558,13 +5409,13 @@ msgstr "" "konsollfunktioner. Se <xref linkend=\"boot-parms\"/> för detaljer." #. Tag: title -#: boot-installer.xml:3878 +#: boot-installer.xml:3794 #, no-c-format msgid "System Freeze During the PCMCIA Configuration Phase" msgstr "Systemet fryser under konfigurationsfasen för PCMCIA" #. Tag: para -#: boot-installer.xml:3879 +#: boot-installer.xml:3795 #, no-c-format msgid "" "Some laptop models produced by Dell are known to crash when PCMCIA device " @@ -5585,7 +5436,7 @@ msgstr "" "problemen." #. Tag: para -#: boot-installer.xml:3889 +#: boot-installer.xml:3805 #, no-c-format msgid "" "Alternatively, you can boot the installer in expert mode. You will then be " @@ -5608,13 +5459,13 @@ msgstr "" "installationsprogrammet." #. Tag: title -#: boot-installer.xml:3906 +#: boot-installer.xml:3822 #, no-c-format msgid "System Freeze while Loading USB Modules" msgstr "Systemfrysning vid inläsning av USB-moduler" #. Tag: para -#: boot-installer.xml:3907 +#: boot-installer.xml:3823 #, no-c-format msgid "" "The kernel normally tries to install USB modules and the USB keyboard driver " @@ -5632,19 +5483,19 @@ msgstr "" "att skicka med parametern <userinput>nousb</userinput> vid uppstartsprompten." #. Tag: para -#: boot-installer.xml:3921 +#: boot-installer.xml:3837 #, no-c-format msgid "There are some common installation problems that are worth mentioning." msgstr "Det finns några vanliga installationsproblem som är värda att nämna." #. Tag: title -#: boot-installer.xml:3927 +#: boot-installer.xml:3843 #, no-c-format msgid "Misdirected video output" msgstr "Felriktad videoutmatning" #. Tag: para -#: boot-installer.xml:3928 +#: boot-installer.xml:3844 #, no-c-format msgid "" "It is fairly common for &arch-title; to have two video cards in one machine, " @@ -5672,7 +5523,7 @@ msgstr "" "installationsprogrammet med <userinput>video=atyfb:off</userinput>." #. Tag: para -#: boot-installer.xml:3942 +#: boot-installer.xml:3858 #, no-c-format msgid "" "Note that you may also have to manually add this parameter to the silo " @@ -5686,13 +5537,13 @@ msgstr "" "i <filename>/etc/X11/xorg.conf</filename>." #. Tag: title -#: boot-installer.xml:3953 +#: boot-installer.xml:3869 #, no-c-format msgid "Failure to Boot or Install from CD-ROM" msgstr "Misslyckad uppstart eller installation från cd-rom" #. Tag: para -#: boot-installer.xml:3954 +#: boot-installer.xml:3870 #, no-c-format msgid "" "Some Sparc systems are notoriously difficult to boot from CD-ROM and even if " @@ -5704,7 +5555,7 @@ msgstr "" "flesta problemen har rapporterats med SunBlade-system." #. Tag: para -#: boot-installer.xml:3960 +#: boot-installer.xml:3876 #, no-c-format msgid "We recommend to install such systems by netbooting the installer." msgstr "" @@ -5712,13 +5563,13 @@ msgstr "" "installationsprogrammet." #. Tag: title -#: boot-installer.xml:3969 +#: boot-installer.xml:3885 #, no-c-format msgid "Interpreting the Kernel Startup Messages" msgstr "Tolkning av kärnans uppstartsmeddelanden" #. Tag: para -#: boot-installer.xml:3971 +#: boot-installer.xml:3887 #, no-c-format msgid "" "During the boot sequence, you may see many messages in the form " @@ -5755,13 +5606,13 @@ msgstr "" "\"/>)." #. Tag: title -#: boot-installer.xml:3996 +#: boot-installer.xml:3912 #, no-c-format msgid "Reporting Installation Problems" msgstr "Rapportering av installationsproblem" #. Tag: para -#: boot-installer.xml:3997 +#: boot-installer.xml:3913 #, no-c-format msgid "" "If you get through the initial boot phase but cannot complete the install, " @@ -5781,7 +5632,7 @@ msgstr "" "in en felrapport kan du bifoga den här informationen i felrapporten." #. Tag: para -#: boot-installer.xml:4008 +#: boot-installer.xml:3924 #, no-c-format msgid "" "Other pertinent installation messages may be found in <filename>/var/log/</" @@ -5793,13 +5644,13 @@ msgstr "" "efter datorn har startats om till det nyligen installerade systemet." #. Tag: title -#: boot-installer.xml:4019 +#: boot-installer.xml:3935 #, no-c-format msgid "Submitting Installation Reports" msgstr "Skicka installationsrapporter" #. Tag: para -#: boot-installer.xml:4020 +#: boot-installer.xml:3936 #, no-c-format msgid "" "If you still have problems, please submit an installation report. We also " @@ -5813,7 +5664,7 @@ msgstr "" "maskinvarukonfigurationer." #. Tag: para -#: boot-installer.xml:4027 +#: boot-installer.xml:3943 #, no-c-format msgid "" "Note that your installation report will be published in the Debian Bug " @@ -5826,7 +5677,7 @@ msgstr "" "den används publikt." #. Tag: para -#: boot-installer.xml:4033 +#: boot-installer.xml:3949 #, no-c-format msgid "" "If you have a working Debian system, the easiest way to send an installation " @@ -5845,7 +5696,7 @@ msgstr "" "command>." #. Tag: para -#: boot-installer.xml:4043 +#: boot-installer.xml:3959 #, no-c-format msgid "" "Alternatively you can use this template when filling out installation " @@ -5936,6 +5787,138 @@ msgstr "" "inklusive de sista meddelandena från kärnan om problemet var att kärnan " "hängde sig. Beskriv de steg du tog som slutade i att systemet fick problem." +#~ msgid "Booting from TFTP on Netwinder" +#~ msgstr "Starta upp NetWinder via TFTP" + +#~ msgid "" +#~ "Netwinders have two network interfaces: A 10Mbps NE2000-compatible card " +#~ "(which is generally referred to as <literal>eth0</literal>) and a 100Mbps " +#~ "Tulip card. There may be problems loading the image via TFTP using the " +#~ "100Mbps card so it is recommended that you use the 10Mbps interface (the " +#~ "one labeled with <literal>10 Base-T</literal>)." +#~ msgstr "" +#~ "Netwinder har två nätverksgränssnitt: Ett 10 Mbps NE2000-kompatibelt kort " +#~ "(som generellt sett refereras till som <literal>eth0</literal>) och ett " +#~ "100 Mbps Tulip-kort. Det kan uppstå problem vid inläsning av avbildningen " +#~ "via TFTP med 100 Mbps-kortet så det rekommenderas att du använder 10 Mbps-" +#~ "gränssnittet (det som är märkt som <literal>10 Base-T</literal>)." + +#~ msgid "" +#~ "You need NeTTrom 2.2.1 or later to boot the installation system, and " +#~ "version 2.3.3 is recommended. Unfortunately, firmware files are currently " +#~ "not available for download because of license issues. If this situation " +#~ "changes, you may find new images at <ulink url=\"http//www.netwinder.org/" +#~ "\"></ulink>." +#~ msgstr "" +#~ "Du behöver NeTTrom 2.2.1 eller senare för att starta upp " +#~ "installationssystemet, och version 2.3.3 rekommenderas. Tyvärr finns inte " +#~ "filerna för den fasta programvaran tillgängliga för hämtning för " +#~ "tillfället på grund av licensproblem. Om denna situation ändras, kan du " +#~ "hitta nya avbildningar på <ulink url=\"http//www.netwinder.org/\"></" +#~ "ulink>." + +#~ msgid "" +#~ "When you boot your Netwinder you have to interrupt the boot process " +#~ "during the countdown. This allows you to set a number of firmware " +#~ "settings needed in order to boot the installer. First of all, start by " +#~ "loading the default settings: <informalexample><screen>\n" +#~ " NeTTrom command-> load-defaults\n" +#~ "</screen></informalexample> Furthermore, you must configure the network, " +#~ "either with a static address: <informalexample><screen>\n" +#~ " NeTTrom command-> setenv netconfig_eth0 flash\n" +#~ " NeTTrom command-> setenv eth0_ip 192.168.0.10/24\n" +#~ "</screen></informalexample> where 24 is the number of set bits in the " +#~ "netmask, or a dynamic address: <informalexample><screen>\n" +#~ " NeTTrom command-> setenv netconfig_eth0 dhcp\n" +#~ "</screen></informalexample> You may also need to configure the " +#~ "<userinput>route1</userinput> settings if the TFTP server is not on the " +#~ "local subnet. Following these settings, you have to specify the TFTP " +#~ "server and the location of the image. You can then store your settings to " +#~ "flash. <informalexample><screen>\n" +#~ " NeTTrom command-> setenv kerntftpserver 192.168.0.1\n" +#~ " NeTTrom command-> setenv kerntftpfile boot.img\n" +#~ " NeTTrom command-> save-all\n" +#~ "</screen></informalexample> Now you have to tell the firmware that the " +#~ "TFTP image should be booted: <informalexample><screen>\n" +#~ " NeTTrom command-> setenv kernconfig tftp\n" +#~ " NeTTrom command-> setenv rootdev /dev/ram\n" +#~ "</screen></informalexample> If you use a serial console to install your " +#~ "Netwinder, you need to add the following setting: " +#~ "<informalexample><screen>\n" +#~ " NeTTrom command-> setenv cmdappend root=/dev/ram " +#~ "console=ttyS0,115200\n" +#~ "</screen></informalexample> Alternatively, for installations using a " +#~ "keyboard and monitor you have to set: <informalexample><screen>\n" +#~ " NeTTrom command-> setenv cmdappend root=/dev/ram\n" +#~ "</screen></informalexample> You can use the <command>printenv</command> " +#~ "command to review your environment settings. After you have verified that " +#~ "the settings are correct, you can load the image: " +#~ "<informalexample><screen>\n" +#~ " NeTTrom command-> boot\n" +#~ "</screen></informalexample> In case you run into any problems, a <ulink " +#~ "url=\"http://www.netwinder.org/howto/Firmware-HOWTO.html\">detailed " +#~ "HOWTO</ulink> is available." +#~ msgstr "" +#~ "När du startar upp din Netwinder måste du avbryta uppstartsprocessen " +#~ "under nedräkningen. Det här låter dig ställa in ett antal inställningar " +#~ "för den fasta programvaran som behövs för att kunna starta upp " +#~ "installationsprogrammet. Börja först med att läsa in " +#~ "standardinställningarna: <informalexample><screen>\n" +#~ " NeTTrom command-> load-defaults\n" +#~ "</screen></informalexample> Sedan måste du konfigurera nätverket, " +#~ "antingen med en statisk adress: <informalexample><screen>\n" +#~ " NeTTrom command-> setenv netconfig_eth0 flash\n" +#~ " NeTTrom command-> setenv eth0_ip 192.168.0.10/24\n" +#~ "</screen></informalexample> där 24 är antalet bitar i nätmasken, eller en " +#~ "dynamisk adress: <informalexample><screen>\n" +#~ " NeTTrom command-> setenv netconfig_eth0 dhcp\n" +#~ "</screen></informalexample> Du kanske även behöver konfigurera " +#~ "inställningen <userinput>route1</userinput> om TFTP-servern inte finns på " +#~ "det lokala subnätet. Om du följer dessa inställningar, måste du ange TFTP-" +#~ "servern och avbildningens plats. Du kan sedan lagra dina inställningar " +#~ "till flashminnet. <informalexample><screen>\n" +#~ " NeTTrom command-> setenv kerntftpserver 192.168.0.1\n" +#~ " NeTTrom command-> setenv kerntftpfile boot.img\n" +#~ " NeTTrom command-> save-all\n" +#~ "</screen></informalexample> Nu måste du berätta för den fasta " +#~ "programvaran att TFTP-avbildningen ska användas för att starta upp: " +#~ "<informalexample><screen>\n" +#~ " NeTTrom command-> setenv kernconfig tftp\n" +#~ " NeTTrom command-> setenv rootdev /dev/ram\n" +#~ "</screen></informalexample> Om du använder en seriekonsoll för att " +#~ "installera din Netwinder, behöver du lägga till följande inställning: " +#~ "<informalexample><screen>\n" +#~ " NeTTrom command-> setenv cmdappend root=/dev/ram " +#~ "console=ttyS0,115200\n" +#~ "</screen></informalexample> Alternativt, för installationer med ett " +#~ "tangentbord och skärm måste du ställa in: <informalexample><screen>\n" +#~ " NeTTrom command-> setenv cmdappend root=/dev/ram\n" +#~ "</screen></informalexample> Du kan använda kommandot <command>printenv</" +#~ "command> för att granska dina miljöinställningar. Efter att du har " +#~ "validerat att inställningarna är korrekta kan du läsa in avbildningen: " +#~ "<informalexample><screen>\n" +#~ " NeTTrom command-> boot\n" +#~ "</screen></informalexample> Om du springer på några problem, finns en " +#~ "<ulink url=\"http://www.netwinder.org/howto/Firmware-HOWTO.html" +#~ "\">detaljerad HOWTO</ulink> tillgänglig." + +#~ msgid "Booting from TFTP on CATS" +#~ msgstr "Uppstart från TFTP på CATS" + +#~ msgid "" +#~ "On CATS machines, use <command>boot de0:</command> or similar at the " +#~ "Cyclone prompt." +#~ msgstr "" +#~ "På CATS-maskiner, använd <command>boot de0:</command> eller liknande på " +#~ "Cyclone-prompten." + +#~ msgid "" +#~ "To boot a CD-ROM from the Cyclone console prompt, use the command " +#~ "<command>boot cd0:cats.bin</command>" +#~ msgstr "" +#~ "För att starta upp en cd-rom från Cyclones konsollprompt, använd " +#~ "kommandot <command>boot cd0:cats.bin</command>" + #~ msgid "Booting CHRP from OpenFirmware" #~ msgstr "Starta upp CHRP från OpenFirmware" |