From c677be6ba2b4d9af807055f20ef0cd1c184d996b Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Sun, 11 Mar 2012 20:09:44 +0000 Subject: - import files for the installer (received from Marja) --- setupBootloaderBeginner.html | 116 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 setupBootloaderBeginner.html (limited to 'setupBootloaderBeginner.html') diff --git a/setupBootloaderBeginner.html b/setupBootloaderBeginner.html new file mode 100644 index 0000000..d406ab6 --- /dev/null +++ b/setupBootloaderBeginner.html @@ -0,0 +1,116 @@ + + + + + 18. Installing a Bootloader + + + + + + + + + +
+
+
+
+

18. Installing a Bootloader +

+
+
+
+ + + + + + + +
+ + + + + + + +

A + bootloader is a small program which is started by the computer + at boot time. It's responsible for starting up the whole + system. Normally, the bootloader installation is totally + automated. DrakX will analyze the disk boot sector and act + according to what it finds there: +

+ + +
+
    +
  • + +

    If + a Windows® boot sector is found, it will replace it with a + GRUB/LILO boot sector. This way you will be able to + load either GNU/Linux or any other OS installed on your + machine. +

    + +
  • +
  • + +

    In + any other case it will ask you where it should place the boot + loader. Generally, the First sector of the drive + (MBR) is the safest place. +

    + +
  • +
+
+ + +

Choosing Skip won't install a + bootloader. Use this option only if you know what you're + doing. +

+ + + + + + + + +
+ + + -- cgit v1.2.1