From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxsf07.insightbb.com (mxsf07.insightbb.com [74.128.0.77]) by speech.braille.uwo.ca (Postfix) with ESMTP id 3D566109F2 for ; Thu, 13 Nov 2008 20:22:29 -0500 (EST) X-IronPort-AV: E=Sophos;i="4.33,599,1220241600"; d="scan'208";a="590672183" Received: from unknown (HELO asav01.insightbb.com) ([172.31.249.124]) by mxsf07.insightbb.com with ESMTP; 13 Nov 2008 20:24:13 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: As8OAI9iHElKgtGZ/2dsb2JhbACBZ4gyxwiCeA X-IronPort-AV: E=Sophos;i="4.33,599,1220241600"; d="scan'208";a="193094594" Received: from 74-130-209-153.dhcp.insightbb.com (HELO randy3) ([74.130.209.153]) by asav01.insightbb.com with SMTP; 13 Nov 2008 20:24:13 -0500 Message-ID: <7DFC0DECCE2D4C60BBB1B0D3FCB7F4A8@randy3> From: "Kitty Litter" To: "Speakup is a screen review system for Linux." Subject: progress on booting debian installer from USB stick Date: Thu, 13 Nov 2008 20:24:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2008 01:22:29 -0000 1. format stick with mkdosfs -I /dev/sdf 2. install syslinux syslinux /dev/sdf 3. Mount the memory stick. 4. Mount latest install image with mount image.iso /mnt -o loop 5. copy vmlinuz to the stick from /mnt/install.amd 6 copy initrd.gz to the stick from /mnt/install.amd/gtk 7. Create syslinux.cfg on the stick containing lines such as: serial 0 default vmlinuz append initrd=initrd.gz speakup.synth=audptr 8. copy image.iso to the stick, all files to the root directory. 9. copy the module loop.ko to the stick which might be difficult unless you happen to have it from a previous install. The loop module is not in initrd, maybe it could be included? 10. Boot from the stick and if all goes well the installer will talk. 11. Go to shell with alt-f2 enter. Mount the stick and copy loop.ko to /lib/modules/kernel_version/drivers/block and do depmod. 12. Mount the image.iso to /cdrom and go back to installer with alt-f1. I didn't actually complete the install, I got to the partitioner which I could not back out of and did a halt from the shell. If I'm still alive tomorrow will try making another initrd with alsa and a few more modules.