-
Notifications
You must be signed in to change notification settings - Fork 202
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
Comments
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.
On 30-Dec-2017 3:21 AM, "eaglerainbow" <[email protected]> wrote:
As a side-effect of the test at #242 (comment)
<#242 (comment)> I
figured out yet another issue
*Environment*
- Status as of branch devel, commit 22226a4
<22226a4>
.
- USB3.0 stick
- formatted with parted using
- mklabel gpt
- one partition, fat32
- installing image as of https://cdimage.debian.org/
debian-cd/current-live/amd64/iso-hybrid/debian-live-9.3.0-
amd64-cinnamon.iso
<https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-9.3.0-amd64-cinnamon.iso>,
no second image installed
- System is started in Lenovo L560 machine (USB3.0 port only)
- BIOS configuration setup to only allow EFI-booting.
*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 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*
|
Yes, I had zero-ed out the USB stick and created a new fat32 using |
170b8dc should have fixed this issue. |
As a side-effect of the test at #242 (comment) I figured out yet another issue
Environment
devel
, commit 22226a4.parted
usingmklabel gpt
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:
configfile /multiboot/debian-live-9.3.0-amd64-cinnamon/boot/grub/loopback.cfg
, which is fine as it exists.Note here that the file does not⚠️ read
/multiboot/debian-live-9.3.0-amd64-cinnamon/boot/grub/grub.cfg
(which would exist), but theboot/
folder is missed out.source /multiboot/debian-live-9.3.0-amd64-cinnamon/boot/grub/grub.cfg
is also not successful, as it returns the error message:Please note that
/multiboot/debian-live-9.3.0-amd64-cinnamon/boot/grub/font.pf2
exists on the USB stick.The text was updated successfully, but these errors were encountered: