29 lines
588 B
HTML
29 lines
588 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<link rel="Stylesheet" type="text/css" href="style.css">
|
|
<title>Slackware_GRUB</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body>
|
|
|
|
<h3 id="toc_0.0.1">Slackware: Installing GRUB</h3>
|
|
<p>
|
|
After the message "Installation of Slackware Linux is complete"
|
|
chroot in:
|
|
<code># chroot /mnt</code>
|
|
</p>
|
|
|
|
<p>
|
|
Then install GRUB:
|
|
</p>
|
|
<pre>
|
|
# grub-install /dev/sda
|
|
# grub-mkconfig -o /boot/grub/grub.cfg
|
|
# exit
|
|
# reboot
|
|
</pre>
|
|
|
|
</body>
|
|
</html>
|