search for: mindi_imag

Displaying 5 results from an estimated 5 matches for "mindi_imag".

Did you mean: mindi_image
2015 Oct 25
2
Isohybrid wiki page and UEFI
Thomas Schmitt via Syslinux said on Sat, Oct 24, 2015 at 12:56:49AM +0200: >Needed is a EFI FAT image > 32 MiB and a new xorriso (available >on demand). My test script on RHEL 7.1 creates that even if I could make it smaller as the kernel + initrd fits in less than 32 MB. So let me make that try first ! o I changed myline in the script to dd a 30 MB image file, burt the ISO with it, and
2015 Oct 28
3
Isohybrid wiki page and UEFI
...tion which currently is set to be discarded Drive current: -indev '/tmp/uefi.8274/testuefi.iso' Media current: stdio file, overwriteable Media status : is written , is appendable Boot record : El Torito Media summary: 1 session, 26722 data blocks, 52.2m data, 32.9g free Volume id : 'Mindi_Image' El Torito catalog : 34 1 El Torito cat path : /boot.cat El Torito images : N Pltf B Emul Ld_seg Hdpt Ldsiz LBA El Torito boot img : 1 BIOS y none 0x0000 0x00 4 15035 El Torito boot img : 2 UEFI y none 0x0000 0x00 60000 35 El Torito img...
2015 Oct 22
2
Isohybrid wiki page and UEFI
On Thu, Oct 22, 2015 at 1:56 PM, Bruno Cornec via Syslinux <syslinux at zytor.com> wrote: > 3/ Using syslinux.efi in a FAT32 image (similar to the previous 2 > confs) stored on a iso9660 media by genisoimage and its > -eltorito-alt-boot -efi-boot $imagefile -no-emul-boot option doesn't > work. I get a red screen with debug info (attached). However, I'm not >
2015 Oct 25
0
Isohybrid wiki page and UEFI
...ULT LOCALBOOT 0 TIMEOUT 80 TOTALTIMEOUT 9000 LABEL RHEL 7.1 MENU LABEL ^RHEL 7.1 KERNEL vmlinuz-3.10.0-229.el7.x86_64 APPEND initrd=initramfs-3.10.0-229.el7.x86_64.img EOF umount $TMPDIR/mnt cd $TMPDIR /usr/bin/mkisofs -U -J -r -v -p Mindi -publisher http://www.mondorescue.org -A Mindi -V Mindi_Image -o testuefi.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -efi-boot 1.img -no-emul-boot . pwd ls -al `pwd` ------------------------------------------------------------------------ Which produces the folloing output: --------------------------...
2015 Oct 25
2
Isohybrid wiki page and UEFI
...0 > > LABEL RHEL 7.1 > MENU LABEL ^RHEL 7.1 > KERNEL vmlinuz-3.10.0-229.el7.x86_64 > APPEND initrd=initramfs-3.10.0-229.el7.x86_64.img > EOF > umount $TMPDIR/mnt > cd $TMPDIR > /usr/bin/mkisofs -U -J -r -v -p Mindi -publisher http://www.mondorescue.org -A Mindi -V Mindi_Image -o testuefi.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -efi-boot 1.img -no-emul-boot . > pwd > ls -al `pwd` > ------------------------------------------------------------------------ > > Which produces the folloing output: &g...