ASUS VIVOBOOK GO15 Laptop E1504GA (2024) | Unboxing | ASMR | Manual | Review | Ratings |

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 11

  • @Andre-n4d
    @Andre-n4d 12 วันที่ผ่านมา +1

    Using it to type this message. First thing I did was to wipe the hard drive and install Linux Mint. There was a problem, this has an UFS HD, and it didn't want to play nice with Linux. Easily fixed btw.

    • @alpharatings6849
      @alpharatings6849  11 วันที่ผ่านมา

      Nice job…Linux installation is usually simple, how did you bypass the UFS HD problem?

    • @Andre-n4d
      @Andre-n4d 6 วันที่ผ่านมา

      @@alpharatings6849 Tried posting the link, not allowed I guess
      You need to add the modules for booting off Universal Flash Storage (UFS).
      Boot from your Ubuntu installation USB.
      Mount the root partition of your Ubuntu installation to /mnt.
      Open a terminal from /mnt.
      Type:
      sudo mount --bind /dev "$PWD/dev"
      sudo mount --bind /proc "$PWD/proc"
      sudo mount --bind /sys "$PWD/sys"
      Type:
      sudo chroot "$PWD" /bin/bash --login
      Type:
      echo "ufshcd" >> /etc/initramfs-tools/modules
      echo "ufshcd-pci" >> /etc/initramfs-tools/modules
      Type:
      update-initramfs -u -k all
      exit
      Restart your computer and it should boot from your Ubuntu installation on the Universal Flash Storage (UFS).

  • @hebaisk91
    @hebaisk91 8 วันที่ผ่านมา +1

    Does the keyboard have a back light?

    • @alpharatings6849
      @alpharatings6849  7 วันที่ผ่านมา +1

      Yes, it does…

    • @hebaisk91
      @hebaisk91 7 วันที่ผ่านมา

      @alpharatings6849 Amazing! What do key do you press, is it F7?

  • @hendryviixxvxvi3698
    @hendryviixxvxvi3698 3 หลายเดือนก่อน +1

    is it E1594GA or e1504GA?

    • @alpharatings6849
      @alpharatings6849  3 หลายเดือนก่อน

      Its E1504GA, made the changes thanks