New installation of Manjaro XFCE to its own hdd

This is my post from May 2019 pulled form old Newbie Corner.
I added a 500GB HDD to my desktop computer and installed Manjaro XFCE on it, the installation set up ask where to put GRUB bootloader I selected the same 500GB hdd I installed Manjaro on. I have Windows 10 installed on a 250GB ssd and two storage hard disk drives. When I turn on my computer, I hit the F11 key for boot menu and select the 500GB hdd to boot from for my Linux, or my 250GB ssd to boot Windows 10. I have not had any problems running both operating systems on the same desktop pc. Since I am new to using Linux, I wanted to know if it is ok to do it this way since I have seen so much talk about running two OS’s on the same pc and dual booting. I no this may be a silly question for most of you, but I need to know if my setup is ok. Thanks for any help. I also did the inxi -Fxz command and copied and pasted the information below as was recommended when asking a question.

Report Here
jimmy@890gxm-g65-pc ~]$ inxi -Fxz
System:
Host: 890gxm-g65-pc Kernel: 4.20.17-1-MANJARO x86_64 bits: 64
compiler: gcc v: 8.2.1 Desktop: Xfce 4.13.3git-UNKNOWN
Distro: Manjaro Linux
Machine:
Type: Desktop Mobo: MSI model: 890GXM-G65 (MS-7642) v: 1.0
serial: BIOS: American Megatrends v: 1.13 date: 01/12/2012
CPU:
Topology: Quad Core model: AMD Phenom II X4 955 bits: 64 type: MCP
arch: K10 rev: 3 L2 cache: 2048 KiB
flags: lm nx pae sse sse2 sse3 sse4a svm bogomips: 25613
Speed: 800 MHz min/max: 800/3200 MHz Core speeds (MHz): 1: 2100 2: 800
3: 800 4: 800
Graphics:
Device-1: AMD Juniper XT [Radeon HD 5770] vendor: Micro-Star MSI
driver: radeon v: kernel bus ID: 01:00.0
Display: x11 server: X.Org 1.20.4 driver: radeon FAILED: ati
unloaded: modesetting resolution: 1920x1080~60Hz
OpenGL: renderer: AMD JUNIPER (DRM 2.50.0 / 4.20.17-1-MANJARO LLVM 8.0.0)
v: 3.3 Mesa 19.0.3 direct render: Yes
Audio:
Device-1: AMD SBx00 Azalia vendor: Micro-Star MSI driver: snd_hda_intel
v: kernel bus ID: 00:14.2
Device-2: AMD Juniper HDMI Audio [Radeon HD 5700 Series]
vendor: Micro-Star MSI driver: snd_hda_intel v: kernel bus ID: 01:00.1
Sound Server: ALSA v: k4.20.17-1-MANJARO
Network:
Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Micro-Star MSI driver: r8168 v: 8.045.08-NAPI port: c800
bus ID: 02:00.0
IF: enp2s0 state: up speed: 100 Mbps duplex: full mac:
Drives:
Local Storage: total: 4.37 TiB used: 8.64 GiB (0.2%)
ID-1: /dev/sda vendor: Team model: L5Lite3D240G size: 223.57 GiB
ID-2: /dev/sdb vendor: Western Digital model: WD30EFRX-68EUZN0
size: 2.73 TiB
ID-3: /dev/sdc vendor: Western Digital model: WD10EZEX-00BN5A0
size: 931.51 GiB
ID-4: /dev/sdd vendor: Western Digital model: WD5000BPVT-22HXZT3
size: 465.76 GiB
ID-5: /dev/sde type: USB vendor: SanDisk model: Ultra size: 28.64 GiB
ID-6: /dev/sdf type: USB vendor: SanDisk model: Ultra size: 29.16 GiB
Partition:
ID-1: / size: 448.79 GiB used: 8.64 GiB (1.9%) fs: ext4 dev: /dev/sdd1
ID-2: swap-1 size: 8.80 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sdd2
Sensors:
System Temperatures: cpu: 39.1 C mobo: N/A gpu: radeon temp: 45 C
Fan Speeds (RPM): N/A
Info:
Processes: 174 Uptime: 1h 10m Memory: 7.79 GiB used: 1.04 GiB (13.4%)
Init: systemd Compilers: gcc: 8.3.0 Shell: bash v: 5.0.3 inxi: 3.0.33
[jimmy@890gxm-g65-pc ~]$

If you see anything that needs fixed let me know. Preformatted text

Hi!
If it work for you, then is the right way.
Let say that the usually way is using grub to choose between SO not bios.
Try in manjaro terminal this
sudo update-grub

See if it show your win system

you should add
in file /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=
IOMMU=SOFT
or
IOMMU=PT

sudo nano /etc/default/grub 
sudo update-grub

You should format the inxi text with the </> button in the toolbar.

already answered in the old forum: