Check the boot sequence using your USB drive.
Check the boot sequence using your USB drive.
You're looking to set up a dual-boot system with Windows and Linux, using two drives—one HDD and one SSD. You want both partitions split into separate partitions and are concerned about performance and boot speed. You're asking if it's possible to program your USB stick so that upon detection, it automatically boots to Fedora instead of the default Windows or Linux order. Your idea is to make the USB act like a boot manager itself. That’s an interesting approach!
Boot order is handled by the BIOS/UEFI on the motherboard. you can select boot order there, but you cannot have it be directed by the first boot device unless the boot device has a boot manager on it, that would direct the BIOS to boot onto just the OSs on that device. there is no way to speed this process up with multiple OSs (that i'm aware of) you have a default OS, and if you need to boot something else just use the BIOS's boot override function when the MB does a POST.
It seems you're simplifying the process. Using BIOS or GRUB is fine, but I favor GRUB. When GRUB loads, I just press the up or down key then Enter to select the OS. If nothing is pressed, it boots the last one after about 5 seconds. Do you think such quick boot times are essential?
Explore iReboot: https://www.softpedia.com/get/System/Lau...boot.shtml
You configure the system through the UEFI boot sequence, then install Windows, followed by Fedora. After that, you use the Fedora install to set up GRUB on the USB drive and create a custom configuration file on it. This approach works because a boot loader operates independently of the operating system (except for Apple).
right, thats the plan. my question is how do u write the custom config file and use it on grub
I used Windows on my hard drive, added an SSD afterward and installed MX there (with the HDD removed). After reconnecting the HDD, I went to the boot menu to make the SSD the first priority so it always boots into Linux. When I need Windows or a CD, just press a key (F8 on my Asus desktop).