Jump to content

Hello I am trying to dual boot Windows 10 and Manjaro.
I have dual booted before with a lot of distros like Ubuntu arch rhel etc how ever Manjaro just does not seem to work when ever I install it and reboot it is booting straight to windows instead of showing me the grub loader to select a OS I have followed the following tutorial as well : https://www.youtube.com/watch?v=mddQE-g_5mk

Link to comment
https://linustechtips.com/topic/1061735-manjaro-dual-boot/
Share on other sites

Link to post
Share on other sites

On 5/7/2019 at 7:43 AM, Kylian said:

Hello I am trying to dual boot Windows 10 and Manjaro.
I have dual booted before with a lot of distros like Ubuntu arch rhel etc how ever Manjaro just does not seem to work when ever I install it and reboot it is booting straight to windows instead of showing me the grub loader to select a OS I have followed the following tutorial as well : https://www.youtube.com/watch?v=mddQE-g_5mk

no one seems to know?

Link to comment
https://linustechtips.com/topic/1061735-manjaro-dual-boot/#findComment-12548999
Share on other sites

Link to post
Share on other sites

If you want help, don't link to Video Tutorials. Link to some more official documentation like this one.

 

No one has a crystal ball here, there are several things that could fail, or where an error could  be made. You need to post more information about your system. Boot from a live Linux, copy+paste the output from the commands recommended in the tutorial, especially if there are any errors there. You also need to actually understand the tutorial and adapt it into your computer.

 

To begin: boot in UEFI mode, chroot into Manjaro installation as per the link I've posted, and post output of commands "sudo fdisk -l"  and "sudo lsblk".

 

EDIT: you don't need to chroot to run fdisk -l or lsblk

Edited by Wild Penquin
Link to comment
https://linustechtips.com/topic/1061735-manjaro-dual-boot/#findComment-12552226
Share on other sites

Link to post
Share on other sites

22 hours ago, Wild Penquin said:

If you want help, don't link to Video Tutorials. Link to some more official documentation like this one.

 

No one has a crystal ball here, there are several things that could fail, or where an error could  be made. You need to post more information about your system. Boot from a live Linux, copy+paste the output from the commands recommended in the tutorial, especially if there are any errors there. You also need to actually understand the tutorial and adapt it into your computer.

 

To begin: boot in UEFI mode, chroot into Manjaro installation as per the link I've posted, and post output of commands "sudo fdisk -l"  and "sudo lsblk".

 

EDIT: you don't need to chroot to run fdisk -l or lsblk

My PC specs are as folowd
msi gmaing 5 mobo

msi gtx 1080 ti

i7 4790k

ddr3 16gb

 

about storage i have 1 M.2 512GB ssd (The ssd where i want Windows and linux to be installed on) also i have a 4TB hdd just for storage.

I made 80GB of free space using windows disk manager.

Wen instaling manjaro i have no error what so ever, sometimes wen booting from a live OS (not only manjaro) My mouse and keyboard do not work same goes for a PS2 keyboard/mouse i have to try a cople of times to get it to work.

The system is UEFI/Legacy mode

Link to comment
https://linustechtips.com/topic/1061735-manjaro-dual-boot/#findComment-12554688
Share on other sites

Link to post
Share on other sites

When i changed the windows boot drive ( in my case sda2 ) to use the mount point "/boot/efi" it all started working perfectly. Every boot shows the grub loader for 5 sec and remembers the last choice.

 

I also created partitions for linuxswap, /home and / , not sure if that matters though.

Link to comment
https://linustechtips.com/topic/1061735-manjaro-dual-boot/#findComment-12570995
Share on other sites

Link to post
Share on other sites

12 hours ago, Swamp said:

When i changed the windows boot drive ( in my case sda2 ) to use the mount point "/boot/efi" it all started working perfectly. Every boot shows the grub loader for 5 sec and remembers the last choice.

 

I also created partitions for linuxswap, /home and / , not sure if that matters though.

how can i set the windows boot drive to /boot/efi ?

i know in the instalation i selected sda2 to use /boot/efi though so that shut have just worked then?

Link to comment
https://linustechtips.com/topic/1061735-manjaro-dual-boot/#findComment-12572595
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

I think he's referring to where your boot partition is stored, if you run:

sudo fdisk -l

you will find a small EFI partition, tell the system to mount the partition on /boot by editing the fstab file.

 

Also did you check your BIOS's boot order? If GRUB is not detected by your BIOS then it has nothing to do with the fstab file. You need to reinstall GRUB.

Link to comment
https://linustechtips.com/topic/1061735-manjaro-dual-boot/#findComment-12604297
Share on other sites

Link to post
Share on other sites

On 5/29/2019 at 1:45 AM, SilverSoul said:

I think he's referring to where your boot partition is stored, if you run:


sudo fdisk -l

you will find a small EFI partition, tell the system to mount the partition on /boot by editing the fstab file.

 

Also did you check your BIOS's boot order? If GRUB is not detected by your BIOS then it has nothing to do with the fstab file. You need to reinstall GRUB.

i did set the boot order coreclty i managed to fix it by just dualbooiting with ubuntu that always works fine and then latter adding manjaro to it in the dualboot

Link to comment
https://linustechtips.com/topic/1061735-manjaro-dual-boot/#findComment-12613374
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×