Manjaro LinuxはArch Linuxを基に開発された、ユーザーフレンドリーなディストリビューションです。
初心者のためにグラフィカルなインストーラーを提供し、
デスクトップ環境としてXfce、KDE、GNOMEを公式にサポートしています。
また、コミュニティによってMATE版、LXDE版などが提供されています。
公式
https://manjaro.org
フォーラム
https://forum.manjaro.org
Wiki
https://wiki.manjaro.org/index.php/Main_Page
DistroWatchによる紹介
https://distrowatch.com/table.php?distribution=manjaro
前スレ
Manjaro Linux Part4
http://mao.5ch.net/test/read.cgi/linux/1589091206/
Manjaro Linux Part5
https://mao.5ch.net/test/read.cgi/linux/1631208426/
Manjaro Linux Part6
2024/03/03(日) 12:40:59.02ID:mEpHzCLW
2024/03/03(日) 19:52:34.97ID:uAoH2WHO
向こうのスレは気持ち悪いからこちらのスレを使うか
2024/03/03(日) 21:48:17.75ID:uAoH2WHO
Announcements - Manjaro Linux Forum
https://forum.manjaro.org/c/announcements/
Arch Linux Forums
https://bbs.archlinux.org/
Manjaro Repository - Status of mirrors
https://repo.manjaro.org/
https://forum.manjaro.org/c/announcements/
Arch Linux Forums
https://bbs.archlinux.org/
Manjaro Repository - Status of mirrors
https://repo.manjaro.org/
2024/03/05(火) 13:05:40.81ID:p2kRcwAk
Crash during update - System Updates - Manjaro Linux Forum
https://forum.manjaro.org/t/crash-during-update/157693
Nachlese 4 March 2024 21:05 3
If the system was in the midst of an update, at least the kernel is now missing.
… first the to be updated kernel gets removed, then the update …, then the new initrd is created at the end
interrupt the process and you end up with no initrd and kernel
This is easy to rectify:
boot from live usb and chroot (manjaro-chroot -a) into your system and run the update again
https://forum.manjaro.org/t/crash-during-update/157693
Nachlese 4 March 2024 21:05 3
If the system was in the midst of an update, at least the kernel is now missing.
… first the to be updated kernel gets removed, then the update …, then the new initrd is created at the end
interrupt the process and you end up with no initrd and kernel
This is easy to rectify:
boot from live usb and chroot (manjaro-chroot -a) into your system and run the update again
2024/03/29(金) 07:23:14.06ID:ZbSlbJw0
mkinitcpio hook migration and early microcode
journalctl -k --grep=microcode
sudo nano /etc/mkinitcpio.conf
busybox init
#HOOKS=(base udev microcode autodetect modconf block keyboard keymap consolefont filesystems fsck)
systemd init
HOOKS=(base systemd microcode autodetect keyboard sd-vconsole modconf block filesystems fsck)
sudo mkinitcpio -P
mkinitcpio - ArchWiki
https://wiki.archlinux.org/title/Mkinitcpio#Common_hooks
WARNING: Deprecated option 'ALL_microcode' found
https://bbs.archlinux.org/viewtopic.php?id=293437
面倒くさいな
journalctl -k --grep=microcode
sudo nano /etc/mkinitcpio.conf
busybox init
#HOOKS=(base udev microcode autodetect modconf block keyboard keymap consolefont filesystems fsck)
systemd init
HOOKS=(base systemd microcode autodetect keyboard sd-vconsole modconf block filesystems fsck)
sudo mkinitcpio -P
mkinitcpio - ArchWiki
https://wiki.archlinux.org/title/Mkinitcpio#Common_hooks
WARNING: Deprecated option 'ALL_microcode' found
https://bbs.archlinux.org/viewtopic.php?id=293437
面倒くさいな
2024/03/29(金) 07:23:52.34ID:ZbSlbJw0
Update to mkinitcpio runing microcode hook
https://bbs.archlinux.org/viewtopic.php?id=293834
grub-mkconfig can find ucodes itself and has a predefined list:
GRUB_EARLY_INITRD_LINUX_STOCK="intel-uc.img intel-ucode.img amd-uc.img amd-ucode.img early_ucode.cpio microcode.cpio"
Add
GRUB_EARLY_INITRD_LINUX_STOCK=""
Ok, made the changes and run mkinicpio and grub-mkconfig.. rebooted, amd-ucode.img is no longer in initrd [grub]
https://bbs.archlinux.org/viewtopic.php?id=293834
grub-mkconfig can find ucodes itself and has a predefined list:
GRUB_EARLY_INITRD_LINUX_STOCK="intel-uc.img intel-ucode.img amd-uc.img amd-ucode.img early_ucode.cpio microcode.cpio"
Add
GRUB_EARLY_INITRD_LINUX_STOCK=""
Ok, made the changes and run mkinicpio and grub-mkconfig.. rebooted, amd-ucode.img is no longer in initrd [grub]
2024/03/29(金) 07:42:43.98ID:ZbSlbJw0
I removed All_microcode and added microcode hook after autodetect. I run btrfs/grub/luks2 with secure boot and successfully booted without issues or errors.
HOOKS=(systemd btrfs keyboard autodetect microcode modconf kms block sd-vconsole sd-encrypt filesystems fsck)
こうか
busybox init
#HOOKS=(base udev autodetect microcode modconf block keyboard keymap consolefont filesystems fsck)
systemd init
HOOKS=(base systemd autodetect microcode keyboard sd-vconsole modconf block filesystems fsck)
HOOKS=(systemd btrfs keyboard autodetect microcode modconf kms block sd-vconsole sd-encrypt filesystems fsck)
こうか
busybox init
#HOOKS=(base udev autodetect microcode modconf block keyboard keymap consolefont filesystems fsck)
systemd init
HOOKS=(base systemd autodetect microcode keyboard sd-vconsole modconf block filesystems fsck)
2024/04/25(木) 20:31:31.07ID:pFiqgpAP
brave · Search · GitLab
https://gitlab.manjaro.org/search?search=brave&nav_source=navbar
https://gitlab.manjaro.org/search?search=brave&nav_source=navbar
2024/04/30(火) 16:36:25.58ID:GRJw7O91
[Testing Update] 2024-04-28 - Kernels, Python 3.12, Mesa, NVIDIA, Systemd, GStreamer - Testing Updates - Manjaro Linux Forum
https://forum.manjaro.org/t/testing-update-2024-04-28-kernels-python-3-12-mesa-nvidia-systemd-gstreamer/160657
sudo pacman -Qoq /usr/lib/python3.11/ | tee ~/python3.11.txt
cat ~/python3.11.txt | yay -R -
cat ~/python3.11.txt | yay -S --needed -
# 依存関係から外れたパッケージを削除。
yay -Yc
Python 3.12はしばらく様子見かな
https://forum.manjaro.org/t/testing-update-2024-04-28-kernels-python-3-12-mesa-nvidia-systemd-gstreamer/160657
sudo pacman -Qoq /usr/lib/python3.11/ | tee ~/python3.11.txt
cat ~/python3.11.txt | yay -R -
cat ~/python3.11.txt | yay -S --needed -
# 依存関係から外れたパッケージを削除。
yay -Yc
Python 3.12はしばらく様子見かな
2024/05/13(月) 23:22:04.95ID:wo9E/asj
またupdate で起動しなくなった。不安定すぎて僕には無理だわ
debian に戻ります
debian に戻ります
2024/05/19(日) 14:14:13.69ID:CSZIcG9l
[Testing Update] 2024-05-18 - Kernels, Systemd, Toolchain, Mesa, Firefox, Thunderbird - Testing Updates
ttps://forum.manjaro.org/t/testing-update-2024-05-18-kernels-systemd-toolchain-mesa-firefox-thunderbird/162074
$ pamac checkupdates
116 個のアップデートがあります:
gcc 13.2.1-6 -> 14.1.1+r1+g43b730b9134-1 core
gcc-libs 13.2.1-6 -> 14.1.1+r1+g43b730b9134-1 core
ttps://forum.manjaro.org/t/testing-update-2024-05-18-kernels-systemd-toolchain-mesa-firefox-thunderbird/162074
$ pamac checkupdates
116 個のアップデートがあります:
gcc 13.2.1-6 -> 14.1.1+r1+g43b730b9134-1 core
gcc-libs 13.2.1-6 -> 14.1.1+r1+g43b730b9134-1 core
レスを投稿する
ニュース
- 高市首相の“恥”行動が海外に飛び火! 英タイムスがG7外交をディスり、英FTは国内財界との没交渉ぶりを暴露 [バイト歴50年★]
- 【W杯】「ケチャップは醤油よりうまい」塩貝健人のネイマール批判でブラジル“反論” まさかの方向へ [ネギうどん★]
- 高市首相… 経歴詐称疑惑で米下院関係者が決定的証言「インターンだった」SNSで猛拡散 ★6 [少考さん★]
- 【IOC】「日本で再び冬季五輪を」 分散容認、札幌、長野で招致動き ★2 [蚤の市★]
- 【SNS】「火炎瓶作ってる?」突然来訪した公安警察 テロ対策の一部始終 [少考さん★]
- 【W杯】アフリカ勢が躍進 10チーム中9チームが決勝T進出 [ネギうどん★]
- 【MLB】パドレス vs ドジャース ★7
- 【フジテレビ】2026 FORMULA 1【NEXT】Lap53
- 【地上波/DAZNほか】 FIFAワールドカップ2026 総合スレ★237【メキシコ/カナダ/アメリカ】
- 【NJPW】新日本プロレスワールド part.2552
- とらせん 祝勝会
- かもめせん5
- 【悲報】自民党・中曽根「愛子さまが天皇になったら結婚する人もいない」→「個人的な心配でした」と釈明 [834922174]
- 【悲報】アドベンチャーワールド、パンダ舎に着ぐるみ着せた職員ぶち込んで大盛況😭 [616817505]
- J-CAST「ぎゃあああああ!前川喜平が愛子さまを“愛子さん”呼びしたああああ!X民とヤフコメ民集合!」シュババババババババ [432287167]
- AI同士でレスバさせた結果w
- Xまんさん👩「弱男がワックスを使わない理由が情けなさすぎるwwwww」⬅10万いいね [343591364]
- エッチピクチャー祭り🏡