Sorry i posted this on lfs-book instead of lfs-dev so here is a repost

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?
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to