Gentoo Archives: gentoo-user

From: Alec Ten Harmsel <alec@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] making bootable USB
Date: Tue, 02 Sep 2014 13:38:35
Message-Id: 5405900C.10805@alectenharmsel.com
In Reply to: Re: [gentoo-user] making bootable USB by Neil Bothwick
1 On 09/02/2014 01:26 PM, Neil Bothwick wrote:
2 > On Tue, 2 Sep 2014 07:10:46 -0600, Joseph wrote:
3 >
4 >> I just did as you suggested
5 >> dd if=/dev/zero of=/dev/sdb bs=512 count=1
6 >> dd if=/home/joseph/Downloads/install-amd64-minimal-20140828.iso
7 >> of=/dev/sdb sync
8 >>
9 >> make no difference, the USB still will not boot.
10 > This is odd as you have created a bootable USB stick. Are you using EFI?
11 >
12 > If not, does your BIOS have options for booting from different devices,
13 > USB CD, USB HD, USB Zip, etc? You may need to try different
14 > alternatives, one system I have wants to boot USB sticks as Zip
15 > drives :-O
16 >
17 >
18 A couple days ago someone mentioned ArchLinux's ISO - in the interim,
19 you *could* use that if you just need something right now. The gentoo
20 devs are great, but the ArchLinux devs produce an amazing ISO - it
21 supports 32 and 64-bit as well as both non-EFI and EFI boot. Then it's
22 just a simple 'dd if=path/to/archlinux.iso of=/dev/sdX && sync'. I've
23 used the archlinux iso to install Gentoo since forever purely for this
24 reason.
25
26 Alec