LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where does lilo go? (https://www.linuxquestions.org/questions/linux-software-2/where-does-lilo-go-90635/)

shanenin 09-08-2003 04:16 PM

do I need a boot partition
 
When I installed redhat it made 3 partitions for me /dev/hda3(boot), /dev/hda5(root,main), dev/hda6(swap). Do I even need a boot partition, can't the directory /boot be placed on my main partition(/dev/hda5)?



/dev/hda3 6793 6806 105840 83 Linux
/dev/hda4 6807 7943 8595720 f Win95 Ext'd (LBA)
/dev/hda5 6807 7805 7552408+ 83 Linux
/dev/hda6 7806 7943 1043248+ 82 Linux swap

Forgive the subject,"where does lilo go". My question slowly evolved, during the writing process.

jailbait 09-08-2003 04:44 PM

"can't the directory /boot be placed on my main partition(/dev/hda5)? "


Yes

/bin/bash 09-11-2003 05:08 AM

mkdir /tmpboot
cp -a /boot /tmpboot
umount /boot
mv /tmpboot /boot


All times are GMT -5. The time now is 05:44 PM.