<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi Jim, the otuput to the&nbsp;1st command is: brw-rw---- 1 root disk 8, 0 Nov 23 15:28 /dev/sda and the /dev/sda is in yellow<BR>
The output to the 2nd is: mknod:&nbsp;'/tmp/sda': Operation not permitted<BR>
Then I realized I was not root, did that and tried again.&nbsp;Same for the 1st output. 2nd output is: back at the prompt, then for grub-install /dev/sda the output is, 1st line: grub-probe: error: cannot find a device for / (is /dev mounted?). 2nd line: grub-probe: error: cannot find a dvice for /boot/ (is /dev mounted?). 3rd line: Could not find device for /boot: Not found or not a block device&gt;<BR>&nbsp;<BR>

<HR id=stopSpelling>
Date: Tue, 23 Nov 2010 09:32:47 -0700<BR>From: ockers@ockers.net<BR>To: clue-tech@cluedenver.org<BR>Subject: Re: [clue-tech] Compaq Armada 3500 woes<BR><BR>
<META name=Generator content="Microsoft SafeHTML">Hi Bill,<BR><BR>If you ever get a "/dev/sda: not found" type message, please do the following to see if it exists:<BR><BR>ls -al /dev/sda<BR><BR>If there is no device node for that device, you either need to mount the automagic /dev filesystem that will populate the directory based on the device drivers loaded into the kernel, or else consider creating it yourself.&nbsp; IIRC sda is 8,0:<BR><BR>mknod /dev/sda b 8 0<BR><BR>If you can't write to the /dev directory, then create the device node in /tmp:<BR><BR>mknod /tmp/sda b 8 0<BR><BR>Then you can use your other commands such as grub-install to access that device.&nbsp; The major &amp; minor numbers on the device node "file" tell the kernel what device driver will handle the ioctl()s.&nbsp; If the SCSI device driver chain is not loaded into the kernel then you wouldn't be able to access /dev/sda either, so make sure all the necessary driver modules are loaded if you have any trouble using a SCSI block device node.<BR><BR>HTH,<BR>Jim<BR><PRE class=ecxmoz-signature>-- 
Jim Ockers, P.Eng. (<A class=ecxmoz-txt-link-abbreviated href="mailto:ockers@ockers.net">ockers@ockers.net</A>)
Contact info: <A class=ecxmoz-txt-link-freetext href="http://www.ockers.ca/pason.html" target=_blank>http://www.ockers.ca/pason.html</A>
</PRE><BR>Bill Smith wrote: 
<BLOCKQUOTE cite=mid:SNT134-w49481B28F57A04743E4042A93E0@phx.gbl>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

</STYLE>
I'm a relative newbie, so exactly what are the commands, and in what order? Thanks Bill<BR>&nbsp;<BR>
<HR id=ecxstopSpelling>
Date: Tue, 23 Nov 2010 09:15:40 -0700<BR>From: <A class=ecxmoz-txt-link-abbreviated href="mailto:g1ccross@gmail.com">g1ccross@gmail.com</A><BR>To: <A class=ecxmoz-txt-link-abbreviated href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</A><BR>Subject: Re: [clue-tech] Compaq Armada 3500 woes<BR><BR>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.<BR>
<DIV class=ecxgmail_quote>On Nov 23, 2010 9:08 AM, "Bill Smith" &lt;<A href="mailto:wpsmithii@msn.com">wpsmithii@msn.com</A>&gt; wrote:<BR>&gt; <BR>&gt; Hi all, I dug around and found a grub install procedure for Knoppix. Here's what happened. First I did "fdisk -1" 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><BR>_______________________________________________ clue-tech mailing list <A class=ecxmoz-txt-link-abbreviated href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</A> <A class=ecxmoz-txt-link-freetext href="http://cluedenver.org/mailman/listinfo/clue-tech" target=_blank>http://cluedenver.org/mailman/listinfo/clue-tech</A> <PRE><HR SIZE=4 width="90%">
_______________________________________________
clue-tech mailing list
<A class=ecxmoz-txt-link-abbreviated href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</A>
<A class=ecxmoz-txt-link-freetext href="http://cluedenver.org/mailman/listinfo/clue-tech" target=_blank>http://cluedenver.org/mailman/listinfo/clue-tech</A></PRE></BLOCKQUOTE><BR><BR>_______________________________________________ clue-tech mailing list clue-tech@cluedenver.org http://cluedenver.org/mailman/listinfo/clue-tech                                               </body>
</html>