Gamma Crucis

  • 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle

  • Gacrux@lemm.eetolinux4noobs@programming.devventing
    link
    fedilink
    arrow-up
    3
    ·
    4 months ago

    the partition doesnt exist? what does lsblk say?

    if the partition really doesnt exist then you either deleted the partition or destroyed the partition table. either way, if you dont have important data on it then id recommend you just abandon the install, delete everything and make a new one. otherwise you could try your hand at some linux file recovery tools (windows ones are almost certainly a scam).


  • Gacrux@lemm.eetolinux4noobs@programming.devventing
    link
    fedilink
    arrow-up
    5
    ·
    4 months ago

    been a while since i done this so i might have gotten some parts wrong:

    1. get a thumbdrive/usb drive/whatever you call it
    2. install the arch iso on it. im assuming you still have another device you can boot to.
    3. plug in the usb into your broken device. turn it on. then boot into that usb. you probably did this while installing arch so im assuming you know how to do that.
    4. once in, mount your broken arch install by doing mount /dev/<whichever partition it was> /mnt. take note of the space between the partition and the /mnt.
    5. then do arch-chroot /mnt
    6. from there just install grub like normal (just do whatever you did to get grub working in the first place).


  • i use trime on android and the default takes quite a while to get used to. for example, the symbol key that is usually on the bottom left corner is now a language switching key and the symbol key is one tiny key beside it. custom configuration seems like a pain and i haven’t done it. one of the defaults however comes with a menu that lets you type all sorts of symbols including greek, russian, japanese, IPA and mathematical operators. haven’t sen fcitx5 for android though

    edit: currently using fcitx5 android and i can say just go with this. everything comes right out of the box (no screwing around with config files) and has all the features trime has and more (i can even type unicode! ☻). only feature i would miss is that trime types both round brackets at once and places your cursor in the middle whereas fcitx5 android needs you to type them individually.