<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
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>
mount -t ext3 -o rw /dev/sda1 /mnt<BR>
chroot /mnt<BR>
grub-install /dev/sda&nbsp;&nbsp;&nbsp;&nbsp; <BR>
&nbsp;The feedback from this was<BR>
/dev/sda: Not found or not a block device<BR>
&nbsp;<BR>
&nbsp;<BR>
Thanks in advance. Bill<BR>                                               </body>
</html>