[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:slackware_admin:booting_install_from_hdd [2012/10/24 13:28 (UTC)] – [Image of the Environment] hazelhowtos:slackware_admin:booting_install_from_hdd [2012/10/25 09:00 (UTC)] – [GRUB-legacy] bormant
Line 39: Line 39:
  
 ===== Boot Loader ===== ===== Boot Loader =====
-There are many boot loaders around. Slackware uses SYSLINUX to boot from the install media, installs LILO to boot the installed system, and provides a GRUB-legacy package in ''/extra'' (32 bit only). Many distributions use GRUB (renamed from GRUB2) as their main boot loader. If you use a Linux system you probably already have a suitable one. You need to put the ''bzImage'' and ''initrd.img'' files in a suitable place and instruct the boot loader to boot them. \\ Note that some parameters are passed to the kernel in ''/isolinux/isolinux.cfg''you need them to properly configure your boot loader. +There are many boot loaders around. Slackware uses SYSLINUX to boot from the install media, installs LILO to boot the installed system, and provides a GRUB-legacy package in ''/extra'' (32 bit only). Many distributions use GRUB (renamed from GRUB2) as their main boot loader. If you use a Linux system you probably already have a suitable one. You need to put the ''bzImage'' and ''initrd.img'' files in a suitable place and instruct the boot loader to boot them. \\ Note that some parameters are passed to the kernel in ''/isolinux/isolinux.cfg''you need them to configure your boot loader properly.
 ==== LILO ==== ==== LILO ====
 Add to ''/etc/lilo.conf'' something like: <file> Add to ''/etc/lilo.conf'' something like: <file>
Line 69: Line 68:
   initrd /boot/swsetup/initrd.img   initrd /boot/swsetup/initrd.img
 </file> </file>
-<note>(hd0,1) means the //second partition// (this is not a typo, first partition has number here) on the //first drive// (i.e. ''/dev/sda2''). You can find the right value in the "''root''" command in the section used to boot your system; or else consult with [[http://www.gnu.org/software/grub/manual/legacy/grub.html|GRUB-legacy manual]]. </note>+<note>(hd0,1) means the //second partition// (this is not a typo, GRUB-legacy numbers partitions from 0) on the //first drive// (i.e. ''/dev/sda2''). You can find the right value in the "''root''" command in the section used to boot your system; or else consult with [[http://www.gnu.org/software/grub/manual/legacy/grub.html|GRUB-legacy manual]]. </note>
 <note>If you use a separate partition for ''/boot'', then you must remove "/boot" from any pathnames.</note> <note>If you use a separate partition for ''/boot'', then you must remove "/boot" from any pathnames.</note>
  
 howtos:slackware_admin:booting_install_from_hdd ()