Issue with linux-image-5.0.0-13-generic file during installationsUpdates fail due to “/etc/default/grub: splash”: not found” error kernel did not upgrade between 12.04->12.10->13.04cannot upgrade kernel and mysql-server after dist upgradeLinux Headers not upgrading. It says “no space” when I have lotsErrors every time I use 'apt install' because of old kernelsHow to fix kernel issue after upgrading from 18.10 to 19.04?
Object Oriented Programming - how to avoid duplication in processes that differ slightly depending on a variable
Does there exist a nonzero ring homomorphism from the ring of square rational matrices to the ring of rational numbers?
How can kinetic energy increase during a collision?
How to manage publications on a local computer
Why do Muslim refugees seek asylum in Europe and not in rich countries in the Middle East?
Why do some papers have 10-20 co-authors?
Why do aircraft sometimes bounce while landing?
Does any country have free college & open admissions?
I have stack-exchanged through my undergrad math program. Am I likely to succeed in mathematics PhD programs?
How to correctly use newtxtext and newtxmath with luatex
Parsing C-like code to extract info
Is it possible to get reverse life insurance?
Use field calculator QGIS: if value in one column, then value in new column
Why use Fourier series instead of Taylor?
Warranty on lock damaged during attempted theft
Average Two Letters
In a topological space , if a subset is both closed and open then the toplogy is discrete?
What does TWRP "Fix Contexts" do?
Why rounding odd font sizes to even?
How did we arrive at Major/Minor tonality, and why did we settle on it?
How to communicate faster than the system clock
What is the maximum number of squares 8 queens and 8 nightriders can attack on a 16x16 board?
Conditionals across a new environment
Thermal runaway on extruder hotend
Issue with linux-image-5.0.0-13-generic file during installations
Updates fail due to “/etc/default/grub: splash”: not found” error kernel did not upgrade between 12.04->12.10->13.04cannot upgrade kernel and mysql-server after dist upgradeLinux Headers not upgrading. It says “no space” when I have lotsErrors every time I use 'apt install' because of old kernelsHow to fix kernel issue after upgrading from 18.10 to 19.04?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Forgive me because I am a very excited, albeit brand new Linux user. I started having issues with installs a couple of days ago. I also cannot do any backups. The errors I get all have to do with linux-image-5.0.0-13-generic
. I'm currently on linux-image-5.0.0-21-generic
.
I get the following message when trying to run sudo apt-get upgrade
, which I think might be a clue to the problem:
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
linux-image-5.0.0-13-generic
The following packages will be upgraded:
firefox firefox-locale-en libmysqlclient20 patch
4 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0 B/51.2 MB of archives.
After this operation, 8,670 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 185702 files and directories currently installed.)
Removing linux-image-5.0.0-13-generic (5.0.0-13.14) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.0.0-13-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
/usr/sbin/grub-mkconfig: 1: /etc/default/grub: blinking: not found
run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 127
dpkg: error processing package linux-image-5.0.0-13-generic (--remove):
installed linux-image-5.0.0-13-generic package post-removal script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-5.0.0-13-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any help anyone can provide is greatly appreciated. I love everything I've learned / tried in Linux compared to Windows so far, but this is a little discouraging. Thank you in advance.
Here are the lines from grub:
blinking cursor# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=nouveau.modeset=0
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
kernel
add a comment
|
Forgive me because I am a very excited, albeit brand new Linux user. I started having issues with installs a couple of days ago. I also cannot do any backups. The errors I get all have to do with linux-image-5.0.0-13-generic
. I'm currently on linux-image-5.0.0-21-generic
.
I get the following message when trying to run sudo apt-get upgrade
, which I think might be a clue to the problem:
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
linux-image-5.0.0-13-generic
The following packages will be upgraded:
firefox firefox-locale-en libmysqlclient20 patch
4 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0 B/51.2 MB of archives.
After this operation, 8,670 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 185702 files and directories currently installed.)
Removing linux-image-5.0.0-13-generic (5.0.0-13.14) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.0.0-13-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
/usr/sbin/grub-mkconfig: 1: /etc/default/grub: blinking: not found
run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 127
dpkg: error processing package linux-image-5.0.0-13-generic (--remove):
installed linux-image-5.0.0-13-generic package post-removal script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-5.0.0-13-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any help anyone can provide is greatly appreciated. I love everything I've learned / tried in Linux compared to Windows so far, but this is a little discouraging. Thank you in advance.
Here are the lines from grub:
blinking cursor# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=nouveau.modeset=0
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
kernel
add a comment
|
Forgive me because I am a very excited, albeit brand new Linux user. I started having issues with installs a couple of days ago. I also cannot do any backups. The errors I get all have to do with linux-image-5.0.0-13-generic
. I'm currently on linux-image-5.0.0-21-generic
.
I get the following message when trying to run sudo apt-get upgrade
, which I think might be a clue to the problem:
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
linux-image-5.0.0-13-generic
The following packages will be upgraded:
firefox firefox-locale-en libmysqlclient20 patch
4 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0 B/51.2 MB of archives.
After this operation, 8,670 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 185702 files and directories currently installed.)
Removing linux-image-5.0.0-13-generic (5.0.0-13.14) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.0.0-13-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
/usr/sbin/grub-mkconfig: 1: /etc/default/grub: blinking: not found
run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 127
dpkg: error processing package linux-image-5.0.0-13-generic (--remove):
installed linux-image-5.0.0-13-generic package post-removal script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-5.0.0-13-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any help anyone can provide is greatly appreciated. I love everything I've learned / tried in Linux compared to Windows so far, but this is a little discouraging. Thank you in advance.
Here are the lines from grub:
blinking cursor# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=nouveau.modeset=0
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
kernel
Forgive me because I am a very excited, albeit brand new Linux user. I started having issues with installs a couple of days ago. I also cannot do any backups. The errors I get all have to do with linux-image-5.0.0-13-generic
. I'm currently on linux-image-5.0.0-21-generic
.
I get the following message when trying to run sudo apt-get upgrade
, which I think might be a clue to the problem:
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
linux-image-5.0.0-13-generic
The following packages will be upgraded:
firefox firefox-locale-en libmysqlclient20 patch
4 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0 B/51.2 MB of archives.
After this operation, 8,670 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 185702 files and directories currently installed.)
Removing linux-image-5.0.0-13-generic (5.0.0-13.14) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.0.0-13-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
/usr/sbin/grub-mkconfig: 1: /etc/default/grub: blinking: not found
run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 127
dpkg: error processing package linux-image-5.0.0-13-generic (--remove):
installed linux-image-5.0.0-13-generic package post-removal script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-5.0.0-13-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any help anyone can provide is greatly appreciated. I love everything I've learned / tried in Linux compared to Windows so far, but this is a little discouraging. Thank you in advance.
Here are the lines from grub:
blinking cursor# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=nouveau.modeset=0
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
kernel
kernel
edited Jul 30 at 14:57
nobody
1,6331 gold badge4 silver badges17 bronze badges
1,6331 gold badge4 silver badges17 bronze badges
asked Jul 28 at 17:16
GrimnebulinGrimnebulin
12 bronze badges
12 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
/etc/default/grub: blinking: not found
erase in /etc/default/grub
blinking cursor
.
sudo -H gedit /etc/default/grub
Then run
sudo dpkg --configure -a && sudo apt -f install
Sorry for the basic question, but is this referring to the file grub within the default folder? If so, the only line in the file with the word 'blinking' is the first, and it reads: blinking cursor# If you change this file, run 'update-grub' afterwards to update. Should I delete that line?
– Grimnebulin
Jul 28 at 18:54
It is best to see what the file contains. Usecat /etc/default/grub
and post the lines into your question.
– WinEunuuchs2Unix
Jul 28 at 19:10
Yep. Then run the other 2 commands.
– nobody
Jul 28 at 19:11
1
And no, don't delete the whole line, just the wordsblinking cursor
.
– fkraiem
Jul 30 at 15:25
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1161702%2fissue-with-linux-image-5-0-0-13-generic-file-during-installations%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
/etc/default/grub: blinking: not found
erase in /etc/default/grub
blinking cursor
.
sudo -H gedit /etc/default/grub
Then run
sudo dpkg --configure -a && sudo apt -f install
Sorry for the basic question, but is this referring to the file grub within the default folder? If so, the only line in the file with the word 'blinking' is the first, and it reads: blinking cursor# If you change this file, run 'update-grub' afterwards to update. Should I delete that line?
– Grimnebulin
Jul 28 at 18:54
It is best to see what the file contains. Usecat /etc/default/grub
and post the lines into your question.
– WinEunuuchs2Unix
Jul 28 at 19:10
Yep. Then run the other 2 commands.
– nobody
Jul 28 at 19:11
1
And no, don't delete the whole line, just the wordsblinking cursor
.
– fkraiem
Jul 30 at 15:25
add a comment
|
/etc/default/grub: blinking: not found
erase in /etc/default/grub
blinking cursor
.
sudo -H gedit /etc/default/grub
Then run
sudo dpkg --configure -a && sudo apt -f install
Sorry for the basic question, but is this referring to the file grub within the default folder? If so, the only line in the file with the word 'blinking' is the first, and it reads: blinking cursor# If you change this file, run 'update-grub' afterwards to update. Should I delete that line?
– Grimnebulin
Jul 28 at 18:54
It is best to see what the file contains. Usecat /etc/default/grub
and post the lines into your question.
– WinEunuuchs2Unix
Jul 28 at 19:10
Yep. Then run the other 2 commands.
– nobody
Jul 28 at 19:11
1
And no, don't delete the whole line, just the wordsblinking cursor
.
– fkraiem
Jul 30 at 15:25
add a comment
|
/etc/default/grub: blinking: not found
erase in /etc/default/grub
blinking cursor
.
sudo -H gedit /etc/default/grub
Then run
sudo dpkg --configure -a && sudo apt -f install
/etc/default/grub: blinking: not found
erase in /etc/default/grub
blinking cursor
.
sudo -H gedit /etc/default/grub
Then run
sudo dpkg --configure -a && sudo apt -f install
edited Jul 30 at 15:43
answered Jul 28 at 18:21
nobodynobody
1,6331 gold badge4 silver badges17 bronze badges
1,6331 gold badge4 silver badges17 bronze badges
Sorry for the basic question, but is this referring to the file grub within the default folder? If so, the only line in the file with the word 'blinking' is the first, and it reads: blinking cursor# If you change this file, run 'update-grub' afterwards to update. Should I delete that line?
– Grimnebulin
Jul 28 at 18:54
It is best to see what the file contains. Usecat /etc/default/grub
and post the lines into your question.
– WinEunuuchs2Unix
Jul 28 at 19:10
Yep. Then run the other 2 commands.
– nobody
Jul 28 at 19:11
1
And no, don't delete the whole line, just the wordsblinking cursor
.
– fkraiem
Jul 30 at 15:25
add a comment
|
Sorry for the basic question, but is this referring to the file grub within the default folder? If so, the only line in the file with the word 'blinking' is the first, and it reads: blinking cursor# If you change this file, run 'update-grub' afterwards to update. Should I delete that line?
– Grimnebulin
Jul 28 at 18:54
It is best to see what the file contains. Usecat /etc/default/grub
and post the lines into your question.
– WinEunuuchs2Unix
Jul 28 at 19:10
Yep. Then run the other 2 commands.
– nobody
Jul 28 at 19:11
1
And no, don't delete the whole line, just the wordsblinking cursor
.
– fkraiem
Jul 30 at 15:25
Sorry for the basic question, but is this referring to the file grub within the default folder? If so, the only line in the file with the word 'blinking' is the first, and it reads: blinking cursor# If you change this file, run 'update-grub' afterwards to update. Should I delete that line?
– Grimnebulin
Jul 28 at 18:54
Sorry for the basic question, but is this referring to the file grub within the default folder? If so, the only line in the file with the word 'blinking' is the first, and it reads: blinking cursor# If you change this file, run 'update-grub' afterwards to update. Should I delete that line?
– Grimnebulin
Jul 28 at 18:54
It is best to see what the file contains. Use
cat /etc/default/grub
and post the lines into your question.– WinEunuuchs2Unix
Jul 28 at 19:10
It is best to see what the file contains. Use
cat /etc/default/grub
and post the lines into your question.– WinEunuuchs2Unix
Jul 28 at 19:10
Yep. Then run the other 2 commands.
– nobody
Jul 28 at 19:11
Yep. Then run the other 2 commands.
– nobody
Jul 28 at 19:11
1
1
And no, don't delete the whole line, just the words
blinking cursor
.– fkraiem
Jul 30 at 15:25
And no, don't delete the whole line, just the words
blinking cursor
.– fkraiem
Jul 30 at 15:25
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1161702%2fissue-with-linux-image-5-0-0-13-generic-file-during-installations%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown