Once upon a time, Bruce Dubbs said: > You probably deleted grub. I recommend this: > > Device Function fstype size > ------ -------- ------ ---- > sda1 /boot ext2 100M > sda2 swap - 2G > sda3 / ext3 as desired > > Personally I use a lot of other mount points for /home, /usr/src, > /mnt/lfs, and sometimes /var and /tmp when I use an SSD drive. > I also save empty disk space for additional /mnt/lfs instances. > > Mount the new sda1 as /mnt/boot and mv everything from /boot to > /mnt/boot: > > mv -av /boot /mnt/boot > > Then umount /mnt/boot and remount as /boot. > Finally, use the instructions in Section 8.4 to reinstall grub. > > -- Bruce
That is a good idea, I will keep it in mind. Thanks Bruce. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
