Code Monkey home page Code Monkey logo

Comments (8)

steve6375 avatar steve6375 commented on June 14, 2024

porteux-v0.9-gnome-42.10-stable-x86_64.iso

This does not seem to UEFI64-boot even under VirtualBox when added as a Virtual CD.
How do you know that this actually works when UEFI64 booted ?
It also does not boot when using agFM and UEFI64.

from ventoy.

catherinedoyel avatar catherinedoyel commented on June 14, 2024

On UEFI hardware I got porteux-v0.9-xfce-4.18-stable-x86_64.iso to boot by extracting contents to fat32 flash drive. This is a SysLinux system not a grub system so grub mode wouldn't do anything afaik. I replaced the files in the iso with the files mentioned in this comment to no change. porteux/porteux#29 (comment)
If I had to guess a hook would need to be modified or created for this distribution.

from ventoy.

fulalas avatar fulalas commented on June 14, 2024

@steve6375, indeed using VirtualBox with EFI enabled it doesn't boot, the same way it doesn't for other Syslinux distros I tested, like Slax and Porteus. Is there a solution for this? Because as @catherinedoyel said, it works on a real machine.

@catherinedoyel, thanks for digging into this. Since PorteuX shares some of Porteus structure, I believe the hook would be very similar (maybe the same). Also, in Porteus the hook makes it work in grub mode as well.

from ventoy.

steve6375 avatar steve6375 commented on June 14, 2024

VBox boots it as a CD\DVD, catherinedoyel tested it on a real machine but extracted the ISO files to a flash drive - not the same thing!
Maybe the ISO boot code works by looking for a disk rather than optical media?

from ventoy.

catherinedoyel avatar catherinedoyel commented on June 14, 2024

from ventoy.

catherinedoyel avatar catherinedoyel commented on June 14, 2024

from ventoy.

porteux avatar porteux commented on June 14, 2024

Thanks, guys. I'm using this to generate the ISOs:

mkisofs -o "$ISONAME" -v -l -J -joliet-long -R -D -A "$CDLABEL" \
-V "$CDLABEL" -no-emul-boot -boot-info-table -boot-load-size 4 \
-b boot/syslinux/isolinux.bin -c boot/syslinux/isolinux.boot ../. > /dev/null 2>&1

And then:

isohybrid --partok "$ISONAME"

If I try to use isohybrid passing --uefi parameter it says unable to find efi image. Maybe those issues are all connected somehow.

from ventoy.

porteux avatar porteux commented on June 14, 2024

I managed to create an ISO using this command:

./xorriso -as mkisofs -no-emul-boot -boot-load-size 4 -boot-info-table -iso-level 4 \
-b boot/syslinux/isolinux.bin -eltorito-alt-boot -e EFI/boot/bootx64.efi -no-emul-boot \
-o porteux.iso iso-folder/

And finally isohybrid --uefi porteux.iso doesn't show any error, but VirtualBox still doesn't boot when EFI is enabled. :(

from ventoy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.