summaryrefslogtreecommitdiff
path: root/nl/install-methods/usb-setup/x86.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nl/install-methods/usb-setup/x86.xml')
-rw-r--r--nl/install-methods/usb-setup/x86.xml58
1 files changed, 33 insertions, 25 deletions
diff --git a/nl/install-methods/usb-setup/x86.xml b/nl/install-methods/usb-setup/x86.xml
index 016ad5806..b34dbac4a 100644
--- a/nl/install-methods/usb-setup/x86.xml
+++ b/nl/install-methods/usb-setup/x86.xml
@@ -1,8 +1,8 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 56425 untranslated -->
+<!-- original version: 56442 untranslated -->
<sect3 arch="x86">
- <title>USB stick partitioning on &arch-title;</title>
+ <title>Partitioning the USB stick</title>
<para>
We will show how to set up the memory stick to use the first partition,
@@ -17,7 +17,7 @@ or any other partitioning tool to create a FAT16 partition, and then
create the filesystem using:
<informalexample><screen>
-# mkdosfs /dev/<replaceable>sda1</replaceable>
+# mkdosfs /dev/<replaceable>sdX1</replaceable>
</screen></informalexample>
Take care that you use the correct device name for your USB stick. The
@@ -28,31 +28,37 @@ Take care that you use the correct device name for your USB stick. The
In order to start the kernel after booting from the USB stick, we will
put a boot loader on the stick. Although any boot loader
-(e.g. <command>LILO</command>) should work, it's convenient to use
-<command>SYSLINUX</command>, since it uses a FAT16 partition and can
+(e.g. <classname>lilo</classname>) should work, it's convenient to use
+<classname>syslinux</classname>, since it uses a FAT16 partition and can
be reconfigured by just editing a text file. Any operating system
which supports the FAT file system can be used to make changes to the
configuration of the boot loader.
</para><para>
-To put <command>SYSLINUX</command> on the FAT16 partition on your USB
+To put <classname>syslinux</classname> on the FAT16 partition on your USB
stick, install the <classname>syslinux</classname> and
<classname>mtools</classname> packages on your system, and do:
<informalexample><screen>
-# syslinux /dev/<replaceable>sda1</replaceable>
+# syslinux /dev/<replaceable>sdX1</replaceable>
</screen></informalexample>
Again, take care that you use the correct device name. The partition
-must not be mounted when starting <command>SYSLINUX</command>. This
+must not be mounted when starting <command>syslinux</command>. This
procedure writes a boot sector to the partition and creates the file
<filename>ldlinux.sys</filename> which contains the boot loader code.
-</para><para>
+</para>
+ </sect3>
-Mount the partition (<userinput>mount /dev/sda1 /mnt</userinput>) and
-copy the following files from the Debian archives to the stick:
+ <sect3 arch="x86">
+ <title>Adding the installer image</title>
+<para>
+
+Mount the partition
+(<userinput>mount /dev/<replaceable>sdX1</replaceable> /mnt</userinput>)
+and copy the following installer image files to the stick:
<itemizedlist>
<listitem><para>
@@ -65,30 +71,32 @@ copy the following files from the Debian archives to the stick:
<filename>initrd.gz</filename> (initial ramdisk image)
</para></listitem>
-<listitem><para>
-
-<filename>syslinux.cfg</filename> (SYSLINUX configuration file)
-
-</para></listitem>
-<listitem><para>
-
-Optional kernel modules
-
-</para></listitem>
</itemizedlist>
-If you want to rename the files, please note that
-<command>SYSLINUX</command> can only process DOS (8.3) file names.
+You can choose between either the regular version or the graphical version
+of the installer. The latter can be found in the <filename>gtk</filename>
+subdirectory. If you want to rename the files, please note that
+<classname>syslinux</classname> can only process DOS (8.3) file names.
</para><para>
-The <filename>syslinux.cfg</filename> configuration file should
-contain the following two lines:
+Next you should create a <filename>syslinux.cfg</filename> configuration
+file, which at a bare minimum should contain the following two lines:
<informalexample><screen>
default vmlinuz
append initrd=initrd.gz
</screen></informalexample>
+For the graphical installer you should add
+<userinput>video=vesa:ywrap,mtrr vga=788</userinput> to the second line.
+
+</para><para>
+
+If you used an <filename>hd-media</filename> image, you should now copy a
+Debian ISO image (businesscard, netinst or full CD image; be sure to select
+one that fits) onto the stick. When you are done, unmount the USB memory
+stick (<userinput>umount /mnt</userinput>).
+
</para>
</sect3>