LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 08-18-2023, 07:12 AM   #1
Johannes33
Member
 
Registered: Jul 2015
Distribution: manjaro Xfce
Posts: 84

Rep: Reputation: Disabled
windows broken after windows update. dual boot.


Hi,
On my daughters laptop with windows I installed manjaro xfce for her to try out. The partitions are mbr.
After a windows 10 update the windows system will not boot.
1 in 3 times I can reach windows boot menu by using "sendkey F8" in grub other times it just shows something totally distorted.
grub and linux are fine.

Now I'm wondering is it safe to use dual boot, I mean will this likely happen again?
What can be the cause of this problem?
Is it possible to fix the problem?

Last edited by Johannes33; 08-18-2023 at 07:17 AM.
 
Old 08-18-2023, 09:38 AM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,388

Rep: Reputation: 581Reputation: 581Reputation: 581Reputation: 581Reputation: 581Reputation: 581
Quote:
Originally Posted by Johannes33 View Post
What can be the cause of this problem?
The problem is caused by Microsoft's attempts to make it impossible to run any operating system other than Windows on a PC.


Quote:
Originally Posted by Johannes33 View Post
Is it possible to fix the problem?
Microsoft's idea of fixing the problem is to continue tightening the restrictions against other operating systems until all of the various workarounds that people have come up with no longer work.
 
Old 08-18-2023, 10:47 AM   #3
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675

Rep: Reputation: Disabled
I do not dual boot, but my idea of dual booting would be to have all desired bootloaders in EFI partition without interfering with each other and choosing between them using built-in UEFI boot menu. I would not use a third party bootloader such as Grub2 to boot all installed operating systems.
 
Old 08-19-2023, 04:45 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,412

Rep: Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717
Who installed windows 10? It is extremely unusual for windows 8 and later to be installed in MBR mode. Are Manjaro and windows on the same disk? Is Manjaro installed in Legacy(MBR) mode? Who is the manufacturer and how old is the computer, some hardware specs would be useful. How long did the dual boot function. UEFI installs limit the likelihood of something like this happening and generally the problem is the reverse, windows updates preventing Linux booting.

Since your Linux boots and windows does not and the update was on windows, have you tried posting at a windows forum?
 
Old 08-19-2023, 09:02 AM   #5
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 3,018

Rep: Reputation: 400Reputation: 400Reputation: 400Reputation: 400Reputation: 400
Quote:
Who installed windows 10?
I'm guessing this was an update from Windows 7 which was commonly installed on MBR systems. On one of my old boxes that had Windows 7 installed in mbr legacy bios mode, the free Windows 10 "upgrade" left that intact and did not convert to gpt/uefi. If that's the case, and he can successfully boot into Manjaro, I would suggest trying to update grub from within Manjaro. Not sure how to do that on Arch based systems, but the Arch wiki can probably guide you through the process or someone here who runs Arch can probably tell you.
 
Old 08-21-2023, 06:43 AM   #6
Johannes33
Member
 
Registered: Jul 2015
Distribution: manjaro Xfce
Posts: 84

Original Poster
Rep: Reputation: Disabled
Hi all.
I bought a refurbished dell latitude 5480 for my daughter 6 month ago. it is 7000 series intel processor so it is quite old.
The refurbishing company put a 128Gb ssd in it with mbr partition table and windows 10 preinstalled.

How I fixed windows:
Quote:
I used the Gparted live image on a ventoy usb stick.
I first converted the partitions from mbr to GPT using gdisk in the terminal of the live image,
this does not destroy the data on the partitions.
Then I used Gparted and removed all other partitions except the linux partition.
Then I created a 150mb efi partition and a NTFS partition.
After that I put the flags boot and esp on the efi partition.

I reinstalled windows from a downloaded iso on the ventoy usb.
So now I have a working windows 10 but can not boot into linux.
Does anyone have suggestions on how to not end up with a broken linux/windows again, i.e. is there a safer way to dual boot?

@Emerson
Quote:
my idea of dual booting would be to have all desired bootloaders in EFI partition without interfering with each other and choosing between them using built-in UEFI boot menu.
I have never heard about this. A fast google did not find any info of it other than using rEFInd, which seems more like an alternative to grub.
Could you elaborate or point me to a guide on how to do this?
 
Old 08-21-2023, 06:57 AM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,396

Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
First things first - do a windows update. Just to be sure everything is (now) in place and works ok. Should be ok - the OEM installs were a bit of a kludge in my experience.

On a Dell, you should be able to get to the firmware boot menu using F12 when you restart the machine. Be quick, when the screen is black. See if your Manjaro is listed there, and select it if so.
 
Old 08-22-2023, 05:07 AM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,412

Rep: Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717Reputation: 2717
Quote:
On my daughters laptop with windows I installed manjaro xfce for her to try out. The partitions are mbr.
Since manjaro was installed in Legacy/MBR mode and you have now installed windows in EFI mode, you need to install Grub in EFI mode by booting the Manjaro USB in UEFI mode in the BIOS boot options and reinstall Grub. I don't use Manjaro so I'm not familiar with it but the link below describes reinstalling Grub in EFI mode from the installer USB. Best to read through the page before beginning so you understand the process.

https://wiki.manjaro.org/index.php/G...RUB_Bootloader
 
  


Reply

Tags
broken, dual boot, windows 10


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows no longer works after the last Windows 10 update in dual boot setup vw98008 Linux - Desktop 14 04-28-2023 01:14 PM
Recovery broken OS after broken drive DangerSchwob Debian 6 11-02-2020 02:38 AM
[SOLVED] Dual-system boot broken by Win10 Update noiett Slackware 20 07-13-2017 06:39 PM
[SOLVED] elilo broken on Slackware 14.2 after Windows 10 update on dual boot UEFI system hyperhead Slackware 5 08-03-2016 01:45 PM
Dual boot Dual hdds, Download of ubuntu 10.1, no vista or dual boot jim d Linux - Newbie 4 11-25-2010 04:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 08:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration