Ubuntu 18.04 stuck on verbose screen on startuplsb_release - could not convert string to float: '8.04 LTS'Can I backup all data from a live USBUbuntu LTS 18.04 stuck at splash screen after routine updateUbuntu 18.04 stuck at loading screenboot startup speedup Ubuntu 18.04
What's the name of the role of characters who buff teammates?
What is this sound, instrument? (Rheingold, Wagner)
Is it possible to keep cat litter on balcony during winter (down to -10°C)
What would make the internet go away?
How to fill a closed parametric curve?
Language to define perfectly a programming problem
An historical mystery : Poincaré’s silence on Lebesgue integral and measure theory?
QGIS "open attribute table" as tab
What is the difference between turbojet and turbofan engines?
What is the purpose of this single box found in Rome B&B room?
Does quickening a spell change the kind of action it grants?
Why does Smaug have 4 legs in the 1st movie but only 2 legs in the 2nd?
How to draw the following image in TikZ?
Fivefold devision of the whole tone - What does it mean?
I'm being blamed for not responding to an email from a client
50k job is offering 90k worth of shares. Scam?
How do the Martian rebels defeat Earth when they're grossly outnumbered and outgunned?
Translation Golf XLIX - An Accurate Shot
Visiting a place in Brussels where Pink Floyd recorded a video
Possible executive assistant job scam
SD Card speed degrading and doesn't work on one of my cameras: can I do something?
Fermat's Last Theorem, mod n
A professor commented that my research is too simple as compared to my colleagues. What does that mean about my future prospects?
What deck size is ideal?
Ubuntu 18.04 stuck on verbose screen on startup
lsb_release - could not convert string to float: '8.04 LTS'Can I backup all data from a live USBUbuntu LTS 18.04 stuck at splash screen after routine updateUbuntu 18.04 stuck at loading screenboot startup speedup Ubuntu 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I had done a sudo apt-get upgrade and was installing some packages (truffle, nodejs) when my laptop stopped responding and applications were not opening so I restarted it and when it booted it got stuck in the verbose boot screen and blinking intermittently.
All were showing [OK] so I pressed ALT + F2 and was able to login but it showed a few python value errors:
/usr/lib/python3/dist-packages/lsb_release.py
ValueError: could not convert string to float: '6.06 LTS'
How can I fix this and complete the boot sequence please help?
boot 18.04
add a comment
|
I had done a sudo apt-get upgrade and was installing some packages (truffle, nodejs) when my laptop stopped responding and applications were not opening so I restarted it and when it booted it got stuck in the verbose boot screen and blinking intermittently.
All were showing [OK] so I pressed ALT + F2 and was able to login but it showed a few python value errors:
/usr/lib/python3/dist-packages/lsb_release.py
ValueError: could not convert string to float: '6.06 LTS'
How can I fix this and complete the boot sequence please help?
boot 18.04
Also if there is no fix how do I recover my data from the terminal
– Kousik Rajesh
Jul 19 at 15:28
add a comment
|
I had done a sudo apt-get upgrade and was installing some packages (truffle, nodejs) when my laptop stopped responding and applications were not opening so I restarted it and when it booted it got stuck in the verbose boot screen and blinking intermittently.
All were showing [OK] so I pressed ALT + F2 and was able to login but it showed a few python value errors:
/usr/lib/python3/dist-packages/lsb_release.py
ValueError: could not convert string to float: '6.06 LTS'
How can I fix this and complete the boot sequence please help?
boot 18.04
I had done a sudo apt-get upgrade and was installing some packages (truffle, nodejs) when my laptop stopped responding and applications were not opening so I restarted it and when it booted it got stuck in the verbose boot screen and blinking intermittently.
All were showing [OK] so I pressed ALT + F2 and was able to login but it showed a few python value errors:
/usr/lib/python3/dist-packages/lsb_release.py
ValueError: could not convert string to float: '6.06 LTS'
How can I fix this and complete the boot sequence please help?
boot 18.04
boot 18.04
edited Jul 19 at 15:54
WinEunuuchs2Unix
60.5k18 gold badges122 silver badges236 bronze badges
60.5k18 gold badges122 silver badges236 bronze badges
asked Jul 19 at 14:20
Kousik RajeshKousik Rajesh
183 bronze badges
183 bronze badges
Also if there is no fix how do I recover my data from the terminal
– Kousik Rajesh
Jul 19 at 15:28
add a comment
|
Also if there is no fix how do I recover my data from the terminal
– Kousik Rajesh
Jul 19 at 15:28
Also if there is no fix how do I recover my data from the terminal
– Kousik Rajesh
Jul 19 at 15:28
Also if there is no fix how do I recover my data from the terminal
– Kousik Rajesh
Jul 19 at 15:28
add a comment
|
1 Answer
1
active
oldest
votes
After logging into the console look edit this file:
/usr/share/pyshared/lsb_release.py
And around line 41 you will see:
RELEASES_ORDER.sort(key=lambda n: float(n[0]))
Change it to:
RELEASES_ORDER.sort(key=lambda n: float(n[0].split()[0]))
Source: lsb_release - could not convert string to float: '8.04 LTS'
I did that but that still doesn't fix the boot issue the screen is still stuck at the verbose page and blinking. Also I noticed that show plymouth boot screen had failed in the verbose page.
– Kousik Rajesh
Jul 19 at 16:28
@KousikRajesh But the string to float error messages are gone now?
– WinEunuuchs2Unix
Jul 19 at 16:30
Yes that is no longer showing
– Kousik Rajesh
Jul 19 at 16:31
Would you mind accepting this answer by clicking the check mark next to it and posting a new question with plymouth problems?
– WinEunuuchs2Unix
Jul 19 at 16:36
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%2f1159476%2fubuntu-18-04-stuck-on-verbose-screen-on-startup%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
After logging into the console look edit this file:
/usr/share/pyshared/lsb_release.py
And around line 41 you will see:
RELEASES_ORDER.sort(key=lambda n: float(n[0]))
Change it to:
RELEASES_ORDER.sort(key=lambda n: float(n[0].split()[0]))
Source: lsb_release - could not convert string to float: '8.04 LTS'
I did that but that still doesn't fix the boot issue the screen is still stuck at the verbose page and blinking. Also I noticed that show plymouth boot screen had failed in the verbose page.
– Kousik Rajesh
Jul 19 at 16:28
@KousikRajesh But the string to float error messages are gone now?
– WinEunuuchs2Unix
Jul 19 at 16:30
Yes that is no longer showing
– Kousik Rajesh
Jul 19 at 16:31
Would you mind accepting this answer by clicking the check mark next to it and posting a new question with plymouth problems?
– WinEunuuchs2Unix
Jul 19 at 16:36
add a comment
|
After logging into the console look edit this file:
/usr/share/pyshared/lsb_release.py
And around line 41 you will see:
RELEASES_ORDER.sort(key=lambda n: float(n[0]))
Change it to:
RELEASES_ORDER.sort(key=lambda n: float(n[0].split()[0]))
Source: lsb_release - could not convert string to float: '8.04 LTS'
I did that but that still doesn't fix the boot issue the screen is still stuck at the verbose page and blinking. Also I noticed that show plymouth boot screen had failed in the verbose page.
– Kousik Rajesh
Jul 19 at 16:28
@KousikRajesh But the string to float error messages are gone now?
– WinEunuuchs2Unix
Jul 19 at 16:30
Yes that is no longer showing
– Kousik Rajesh
Jul 19 at 16:31
Would you mind accepting this answer by clicking the check mark next to it and posting a new question with plymouth problems?
– WinEunuuchs2Unix
Jul 19 at 16:36
add a comment
|
After logging into the console look edit this file:
/usr/share/pyshared/lsb_release.py
And around line 41 you will see:
RELEASES_ORDER.sort(key=lambda n: float(n[0]))
Change it to:
RELEASES_ORDER.sort(key=lambda n: float(n[0].split()[0]))
Source: lsb_release - could not convert string to float: '8.04 LTS'
After logging into the console look edit this file:
/usr/share/pyshared/lsb_release.py
And around line 41 you will see:
RELEASES_ORDER.sort(key=lambda n: float(n[0]))
Change it to:
RELEASES_ORDER.sort(key=lambda n: float(n[0].split()[0]))
Source: lsb_release - could not convert string to float: '8.04 LTS'
answered Jul 19 at 15:51
WinEunuuchs2UnixWinEunuuchs2Unix
60.5k18 gold badges122 silver badges236 bronze badges
60.5k18 gold badges122 silver badges236 bronze badges
I did that but that still doesn't fix the boot issue the screen is still stuck at the verbose page and blinking. Also I noticed that show plymouth boot screen had failed in the verbose page.
– Kousik Rajesh
Jul 19 at 16:28
@KousikRajesh But the string to float error messages are gone now?
– WinEunuuchs2Unix
Jul 19 at 16:30
Yes that is no longer showing
– Kousik Rajesh
Jul 19 at 16:31
Would you mind accepting this answer by clicking the check mark next to it and posting a new question with plymouth problems?
– WinEunuuchs2Unix
Jul 19 at 16:36
add a comment
|
I did that but that still doesn't fix the boot issue the screen is still stuck at the verbose page and blinking. Also I noticed that show plymouth boot screen had failed in the verbose page.
– Kousik Rajesh
Jul 19 at 16:28
@KousikRajesh But the string to float error messages are gone now?
– WinEunuuchs2Unix
Jul 19 at 16:30
Yes that is no longer showing
– Kousik Rajesh
Jul 19 at 16:31
Would you mind accepting this answer by clicking the check mark next to it and posting a new question with plymouth problems?
– WinEunuuchs2Unix
Jul 19 at 16:36
I did that but that still doesn't fix the boot issue the screen is still stuck at the verbose page and blinking. Also I noticed that show plymouth boot screen had failed in the verbose page.
– Kousik Rajesh
Jul 19 at 16:28
I did that but that still doesn't fix the boot issue the screen is still stuck at the verbose page and blinking. Also I noticed that show plymouth boot screen had failed in the verbose page.
– Kousik Rajesh
Jul 19 at 16:28
@KousikRajesh But the string to float error messages are gone now?
– WinEunuuchs2Unix
Jul 19 at 16:30
@KousikRajesh But the string to float error messages are gone now?
– WinEunuuchs2Unix
Jul 19 at 16:30
Yes that is no longer showing
– Kousik Rajesh
Jul 19 at 16:31
Yes that is no longer showing
– Kousik Rajesh
Jul 19 at 16:31
Would you mind accepting this answer by clicking the check mark next to it and posting a new question with plymouth problems?
– WinEunuuchs2Unix
Jul 19 at 16:36
Would you mind accepting this answer by clicking the check mark next to it and posting a new question with plymouth problems?
– WinEunuuchs2Unix
Jul 19 at 16:36
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%2f1159476%2fubuntu-18-04-stuck-on-verbose-screen-on-startup%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
Also if there is no fix how do I recover my data from the terminal
– Kousik Rajesh
Jul 19 at 15:28