Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Add support for Pop!_OS #159

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add support for Pop!_OS #159

wants to merge 2 commits into from

Conversation

ZeTriUm
Copy link
Contributor

@ZeTriUm ZeTriUm commented Dec 6, 2017

No description provided.

@comittedcode comittedcode mentioned this pull request Mar 14, 2018
31 tasks
@aguslr
Copy link
Owner

aguslr commented Sep 20, 2018

It seems that the latest version of Pop! OS no longer uses loopback.cfg so this won't work. I've tried the usual configuration for Ubuntu, but it hangs while looking for the CD:

for isofile in $isopath/pop-os*.iso; do
  if [ -e "$isofile" ]; then
    regexp --set=isoname "$isopath/(.*)" "$isofile"
    submenu "$isoname ->" "$isofile" {
      iso_path="$2"
      loopback loop "$iso_path"
      menuentry "Try or Install Pop_OS" {
        bootoptions="iso-scan/filename=$iso_path boot=casper hostname=pop-os username=pop-os noprompt ---"
        linux (loop)/casper/vmlinuz.efi $bootoptions
        initrd (loop)/casper/initrd.gz
      }
    }
  fi
done

@comittedcode comittedcode mentioned this pull request Oct 2, 2018
31 tasks
@queeup
Copy link

queeup commented Jan 3, 2020

Is there a way to boot POP atm? : pop-os/iso#243

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

Successfully merging this pull request may close these issues.

3 participants