Hello! I need to dual boot my Windows 11 system with Ubuntu 22.04.5 LTS (Jammy Jellyfish) to run ROS2, Gazebo and Docker natively. I tried following YT tutorials and yet ran into some errors. I’ll be eternally grateful if anyone could guide me through this :)
1. Search Effort
Several hours on Ubuntu forums, Reddit, and YouTube tutorials about 22.04 dual‑boot and NVIDIA login loop issues.
2. System & Issue
-
OS: Ubuntu 22.04.5 LTS Desktop, dual boot with Windows 11 Home SL
-
Hardware: Acer Predator Helios Neo 16S AI – Intel Core Ultra 7 255HX, NVIDIA RTX 5050, 16 GB RAM, 1 TB Micron NVMe
-
Partitions for Ubuntu: 80 GB ext4
/, 200 GB ext4/home, 20 GB swap -
Boot: GRUB present; Windows Boot Manager in EFI partition
-
Symptom:
-
Ubuntu reaches GUI login screen, then loops back after password.
-
Adding
nomodesetat GRUB → black screen with blinking underscore. -
Windows 11 boots and runs normally.
-
3. Dual‑Boot Setup (Windows + BIOS steps condensed)
-
Disabled Windows Fast Startup.
-
Suspended BitLocker (
Suspend-BitLocker -MountPoint C:), confirmed protection off. -
Booted Windows into Safe Mode using
bcdedit /set {current} safeboot minimal, then reverted. -
In BIOS: disabled Intel VMD controller, left UEFI mode, enabled F12 boot menu, disabled Fast Boot and Secure Boot.
-
Confirmed Windows now uses “Standard NVM Express Controller” and C: is visible.
-
Shrunk C: in Disk Management and created 300 GB unallocated space for Ubuntu.
-
Wrote
ubuntu-22.04.5-desktop-amd64.isoto a SanDisk 32 GB USB with Rufus (GPT, UEFI).
4. Ubuntu Install Choices (where things likely went wrong)
-
Booted USB with “Try or Install Ubuntu” (not “Ubuntu (safe graphics)”) despite NVIDIA discrete GPU.
-
Chose “Normal installation” and checked “Install third‑party software (graphics/Wi‑Fi etc.)”.
-
In “Something else” partitioning: created 80G
/, 200G/home, 20G swap on the Micron NVMe. -
Bootloader target set to entire disk
/dev/nvme0n1instead of the EFI entry/dev/nvme0n1p1 Windows Boot Manager**.**
After install:
-
First and subsequent boots → login loop.
-
nomodesettest instead leads to black screen with blinking underscore. -
Recovery mode and new user creation did not restore a working desktop.
5. Current Question
-
Install is reproducibly broken from first boot onward.
-
ISO checksum is verified correct.
-
Windows, BitLocker, and all partitions appear healthy.
-
Seeking advice on whether to:
-
Reinstall Ubuntu over existing
/,/home, and swap (possibly using “Ubuntu (safe graphics)” and targeting the EFI “Windows Boot Manager” for GRUB), or -
Attempt repair in place (e.g., reinstall GRUB to EFI and clean up NVIDIA/Nouveau drivers) instead of reinstalling.
-
Uninstall and restart all over again.
-
6. Tutorials Followed
-
How to Enable AHCI Mode Without Reinstalling Windows, INACCESSABLE_BOOT_DEVICE Error 💻🛠️🤔
-
Changing SATA mode to AHCI (Optane with RAID to AHCI) Acer Predator Helios 300
I’m a noob please help me out T_T