1 Template: syslinux-installer/bootdev
3 Description: Device for bootloader installation:
4 You need to make the newly installed system bootable, by installing
5 the syslinux bootloader on a bootable device. The usual way to do this is to
6 install syslinux on the master boot record of your first hard drive. If you
7 prefer, you can install syslinux elsewhere on the drive, or to another drive.
9 The device can be specified as a device in /dev. Below are some examples:
10 - "/dev/sda" will install syslinux to the master boot record
11 of your first hard drive;
12 - "/dev/sda2" will use the second partition of your
15 Template: syslinux-installer/with_other_os
18 Description: Install the extlinux bootloader to the master boot record?
19 The following other operating systems have been detected on this
22 If all of your operating systems are listed above, then it should be safe to
23 install the bootloader to the master boot record of your first hard
24 drive. When your computer boots, you will be able to choose to load one of
25 these operating systems or your new system.
27 Template: syslinux-installer/only_debian
29 Default: true_Description: Install the extlinux bootloader to the master boot record?
30 It seems that this new installation is the only operating system
31 on this computer. If so, it should be safe to install the extlinux bootloader
32 to the master boot record of your first hard drive.
34 Warning: If the installer failed to detect another operating system that
35 is present on your computer, modifying the master boot record will make
36 that operating system temporarily unbootable, though extlinux can be manually
37 configured later to boot it.
39 Template: syslinux-installer/apt-install-failed
41 Description: syslinux installation failed
42 The '${syslinux}' package failed to install into /target/. Without the syslinux
43 bootloader, the installed system will not boot.
45 Template: syslinux-installer/extlinux-install-failed
47 Description: Unable to install extlinux in ${BOOTDEV}
48 Executing 'extlinux-install ${BOOTDEV}' failed.
50 This is a fatal error.
52 Template: syslinux-installer/extlinux-update-failed
54 Description: Unable to configure extlinux
55 Executing 'extlinux-update' failed.
57 This is a fatal error.
59 Template: debian-installer/syslinux-installer/title
61 Description: Install the syslinux bootloader on a hard disk
63 Template: syslinux-installer/skip
66 Description: for internal use; can be preseeded
67 Skip installing syslinux?