<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
  <pre>Jerry Geis wrote:
><i> Hi
</i>><i> 
</i>><i> I just grabbed an 8gig thumb drive, took disk 1 centos 4 i386,
</i>><i> copied the isolinux directory files to my thumbdrive, then ran syslinux 
</i>><i> -sf /dev/sdc1
</i>><i> on the device plugged it into my laptop  and it does not boot.
</i>><i> 
</i>><i> Is there a step(s) I am missing to get a bootable thumbdrive with centos?
</i>
I think you also need to add a boot sector to the drive. On my 64-bit system:

        #dd if=/usr/lib64/syslinux/mbr.bin of=/dev/sdc
  </pre>
</blockquote>
After doing your suggestion I get <br>
same thing it just sets there with a blinking cursor.<br>
<br>
Jerry<br>
</body>
</html>