Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-18-2023, 07:12 AM
|
#1
|
Member
Registered: Jul 2015
Distribution: manjaro Xfce
Posts: 84
Rep: 
|
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.
|
|
|
08-18-2023, 09:38 AM
|
#2
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,388
|
Quote:
Originally Posted by Johannes33
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
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.
|
|
|
08-18-2023, 10:47 AM
|
#3
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
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.
|
|
|
08-19-2023, 04:45 AM
|
#4
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,412
|
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?
|
|
|
08-19-2023, 09:02 AM
|
#5
|
Senior Member
Registered: Oct 2003
Posts: 3,018
|
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.
|
|
|
08-21-2023, 06:43 AM
|
#6
|
Member
Registered: Jul 2015
Distribution: manjaro Xfce
Posts: 84
Original Poster
Rep: 
|
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?
|
|
|
08-21-2023, 06:57 AM
|
#7
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,396
|
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.
|
|
|
08-22-2023, 05:07 AM
|
#8
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,412
|
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
|
|
|
All times are GMT -5. The time now is 08:46 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|