Corstiaan Hol wrote:
>> Bruce Dubbs wrote:
>>
>> What are the contents of /boot/grub/device.map that was generated with
>> the 'grub-mkdevicemap --device-map=device.map' command?
>>
>> Also, check 'ls -l /dev/sdc'
>>
>>   -- Bruce
> 
> from host:
> root [ /mnt/lfs/]# ls -l /dev/sdc
> brw-rw---- 1 root disk 8, 32 Aug 10  2010 /dev/sdc
> 
> Inside chroot:
> root:/# ls -l /dev/sdc
> brw-rw---- 1 root disk 8, 32 Aug 10  2010 /dev/sdc
> 
> contents of ' grub-mkdevicemap --device-map=device.map' command:
> root:/boot/grub# grub-mkdevicemap --device-map=device.map
> root:/boot/grub# cat device.map
> (fd0) /dev/fd0
> (hd0) /dev/sda
> (hd1) /dev/sdb
> (hd2) /dev/sdc

So you are hanging on

   grub-install --grub-setup=/bin/true /dev/sdc

?

That's a script, so you could look inside to see where it is failing.

   -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to