Results 1 to 5 of 5

Thread: Installation Issue on Asus ROG G14 with Ubuntu 22.04.3 LTS

  1. #1
    Join Date
    Nov 2023
    Beans
    2

    Installation Issue on Asus ROG G14 with Ubuntu 22.04.3 LTS

    I recently attempted to fresh install Ubuntu 22.04.3 LTS Desktop on my Asus ROG G14 2021 (GA401QM) laptop. Ubuntu Live USB is working (Try Ubuntu) but encountered some issues during the installation process (Install Ubuntu).

    Hardware Information:

    • Model: Asus ROG G14 2021 (GA401QM)
    • CPU: R9 5900HS (with Radeon Graphics 3300 MHz)
    • GPU: RTX 3060 6GB GDDR6
    • SSD: 1TB NVME
    • BIOS American Megatrends 415, GOP 2.16, EC FG070F0D.306
    • ErP, SVM, Armoury Crate: Disabled
    • Fast Boot, Secure Boot, Legacy USB Support: Disabled
    • USB Mass Storage Driver Support: Enabled
    • Ubuntu Version to be installed: 22.04.3 LTS Desktop

    No repair history. All hardware are default.

    Installation Steps:

    1. I used a flash drive with the ISO image flashed using Balena Etcher.
    2. Connected to WiFi.
    3. Selected Minimal Installation.
    4. Enabled downloading updates during installation.
    5. Disabled the installation of third-party apps.
    6. Chose "Erase disk and install Ubuntu" without selecting advanced settings.


    Issue Description:
    After the installation process, when prompted to restart the system, I briefly see the first picture with these lines:
    Code:
    [FAILED] Failed to start ZSYS daemon service.
    [FAILED] Failed to start Clean up old snapshots to free space.
    This is followed by a quick transition to the next picture.
    Code:
    Please remove the installation medium, then press Enter.
    When I remove the flash drive, I encounter four lines of messages:
    Code:
    Failed to unmount /oldroot: Device or Resource busy
    Failed to unmount /oldroot/dev: Device or Resource busy
    shutdown[1]: Could not detach loopback /dev/loop0: Device or Resource busy
    shutdown[1]: Failed to finalize file systems, loop devices, ignoring.
    Manually rebooting doesn't result in Ubuntu booting successfully.

    What I've Tried:

    • Using another installation media (flash drive)
    • Trying other USB ports
    • Enabling all disabled options in BIOS
    • Reinstalling Windows 11 and then attempting to reinstall Ubuntu
    • Trying ZFS as the file system
    • Using Rufus GPT and MBR method.
    • Trying custom partitioning from this tutorial.


    I am relatively new to Ubuntu, transitioning from Windows 11. Please let me know if there is any additional information needed to address this issue.
    Last edited by vloxium; November 18th, 2023 at 08:43 AM.

  2. #2
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Installation Issue on Asus ROG G14 with Ubuntu 22.04.3 LTS

    Sometimes the installer has problems if you sarted and possibly went back, so that a ZFS pool was created, then tries to create it again (pre-existing).

    From the Ubuntu 22.04.3 installer LiveUSB, do "try". At the desktop, open a terminal session and do
    Code:
    lsblk -e7 -o name,size,model
    Take note of the disk device name. Lets say it said "sda". Substitute by what yours says...
    Code:
    sudo su -
    wipefs -a /dev/sda
    blkdiscard -f /dev/sda
    sgdisk --zap-all /dev/sda
    sgdisk -o /dev/sda
    reboot
    That will zero the disk remove everything, then add a new fresh GPT partition table.

    On the reboot, select "Install"...

    Install with your ZFS options...

    If it has problems booting again on the first boot, please post back and I will guide you from there...

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  3. #3
    Join Date
    Nov 2023
    Beans
    2

    Re: Installation Issue on Asus ROG G14 with Ubuntu 22.04.3 LTS

    I tried your suggestion twice: once without advanced settings and once selecting ZFS. When I installed it without advanced settings, it prompted the same three-step issues. When I installed it with ZFS, the installer crashed. It says:
    Code:
    We're sorry; the installer crashed. After you close this window, we'll allow you to file a bug report using the integrated bug reporting tool. This will gather information about your system and your installation process. The details will be sent to our bug tracker and a developer will attend to the problem as soon as possible.

  4. #4
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Installation Issue on Asus ROG G14 with Ubuntu 22.04.3 LTS

    "it prompted the same three-steps issues" <--- Please explain.

    And when it crashed, did you choose to see what it crashed on? That would give a clue to what is happening...

    Did you very the image checksum to verify it downloaded successfully and that you have a good image?

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  5. #5
    Join Date
    Mar 2019
    Beans
    3

    Re: Installation Issue on Asus ROG G14 with Ubuntu 22.04.3 LTS

    I can confirm the issues described above with Ubuntu 22.04.3 LTS while attempting to install Asus ROG G14 (GA401QM) . Live USB works fine and the installation goes smoothly. The reboot hangs but that has happened before and you just have to do a hard power-off. The issue I was having, post install and post what OP described, is that once you reboot, is boot process starts and looks like it loading the kernel and then goes blank. Can't access TTY2 either from CTR+ALT+F2. I was following this install guide (https://gist.github.com/vijay-prema/...48f34172c10629).

    I saw that 22.04.4 was released today so I decided to give it a try. I also used Balena Etcher to create the startup drive (NOT SURE THIS MADE A DIFFERENCE). I also researched and saw that there were issue with the graphics driver being use (presumably nouveau for the Nvidia card) so opted for the "Safe Graphics" option to start the boot. That worked smoothly so I now have a bootable and accessible OS and can configure everything else from here.

    Following this guide as well: https://gist.githubusercontent.com/R.../gistfile1.txt

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •