Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] making bootable USB Dale <rdalek1967@×××××.com>
Re: [gentoo-user] making bootable USB Joseph <syscon780@×××××.com>