Ubuntu stuck on language setting while installation [duplicate]
This question already has an answer here:
Ubuntu stuck/freeze on install
3 answers
I am really struggling with the installation of my ubuntu. Screen freezes when I try to select language and click continue to install and provide further information.
Bio configuration:
Secure boot - Disabled- UEFI mode
And I also tried to another USB-thum but the issue remains
Please help I use Dell 7559 and Nvidia 960m ! Thanks
18.04 system-installation freeze bios system-settings
marked as duplicate by Pilot6, ubfan1, Elder Geek, Eric Carvalho, waltinator Mar 20 at 14:57
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Ubuntu stuck/freeze on install
3 answers
I am really struggling with the installation of my ubuntu. Screen freezes when I try to select language and click continue to install and provide further information.
Bio configuration:
Secure boot - Disabled- UEFI mode
And I also tried to another USB-thum but the issue remains
Please help I use Dell 7559 and Nvidia 960m ! Thanks
18.04 system-installation freeze bios system-settings
marked as duplicate by Pilot6, ubfan1, Elder Geek, Eric Carvalho, waltinator Mar 20 at 14:57
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Still, have the same issue.
– Ibrxk
Mar 18 at 21:56
add a comment |
This question already has an answer here:
Ubuntu stuck/freeze on install
3 answers
I am really struggling with the installation of my ubuntu. Screen freezes when I try to select language and click continue to install and provide further information.
Bio configuration:
Secure boot - Disabled- UEFI mode
And I also tried to another USB-thum but the issue remains
Please help I use Dell 7559 and Nvidia 960m ! Thanks
18.04 system-installation freeze bios system-settings
This question already has an answer here:
Ubuntu stuck/freeze on install
3 answers
I am really struggling with the installation of my ubuntu. Screen freezes when I try to select language and click continue to install and provide further information.
Bio configuration:
Secure boot - Disabled- UEFI mode
And I also tried to another USB-thum but the issue remains
Please help I use Dell 7559 and Nvidia 960m ! Thanks
This question already has an answer here:
Ubuntu stuck/freeze on install
3 answers
18.04 system-installation freeze bios system-settings
18.04 system-installation freeze bios system-settings
edited Mar 19 at 15:13
Ibrxk
asked Mar 18 at 15:04
IbrxkIbrxk
314
314
marked as duplicate by Pilot6, ubfan1, Elder Geek, Eric Carvalho, waltinator Mar 20 at 14:57
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Pilot6, ubfan1, Elder Geek, Eric Carvalho, waltinator Mar 20 at 14:57
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Still, have the same issue.
– Ibrxk
Mar 18 at 21:56
add a comment |
Still, have the same issue.
– Ibrxk
Mar 18 at 21:56
Still, have the same issue.
– Ibrxk
Mar 18 at 21:56
Still, have the same issue.
– Ibrxk
Mar 18 at 21:56
add a comment |
2 Answers
2
active
oldest
votes
I fixed this!
When I access to grub menu to choose to install. I select the second option which is the installation then type "E" then add this line nomodeset i915_bpo.nomodeset=1 just before the quiet splash then hit F10.
The computer will then start the installation process without any problem.
This is due to the incompatibility of the Nvidia and the technology provided by Ubuntu, so after the installation, when starting again the computer it will obviously freeze and this because the line of command that we provided before has disappeared, so the user should do the same when starting his computer hitting "E" typing the same thing and while accessing to Ubuntu he should make this parameter permanent by changing on the grub file:
sudo vi /etc/default/grub
Change the line that reads GRUB_CMDLINE_LINUX="" to
If you are using Ubuntu 16.04
GRUB_CMDLINE_LINUX="acpi_backlight=native acpi_osi="
If you are using 18.04 you may need to run this
GRUB_CMDLINE_LINUX="acpi_backlight=vendor acpi_osi="
Finally run this command to apply the changes permanently
sudo update-grub
add a comment |
1) Did you md5sum check the downloaded iso?
See https://help.ubuntu.com/community/HowToMD5SUM
Check the number against the listing in the link for your release listed at
http://releases.ubuntu.com under the MD5SUMS link.
For other releases' hashes, like lubuntu, see:
https://help.ubuntu.com/community/UbuntuHashes
2) If using a CD/DVD, did you burn the disc as slowly as possible?
See https://help.ubuntu.com/community/BurningIsoHowto
If using USB install media, use a tool like unetbootin or rufus.
Don't just copy files to the USB.
See https://help.ubuntu.com/community/Installation/FromUSBStick
3) Did you select the media check before trying to install?
See https://help.ubuntu.com/community/Installation/CDIntegrityCheck
4) Did you ever do a "memory check" (perhaps another live-media menu choice) on your PC?
Doing the above can save you a lot of time struggling with a bad install media or
hardware problems.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I fixed this!
When I access to grub menu to choose to install. I select the second option which is the installation then type "E" then add this line nomodeset i915_bpo.nomodeset=1 just before the quiet splash then hit F10.
The computer will then start the installation process without any problem.
This is due to the incompatibility of the Nvidia and the technology provided by Ubuntu, so after the installation, when starting again the computer it will obviously freeze and this because the line of command that we provided before has disappeared, so the user should do the same when starting his computer hitting "E" typing the same thing and while accessing to Ubuntu he should make this parameter permanent by changing on the grub file:
sudo vi /etc/default/grub
Change the line that reads GRUB_CMDLINE_LINUX="" to
If you are using Ubuntu 16.04
GRUB_CMDLINE_LINUX="acpi_backlight=native acpi_osi="
If you are using 18.04 you may need to run this
GRUB_CMDLINE_LINUX="acpi_backlight=vendor acpi_osi="
Finally run this command to apply the changes permanently
sudo update-grub
add a comment |
I fixed this!
When I access to grub menu to choose to install. I select the second option which is the installation then type "E" then add this line nomodeset i915_bpo.nomodeset=1 just before the quiet splash then hit F10.
The computer will then start the installation process without any problem.
This is due to the incompatibility of the Nvidia and the technology provided by Ubuntu, so after the installation, when starting again the computer it will obviously freeze and this because the line of command that we provided before has disappeared, so the user should do the same when starting his computer hitting "E" typing the same thing and while accessing to Ubuntu he should make this parameter permanent by changing on the grub file:
sudo vi /etc/default/grub
Change the line that reads GRUB_CMDLINE_LINUX="" to
If you are using Ubuntu 16.04
GRUB_CMDLINE_LINUX="acpi_backlight=native acpi_osi="
If you are using 18.04 you may need to run this
GRUB_CMDLINE_LINUX="acpi_backlight=vendor acpi_osi="
Finally run this command to apply the changes permanently
sudo update-grub
add a comment |
I fixed this!
When I access to grub menu to choose to install. I select the second option which is the installation then type "E" then add this line nomodeset i915_bpo.nomodeset=1 just before the quiet splash then hit F10.
The computer will then start the installation process without any problem.
This is due to the incompatibility of the Nvidia and the technology provided by Ubuntu, so after the installation, when starting again the computer it will obviously freeze and this because the line of command that we provided before has disappeared, so the user should do the same when starting his computer hitting "E" typing the same thing and while accessing to Ubuntu he should make this parameter permanent by changing on the grub file:
sudo vi /etc/default/grub
Change the line that reads GRUB_CMDLINE_LINUX="" to
If you are using Ubuntu 16.04
GRUB_CMDLINE_LINUX="acpi_backlight=native acpi_osi="
If you are using 18.04 you may need to run this
GRUB_CMDLINE_LINUX="acpi_backlight=vendor acpi_osi="
Finally run this command to apply the changes permanently
sudo update-grub
I fixed this!
When I access to grub menu to choose to install. I select the second option which is the installation then type "E" then add this line nomodeset i915_bpo.nomodeset=1 just before the quiet splash then hit F10.
The computer will then start the installation process without any problem.
This is due to the incompatibility of the Nvidia and the technology provided by Ubuntu, so after the installation, when starting again the computer it will obviously freeze and this because the line of command that we provided before has disappeared, so the user should do the same when starting his computer hitting "E" typing the same thing and while accessing to Ubuntu he should make this parameter permanent by changing on the grub file:
sudo vi /etc/default/grub
Change the line that reads GRUB_CMDLINE_LINUX="" to
If you are using Ubuntu 16.04
GRUB_CMDLINE_LINUX="acpi_backlight=native acpi_osi="
If you are using 18.04 you may need to run this
GRUB_CMDLINE_LINUX="acpi_backlight=vendor acpi_osi="
Finally run this command to apply the changes permanently
sudo update-grub
edited Mar 22 at 22:56
Community♦
1
1
answered Mar 19 at 15:11
IbrxkIbrxk
314
314
add a comment |
add a comment |
1) Did you md5sum check the downloaded iso?
See https://help.ubuntu.com/community/HowToMD5SUM
Check the number against the listing in the link for your release listed at
http://releases.ubuntu.com under the MD5SUMS link.
For other releases' hashes, like lubuntu, see:
https://help.ubuntu.com/community/UbuntuHashes
2) If using a CD/DVD, did you burn the disc as slowly as possible?
See https://help.ubuntu.com/community/BurningIsoHowto
If using USB install media, use a tool like unetbootin or rufus.
Don't just copy files to the USB.
See https://help.ubuntu.com/community/Installation/FromUSBStick
3) Did you select the media check before trying to install?
See https://help.ubuntu.com/community/Installation/CDIntegrityCheck
4) Did you ever do a "memory check" (perhaps another live-media menu choice) on your PC?
Doing the above can save you a lot of time struggling with a bad install media or
hardware problems.
add a comment |
1) Did you md5sum check the downloaded iso?
See https://help.ubuntu.com/community/HowToMD5SUM
Check the number against the listing in the link for your release listed at
http://releases.ubuntu.com under the MD5SUMS link.
For other releases' hashes, like lubuntu, see:
https://help.ubuntu.com/community/UbuntuHashes
2) If using a CD/DVD, did you burn the disc as slowly as possible?
See https://help.ubuntu.com/community/BurningIsoHowto
If using USB install media, use a tool like unetbootin or rufus.
Don't just copy files to the USB.
See https://help.ubuntu.com/community/Installation/FromUSBStick
3) Did you select the media check before trying to install?
See https://help.ubuntu.com/community/Installation/CDIntegrityCheck
4) Did you ever do a "memory check" (perhaps another live-media menu choice) on your PC?
Doing the above can save you a lot of time struggling with a bad install media or
hardware problems.
add a comment |
1) Did you md5sum check the downloaded iso?
See https://help.ubuntu.com/community/HowToMD5SUM
Check the number against the listing in the link for your release listed at
http://releases.ubuntu.com under the MD5SUMS link.
For other releases' hashes, like lubuntu, see:
https://help.ubuntu.com/community/UbuntuHashes
2) If using a CD/DVD, did you burn the disc as slowly as possible?
See https://help.ubuntu.com/community/BurningIsoHowto
If using USB install media, use a tool like unetbootin or rufus.
Don't just copy files to the USB.
See https://help.ubuntu.com/community/Installation/FromUSBStick
3) Did you select the media check before trying to install?
See https://help.ubuntu.com/community/Installation/CDIntegrityCheck
4) Did you ever do a "memory check" (perhaps another live-media menu choice) on your PC?
Doing the above can save you a lot of time struggling with a bad install media or
hardware problems.
1) Did you md5sum check the downloaded iso?
See https://help.ubuntu.com/community/HowToMD5SUM
Check the number against the listing in the link for your release listed at
http://releases.ubuntu.com under the MD5SUMS link.
For other releases' hashes, like lubuntu, see:
https://help.ubuntu.com/community/UbuntuHashes
2) If using a CD/DVD, did you burn the disc as slowly as possible?
See https://help.ubuntu.com/community/BurningIsoHowto
If using USB install media, use a tool like unetbootin or rufus.
Don't just copy files to the USB.
See https://help.ubuntu.com/community/Installation/FromUSBStick
3) Did you select the media check before trying to install?
See https://help.ubuntu.com/community/Installation/CDIntegrityCheck
4) Did you ever do a "memory check" (perhaps another live-media menu choice) on your PC?
Doing the above can save you a lot of time struggling with a bad install media or
hardware problems.
answered Mar 18 at 22:54
ubfan1ubfan1
9,89441730
9,89441730
add a comment |
add a comment |
Still, have the same issue.
– Ibrxk
Mar 18 at 21:56