Displaying 20 results from an estimated 22 matches for "macboot".
Did you mean:
macbook
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
Hi,
On 29/07/2014 21:34, Thomas Schmitt wrote:
> Nevertheless i advise Didier to simply try with 0xef rather than Mac.
At least the ISO will then have MBR, GPT and APM entries for the file
macboot.img.
I did that, and also tried the xorriso command you posted.
I uploaded both ISO images on http://slint.fr/misc/MacBoot resp. renamed:
slint64-14.1-Thomas_mkisofs.iso
slint64-14.1-Thomas_xorriso.iso
I still don't know if one can boot a Mac off an USB stick with these
images dd-ed (and won...
2014 Jul 29
0
isohybrid: slint64-14.1.iso: unable to find mac efi image
Hi,
Didier Spaier:
> I uploaded both ISO images on http://slint.fr/misc/MacBoot
A good opportunity to brag with xorriso's boot inspection
features (since xorriso-1.3.8):
xorriso -indev slint64-14.1-Thomas_mkisofs.iso \
-report_el_torito plain \
-report_system_area plain
yields (block size is 2048):
El Torito images : N Pltf B Emul Ld_...
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
HI,
In http://slint.fr/misc/MacBoot/ you'll find all context information. All
files referenced here are stored there.
Long story short: once dd-ed on an USB stick the ISO image can boot on
a BIOS or EFI machine, but I want it to be able to boot on most x86_64
Macs with an EFI firmware.
Unfortunately I get the error message:
iso...
2014 Jul 29
0
isohybrid: slint64-14.1.iso: unable to find mac efi image
Hi,
> Unfortunately I get the error message:
> isohybrid: slint64-14.1.iso: unable to find mac efi image
This is probably due to El Torito Platform id "Mac" in
-eltorito-alt-boot -no-emul-boot -eltorito-platform Mac \
-eltorito-boot isolinux/macboot.img \
This caused in the image
http://slint.fr/misc/MacBoot/slint64-14.1.iso
platform id 1 with the third image. (I would have expected 2
from reading El Torito specs: 0=x86 , 1=PowerPC , 2=Mac. Shrug.)
Regardless whether this is the right number for the purpose of
booting some Mac from CD/DVD,...
2014 Jul 30
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
...ne 0x0000 0x00 2880 55
El Torito boot img : 3 UEFI y none 0x0000 0x00 5472 775
El Torito img path : 1 /isolinux/isolinux.bin
El Torito img opts : 1 boot-info-table isohybrid-suitable
El Torito img path : 2 /isolinux/efiboot.img
El Torito img path : 3 /isolinux/macboot.img
System area options: 0x00000102
System area summary: MBR isohybrid cyl-align-on GPT APM
ISO image size/512 : 155648
Partition offset : 0
MBR heads per cyl : 64
MBR secs per head : 32
MBR partition table: N Status Type Start Blocks
MBR partition : 1 0x80 0x00...
2014 Jun 21
0
isohybrid has 2 variants
...rent-about-the-mac-iso-image
For the others, the most mac-ish ISOs are probably those of Fedora:
- isolinux.bin ISOLINUX boot image for BIOS
reachable by EL Torito and MBR code
- efiboot.img FAT filesystem image for UEFI
reachable by El Torito, MBR partition, GPT partition, APM partition
- macboot.img HFS(Plus ?) filesystem image for some Macs
reachable by El Torito, MBR partition, GPT partition, APM partition
As one can see from the flaws, created by isohybrid.c --gpt --mac :
-------------------------------------------------------------------------
Volume id : 'Fedora-Live-Desktop...
2014 Feb 08
5
isohybrid --mac doesn't find the mac efi image
I posted this on the bugzilla page but I figured that on the mailing
list it would get more attention. Please see
http://bugzilla.syslinux.org/show_bug.cgi?id=49 for a description of my
current issue.
--
Thank you,
Fernando Reyes
GPG BDD75DD7
Mission Accomplish, Inc.
http://missionaccomplish.com
Email:design at missionaccomplish.com
Tel: 7187100008
Cell: 3479275477
2014 Jul 04
1
Creating LiveCD with EFI option?
...te an iso that works.
xorriso -as mkisofs -J -R -l -V some-vol-label \
-o ../image.iso \
-c isolinux/boot.cat \
-b isolinux/isolinux.bin \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-eltorito-alt-boot \
-e isolinux/efiboot.img -no-emul-boot -eltorito-alt-boot \
-e isolinux/macboot.img -eltorito-id "MAC" -no-emul-boot \
../src
isolinux/efiboot.img is a vfat image that contains:
* EFI/BOOT/bootx32.efi - created with grub2-mkimage
* EFI/BOOT/grub.cfg - standard grub.cfg
isolinux/macboot.img is a bit more complicated but if you don't need your iso
to boot on m...
2014 Jun 21
3
isohybrid has 2 variants
I'm going to get the hang of this mailing list eventually. Apologies for any duplicate emails..
>Ian Bannerman:
>> While I did know the .exe variant was not official / untrusted,
>Is there a special reason for this ? (Except the known bugs which affect Linux binaries, too.)
Not really. I had never found a convincing source for it and had seen previous list entries like this
2014 Feb 08
0
isohybrid --mac doesn't find the mac efi image
Hi,
it comes to me that there is already an option which can
be used to enforce a new Section Header before the entry
which describes macboot.img.
Option -eltorito-id can be used to set the Id String of the
Section Header of the current boot image.
efiboot.img is to be stored under the default Id String of 28
0-bytes. So a new Section Header will emerge, if macboot.img
gets attributed a different Id String:
...
-eltorito-alt-boot \...
2014 Jul 29
0
isohybrid: slint64-14.1.iso: unable to find mac efi image
...ts from CD
only via platform id 1 (or 2). It could be tested without
isohybrid.
For the GPT and APM aspects, the El Torito platform id is of
no significance.
Nevertheless i advise Didier to simply try with 0xef rather
than Mac. At least the ISO will then have MBR, GPT and APM
entries for the file macboot.img.
Have a nice day :)
Thomas
2014 Feb 10
1
isohybrid --mac doesn't find the mac efi image
...iveCD'
> ...
> Boot record : El Torito , ISOLINUX isohybrid MBR pointing to boot image
> ...
> Boot image : '/isolinux/isolinux.bin' , boot_info_table=on
> Boot image : '/isolinux/efiboot.img' , platform_id=0xEF
> Boot image : '/isolinux/macboot.img' , platform_id=0xEF
>
> Extract the MBR file for -isohybrid-mbr by
>
> dd if=Fedora-LiveCD.iso bs=512 count=1 of=/tmp/extracted.mbr
>
> and use a path to it as parameter of -isohybrid-mbr.
> Use the mounted original ISO as input directory.
> E.g.:
>
> moun...
2014 Jul 29
3
isohybrid: slint64-14.1.iso: unable to find mac efi image
> Hi,
>
> Ady wrote:
> > cdrtools.sourceforge.net/private/man/cdrtools-3.01axx/mkisofs.8.html
> > Mac Boot entries for the Apple Mac platform.
>
> Interesting feature. But the El Torito specs of Phoenix and
> IBM of 1994 state that "Mac" would be Platform Id 2.
> http://download.intel.com/support/motherboards/desktop/sb/specscdrom.pdf
> Page
2014 Feb 10
0
isohybrid --mac doesn't find the mac efi image
...Volume id : 'Fedora-LiveCD'
...
Boot record : El Torito , ISOLINUX isohybrid MBR pointing to boot image
...
Boot image : '/isolinux/isolinux.bin' , boot_info_table=on
Boot image : '/isolinux/efiboot.img' , platform_id=0xEF
Boot image : '/isolinux/macboot.img' , platform_id=0xEF
Extract the MBR file for -isohybrid-mbr by
dd if=Fedora-LiveCD.iso bs=512 count=1 of=/tmp/extracted.mbr
and use a path to it as parameter of -isohybrid-mbr.
Use the mounted original ISO as input directory.
E.g.:
mount -o loop Fedora-LiveCD.iso /mnt/fedora_iso...
2014 Feb 09
0
isohybrid --mac doesn't find the mac efi image
...ayout,
which prescribes nested partitions.
There is a school of thought which emphasizes that partitions
should not be nested (see the results of GRUB2's grub-mkrescue
with EFI support).
------------------------------------------------------------
If you really rely on Apple Partition Map and macboot.img,
then test this with all machines in reach.
If there arise problems, then send me the first 64 kB of
your image for inspection, or upload it as a whole and tell
me where i can get it.
I would be interested to learn the hardware model name and the
MacOS system name of an example that actually b...
2014 Jul 03
2
Creating LiveCD with EFI option?
I've been using various versions of syslinux as the boot loader for the g4l
project that I have been the maintainer of since 2004. It was already using
syslinux, so I've just updated it over the years, and currently have it use 5.10
version, but have done test builds with the 6.x versions.
Recently had request from to users about EFI support, and one suggested
that virtualbox has
2014 Feb 09
1
isohybrid --mac doesn't find the mac efi image
...ritable , 8513948 overall
Boot record : El Torito , ISOLINUX isohybrid MBR pointing to boot image
Boot catalog : '/isolinux/boot.cat'
Boot image : '/isolinux/isolinux.bin' , boot_info_table=on
Boot image : '/boot/efiboot.img' , platform_id=0xEF
Boot image : '/boot/macboot.img' , platform_id=0xEF
TOC layout : Idx , sbsector , Size , Volume Id
ISO session : 1 , 0 , 20992s , UEFI_TESTING
Media summary: 1 session, 20992 data blocks, 41.0m data, 16.2g free
Media nwa : 20992s
* output after running isohybrid --uefi --mac
# gdisk -l image.i...
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
...;
> > Unfortunately I get the error message:
> > isohybrid: slint64-14.1.iso: unable to find mac efi image
>
> This is probably due to El Torito Platform id "Mac" in
>
> -eltorito-alt-boot -no-emul-boot -eltorito-platform Mac \
> -eltorito-boot isolinux/macboot.img \
>
> This caused in the image
> http://slint.fr/misc/MacBoot/slint64-14.1.iso
> platform id 1 with the third image. (I would have expected 2
> from reading El Torito specs: 0=x86 , 1=PowerPC , 2=Mac. Shrug.)
>
> Regardless whether this is the right number for the purpo...
2016 Feb 22
1
How to understand partition table on hybrid ISO image?
Hi,
if I inspect an hybrid ISO with tools like fdisk and gdisk, then looks
like hybrid ISO has both the MBR and GPT in order to support both the
BIOS and UEFI:
# gdisk -l /dev/sdb
GPT fdisk (gdisk) version 0.8.10
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: present
Found valid MBR and GPT. Which do you want to use?
1 - MBR
2 - GPT
3 - Create blank GPT
2012 Jun 22
2
How to recognize an MBR suitable for isohybrid --mac ?
...-c /isolinux/boot.cat \
-b /isolinux/isolinux.bin -no-emul-boot \
-boot-load-size 4 -boot-info-table \
-eltorito-alt-boot \
-e /isolinux/efiboot.img -no-emul-boot \
-isohybrid-gpt-basdat -isohybrid-apm-hfsplus \
-eltorito-alt-boot \
-e /isolinux/macboot.img -no-emul-boot \
-isohybrid-gpt-hfsplus -isohybrid-apm-hfsplus \
-V Fedora-LiveCD \
/mnt
(My apologies for using the unchanged Volume Id "Fedora-LiveCD".
The booting system wants to see this in its /dev/disk/by-label/.)
- Put on CD, DVD or BD:
xorriso-1....