]> git.proxmox.com Git - grub2.git/blame - 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
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
43Template: grub-pc/postrm_purge_boot_grub
44Type: boolean
45Default: false
f4d02196 46# This should get reviewed before it can be translated
90159517 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.
c3af9ad6 51
52Template: grub-pc/kopt_extracted
53Type: boolean
54Default: false
55Description: for internal use