replace the core of arch
Created|Updated|from my notion space
|Post Views:
simple way to change the default linux-core type
modify the file: /boot/grub/grub.cfg:
move the menuentry you want to the outside of submenu, to the first one.
play with arch homepage
click here to come back to play with arch
homepage.
Author: Jiao hongbao
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Related Articles

2025-04-27
play with arch home page
Play with ARCHPRE-OS the problem with pulseaudio sound[DONE] problem: conflict with neovim[DONE] PACMAN—WEEK SIGNATURE[DONE] little problems google-chrome proxy on hyprland[DONE] proxy configuration problem simple way to change the default linux-core type pip on arch archinstall manually chinese-keyboard system-immigrate arch on mac homepageclick here come back to homepage.

2025-04-27
pacman weak-signature
PACMAN—WEEK SIGNATURE[DONE] week PGP Sometimes, it is can’t update applications by command: 1sudo pacman -Syu because of week PGP. for this case, modify the file /etc/pacman.conf ‘s SigLevel to follow: 1SigLevel = Never [or Optional TrustAll] just can’t download try: 123456789rm -r /var/lib/pacman/sync /etc/pacman.d/gnupgrm -r /var/cache/pacman [optional]sudo pacman-key --initsudo pacman -Syyuusudo pacman-key --populate archilinux play with arch homepageclick here to come...

2025-04-27
PRE-OS
PRE-OSafter open the arch-os, what we should do is… 12git clone https://github.com/Elegycloud/clash-for-linux-backup.git// to ... then: 12345sudo pacman -Syusudo pacman -S gogit clone http://aur.archlinux.org/yay.git//or paru modify the PKGBUILD, add : 123export GO111MODULE = onexport GOPROXY = https://goproxy.cn command line do: 12makepkg;makepkg - si; play with arch homepageclick here to come back to play with archhomepage.

2025-10-12
arch on mac
由于我的电脑键盘有几个键坏了,带出去的时候会很难用,所以这几天也是在白嫖同学的电脑来用()。我这个硬盘在UEFI&GPT的系统主板上可以正常启动,按道理来说已经完全可以够我在几乎所有的现代电脑启动了,但是最近却遭遇了在macbook上的启动失败。在macbook上的启动会有奇怪的问题,从mac启动时触控板和键盘是无法正常使用的,不过usb外接可以。虽然我很少会在mac上启动这个系统,但是存在这个问题确实会让我十分不爽。经过小小的研究之后发现,无法正常使用的原因是mac(尤其是前几年的版本和带有Touchbar的版本)使用了果子的安全T2芯片,mac自带的键盘,触控板,IO等都是通过这个T2控制的,一般的linux内核不会默认支持这个芯片,就会导致这个问题。 添加 linux-t2 内核想要解决这个问题应该不会很难,理论上最简单的方法就是安装一个支持T2芯片的内核就可以了。不过令人悲伤的是pacman和yay似乎没有t2内核的库,那么我们只好下载源码进行编译了。(有一种我在使用gentoo的感觉) 首先下载一个源码,我找的是这个,t2linux...

2025-04-27
archinstall manually
archinstall manuallyyou can use balena etcher or rufus to create a LIVE CD, start the computer with USB/CD. then: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124ping archlinux.org// confirm network connect// connect WiFi witch iwctliwctldevice liststation wlan0 scanstation...

2025-04-27
chinese keyboard
chinese-keyboard12345678910111213141516171819sudo pacman -S fcitx5-im fcitx5-rime fcitx5-configtool fcitx5-gtk fcitx5-qt// optional modulesudo pacman -S fcitx5-chinese-addons//hyprland// add these in ~/.config/hypr/hyprland.confenv = GTK_IM_MODULE,fcitxenv = QT_IM_MODULE,fcitxenv = XMODIFIERS,@im=fcitxenv = INPUT_METHOD,fcitxenv = SDL_IM_MODULE,fcitxenv = GLFW_IM_MODULE,ibusexec-once = fcitx5// env configuration must above all other code.fcitx5-configtool //use rimehyprctl dispatch...
Announcement



