Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] making bootable USB
Date: Tue, 02 Sep 2014 13:10:55
Message-Id: 20140902131046.GM15640@syscon7
In Reply to: Re: [gentoo-user] making bootable USB by Mick
1 On 09/02/14 10:56, Mick wrote:
2 >On 2 September 2014 09:00, Dale <rdalek1967@×××××.com> wrote:
3 >> Neil Bothwick wrote:
4 >>> On Tue, 02 Sep 2014 01:23:45 -0500, Dale wrote:
5 >>>
6 >>>>> Device Boot Start End Blocks Id System
7 >>>>> /dev/sdb1 * 0 389119 194560 17 Hidden HPFS/NTFS
8 >>>>>
9 >>>> I don't know if it matters or not but on one of my sticks, I get this:
10 >>>>
11 >>>> Device Boot Start End Blocks Id System
12 >>>> /dev/sde1 * 1 3915775 1957887+ c W95 FAT32 (LBA)
13 >>>>
14 >>>> Mine is FAT32 where yours is NTFS. Could that difference cause this
15 >>>> problem?
16 >>> No, it's just fdisk trying to guess the type of a filesystem that isn't
17 >>> actually there. I've just run it over 7 distro ISOs and got "Hidden
18 >>> HPFS/NTFS" for 5 of them.
19 >>
20 >> Well, it seems everyone is grasping at straws. So far, that is the only
21 >> difference I have seen. It's a head scratcher for sure.
22 >>
23 >> Dale
24 >
25 >There's some more straws to grasp, namely the partition table that the
26 >OP created with fdisk, as well as the first partition on it:
27 >
28 >Assuming the USB is still on /dev/sdb, then use fdisk to delete
29 >partition /dev/sdb1.
30 >
31 >Then manually delete the USB DOS partition table:
32 >
33 >dd if=/dev/zero of=/dev/sdb bs=512 count=1
34 >
35 >
36 >Finally, reinstall the iso once more without creating any partitions manually:
37 >
38 >dd if=/home/joseph/Downloads/install-amd64-minimal-20140828.iso of=/dev/sdb
39 >
40 >sync
41 >
42 >NOTE: Make sure that /dev/sdb is indeed your USB stick or you'll cause damage
43 >to whatever is on /dev/sdb.
44 >
45 >--
46 >Regards,
47 >Mick
48
49 I just did as you suggested
50 dd if=/dev/zero of=/dev/sdb bs=512 count=1
51 dd if=/home/joseph/Downloads/install-amd64-minimal-20140828.iso of=/dev/sdb
52 sync
53
54 make no difference, the USB still will not boot.
55
56 --
57 Joseph

Replies

Subject Author
Re: [gentoo-user] making bootable USB Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] making bootable USB thegeezer <thegeezer@×××××××××.net>
Re: [gentoo-user] making bootable USB Alan McKinnon <alan.mckinnon@×××××.com>