Dual Boot Preliminary and Post-Installation Setup Guide
Note
Make sure to read the Installation Guide for your device first before proceeding.
Two Methods: Method A or Method B¶
- A) Installing Bazzite on a separate drive (Recommended)
- B) Manual partitioning on the same drive
A) Separate Drive Method¶
This method is ideal for desktops and HTPCs, and would be inconvenient for handhelds unless planned to keep stationary.
Install Bazzite on a separate internal or external drive.
- Install the other operating system on a drive (like Windows)
- Install Bazzite on a second drive
- Set Bazzite as the default in your boot order (optional)
You can also install Windows to an external drive with Windows-to-Go using Rufus to dual boot if you do not have an internal drive available.
B) Same Drive Method¶
Important
This must be done before installing Bazzite.
This method is recommended for handheld PCs or mobile setups.
If you do not have multiple drives or are using a device that will not be stationary, then you will have to manually partition on the same drive.
Note about dual booting with Windows specifically:¶
Dual booting Bazzite with Windows on the same drive works better with Windows already installed before Bazzite.
Bazzite Partition¶
Create space for Bazzite with the Disk Management application in Windows.
Win + R to open Windows Run and enter:
diskmgmt.msc
Then, right-click your Windows partition and select "Shrink Volume" from the drop-down menu. Afterwards, select how much storage you want to allocate for Bazzite.
Important
It is strongly recommended for to setup a separate EFI partition via manual partitioning. The separate EFI partition will help prevent Windows Updates from affecting your Bazzite installation later down the line.
Manual Partitioning to the Same Drive for Dual Boot Setups¶
If you need a tutorial video for manual partitioning, watch this tutorial at timestamp 6:08.
- Select Installation Destination
- Select
Advanced Custom(Blivet-GUI)
under Storage Configuration. - Create partitions and devices:
Manual Partitioning Scheme:
mount point: /boot/efi
format: EFI system partition
size: 300MB
mount point: /boot
format: ext4
size: 1GB
mount point:
format: btrfs
size: [max]
mount point: /
format: btrfs (subvolume)
mount point: /var
format: btrfs (subvolume)
mount point: /var/home
format: btrfs (subvolume)
Note about dual booting other Fedora Atomic Desktop images on the same drive:¶
If you want to dual boot another Fedora Atomic Desktop image (like Bluefin) installed alongside Bazzite, then you would have to make an additional EFI partition and switch between them through the BIOS boot menu.
Dual Boot Post-Configuration Setup¶
Regenerate GRUB to show Windows Entry¶
If you do not see your Windows boot in the GRUB menu, then open a host terminal and enter:
ujust regenerate-grub
Bazzite as Primary Boot¶
If the OS Boot Manager
has set Windows Boot Manager
to be the first boot priority, then this may result in booting directly into Windows after the install instead of Bazzite. You may have to fix this in your BIOS settings.