Re: SOLVED: custom usb install image

2007-06-02 Thread Douglas Allan Tutty
On Sat, Jun 02, 2007 at 12:04:03PM -0500, nicholas wrote: > I finally figured out how to make a Debian USB installer image with > a size other than 256MB. This may seem obvious to some, but no one > suggested it when I asked, so here goes: > > echo 'deb-src http://ftp.debian.org/debian/ etch main

SOLVED: custom usb install image

2007-06-02 Thread nicholas
I finally figured out how to make a Debian USB installer image with a size other than 256MB. This may seem obvious to some, but no one suggested it when I asked, so here goes: echo 'deb-src http://ftp.debian.org/debian/ etch main' >>/etc/apt/sources.list apt-get update apt-get -y install dpkg-

Re: custom usb install image

2007-04-25 Thread nicholas
Douglas Allan Tutty said: On Sat, Apr 21, 2007 at 06:16:25PM -0500, nicholas wrote: mount -oloop boot.img /mnt fdisk /dev/sda # create one 300MB bootable FAT16 partition mkfs.vfat /dev/sda1 mkdir /target mount /dev/sda1 /target (cd /mnt && tar -cpf - .)|(cd /target && tar xpf -) { so th

Re: custom usb install image

2007-04-21 Thread Douglas Allan Tutty
On Sat, Apr 21, 2007 at 06:16:25PM -0500, nicholas wrote: > > mount -oloop boot.img /mnt > fdisk /dev/sda # create one 300MB bootable FAT16 partition > mkfs.vfat /dev/sda1 > mkdir /target > mount /dev/sda1 /target > (cd /mnt && tar -cpf - .)|(cd /target && tar xpf -) { so this copies everyth

Re: custom usb install image

2007-04-21 Thread nicholas
Thanks Doug, I tried to follow your directions to the letter, except for mc, as I don't have enough familiarity with it. Here's what I tried: wget http://http.us.debian.org/debian/dists/etch/main/installer-amd64/current/images/hd-media/boot.img.gz gunzip boot.img.gz mount -oloop boot.img /mnt

Re: custom usb install image

2007-04-21 Thread Douglas Allan Tutty
On Sat, Apr 21, 2007 at 04:26:25PM -0500, nicholas wrote: > I've had success installing Etch from a USB stick prepared using > the easy way described in the manual[1], but I've had no luck > with the flexible way. > [1] http://www.debian.org/releases/stable/amd64/ch04s03.html.en > > Either the B

custom usb install image

2007-04-21 Thread nicholas
I've had success installing Etch from a USB stick prepared using the easy way described in the manual[1], but I've had no luck with the flexible way. [1] http://www.debian.org/releases/stable/amd64/ch04s03.html.en Either the BIOS moves right past the USB stick, not thinking it's bootable, or I