F5F Stay Refreshed Software Operating Systems I found a guide that matches your needs.

I found a guide that matches your needs.

I found a guide that matches your needs.

S
Savitation
Junior Member
7
08-16-2023, 07:06 PM
#1
Linux setup with KDE Plasma and dual-boot on different drives using GRUB doesn’t substitute Windows’ boot manager. I’ve checked YouTube but haven’t found a complete guide covering everything.
S
Savitation
08-16-2023, 07:06 PM #1

Linux setup with KDE Plasma and dual-boot on different drives using GRUB doesn’t substitute Windows’ boot manager. I’ve checked YouTube but haven’t found a complete guide covering everything.

M
Madhawk01
Member
64
08-23-2023, 04:02 AM
#2
You could also locate separate guides for each and test them together until everything functions properly.
M
Madhawk01
08-23-2023, 04:02 AM #2

You could also locate separate guides for each and test them together until everything functions properly.

X
xxsammiesxx
Junior Member
15
08-23-2023, 09:17 AM
#3
I prefer not to ruin my Windows setup by playing around with Linux indefinitely, and I don’t have the time to keep it going forever.
X
xxsammiesxx
08-23-2023, 09:17 AM #3

I prefer not to ruin my Windows setup by playing around with Linux indefinitely, and I don’t have the time to keep it going forever.

W
WillZilla03
Junior Member
43
09-12-2023, 08:39 PM
#4
You might consider developing a solution within a virtual environment, though it could be more time-consuming. Given the current pace of discovery, it may become increasingly difficult to find practical applications.
W
WillZilla03
09-12-2023, 08:39 PM #4

You might consider developing a solution within a virtual environment, though it could be more time-consuming. Given the current pace of discovery, it may become increasingly difficult to find practical applications.

1
193over71
Member
169
09-13-2023, 05:12 AM
#5
Tutorials rarely address unique setups that aren’t widely recognized. You’d need to find resources for KDE on Arch and dual-boot instructions, then piece the information together yourself. Arch might not be ideal as a starting point because it’s not a straightforward installation. What led you to consider Arch? If you want Linux to remain separate from Windows and you’re using distinct drives, simply disconnect all but the installation drive (unless you’re installing on a new partition). Make sure the Windows bootloader isn’t active on the target drive. After that, adjust the boot order in BIOS or choose your desired drive for startup.
1
193over71
09-13-2023, 05:12 AM #5

Tutorials rarely address unique setups that aren’t widely recognized. You’d need to find resources for KDE on Arch and dual-boot instructions, then piece the information together yourself. Arch might not be ideal as a starting point because it’s not a straightforward installation. What led you to consider Arch? If you want Linux to remain separate from Windows and you’re using distinct drives, simply disconnect all but the installation drive (unless you’re installing on a new partition). Make sure the Windows bootloader isn’t active on the target drive. After that, adjust the boot order in BIOS or choose your desired drive for startup.

D
Darnoc2001
Junior Member
20
09-15-2023, 12:33 AM
#6
I used it on my laptop but haven’t configured it recently, and now I need to set it up for my main PC.
D
Darnoc2001
09-15-2023, 12:33 AM #6

I used it on my laptop but haven’t configured it recently, and now I need to set it up for my main PC.

N
NatureRizzkin
Junior Member
3
09-15-2023, 08:43 AM
#7
Assume a UEFI setup follows these steps:
1) Disconnect Windows disk (optional but wise if unsure about grub installation)
2) Set up Arch and Grub as required (ArchFi assists)
3) When Desktop shuts down, Arch is active
4) Reattach the Windows disk
5) Restart into Arch environment
6) Employ KDE Disks to attach the Windows disk
7) In terminal, execute "sudo pacman -S --needed os-prober" then install it
8) Open terminal and type "sudo nano /etc/default/grub", find "#GRUB_DISABLE_OS_PROBER=false", remove the hash and keep it
9) Run "sudo grub-mkconfig -o /boot/grub/grub.cfg" to let Grub recognize Windows
10) Disconnect Windows disk because KDE Disks keeps a permanent mount point at /etc/fstab
* For MBR systems, commands differ slightly but the principle stays similar
N
NatureRizzkin
09-15-2023, 08:43 AM #7

Assume a UEFI setup follows these steps:
1) Disconnect Windows disk (optional but wise if unsure about grub installation)
2) Set up Arch and Grub as required (ArchFi assists)
3) When Desktop shuts down, Arch is active
4) Reattach the Windows disk
5) Restart into Arch environment
6) Employ KDE Disks to attach the Windows disk
7) In terminal, execute "sudo pacman -S --needed os-prober" then install it
8) Open terminal and type "sudo nano /etc/default/grub", find "#GRUB_DISABLE_OS_PROBER=false", remove the hash and keep it
9) Run "sudo grub-mkconfig -o /boot/grub/grub.cfg" to let Grub recognize Windows
10) Disconnect Windows disk because KDE Disks keeps a permanent mount point at /etc/fstab
* For MBR systems, commands differ slightly but the principle stays similar