Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for proxmox isos on grub2 (wip) #540

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lpalgarvio
Copy link

@lpalgarvio lpalgarvio commented Mar 6, 2021

currently fails loading kernel/initrd, as it tries reading from the wrong device

also tried with no success:

for isofile in $isopath/proxmox-ve_*.iso; do
  if [ -e "$isofile" ]; then
    regexp --set=isoname "$isopath/(.*)" "$isofile"
    submenu "$isoname ->" "$isofile" {
      iso_path="$2"
      insmod regexp
      loopback loop "$iso_path"
      root=(loop)
      menuentry "Install Proxmox VE" {
        bootoptions="findiso=$iso_path ro ramdisk_size=16777216 rw quiet splash=silent"
        linux /boot/linux26 $bootoptions
        initrd /boot/initrd.img
      }
    }
  fi
done

seems to be a bug but i dont have deep knowledge at this point to be sure
https://forum.proxmox.com/threads/unable-to-install-no-cdrom-found.42043/page-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant