Can't boot Ubuntu because Windows 10 rewrites entire EFI partition Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I install Ubuntu alongside a pre-installed Windows with UEFI?Grub2 EFI: Where is my EFI partition?(U)EFI > Ubuntu vs Windows 8 - problems with booting WindowsHow to change my /boot/efi mount partition?EFI Boot loader problem for dualboot system with windows 8.1Can't boot after deleting EFI boot- and Windows-partitionReused efi partition in dual bootCan't boot Ubuntu in dual boot Windows 10/Ubuntu 16.04grub missing (ubuntu dual boot Windows 8.1 )Can't boot to windows after deleted EFI boot partition(windows and ubuntu)Can't boot into linux (kde neon) after windows fresh reinstall. Boot repair Log attached

How to bypass password on Windows XP account?

Using et al. for a last / senior author rather than for a first author

How to call a function with default parameter through a pointer to function that is the return of another function?

Overriding an object in memory with placement new

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

If a contract sometimes uses the wrong name, is it still valid?

Bete Noir -- no dairy

Echoing a tail command produces unexpected output?

Storing hydrofluoric acid before the invention of plastics

Sci-Fi book where patients in a coma ward all live in a subconscious world linked together

Resolving to minmaj7

At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?

Do I really need recursive chmod to restrict access to a folder?

How to find all the available tools in mac terminal?

What is Arya's weapon design?

Why aren't air breathing engines used as small first stages

Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?

prime numbers and expressing non-prime numbers

Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?

List of Python versions

Why do we bend a book to keep it straight?

Is the Standard Deduction better than Itemized when both are the same amount?

Apollo command module space walk?

What causes the vertical darker bands in my photo?



Can't boot Ubuntu because Windows 10 rewrites entire EFI partition



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I install Ubuntu alongside a pre-installed Windows with UEFI?Grub2 EFI: Where is my EFI partition?(U)EFI > Ubuntu vs Windows 8 - problems with booting WindowsHow to change my /boot/efi mount partition?EFI Boot loader problem for dualboot system with windows 8.1Can't boot after deleting EFI boot- and Windows-partitionReused efi partition in dual bootCan't boot Ubuntu in dual boot Windows 10/Ubuntu 16.04grub missing (ubuntu dual boot Windows 8.1 )Can't boot to windows after deleted EFI boot partition(windows and ubuntu)Can't boot into linux (kde neon) after windows fresh reinstall. Boot repair Log attached



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm having trouble setting up a dual boot with Windows 10 and Ubuntu 16.04 (Game-pack) on an HP Pavilion Gaming Laptop (15 -cx0049nr).
I realize that many, many questions have been asked on this, but I have read dozens of threads and tried all sorts of solutions with no luck.
So far, I cleared space with the disk management tool, disabled fast boot, hibernation and secure boot and installed ubuntu with a liveUSB successfully.
Right after installation, I found that if I hit F9 right away while restarting, I get the boot device list, and can choose ubuntu. But if I don't hit F9, it goes straight to windows. At the next reboot, if I hit F9, the Ubuntu folder and all related .EFI files are gone.
Going back into Windows, the disk management utility shows the Ubuntu partition as unallocated space. Diskpart can't find it either. Exploring the EFI partition after mounting it with Diskpart confirms that the Ubuntu folder and all grub files are gone. It's like Windows has rewritten the EFI partition and refuses to acknowledge the Ubuntu partition.



So far, I have tried:
-loading the liveUSB and running boot repair- this allows me to get in with F9 at start as before, until the first time that Windows boots. (At this point, fdisk -l indicates that there is a discrepancy between primary and backup GPT partition tables. Gdisk can fix it, but it comes back every time.)
-Installing rEFInd, which can't find any Ubuntu EFI files
-Installing EasyUEFI, which also can't find any Ubuntu EFI files
-Creating a boot entry for Ubuntu with bcdedit, which persists through multiple boots, but points to nothing (Error code 0xc00000076)
I'm at a loss as to where to go next.
Please excuse the long post on a topic that has already been very well covered.
Thanks for your help!










share|improve this question







New contributor




brianjskier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Hi brian, I won't set this as a duplicate of askubuntu.com/questions/221835/… because I can see a couple of different issues but can you check that answer and see if it helps.

    – Luis Alvarado
    1 hour ago











  • Thank you. The last thing I want to do is waste anyone's time, but if the answer is already there, I haven't been able to find it.

    – brianjskier
    1 hour ago











  • One interesting idea I found in that thread is to create a partition in Windows, then reformat it in the liveUSB. Trying this, I found that my newly created Windows partitions were not visible in linux- Gparted showed them as unallocated, just like disk management in windows couldn't see linux partitions

    – brianjskier
    1 hour ago











  • Thank you. Please check since I can't confirm this is a duplicate unless you confirm the other answer working for you. This is because of the type of issue.

    – Luis Alvarado
    40 mins ago











  • You should not touch bcdedit unless you know what you are doing. Go back to Live Ubuntu and post up output to sudo parted -l and efibootmgr.

    – Paul Benson
    33 mins ago


















0















I'm having trouble setting up a dual boot with Windows 10 and Ubuntu 16.04 (Game-pack) on an HP Pavilion Gaming Laptop (15 -cx0049nr).
I realize that many, many questions have been asked on this, but I have read dozens of threads and tried all sorts of solutions with no luck.
So far, I cleared space with the disk management tool, disabled fast boot, hibernation and secure boot and installed ubuntu with a liveUSB successfully.
Right after installation, I found that if I hit F9 right away while restarting, I get the boot device list, and can choose ubuntu. But if I don't hit F9, it goes straight to windows. At the next reboot, if I hit F9, the Ubuntu folder and all related .EFI files are gone.
Going back into Windows, the disk management utility shows the Ubuntu partition as unallocated space. Diskpart can't find it either. Exploring the EFI partition after mounting it with Diskpart confirms that the Ubuntu folder and all grub files are gone. It's like Windows has rewritten the EFI partition and refuses to acknowledge the Ubuntu partition.



So far, I have tried:
-loading the liveUSB and running boot repair- this allows me to get in with F9 at start as before, until the first time that Windows boots. (At this point, fdisk -l indicates that there is a discrepancy between primary and backup GPT partition tables. Gdisk can fix it, but it comes back every time.)
-Installing rEFInd, which can't find any Ubuntu EFI files
-Installing EasyUEFI, which also can't find any Ubuntu EFI files
-Creating a boot entry for Ubuntu with bcdedit, which persists through multiple boots, but points to nothing (Error code 0xc00000076)
I'm at a loss as to where to go next.
Please excuse the long post on a topic that has already been very well covered.
Thanks for your help!










share|improve this question







New contributor




brianjskier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Hi brian, I won't set this as a duplicate of askubuntu.com/questions/221835/… because I can see a couple of different issues but can you check that answer and see if it helps.

    – Luis Alvarado
    1 hour ago











  • Thank you. The last thing I want to do is waste anyone's time, but if the answer is already there, I haven't been able to find it.

    – brianjskier
    1 hour ago











  • One interesting idea I found in that thread is to create a partition in Windows, then reformat it in the liveUSB. Trying this, I found that my newly created Windows partitions were not visible in linux- Gparted showed them as unallocated, just like disk management in windows couldn't see linux partitions

    – brianjskier
    1 hour ago











  • Thank you. Please check since I can't confirm this is a duplicate unless you confirm the other answer working for you. This is because of the type of issue.

    – Luis Alvarado
    40 mins ago











  • You should not touch bcdedit unless you know what you are doing. Go back to Live Ubuntu and post up output to sudo parted -l and efibootmgr.

    – Paul Benson
    33 mins ago














0












0








0








I'm having trouble setting up a dual boot with Windows 10 and Ubuntu 16.04 (Game-pack) on an HP Pavilion Gaming Laptop (15 -cx0049nr).
I realize that many, many questions have been asked on this, but I have read dozens of threads and tried all sorts of solutions with no luck.
So far, I cleared space with the disk management tool, disabled fast boot, hibernation and secure boot and installed ubuntu with a liveUSB successfully.
Right after installation, I found that if I hit F9 right away while restarting, I get the boot device list, and can choose ubuntu. But if I don't hit F9, it goes straight to windows. At the next reboot, if I hit F9, the Ubuntu folder and all related .EFI files are gone.
Going back into Windows, the disk management utility shows the Ubuntu partition as unallocated space. Diskpart can't find it either. Exploring the EFI partition after mounting it with Diskpart confirms that the Ubuntu folder and all grub files are gone. It's like Windows has rewritten the EFI partition and refuses to acknowledge the Ubuntu partition.



So far, I have tried:
-loading the liveUSB and running boot repair- this allows me to get in with F9 at start as before, until the first time that Windows boots. (At this point, fdisk -l indicates that there is a discrepancy between primary and backup GPT partition tables. Gdisk can fix it, but it comes back every time.)
-Installing rEFInd, which can't find any Ubuntu EFI files
-Installing EasyUEFI, which also can't find any Ubuntu EFI files
-Creating a boot entry for Ubuntu with bcdedit, which persists through multiple boots, but points to nothing (Error code 0xc00000076)
I'm at a loss as to where to go next.
Please excuse the long post on a topic that has already been very well covered.
Thanks for your help!










share|improve this question







New contributor




brianjskier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I'm having trouble setting up a dual boot with Windows 10 and Ubuntu 16.04 (Game-pack) on an HP Pavilion Gaming Laptop (15 -cx0049nr).
I realize that many, many questions have been asked on this, but I have read dozens of threads and tried all sorts of solutions with no luck.
So far, I cleared space with the disk management tool, disabled fast boot, hibernation and secure boot and installed ubuntu with a liveUSB successfully.
Right after installation, I found that if I hit F9 right away while restarting, I get the boot device list, and can choose ubuntu. But if I don't hit F9, it goes straight to windows. At the next reboot, if I hit F9, the Ubuntu folder and all related .EFI files are gone.
Going back into Windows, the disk management utility shows the Ubuntu partition as unallocated space. Diskpart can't find it either. Exploring the EFI partition after mounting it with Diskpart confirms that the Ubuntu folder and all grub files are gone. It's like Windows has rewritten the EFI partition and refuses to acknowledge the Ubuntu partition.



So far, I have tried:
-loading the liveUSB and running boot repair- this allows me to get in with F9 at start as before, until the first time that Windows boots. (At this point, fdisk -l indicates that there is a discrepancy between primary and backup GPT partition tables. Gdisk can fix it, but it comes back every time.)
-Installing rEFInd, which can't find any Ubuntu EFI files
-Installing EasyUEFI, which also can't find any Ubuntu EFI files
-Creating a boot entry for Ubuntu with bcdedit, which persists through multiple boots, but points to nothing (Error code 0xc00000076)
I'm at a loss as to where to go next.
Please excuse the long post on a topic that has already been very well covered.
Thanks for your help!







dual-boot partitioning uefi






share|improve this question







New contributor




brianjskier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




brianjskier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




brianjskier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 hours ago









brianjskierbrianjskier

11




11




New contributor




brianjskier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





brianjskier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






brianjskier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Hi brian, I won't set this as a duplicate of askubuntu.com/questions/221835/… because I can see a couple of different issues but can you check that answer and see if it helps.

    – Luis Alvarado
    1 hour ago











  • Thank you. The last thing I want to do is waste anyone's time, but if the answer is already there, I haven't been able to find it.

    – brianjskier
    1 hour ago











  • One interesting idea I found in that thread is to create a partition in Windows, then reformat it in the liveUSB. Trying this, I found that my newly created Windows partitions were not visible in linux- Gparted showed them as unallocated, just like disk management in windows couldn't see linux partitions

    – brianjskier
    1 hour ago











  • Thank you. Please check since I can't confirm this is a duplicate unless you confirm the other answer working for you. This is because of the type of issue.

    – Luis Alvarado
    40 mins ago











  • You should not touch bcdedit unless you know what you are doing. Go back to Live Ubuntu and post up output to sudo parted -l and efibootmgr.

    – Paul Benson
    33 mins ago


















  • Hi brian, I won't set this as a duplicate of askubuntu.com/questions/221835/… because I can see a couple of different issues but can you check that answer and see if it helps.

    – Luis Alvarado
    1 hour ago











  • Thank you. The last thing I want to do is waste anyone's time, but if the answer is already there, I haven't been able to find it.

    – brianjskier
    1 hour ago











  • One interesting idea I found in that thread is to create a partition in Windows, then reformat it in the liveUSB. Trying this, I found that my newly created Windows partitions were not visible in linux- Gparted showed them as unallocated, just like disk management in windows couldn't see linux partitions

    – brianjskier
    1 hour ago











  • Thank you. Please check since I can't confirm this is a duplicate unless you confirm the other answer working for you. This is because of the type of issue.

    – Luis Alvarado
    40 mins ago











  • You should not touch bcdedit unless you know what you are doing. Go back to Live Ubuntu and post up output to sudo parted -l and efibootmgr.

    – Paul Benson
    33 mins ago

















Hi brian, I won't set this as a duplicate of askubuntu.com/questions/221835/… because I can see a couple of different issues but can you check that answer and see if it helps.

– Luis Alvarado
1 hour ago





Hi brian, I won't set this as a duplicate of askubuntu.com/questions/221835/… because I can see a couple of different issues but can you check that answer and see if it helps.

– Luis Alvarado
1 hour ago













Thank you. The last thing I want to do is waste anyone's time, but if the answer is already there, I haven't been able to find it.

– brianjskier
1 hour ago





Thank you. The last thing I want to do is waste anyone's time, but if the answer is already there, I haven't been able to find it.

– brianjskier
1 hour ago













One interesting idea I found in that thread is to create a partition in Windows, then reformat it in the liveUSB. Trying this, I found that my newly created Windows partitions were not visible in linux- Gparted showed them as unallocated, just like disk management in windows couldn't see linux partitions

– brianjskier
1 hour ago





One interesting idea I found in that thread is to create a partition in Windows, then reformat it in the liveUSB. Trying this, I found that my newly created Windows partitions were not visible in linux- Gparted showed them as unallocated, just like disk management in windows couldn't see linux partitions

– brianjskier
1 hour ago













Thank you. Please check since I can't confirm this is a duplicate unless you confirm the other answer working for you. This is because of the type of issue.

– Luis Alvarado
40 mins ago





Thank you. Please check since I can't confirm this is a duplicate unless you confirm the other answer working for you. This is because of the type of issue.

– Luis Alvarado
40 mins ago













You should not touch bcdedit unless you know what you are doing. Go back to Live Ubuntu and post up output to sudo parted -l and efibootmgr.

– Paul Benson
33 mins ago






You should not touch bcdedit unless you know what you are doing. Go back to Live Ubuntu and post up output to sudo parted -l and efibootmgr.

– Paul Benson
33 mins ago











0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






brianjskier is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134503%2fcant-boot-ubuntu-because-windows-10-rewrites-entire-efi-partition%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








brianjskier is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















brianjskier is a new contributor. Be nice, and check out our Code of Conduct.












brianjskier is a new contributor. Be nice, and check out our Code of Conduct.











brianjskier is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134503%2fcant-boot-ubuntu-because-windows-10-rewrites-entire-efi-partition%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»