WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: CorePure64 UEFI Remaster Instructions?  (Read 1693 times)

Offline HotNoob

  • Newbie
  • *
  • Posts: 8
CorePure64 UEFI Remaster Instructions?
« on: October 13, 2022, 04:42:06 PM »
anyone got any instructions for remastering CorePure64? CLI.

like: http://wiki.tinycorelinux.net/doku.php?id=wiki:remastering
but includng the EFI portion?

not sure whats required. :S

Offline HotNoob

  • Newbie
  • *
  • Posts: 8
Re: CorePure64 UEFI Remaster Instructions?
« Reply #1 on: October 13, 2022, 05:23:57 PM »
slapping some stuff around...

cd /tmp/newiso/ && xorriso -as mkisofs -r \
-V "HN-Specs-TC64 UEFI" \
-o efitest.iso \
-isohybrid-mbr boot/isolinux/isohdpfx.bin \
-J -joliet-long \
-c boot/isolinux/boot.cat \
-b boot/isolinux/isolinux.bin  \
 -boot-load-size 4 -boot-info-table -no-emul-boot \
-eltorito-alt-boot -e "EFI/BOOT/efiboot.img" -no-emul-boot \
-isohybrid-gpt-basdat \
/tmp/newiso/

appears to at least boot; i think i need to change my scripts n stuff to use the x86_64 packages now :P

for boot/isolinux/isohdpfx.bin  is just grabbed from ubuntu package isolinux and plopped it there.