From: thegeezer <thegeezer@thegeezer.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] making bootable USB
Date: Tue, 02 Sep 2014 14:38:52 +0100 [thread overview]
Message-ID: <5405C86C.7090804@thegeezer.net> (raw)
In-Reply-To: <20140902131046.GM15640@syscon7>
On 02/09/14 14:10, Joseph wrote:
> On 09/02/14 10:56, Mick wrote:
>> On 2 September 2014 09:00, Dale <rdalek1967@gmail.com> wrote:
>>> Neil Bothwick wrote:
>>>> On Tue, 02 Sep 2014 01:23:45 -0500, Dale wrote:
>>>>
>>>>>> Device Boot Start End Blocks Id System
>>>>>> /dev/sdb1 * 0 389119 194560 17 Hidden HPFS/NTFS
>>>>>>
>>>>> I don't know if it matters or not but on one of my sticks, I get
>>>>> this:
>>>>>
>>>>> Device Boot Start End Blocks Id System
>>>>> /dev/sde1 * 1 3915775 1957887+ c W95 FAT32 (LBA)
>>>>>
>>>>> Mine is FAT32 where yours is NTFS. Could that difference cause this
>>>>> problem?
>>>> No, it's just fdisk trying to guess the type of a filesystem that
>>>> isn't
>>>> actually there. I've just run it over 7 distro ISOs and got "Hidden
>>>> HPFS/NTFS" for 5 of them.
>>>
>>> Well, it seems everyone is grasping at straws. So far, that is the
>>> only
>>> difference I have seen. It's a head scratcher for sure.
>>>
>>> Dale
>>
>> There's some more straws to grasp, namely the partition table that the
>> OP created with fdisk, as well as the first partition on it:
>>
>> Assuming the USB is still on /dev/sdb, then use fdisk to delete
>> partition /dev/sdb1.
>>
>> Then manually delete the USB DOS partition table:
>>
>> dd if=/dev/zero of=/dev/sdb bs=512 count=1
>>
>>
>> Finally, reinstall the iso once more without creating any partitions
>> manually:
>>
>> dd if=/home/joseph/Downloads/install-amd64-minimal-20140828.iso
>> of=/dev/sdb
>>
>> sync
>>
>> NOTE: Make sure that /dev/sdb is indeed your USB stick or you'll
>> cause damage
>> to whatever is on /dev/sdb.
>>
>> --
>> Regards,
>> Mick
>
> I just did as you suggested dd if=/dev/zero of=/dev/sdb bs=512 count=1
> dd if=/home/joseph/Downloads/install-amd64-minimal-20140828.iso
> of=/dev/sdb
> sync
>
> make no difference, the USB still will not boot.
What actually happens when you try to boot ?
do you get any messages?
some bios will require you to specify usb boot device type of cdrom or
hard disk
do you have a press F11 for boot choices menu or similar?
it could be that you have usb cdrom selected as primary boot device, ide
disk as secondary and then "other removables" after this.
please confirm your bios boot orders
next prev parent reply other threads:[~2014-09-02 13:39 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-30 5:37 [gentoo-user] making bootable USB Joseph
2014-08-30 6:15 ` J. Roeleveld
2014-08-30 6:32 ` Joseph
2014-08-30 7:08 ` J. Roeleveld
2014-08-31 18:06 ` Joseph
2014-09-01 0:55 ` Will Tomlinson
2014-09-01 1:28 ` wraeth
2014-09-01 2:06 ` Joseph
2014-09-01 2:16 ` wraeth
2014-09-01 6:48 ` Joseph
2014-09-01 7:18 ` Alan McKinnon
2014-09-01 15:44 ` Joseph
2014-09-01 8:02 ` Peter Humphrey
2014-09-01 15:45 ` Joseph
2014-09-01 9:46 ` wraeth
2014-09-01 9:32 ` J. Roeleveld
2014-09-01 16:00 ` Joseph
2014-09-02 11:20 ` J. Roeleveld
2014-09-01 8:51 ` Neil Bothwick
2014-09-01 9:13 ` Mick
2014-09-01 10:12 ` Neil Bothwick
2014-09-01 9:42 ` wraeth
2014-09-01 9:58 ` Neil Bothwick
2014-09-01 16:29 ` Joseph
2014-09-01 16:38 ` Christopher Jones
2014-09-01 16:41 ` Christopher Jones
2014-09-01 19:12 ` Joseph
2014-09-01 20:05 ` Neil Bothwick
2014-09-01 18:53 ` Christian Kruse
2014-09-01 19:50 ` Will Tomlinson
2014-09-01 23:42 ` Joseph
2014-09-02 0:08 ` Neil Bothwick
2014-09-02 0:26 ` Joseph
2014-09-02 5:36 ` Mick
2014-09-02 5:55 ` Joseph
2014-09-02 6:23 ` Dale
2014-09-02 7:21 ` Christian Kruse
2014-09-02 7:35 ` Neil Bothwick
2014-09-02 8:00 ` Dale
2014-09-02 9:56 ` Mick
2014-09-02 10:16 ` Dale
2014-09-02 13:10 ` Joseph
2014-09-02 13:26 ` Neil Bothwick
2014-09-02 9:38 ` Alec Ten Harmsel
2014-09-02 13:38 ` thegeezer [this message]
2014-09-02 14:10 ` Joseph
2014-09-02 14:40 ` Peter Humphrey
2014-09-02 14:42 ` Neil Bothwick
2014-09-02 16:16 ` thegeezer
2014-09-02 22:32 ` Frank Steinmetzger
2014-09-02 14:46 ` Alan McKinnon
2014-09-02 16:50 ` Joseph
2014-09-02 17:21 ` Neil Bothwick
2014-09-02 18:12 ` Joseph
2014-09-02 21:09 ` Neil Bothwick
2014-09-02 18:17 ` J. Roeleveld
2014-09-02 21:55 ` Walter Dnes
2014-09-02 12:29 ` Matti Nykyri
2014-09-01 20:13 ` Neil Bothwick
2014-09-01 21:58 ` Alan McKinnon
2014-09-01 22:03 ` Neil Bothwick
2014-09-01 22:14 ` Mick
2014-09-02 22:27 ` Frank Steinmetzger
2014-09-02 22:43 ` Neil Bothwick
2014-09-02 22:49 ` Dale
2014-09-01 23:51 ` Joseph
2014-09-02 0:09 ` Neil Bothwick
2014-09-02 0:29 ` Joseph
2014-09-02 0:36 ` wraeth
2014-09-02 9:48 ` Christian Kruse
2014-09-01 20:05 ` Neil Bothwick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5405C86C.7090804@thegeezer.net \
--to=thegeezer@thegeezer.net \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox