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

EFI boot using grub does not work for debian-live-9.3.0-cinnamon #248

Open
eaglerainbow opened this issue Dec 29, 2017 · 3 comments
Open

Comments

@eaglerainbow
Copy link

eaglerainbow commented Dec 29, 2017

As a side-effect of the test at #242 (comment) I figured out yet another issue

Environment

Observation
Grub is booted up in menu mode (thanks!), but image cannot be started.

Expected behavior
Grub starts the image (grub-loopback happening)

Further insights
I did a little local debugging reveiled the following facts to me:

  • The menu defines the command configfile /multiboot/debian-live-9.3.0-amd64-cinnamon/boot/grub/loopback.cfg, which is fine as it exists.
  • However, that file itself reads:
source /multiboot/debian-live-9.3.0-amd64-cinnamon/grub/grub.cfg

Note here that the file does not ⚠️ read /multiboot/debian-live-9.3.0-amd64-cinnamon/boot/grub/grub.cfg (which would exist), but the boot/ folder is missed out.

  • Manually entering source /multiboot/debian-live-9.3.0-amd64-cinnamon/boot/grub/grub.cfg is also not successful, as it returns the error message:
error: file '/multiboot/grub/font.pf2` not found. 
error: no video mode activated

Please note that /multiboot/debian-live-9.3.0-amd64-cinnamon/boot/grub/font.pf2 exists on the USB stick.

@mbusb
Copy link
Owner

mbusb commented Dec 29, 2017 via email

@eaglerainbow
Copy link
Author

eaglerainbow commented Dec 29, 2017

Did you try bootable USB on a fresh if USB. Not on the one created earlier by multibootusb. I have modified grub.cfg file as well.

Yes, I had zero-ed out the USB stick and created a new fat32 using mkfs.vfat. Afterwards I ran the entire copy process of multibootusb over it. I cannot imagine that something old could still be standing...

@shinji-s
Copy link
Contributor

Note here that the file does not ⚠️ read /multiboot/debian-live-9.3.0-amd64-cinnamon/boot/grub/grub.cfg (which would exist), but the boot/ folder is missed out.

170b8dc should have fixed this issue.
In my environment debian-live-9.4.0-amd64-cinnamon boots up albeit with error messages about missing fonts and splash screen.

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

No branches or pull requests

3 participants