]> git.proxmox.com Git - grub2.git/blame_incremental - debian/grub-pc.templates.in
When running grub-pc.postinst from upgrade-from-grub-legacy, tell it to
[grub2.git] / debian / grub-pc.templates.in
... / ...
CommitLineData
1
2# This file is concatenated. Do not delete the newline above.
3
4Template: grub-pc/chainload_from_menu.lst
5Type: boolean
6Default: true
7_Description: Chainload from menu.lst?
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 .
19 In either case, whenever you want GRUB 2 to be loaded directly from MBR,
20 you can do so by issuing (as root) the following command:
21 .
22 upgrade-from-grub-legacy
23
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.
38 .
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.
42
43Template: grub-pc/postrm_purge_boot_grub
44Type: boolean
45Default: false
46# This should get reviewed before it can be translated
47Description: Remove GRUB 2 from /boot/grub?
48 Do you want to have all GRUB 2 files removed from /boot/grub?
49 .
50 Your system would be then unbootable if you don't install another bootloader.
51
52Template: grub-pc/kopt_extracted
53Type: boolean
54Default: false
55Description: for internal use