Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Linux
  3. Gonna give Linux another try, any guidance is welcome!

Gonna give Linux another try, any guidance is welcome!

Scheduled Pinned Locked Moved Linux
linux
40 Posts 20 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D [email protected]

    Hey guys, after 2 years since my last attempt (and recently trying fedora on my laptop) Im ready to try again to install it on my desktop. First time I installed Nobara and it nuked my windows boots partition which caused a lot of trouble and trauma (couldnt boot into windows no matter what). Basically I want to accomplish this:

    1- I want to install Fedora on a separate drive and keep my windows drive completely intact (Need it for work).
    2- Preferably I would like GRUB to ask which boot option I want to use if my linux drive is set to be my boot drive and to boot straight to windows if its my windows drive set to boot.
    Can someone please guide me into installing it the safest way possible?

    ? Offline
    ? Offline
    Guest
    wrote on last edited by
    #30

    I would use two different disks, the one that you have already for windows and a second one for Linux. When you're ready to install Linux Unplug the windows disk, so that you can't screw it up ( been there, did that 😭) then when you need to use either the Linux or Windows Just choose the start up disk in bios at booting, usually F11, a tiny bit longer than dual booting, but it will save you a lot of hassle. Dual booting is rather dangerous as windows has the annoying habit of wiping Linux grub setups when updating, and Linux has the annoying habit of wiping everything, two different disks, much easier.

    B 1 Reply Last reply
    0
    • ? Guest

      I would use two different disks, the one that you have already for windows and a second one for Linux. When you're ready to install Linux Unplug the windows disk, so that you can't screw it up ( been there, did that 😭) then when you need to use either the Linux or Windows Just choose the start up disk in bios at booting, usually F11, a tiny bit longer than dual booting, but it will save you a lot of hassle. Dual booting is rather dangerous as windows has the annoying habit of wiping Linux grub setups when updating, and Linux has the annoying habit of wiping everything, two different disks, much easier.

      B This user is from outside of this forum
      B This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #31

      Windows only wipes Linux grub if the grub boot efi stuff gets installed into the windows disk EFI partition. Its best to specify a new EFI partition on the new disk so grub is isolated from windows. The distro OS probe should pickup an alternate OS on other disk and add a chainloader entry to Linux grub. Windows never knows there is another EFI partition if you do it this way.

      1 Reply Last reply
      0
      • D [email protected]

        Turns out my boot partition was on my other drive somehow (the drive I installed Linux) , am I completely fucked now?

        D This user is from outside of this forum
        D This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #32

        Do you mean your Windows boot partition?

        Windows does not support installing the boot partition on a different drive out of the box. Unless you modified your Windows installation, the drive where Windows is installed is also where the Windows boot manager lives.

        The biggest risk with installing with the drive connected is accidentally installing the Linux boot partition over the Windows boot partition, hence the usual recommendation to disconnect the drive just to be safe.

        You're gonna have to provide some more details on your setup and what is working/not working though.

        D 1 Reply Last reply
        0
        • D [email protected]

          Do you mean your Windows boot partition?

          Windows does not support installing the boot partition on a different drive out of the box. Unless you modified your Windows installation, the drive where Windows is installed is also where the Windows boot manager lives.

          The biggest risk with installing with the drive connected is accidentally installing the Linux boot partition over the Windows boot partition, hence the usual recommendation to disconnect the drive just to be safe.

          You're gonna have to provide some more details on your setup and what is working/not working though.

          D This user is from outside of this forum
          D This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #33

          It probably got moved when I reinstalled windows after trying nobora years ago. I managed to fix everything but tbh it was way more stressful than it should have been

          D 1 Reply Last reply
          0
          • D [email protected]

            It probably got moved when I reinstalled windows after trying nobora years ago. I managed to fix everything but tbh it was way more stressful than it should have been

            D This user is from outside of this forum
            D This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #34

            Did you manage to install Linux to your second drive?

            D 1 Reply Last reply
            0
            • D [email protected]

              Did you manage to install Linux to your second drive?

              D This user is from outside of this forum
              D This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #35

              Yeah, mostly fixed stuff but now Im not getting audio. It defaults to my GPU's hdmi audio instead of my onboard sound

              D 1 Reply Last reply
              0
              • D [email protected]

                Yeah, mostly fixed stuff but now Im not getting audio. It defaults to my GPU's hdmi audio instead of my onboard sound

                D This user is from outside of this forum
                D This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #36

                Do the audio settings show your onboard audio device?

                D 1 Reply Last reply
                0
                • D [email protected]

                  Do the audio settings show your onboard audio device?

                  D This user is from outside of this forum
                  D This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #37

                  I ran some terminal cmd (sry dont remember what it was) that gave me a weird UI inside the terminal that actually showed my onboard sound so I think my pc recognizes it somehow somewhere

                  D 1 Reply Last reply
                  0
                  • D [email protected]

                    I ran some terminal cmd (sry dont remember what it was) that gave me a weird UI inside the terminal that actually showed my onboard sound so I think my pc recognizes it somehow somewhere

                    D This user is from outside of this forum
                    D This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #38

                    You don't have to use the terminal, if you installed regular Fedora with GNOME, you can just search for "Sound" and it should come up with this:

                    If you installed Fedora KDE you can search for "Sound" as well and it should look like this:

                    D 1 Reply Last reply
                    0
                    • D [email protected]

                      Hey guys, after 2 years since my last attempt (and recently trying fedora on my laptop) Im ready to try again to install it on my desktop. First time I installed Nobara and it nuked my windows boots partition which caused a lot of trouble and trauma (couldnt boot into windows no matter what). Basically I want to accomplish this:

                      1- I want to install Fedora on a separate drive and keep my windows drive completely intact (Need it for work).
                      2- Preferably I would like GRUB to ask which boot option I want to use if my linux drive is set to be my boot drive and to boot straight to windows if its my windows drive set to boot.
                      Can someone please guide me into installing it the safest way possible?

                      W This user is from outside of this forum
                      W This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #39

                      Temporarily disconnect your Windows drive, install Bazzite (bazzite.gg) on a secondary drive, you'll be able to test how it runs on your hardware. If you want to keep it, just reconnect your Windows drive and chose whatever you want to boot to using your bios. You can set one of them to default, and you can temporarily boot to the other by pressing your motherboard's designated boot key (usually F11 or F12, look up yours)

                      1 Reply Last reply
                      0
                      • D [email protected]

                        You don't have to use the terminal, if you installed regular Fedora with GNOME, you can just search for "Sound" and it should come up with this:

                        If you installed Fedora KDE you can search for "Sound" as well and it should look like this:

                        D This user is from outside of this forum
                        D This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #40

                        I managed to make it work. Apparently the back audio doesnt work if someone is plugged to my front port, kinda annoying but I will survive. Thanks for the help though

                        1 Reply Last reply
                        0
                        • System shared this topic on
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups