]> git.proxmox.com Git - grub2.git/blame - debian/grub-pc.templates.in
* Asturian (ast.po) by Marcos.
[grub2.git] / debian / grub-pc.templates.in
CommitLineData
21bcb0cb 1Template: grub-pc/chainload_from_menu.lst
2Type: boolean
3Default: true
0cfadf0a 4_Description: Chainload from menu.lst?
21bcb0cb 5 GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub.
6 .
7 In order to replace the Legacy version of GRUB in your system, it is
8 recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2
9 from your existing GRUB Legacy setup. This step may be automaticaly
10 performed now.
11 .
12 It's recommended that you accept chainloading GRUB 2 from menu.lst, and
13 verify that your new GRUB 2 setup is functional for you, before you install
14 it directly to your MBR (Master Boot Record).
15 .
46017f53 16 In either case, whenever you want GRUB 2 to be loaded directly from MBR,
21bcb0cb 17 you can do so by issuing (as root) the following command:
18 .
10c72361 19 upgrade-from-grub-legacy
401dd69b 20
9f2facb3 21Template: grub-pc/install_devices
22Type: multiselect
23Choices: ${CHOICES}
24# Intentionally not marked for translations yet; will do after a review period
25Description: GRUB install devices:
26 The grub-pc package is being upgraded. This menu allows you to select which
27 devices you'd like grub-install to be automatically run for, if any.
28 .
29 It is recommended that you do this in most situations, to prevent the installed
30 GRUB from getting out of sync with other components such as grub.cfg or with
31 newer Linux images it will have to load.
32 .
33 If you're unsure which drive is designated as boot drive by your BIOS, it is
34 often a good idea to install GRUB to all of them.
d7c23e1d 35 .
98dae7ad 36 Note: It is possible to install GRUB to partition boot records as well.
37 However, this forces GRUB to use the blocklist mechanism, which makes it
38 less reliable, and therefore is not recommended.
90159517 39
40Template: grub-pc/postrm_purge_boot_grub
41Type: boolean
42Default: false
f4d02196 43# This should get reviewed before it can be translated
90159517 44Description: Remove GRUB 2 from /boot/grub?
45 Do you want to have all GRUB 2 files removed from /boot/grub?
46 .
47 Your system would be then unbootable if you don't install another bootloader.