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
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-
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
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
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
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
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
7 matches
Mail list logo