From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q4IbU-0003iZ-7d for garchives@archives.gentoo.org; Mon, 28 Mar 2011 19:59:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB1CF1C028; Mon, 28 Mar 2011 19:59:37 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E22C1C037 for ; Mon, 28 Mar 2011 19:59:37 +0000 (UTC) Received: by fxm8 with SMTP id 8so2946923fxm.40 for ; Mon, 28 Mar 2011 12:59:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=P+GImmVSzyu30B/hRxHFp/94rkZqRTZ6ZcF0HWtnJYg=; b=RLfAgQvHI6nypUoXR1w+T6kr2yIpLh+2YiLDnkORZX9RYhSUt2l6PmE06Mj5moj6UW PlpvpNoivVQL4F39F5FrF29ARVtl2ezIxoWnrXyHEKiVflgq2AlzLMqAE4IPZGJVYufz Np+7gsLoBVIF8rUQB7WVKCoL3R5x3V0NwAnH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=Ivf7mCyZ9l/9bJsFcu6N+AGu1xwXx/Pgy4kIrcOjqdsZYyqk8F6Mp0thmlwBkW2ge+ Pgs9hkiKKCW6uBLUKa61vUM0//xIL35ZcsTkRNQZRUL+1/yu2rKLHIQUv928/ZwPda3j RQAn0SY5gwnMWwAl3AS7f4edI45vXiTxNWOSM= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.36.1 with SMTP id r1mr5062073fad.19.1301342376774; Mon, 28 Mar 2011 12:59:36 -0700 (PDT) Sender: comprookie2000@gmail.com Received: by 10.223.96.132 with HTTP; Mon, 28 Mar 2011 12:59:36 -0700 (PDT) In-Reply-To: <535749c8e9d1d283b7e39ff7dd3ee5c9@webmail.jolexa.net> References: <535749c8e9d1d283b7e39ff7dd3ee5c9@webmail.jolexa.net> Date: Mon, 28 Mar 2011 15:59:36 -0400 X-Google-Sender-Auth: yWuHyj105mIcV08Qaznh5Fyc3vM Message-ID: Subject: Re: [gentoo-soc] clustering-livecd From: David Abbott To: gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 5c73f0b177e71c24bcdf4a72f8c042bd On Mon, Mar 28, 2011 at 2:54 PM, Jeremy Olexa wrote: > On Mon, 28 Mar 2011 14:47:43 -0400, Rich Freeman wrote: >> >> On Mon, Mar 28, 2011 at 2:35 PM, Jeremy Olexa wrote: >>> >>> Huh? You mean something besides pointing sys-boot/unetbootin to the >>> install Blatant copy and paste :) Starting in version 3.72, ISOLINUX supports a "hybrid mode" which can be booted from either CD-ROM or from a device which BIOS considers a hard disk or ZIP disk, e.g. a USB key or similar. To enable this mode, the .iso image should be postprocessed with the "isohybrid" script from the utils directory: isohybrid filename.iso This script creates the necessary additional information to be able to boot in hybrid mode. It also pads out the image to an even multiple of 1 MB. This image can then be copied using any raw disk writing tool (on Unix systems, typically "dd" or "cat") to a USB disk, or written to a CD-ROM using standard CD burning tools. dd if=livedvd-amd64-multilib-11.1-r3.iso of=/dev/sdx http://syslinux.zytor.com/wiki/index.php/Doc/isolinux Thats how likewhoa does it on the LiveDVD's he puts together afaik.