Changes in BOOK/bootable/x86/grub.xml [6345f19:8ab693a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/grub.xml
r6345f19 r8ab693a 29 29 the computer if the computer becomes unusable (un-bootable).</para> 30 30 31 <para os="c">The first thing we need to do is generate a configuration for 32 GRUB. In previous versions of grub we could create the configuration manually 33 here, but with GRUB2 we can generate <filename>grub.cfg</filename> 34 automatically. You can do this with the following command:</para> 35 36 <screen os="d"><userinput>grub-mkconfig -o /boot/grub/grub.cfg</userinput></screen> 37 31 38 <warning os="w1"> 32 39 <para>The following command will overwrite the current boot loader. … … 44 51 <screen os="f"><userinput>grub-install /dev/sda</userinput></screen> 45 52 46 <para os="c">Next, we need to generate a configuration for GRUB.47 In previous versions of grub we could create the configuration manually48 here, but with GRUB2 we can generate <filename>grub.cfg</filename>49 automatically. You can do this with the following command:</para>50 51 <screen os="d"><userinput>grub-mkconfig -o /boot/grub/grub.cfg</userinput></screen>52 53 53 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.