<p>I think you need to mount /dev to to chroot before chrooting. Try mount -o bind /dev /mnt/dev. I am not sure but I usually mount proc in the chroot also.</p>
<div class="gmail_quote">On Nov 23, 2010 9:08 AM, &quot;Bill Smith&quot; &lt;<a href="mailto:wpsmithii@msn.com">wpsmithii@msn.com</a>&gt; wrote:<br type="attribution">&gt; <br>&gt; Hi all, I dug around and found a grub install procedure for Knoppix. Here&#39;s what happened. First I did &quot;fdisk -1&quot; and I got 3 partitions as I had installed. The boot was /dev/sda1 and it was listed as ID: 83 ,system: linux, this should be ext3, the start was 1 end was 2374, 19+ Gig. The commands I used as root are as follows:<br>
&gt; mount -t ext3 -o rw /dev/sda1 /mnt<br>&gt; chroot /mnt<br>&gt; grub-install /dev/sda     <br>&gt;  The feedback from this was<br>&gt; /dev/sda: Not found or not a block device<br>&gt;  <br>&gt;  <br>&gt; Thanks in advance. Bill                                               <br>
</div>