I did what you said:
Quote:
Originally Posted by mac.tieu
If your LFS built was placed in '/mnt/lfs/build' in the 1st partition of 1st disk, then you should move all files in '/mnt/lfs/build' to root of partition.
Code:
mv /media/disk/mnt/lfs/build/* /media/disk
Then install grub again
Good luck,
MT.
|
And I got this as the output:
Code:
grub> setup (hd0,0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... no
Running "install /boot/grub/stage1 (hd0,0) /boot/grub/stage2 p /boot/grub/menu.lst "... succeed
ed
Done.
I then copied the e2fs_stage1_5 to the /boot/grub/ folder, and I got this code:
Code:
grub> setup (hd0,0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0,0)"... failed (this is not fatal)
Running "embed /boot/grub/e2fs_stage1_5 (hd0,0)"... failed (this is not fatal)
Running "install /boot/grub/stage1 (hd0,0) /boot/grub/stage2 p /boot/grub/menu.lst "... succeed
ed
Done.
Is this all that I have to do before I move on?