Git Product home page Git Product logo

Comments (6)

hakuna-m avatar hakuna-m commented on July 26, 2024

Wubi(uefi) uses Windows command bcdedit to change menu entries.

So it is necessary to analyze the view of your menu entries with bcdedit.

  1. Start command prompt as administrator with e.g the following method:
  • Use Windows + R Keyboard Shortcut
  • Type “cmd“
  • Press Ctrl + Shift and hit Enter key.
  1. Type `bcdedit /enum firmware

  2. The output should be something like that: #15 (comment)

  3. In your case, the path of the menu entry for "Kubuntu" is important.

Windows Boot Manager
--------------------
identifier              {cbfe2a65-d996-11e5-8118-8b921f5b8924}
device                  partition=\Device\HarddiskVolume4
path                    \EFI\ubuntu\wubildr\shimx64.efi
description             Kubuntu
locale                  en-US
inherit                 {globalsettings}
default                 {current}
resumeobject            {cbfe2a61-d996-11e5-8118-8b921f5b8924}
displayorder            {current}
toolsdisplayorder       {memdiag}
timeout                 30

It should be \EFI\ubuntu\wubildr\shimx64.efi.

from wubiuefi.

github-klaus avatar github-klaus commented on July 26, 2024

Thank you a lot for your fast and detailed answer!
Following your advice I get following output:

C:\Users\Administrator>bcdedit /enum firmware

Start-Manager für Firmware

Bezeichner {fwbootmgr}
displayorder {bootmgr}
{ae920fee-020c-11ec-83cb-c03809372681}
{ae920fe8-020c-11ec-83cb-c03809372681}
{ae920fe9-020c-11ec-83cb-c03809372681}
{ae920fea-020c-11ec-83cb-c03809372681}
{ae920fed-020c-11ec-83cb-c03809372681}
{ae920ff4-020c-11ec-83cb-c03809372681}
timeout 10

Windows-Start-Manager

Bezeichner {bootmgr}
device partition=\Device\HarddiskVolume1
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale de-DE
inherit {globalsettings}
default {current}
resumeobject {ae920ff0-020c-11ec-83cb-c03809372681}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30

Windows-Start-Manager

Bezeichner {ae920ff4-020c-11ec-83cb-c03809372681}
device partition=\Device\HarddiskVolume1
path \EFI\ubuntu\wubildr\shimx64.efi
description Kubuntu
locale de-DE
inherit {globalsettings}
default {current}
resumeobject {ae920ff0-020c-11ec-83cb-c03809372681}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30

...

So there is after "path" "\EFI\ubuntu\wubildr\shimx64.efi"!
Do you have another idea what could be wrong?

Thank you in advance!
Klaus

from wubiuefi.

jdev082 avatar jdev082 commented on July 26, 2024

Does the boot menu show before Windows attempts to boot? Restart your computer through Windows. Hold shift before clicking restart. I'm not exactly sure where the option to boot a different system from the Windows boot menu is. But when you find it, click it. The entry might be called Kubuntu or Ubuntu.

from wubiuefi.

github-klaus avatar github-klaus commented on July 26, 2024

Holding shift during clicking restart results in a screen with four options: I choose "Fortsetzen"
Test 1: doing nothing during restart: I get Windows
Test 2: "F12" during restart: "Please select boot device" - I select "Kubuntu", but I get Windows (exact the same as choosing "Windows Boot Manager")!

DSC_0020_resized

Any idea how I can start Kubuntu? - Thank you!

from wubiuefi.

hakuna-m avatar hakuna-m commented on July 26, 2024

Probably, it is necessary to disable Secure Boot because of a new "security" feature of some Lenovo laptops: https://mjg59.dreamwidth.org/59931.html

Check for Secure Boot
Disable Secure Boot

Also in German available.

from wubiuefi.

github-klaus avatar github-klaus commented on July 26, 2024

Thank you a lot for your fast and detailed answer!

Following your guide (1):

How can I check in Windows if Windows is installed in UEFI mode with Secure Boot ?

  • Press Windows + R
  • Type msinfo32
  • Look for entry | BIOS Mode | UEFI |
  • If BIOS mode is UEFI look also for | Secure Boot State | On |

Result: Secure Boot is enabled!

Following your guide (2):

How can I change UEFI firmware settings from Windows ?

  • Find Shut down / Restart menu
  • Press Shift + click on Restart
  • After restart click on Troubleshoot -> Advanced options -> UEFI Firmware Settings -> Restart

Result: System Password:
System Password:
I have the administration password for windows, only :-(
Therefore, I can't proceed :-(

Conclusion: Don't see any chance to succeed and therefore I give up. Thank you for your help - and keep up your highly appreciated work!

from wubiuefi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.