I tried to install Ubuntu from a live USB to get a dual boot environment for Windows and Linux Immediately after the BIOS screen, "Initramfs unpacking failed: Decoding failed" is displayed and booting failed. The solution at that time is described as a memorandum.
Installing Ubuntu For details on how to create and install USB media, see the following articles. https://qiita.com/koba-jon/items/240e6b9a9bee6a0b28cc
When I started the live USB, the following screen appeared (despair)
I was outputting the screen from NVIDIA GeForce, but it seems that this was not good. Ubuntu that I'm about to boot doesn't have the official NVIDIA driver (obviously) nouveau is working hard to get the GPU running. But it didn't seem to work.
Press the e key when you go to the PC boot → boot OS selection screen (GNU GRUB). Since the screen will change to the kernel parameter setting screen, add the following to the end of the "Linux" line.
When you're done, press Ctrx -x or F10 to boot. This should start.
Also, rewrite the boot parameter as follows so that it will not be the same next time.
#GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX="nomodeset"
After rewriting, reflect it with the following command.
If the desired resolution is not obtained, please refer to the following and install the official NVIDIA driver. https://sy07-sub.hatenablog.com/entry/2018/10/14/003750
--How to install Ubuntu using USB for booting https://qiita.com/koba-jon/items/240e6b9a9bee6a0b28cc
--Try installing the official NVIDIA graphics driver on Ubuntu 18.04 https://sy07-sub.hatenablog.com/entry/2018/10/14/003750 → It may be safer for NVIDIA GPU users such as GeForce to use the official driver.
--When the Ubuntu installer (GUI version) display is corrupted on a PC with NVIDIA GeForce https://qiita.com/yoya/items/026317fe2ddb30ab411d → The symptoms were different, but the solution was the same. (Solved by referring to this article)
Recommended Posts