##################################### closed as an "automatic" solution came somehow up, see post #10 #####################################
Hello everyone!
I recently installed Kubuntu 20.04.1 and I am getting an error right after grub menu
When choosing to boot kubuntu, I get:
and when I choose win10 I get:
In both cases the pc works, but I do want to get rid of this error/bug.
I installed kubuntu fresh, meaning I chose the option “use the entire disk and set up LVM”. It was the first time I chose to set up LVM, all other installs I had done in the past were without it. I just thought I could do it and explore later what it is.
I have three disks, namely 2ssd (kubuntu-windows) and one hdd (storage). During installation the disk with windows was disconnected. I booted from a usb stick and installed kubuntu with the option I mentioned above. Once install was complete, I installed the kubuntu updates and some software from Discover, all worked fine. Then I shut down, connected the win ssd, booted and did a sudo update-grub, so I could have the option to boot either OS. From that point on I am not 100% sure that the error started showing up just yet. I also did a minor edit in /etc/default/grub, in order to remember the last boot option, so it currently is:
Next, sudo update-grub, restart and I am now getting the error I described above. (By the way, the savedefault command does not work, the default option is still ubuntu, but this is not the problem here, getting rid of the “diskfilter writes” error is)
So, after some googling (or perhaps duckduckgoing) I found that I should edit a line in /etc/grub.d/10_linux:
quick_boot="0"
which didn’t do anything either...
Any ideas?
Thanks in advance!
EDIT: I restored et/default/grub and etc/grub.d/10_linux to their original versions, the error persists.
Hello everyone!
I recently installed Kubuntu 20.04.1 and I am getting an error right after grub menu
When choosing to boot kubuntu, I get:
Code:
error: diskfilter writes are not supported press any key to continue...
Code:
error: diskfilter writes are not supported setting partition type to 0x7 press any key to continue...
I installed kubuntu fresh, meaning I chose the option “use the entire disk and set up LVM”. It was the first time I chose to set up LVM, all other installs I had done in the past were without it. I just thought I could do it and explore later what it is.
I have three disks, namely 2ssd (kubuntu-windows) and one hdd (storage). During installation the disk with windows was disconnected. I booted from a usb stick and installed kubuntu with the option I mentioned above. Once install was complete, I installed the kubuntu updates and some software from Discover, all worked fine. Then I shut down, connected the win ssd, booted and did a sudo update-grub, so I could have the option to boot either OS. From that point on I am not 100% sure that the error started showing up just yet. I also did a minor edit in /etc/default/grub, in order to remember the last boot option, so it currently is:
Code:
#GRUB_DEFAULT=0 GRUB_DEFAULT=saved GRUB_SAVEDEFAULT=true GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=6 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""
So, after some googling (or perhaps duckduckgoing) I found that I should edit a line in /etc/grub.d/10_linux:
quick_boot="0"
which didn’t do anything either...
Any ideas?
Thanks in advance!
EDIT: I restored et/default/grub and etc/grub.d/10_linux to their original versions, the error persists.
Comment