#[SOLVED]Can't mkinitcpio -P
53 messages · Page 1 of 1 (latest)
I did but I can't seem to get it to resize the partition
post the output
well that's unexpected
Don't tell me I gotta do everything all over again
what happens if you don't specify a size
It says illegal new volume size
a bug report from 2020 suggests that the tool is incapable of resizing a partition filesystem that small
256, according to this bug report; let me dig a little bit
semantic error on my part, I meant 'filesystem'. It looks like the recommended workarounds are some variation of "back up the data, destroy it, re-create it."
https://superuser.com/questions/1230741/how-to-resize-the-efi-system-partition
Okay, well how do I back up the data?
copying the files out to a folder on your root partition would do
you have bootable media incase something goes terribly wrong?
Okay how do I select the whole thing and copy it somewhere else?
just a regular cp -r /boot <target>
I do
dosfstools - in the future if you're stuck on missing commands you can typically find what package they're in using the wiki search, or package search
not that I mind, but sometimes it'll be faster to help yourself than to wait for someone on discord
Absolutely I am still fairly new but yeah I try to use the wiki when I can
takes practice.
It's just late and I can't really reason straigjt
I just have one last question, I copied the boot partition content in my root, now to copy it back I have to use the same command as before?
Or actually I should use move?
So I mount the partition and then do cp -r /home/boot /boot?
Damn they would have the same name
That's not good is it?
not a problem just make sure it doesn't end up as /boot/boot
Okay how can I avoid that? How do I copy only the files in it?
Looks right to me yeah
OK run your mkinit
🎉
Ty so much
remember to mark the thread as solved.