Boot management is via the GRUB. /boot/grub/menu.lst:
# Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,1) # kernel /vmlinuz-version ro root=/dev/hda6 # initrd /initrd-version.img #boot=/dev/hda default=1 timeout=10 splashimage=(hd0,1)/grub/splash.xpm.gz password --md5 $1$8a9aI89.$WbGpKcDvOMb1BeV5ogWtT0 #title Red Hat Linux (2.4.20-8) # root (hd0,1) # kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ # initrd /initrd-2.4.20-8.img title Red Hat Linux (2.4.20-18.9) root (hd0,1) kernel /vmlinuz-2.4.20-18.9 ro root=LABEL=/ initrd /initrd-2.4.20-18.9.img title MS Windows 2000 rootnoverify (hd0,0) chainloader +1
...previous | up (conts) | next... |