JAMC60 wrote: > Hi. > I'm trying to install lfs-6.8 via ssh in a somehow old PC. > All seems to be ok but the last step: Using grub to set up the boot process > The output of device.map is: > > (fd0) /dev/fd0 > (hd0) /dev/hda > > So, the next step is: > grub-install /dev/hda
No, the next step is grub-install --grub-setup=/bin/true /dev/hda This copies the files to /boot, but does not update the MBR. Later, after testing (8.4.3), you update the MBR in section 8.4.4. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
