Giter Club home page Giter Club logo

Comments (14)

hakuna-m avatar hakuna-m commented on September 13, 2024

Wubi adds a menu entry to the boot menu which only boots one-time automatically because Wubi should be a safe way to install Ubuntu without a non bootable Windows.

So after that you need to select it manually. I assume that your Windows 10 uses UEFI mode, so Wubi adds the menu entry to the UEFI menu.

On some computers you can enter that menu by pressing F12 immediately after switching on your computer. But it depends on your UEFI firmware (formerly BIOS) and your firmware settings. e.g. you should disable Fast Boot if you want to enter your UEFI menu by pressing function keys. Note: Wubiuefi only disables the Windows setting "Fast Startup" by default.

If it is not possible to enter the UEFI menu or you just want to change the boot order, there are programs like EasyUEFI to manage your UEFI boot options.

from wubiuefi.

kantagara avatar kantagara commented on September 13, 2024

Thanks for the reply. I've choosed ubuntu BUT it didn't get to the OS instead it gave me some boot error ( I can't remember what it is, but I googled it and it said that my partition is corrupt or something like that...)

from wubiuefi.

hakuna-m avatar hakuna-m commented on September 13, 2024

I can't remember what it is

Is the error message reproducible ?
Did you get the following message ?

It is not possible to boot from the Ubuntu image.
Please verify that the Ubuntu installation was not removed.
If that is not the case, please check that the Windows filesystem
is not corrupted: reboot into Windows and run: chkdsk /r
Then try again.

Or did you get a "BusyBox" prompt ?
Or did you get the following error message ?

Failed to partition the selected disk
No root file system is defined

from wubiuefi.

kantagara avatar kantagara commented on September 13, 2024

It's the busybox error
On May 19, 2016 4:15 PM, "hakuna matata" [email protected] wrote:

I can't remember what it is

Is the error message reproducible ?
Did you get the following message ?

It is not possible to boot from the Ubuntu image.
Please verify that the Ubuntu installation was not removed.
If that is not the case, please check that the Windows filesystem
is not corrupted: reboot into Windows and run: chkdsk /r
Then try again.

Or did you get a "BusyBox" prompt ?
Or did you get the following error message ?

Failed to partition the selected disk
No root file system is defined


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#8 (comment)

from wubiuefi.

hakuna-m avatar hakuna-m commented on September 13, 2024

If you choose Ubuntu again, does the following message still appear before busybox ?

Completing the Ubuntu installation.
For more installation boot options, press `ESC' now...

from wubiuefi.

kantagara avatar kantagara commented on September 13, 2024

No. I get GRUB then when I select ubuntu it leads me to busyBox
On May 20, 2016 12:34 AM, "hakuna matata" [email protected] wrote:

If you choose Ubuntu again, does the following message still appear before
busybox ?

Completing the Ubuntu installation.
For more installation boot options, press `ESC' now...


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#8 (comment)

from wubiuefi.

hakuna-m avatar hakuna-m commented on September 13, 2024

A remote diagnostics for BusyBox errors is a little bit difficult. But if the first boot into Ubuntu to complete the Ubuntu installation works, it should be repairable.

A most common reason in connection with Windows 10 is that Windows 10 does not shut down completely. In UEFI mode this should be fixed automatically by powercfg command. see here. But maybe your Windows 10 is not in UEFI mode, powercfg command fails or other programs reset that setting.

from wubiuefi.

kantagara avatar kantagara commented on September 13, 2024

I was sure that powercfg was turrned of, but apperently it wasn't. The
problem is solved. Thanks!!

2016-05-22 15:11 GMT+02:00 hakuna matata [email protected]:

A remote diagnostics for BusyBox errors is a little bit difficult. But if
the first boot into Ubuntu to complete the Ubuntu installation works, it
should be repairable.

A most common reason in connection with Windows 10 is that Windows 10 does
not shut down completely. In UEFI mode this should be fixed automatically
by powercfg command. see here
https://github.com/hakuna-m/wubiuefi/wiki#fast-startup-and-hibernate.
But maybe your Windows 10 is not in UEFI mode, powercfg command fails or
other programs reset that setting.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#8 (comment)

Nikola Garabandić

from wubiuefi.

AndroidDeveloperLB avatar AndroidDeveloperLB commented on September 13, 2024

Does this mean it can run like Wubi did, yet on Windows 10 ?
If so , is there a bin version of this? One that I can just run without building?

from wubiuefi.

hakuna-m avatar hakuna-m commented on September 13, 2024

@AndroidDeveloperLB

Does this mean it can run like Wubi did, yet on Windows 10 ?

Yes, it can. But note, that if your Windows 10 is installed in UEFI mode, Wubiuefi uses a different boot menu (see here ) and probably Secure Boot is also enabled (see here ).

If so , is there a bin version of this?

If you follow the links of the releases overview or the latest release link, you find an exe file below "Downloads".

from wubiuefi.

AndroidDeveloperLB avatar AndroidDeveloperLB commented on September 13, 2024

"installed in UEFI mode" ? How can i check this? What is this mode anyway?
About the exe file, thank you. Please put it in the main page here too, to show where to install it for Windows users who don't wish to compile... :)

from wubiuefi.

hakuna-m avatar hakuna-m commented on September 13, 2024

"installed in UEFI mode" ?

If an operating system like Windows should use new UEFI features, it is necessary that it installs an UEFI specific environment (e.g. an EFI boot loader, an EFI partition, ...).

How can i check this?

e.g. see here

Please put it in the main page here too, to show where to install it for Windows users who don't wish to compile... :)

There are some limitations in providing binary files on Github. As far as I know the standard way is to add it to releases. You find "releases" in the row beginning with "commits".

from wubiuefi.

AndroidDeveloperLB avatar AndroidDeveloperLB commented on September 13, 2024

I didn't mean to put the binary file on Github. I meant to put the link you've written there.
It would also be nice to put a link/explanation there about the check of UEFI you've mentioned now.

Please do consider it.

from wubiuefi.

hakuna-m avatar hakuna-m commented on September 13, 2024

@AndroidDeveloperLB

I meant to put the link you've written there.

The link is already in the main page of our Wiki. The Wiki should the main page for users who don't wish to compile.

But maybe, you mean the README file which is displayed at the bottom of the main page of the Github repository.

If you mean that, you are right. We should also add links of our Wubi Wiki.

It would also be nice to put a link/explanation there about the check of UEFI you've mentioned now.

You are also right. We should add further information about UEFI. I'll try to include the information in the next days.

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.