Corstiaan Hol wrote: > Hello all, > > after a drive crash I now rebuilded my LFS on a new HDD, > > the drive is partitioned like this: > sdc1 -> 500MB ext2 boot partition > sdc2 -> 8GB swap partition > sdc3 -> 156 GB ext3 root > sdc4 -> 156 GB ext3 home > > they were mounted with: > mkdir -pv $LFS > mount -v -t ext3 /dev/sdc3 $LFS > mkdir -v $LFS/boot > mount -v -t ext2 /dev/sdc1 $LFS/boot > mkdir -v $LFS/home > mount -v -t ext3 /dev/sdc4 $LFS/home > > > now when i run "grub-install --grub-setup=/bin/true /dev/sdc" from chroot it > hangs forever. > grub-devicemap works as it should. > > can anyone help me with this?
Are you building in chroot? In a VM? Have you mounted the virtual filesystems? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
