From owner-freebsd-questions Thu Apr 19 13:50:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.coastsight.com (ns1.coastsight.com [208.46.230.17]) by hub.freebsd.org (Postfix) with ESMTP id 2DC1337B42C for ; Thu, 19 Apr 2001 13:50:19 -0700 (PDT) (envelope-from maillist@coastsight.com) Received: from ns1.coastsight.com ([208.46.230.17]) by ns1.coastsight.com with esmtp (Exim 2.05 #1) id 14qLNa-000IfK-00 for freebsd-questions@freebsd.org; Thu, 19 Apr 2001 13:50:18 -0700 Date: Thu, 19 Apr 2001 13:50:18 -0700 (PDT) From: Rick Duvall To: freebsd-questions@freebsd.org Subject: mkisofs bootable ISO Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, I got the boot image from the floppy disk copied to /usr/cd/boot.img. Then, I issue the following command: cd /usr mkisofs -o cd.iso -R -J -B boot.img cd Then ftp over to a windows box and burn the cd.iso to a cd. However, the CD will not boot, even though I can read it in windows just fine. If I do a: cd /usr mkisofs -o cd.iso -B boot.img cd The cd will boot, but just to the BOOT: prompt, and it will say, "/boot/loader not found" and "/kernel" not found, even though I put it in the root of the cd. Also, long filenames break when I leave out the -R and -J. Any command line of what I should try with mkisofs would be greatly appreciated. Thanks. Sincerely, Rick Duvall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message