blend hook error
so, everything boots correctly but grub collects this error from every boot and now I have a big wall of this text repeating the same stuff
what is wrong? how do I repair this? maybe I should delete blend hook from being loaded at all?
the mentioned error:
*
[ BLEND ] Setting up /var/lib overlay (applying changes).mkdir: can't create directory '/new_root/.upperdir/': Read-only file system
mkdir: can't create directory '/new_root/.workdir/': Read-only file system
chmod: ./overlay-tools-*: No such file or directory
mkdir: can't create directory '/new_root/.upperdir/': Read-only file system
mount: /new_root/var/lib: special device overlay does not exist.
dmesg(1) may have more information after failed mount system call.
- SUCCESS
*
14 Replies
did you make the filesystem read only
no, i never did
it is set to rw
it is and it was
~
GNU nano 7.2 /etc/fstab
UUID=168d89f9-4921-4d80-80a5-8808d408aca4 / btrfs rw,relatime 0 0 UUID=0E7A-2B15 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 UUID=c10ac2e1-12a9-4804-8e6c-2150bdd6a0a9 none swap nofail,defaults 0 0 ~
UUID=168d89f9-4921-4d80-80a5-8808d408aca4 / btrfs rw,relatime 0 0 UUID=0E7A-2B15 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 UUID=c10ac2e1-12a9-4804-8e6c-2150bdd6a0a9 none swap nofail,defaults 0 0 ~
You modified it from the default?
it was empty
Idk why
but I had to make it myself
+ wanted to add swap
Ah
Try mounting it as read only
why tho? wouldn't it make system almost unusable?
my brother in christ, i'm using this system right now. just don't wanna get this error :v
Idk what the default is maybe blend likes it read only
Oh wait
It’s an immutable file system
It’s supposed to be immutable
I am as confused as you
: )
New iso should fix this
It’s coming out very soon™️ I hope
can I give you some info which would make my situation clearer?
I don’t think I can help you my best advice is wait for the upgrade
The new ISO
And do a fresh reinstall once it comes out
but I already set it up :c
ok :/
The hook might be linked to a systemd service or tjmer
Might wanna look into that
systemctl list-units | grep -i “blend”
sys-devices-pci0000:00-0000:00:1d.0-0000:07:00.0-nvme-nvme1-nvme1n1-nvme1n1p3.device loaded active plugged Lexar SSD NM620 1TB blendOS
idk if that's what you were asking for cause I also named my partition 'blendOS' 🤡
xyz /home/xyz -> sudo journalctl | grep "blendOS"
May 25 19:08:36 blend kernel: BTRFS: device label blendOS devid 1 transid 2376 /dev/nvme1n1p3 scanned by (udev-worker) (139)
May 25 19:08:45 blend sddm[704]: Authentication information: "Welcome to blendOS"
xyz /home/xyz -> sudo dmesg | grep "blendOS"
[ 1.146440] BTRFS: device label blendOS devid 1 transid 2376 /dev/nvme1n1p3 scanned by (udev-worker) (139)
i don't see anything particularly sus