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