]> git.proxmox.com Git - grub2.git/blame - debian/grub-pc.templates.in
Remove qemu-system build-dependency on hurd-i386, where it doesn't seem
[grub2.git] / debian / grub-pc.templates.in
CommitLineData
c3f29c31 1
2# This file is concatenated. Do not delete the newline above.
3
21bcb0cb 4Template: grub-pc/chainload_from_menu.lst
5Type: boolean
6Default: true
0cfadf0a 7_Description: Chainload from menu.lst?
21bcb0cb 8 GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub.
9 .
10 In order to replace the Legacy version of GRUB in your system, it is
11 recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2
12 from your existing GRUB Legacy setup. This step may be automaticaly
13 performed now.
14 .
15 It's recommended that you accept chainloading GRUB 2 from menu.lst, and
16 verify that your new GRUB 2 setup is functional for you, before you install
17 it directly to your MBR (Master Boot Record).
18 .
46017f53 19 In either case, whenever you want GRUB 2 to be loaded directly from MBR,
21bcb0cb 20 you can do so by issuing (as root) the following command:
21 .
10c72361 22 upgrade-from-grub-legacy
401dd69b 23
9f2facb3 24Template: grub-pc/install_devices
25Type: multiselect
26Choices: ${CHOICES}
27# Intentionally not marked for translations yet; will do after a review period
28Description: GRUB install devices:
29 The grub-pc package is being upgraded. This menu allows you to select which
30 devices you'd like grub-install to be automatically run for, if any.
31 .
32 It is recommended that you do this in most situations, to prevent the installed
33 GRUB from getting out of sync with other components such as grub.cfg or with
34 newer Linux images it will have to load.
35 .
36 If you're unsure which drive is designated as boot drive by your BIOS, it is
37 often a good idea to install GRUB to all of them.
d7c23e1d 38 .
98dae7ad 39 Note: It is possible to install GRUB to partition boot records as well.
40 However, this forces GRUB to use the blocklist mechanism, which makes it
41 less reliable, and therefore is not recommended.
90159517 42
c14d87ed
CW
43Template: grub-pc/install_devices_empty
44Type: boolean
45Default: false
46_Description: Continue without installing GRUB?
47 You chose not to install GRUB to any devices. If you continue, the boot
48 loader may not be properly configured, and when your computer next starts
49 up it will use whatever was previously in the boot sector. If there is an
50 earlier version of GRUB 2 in the boot sector, it may be unable to load
51 modules or handle the current configuration file.
52 .
53 If you are already running a different boot loader and want to carry on
54 doing so, or if this is a special environment where you do not need a boot
55 loader, then you should continue anyway. Otherwise, you should install
56 GRUB somewhere.
57
90159517 58Template: grub-pc/postrm_purge_boot_grub
59Type: boolean
60Default: false
f4d02196 61# This should get reviewed before it can be translated
90159517 62Description: Remove GRUB 2 from /boot/grub?
63 Do you want to have all GRUB 2 files removed from /boot/grub?
64 .
65 Your system would be then unbootable if you don't install another bootloader.
c3af9ad6 66
4830efd9
CW
67Template: grub-pc/mixed_legacy_and_grub2
68Type: boolean
69Default: true
146206b7 70#flag:translate!:3
4830efd9
CW
71_Description: Finish conversion to GRUB 2 now?
72 This system still has files from the GRUB Legacy boot loader installed, but
73 it now also has GRUB 2 boot records installed on these disks:
74 .
146206b7 75 ${DISKS}
4830efd9
CW
76 .
77 It seems likely that GRUB Legacy is no longer in use, and that you should
78 instead upgrade the GRUB 2 images on these disks and finish the conversion
79 to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these
80 GRUB 2 images, then they may be incompatible with the new packages and
81 cause your system to stop booting properly.
82 .
83 You should generally finish the conversion to GRUB 2 unless these boot
84 records were created by a GRUB 2 installation on some other operating
85 system.
86
c3af9ad6 87Template: grub-pc/kopt_extracted
88Type: boolean
89Default: false
90Description: for internal use