[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#686218: cdimage.debian.org: booting powerpc netinst installer from USB-stick complains about type (Apple_HFS) of bootstrap partition (wants Apple_bootstrap)



Hi,

Rick Thomas wrote:
> When booting the Debian netinst powerpc installer from a USB flash disk you
> may see a mesage
>    WARNING: Bootstrap partition type is wrong: "Apple_HFS"
>              type should be: "Apple_Bootstrap" 
> [...]
> Any idea what makes it do that?  Can if be fixed? 

"Apple_HFS" is the partition type of the first payload partition
entry in the Apple Partition Map. Written by genisoimage at
byte offset 1072 of the ISO image.

The field has a size of 32 bytes. So you could overwrite it by
other texts in order to check whether they cause less complaints.

My knowledge about APM stems from
    http://opensource.apple.com/source/IOStorageFamily/IOStorageFamily-116/IOApplePartitionScheme.h (typedef struct Block0)
    http://www.informit.com/articles/article.aspx?p=376123&seqNum=3
and is summarized in
    http://bazaar.launchpad.net/~libburnia-team/libisofs/scdbackup/view/head:/doc/boot_sectors.txt
    in chapter "Apple Partition Map"


(Any further knowledge about HFS w/o "+" is welcome. I am still
 interested in exploring the HFS aspects of Debian powerpc images.
 I am subscribed to debian-cd@lists.debian.org but not to
 debian-bugs-dist@lists.debian.org)


Have a nice day :)

Thomas


Reply to: