Linux Lite Forums

Full Version: diskfilter writes are not supported
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Brand New installation of Linux lite latest 5.0. while booting getting message on screen as shown in title. Asking to press (K) to continue. If not pressed....boot ok.

Looks like this is some bug that is travelling in each LL version??
Hi!

Read this article:

https://askubuntu.com/questions/468466/d...this-error

You probably installed Linux Lite using RAID.

Best regards! Smile
Hi,
thanks for reply.

Nah....it was an old machine. Dell inspiron 1420 laptop with 120G of single Sata SSD.

Plus the link you gave is like ubuntu 14.04. LL 5.X is based on ubuntu 20.04. not sure if that still applies.

Note -  used LVM in setup for root disk.
(07-13-2020, 08:00 AM)Makrand link Wrote: [ -> ]Note -  used LVM in setup for root disk.

Read the whole thread. It is exactely what was the point: Virtual drives raise this kind of error.
LVM is exactely this: Logical Volume Management. That means that the drive is managed as a logical drive, as opposed to a PHYSICAL drive.
Do a search on "Installing GRUB on LVM" or the like.

Good luck! Wink Smile
(07-12-2020, 05:20 PM)Makrand link Wrote: [ -> ]Brand New installation of Linux lite latest 5.0. while booting getting message on screen as shown in title. Asking to press (K) to continue. If not pressed....boot ok.

Looks like this is some bug that is travelling in each LL version??


(07-13-2020, 08:00 AM)Makrand link Wrote: [ -> ]Note -  used LVM in setup for root disk.


Have you set up an LVM in each previous version of LL that you had this message?
I have LVM on my LL4.8 - I don't get prompted to press a key or that message - but I dont visually see grub load (i know its prolly there in the background). Although I did set up my partitioning outside of the install.
I am using Linux Lite 5.0 on both Dell Inspiron and on vms running on VMwrae as well as Oracle VirtualBox. And at all the places I am getting this message:

---
error: diskfilter writes are not supported.

Press any key to continue...
---

I am not using RAID but my root is on LVM. If I am using normal Ubuntu 18.04 LTS or 20.04 LTS, I never get this message but with Linux Lite its coming.

Even tried following the "quick_boot" parameter change as mentioned in:  https://askubuntu.com/questions/468466/d...0partition.

But thats still not working.

==: Out put from my VM :==
root  ~  df -PTH
Filesystem              Type      Size  Used Avail Use% Mounted on
udev                    devtmpfs  2.1G    0  2.1G  0% /dev
tmpfs                    tmpfs    413M  2.8M  411M  1% /run
/dev/mapper/vglinux-root ext4      78G  9.1G  65G  13% /
tmpfs                    tmpfs    2.1G    0  2.1G  0% /dev/shm
tmpfs                    tmpfs    5.3M  4.1k  5.3M  1% /run/lock
tmpfs                    tmpfs    2.1G    0  2.1G  0% /sys/fs/cgroup
/dev/sda1                vfat      536M  8.2k  536M  1% /boot/efi
tmpfs                    tmpfs    413M  8.2k  413M  1% /run/user/110
tmpfs                    tmpfs    413M  4.1k  413M  1% /run/user/1000
root  ~  pvs
  PV        VG      Fmt  Attr PSize  PFree
  /dev/sda5  vglinux lvm2 a--  <74.50g    0
root  ~  vgs
  VG      #PV #LV #SN Attr  VSize  VFree
  vglinux  1  2  0 wz--n- <74.50g    0
root  ~  lvs
  LV    VG      Attr      LSize  Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  root  vglinux -wi-ao---- <73.54g
  swap_1 vglinux -wi-ao---- 980.00m
root  ~
[member=23749]Udayendu Kar[/member]  [member=28958]Makrand[/member]
You may want to give the link below a read thru...
I assume the Installer configured the LVM for you? On my install I set up the partitioning/LVM prior then installed (I wanted the LVM different than what the installer defaulted) -- I don't have the error.. I have Root, Home and SWAP all on LVM on a single VG..

https://www.linuxliteos.com/forums/insta...supported/



Code:
sudo lvs
  LV      VG       Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  home-lv linux-vg -wi-ao---- 100.00g                                                   
  root-lv linux-vg -wi-ao----  40.00g                                                   
  swap-lv linux-vg -wi-ao----   8.00g                                                   


sudo vgs
  VG       #PV #LV #SN Attr   VSize    VFree 
  linux-vg   1   3   0 wz--n- <160.00g <12.00g
@firenice03

Using LL for 1st time.
Helped my nephew installing it (remotely) for his school assignments.
Used Default lvm that installer gave.

Also, seen a lot of LL folks complaining about same warning / error for various LL versions.


Sent from my RMX1911 using Tapatalk

The bug was marked in the Ubuntu 14.04. Current version is Ubuntu 20.04. If I am installing with the default partition with the Ubuntu 20.04, I am not getting that error.
But with the default installer why I am getting the error with LL 5.0 ?

I can create the partition manually. But when the default installer can do the task why should I do that manually ?


(07-18-2020, 05:21 AM)Udayendu Kar link Wrote: [ -> ]The bug was marked in the Ubuntu 14.04. Current version is Ubuntu 20.04. If I am installing with the default partition with the Ubuntu 20.04, I am not getting that error.
But with the default installer why I am getting the error with LL 5.0 ?

I can create the partition manually. But when the default installer can do the task why should I do that manually ?

There are various reasons for doing the partition manually. For starters, you may want to mount /home or /var on different partition.
I almost all time do partition manually.

I think this is LL specific issue. May be I will create issue on GitHub of LL.

Sent from my RMX1911 using Tapatalk

Pages: 1 2