ant75
4 March 2023 11:52
1
Manjaro boot, btrfs…
I wanted to move all of my datas and system to an another ssd, everything went fine, except the boot.
I’m using btrfs, the system boots up when the / dir is on another ssd…
Is there any way, to set / dir to another drive/partition ?
What i tried:
fstab – no effect.
UUID=af0bbc4b-0e65-458a-8b33-6ef5279b05bb / btrfs subvol=_active/rootvol,defaults,compress=zstd,noatime,ssd 0 1
manjaro-chroot - freezes , or at least 6 hours isnt enough to finish the job
Hi and welcome to the Forum
ant75:
I’m using btrfs, the system boots up when the / dir is on another ssd…
Is there any way, to set / dir to another drive/partition ?
You need to check both your bootloader config and kernel command line used, and most likely also your fstab
.
They are all used in combination with your /
…
Please also read all links, and act accordingly, mentioned in these threads:
Difficulty: ★☆☆☆☆
Strong of its many members, the Manjaro support forum can provide you help whenever you have an issue with your Manjaro installation. But in order to work efficiently, we shall also ask you to follow three major points.
Provide context
Simply signaling an issue is rarely enough to understand how it occurred. It is thus important to provide details on how it happened:
Detail prior actions leading to the issue.
List solutions and guides you already tried, with links when…
Welcome to Manjaro!
To allow all of us helpful people on this forum TO HELP YOU, we need some basic information about your system. This probably means you described the symptoms of your problem, but now we need some more information to know where the origin of your issue is exactly.
Someone else probably linked you to this tutorial, so if you’re reading this in response to a question, please click the link above this text to bring you to the full and unabridged text of the tutorial…
Two different pieces of advice (I have no experience with btrfs):
I can't run manjaro-chroot on vm with brtfs filesystem - #2 by brahma
says that manjaro-chroot can’t be used on btrfs
but rather the manual method as, for instance, described in the Arch Wiki.
chroot - ArchWiki
and then there is this:
Computer won't boot after Kernel update - #10 by stephane
mentions a different method.
I don’t know whether either one or which one is correct.
HTH nonetheless!
What can be wrong ?
boot-info in your UEFI(Bios)
grub.cfg in …/grub/
fstab in /etc of your root-partition
If you want someone to be able to help you, you need to explain what you allready did. (and to provide inxi )
You can also use maxi -eg
to collect information about the boot process. This works,
when you are in your running system (with CTRL +ALT +F2 ).
And also in a live environment
If your manjaro installation does not boot (any more), maxi may help to find what is missing - GitHub - andreaskielkopf/maxi: If your manjaro installation does not boot (any more), maxi may help to...