Agus Lopez
Agus Lopez
Ok, great! I'll test this out see if we can find a way to make it work.
@vKnmnn. This is what I've gotten so far (I've added some comments inside the code): ``` ## Look for setup.exe on the root of each partition for file in (*)/setup.exe;...
> However, it fails when trying to find drivers in the CD. I am testing it in QEMU, not on baremetal, so this might be the problem. BTW, this was...
Please check PR #129, more specifically commit d759ab6. I've created a new submenu that, for each additional partition in the pendrive, it looks for some common boot files (including `/efi/boot/bootx64.efi`)...
More information: - https://www.openindiana.org/ - https://www.openindiana.org/bugs - irc://chat.freenode.net/#openindiana - https://wiki.openindiana.org/ - https://github.com/OpenIndiana
Even though it's also based on [illumos](https://wiki.illumos.org/display/illumos/Distributions), the [instructions for SmartOS](https://wiki.smartos.org/display/DOC/Booting+SmartOS+from+GRUB2) don't work with OpenIndiana: ``` for isofile in $isopath/OI-*.iso; do if [ -e "$isofile" ]; then regexp --set=isoname "$isopath/(.*)"...
Hello there, @baconicsynergy! This is a proprietary OS so we will need someone with legal access to its ISO to test this and create a PR. Also, I would think...
Since Proxmox is based on Debian Stable, definitely the same issue applies to its installation process.
Hi, @hartwork! Can you confirm that the *netinst* ISO works with the same parameters as the *mini* ISO? I haven't tested it but, if it's just a matter of supporting...
I just checked and it doesn't seem to work. It gives an error when it cannot find the CD-ROM device, just like with the normal installation CD. There is [bug...