Install Ubuntu 20.04 LTS on HP Pavilion Desktop
- Download Ubuntu 20.04 LTS iso for Desktop
- Prepare bootable media (USB Stick or CD/DVD)
- Shrink Windows Partition for extra space
- Change BIOS Settings
- [Problem] May not pass the logo screen. (hangs forever)
- [Problem] May face grub installation failure, with 'Operation not permitted' message.
- [Problem] May not pass the logo screen, AGAIN. (hangs forever)
- Prepare bootable media (USB Stick or CD/DVD)
- Shrink Windows Partition for extra space
- Change BIOS Settings
- Disable Secure Boot- Boot with prepared media (USB Stick or CD/DVD)
- (No option for fast boot)
- Change boot order
- [Problem] May not pass the logo screen. (hangs forever)
- At the grub screen, press 'e' then add 'pci=noacpi' option before '---' (after 'splash')- Continue installation
- [Problem] May face grub installation failure, with 'Operation not permitted' message.
- In this case, just follow the instruction to boot into the Live session (the same as 'Try Ubuntu')
- Install and use boot-repair to try fixing the problem. But again, may face error saying file /boot/grub/x86_64-efi/normal.mod not found error.
- Boot into the Live session again, then open terminal and use following lines of code to install grub again. (/dev/nvme0n1p1 is the EFI partition, /dev/nvme0n1p4 is the partition where Ubuntu is installed.)
sudo mkdir /mnt/ubuntu- Shuntdown Live session and reboot to Ubuntu
sudo mount /dev/nvme0n1p4 /mnt/ubuntu
sudo mkdir /mnt/ubuntu/boot/efi # not required if already present
sudo mount /dev/nvme0n1p1 /mnt/ubuntu/boot/efi
sudo apt-get install grub-efi
sudo grub-install --target=x86_64-efi --boot-directory=/mnt/ubuntu/boot --no-nvram /dev/nvme0n1
- [Problem] May not pass the logo screen, AGAIN. (hangs forever)
- At the grub screen, press 'e' then add 'pci=noacpi' option before '---' (after 'splash')
- Then continue booting.
- In order to apply kernel boot parameter permanently, modify /etc/default/grub file, then run update-grub.
- [Problem] i801_smbus -> Update BIOS ??
- [Problem] NVRM: Can't find an IRQ for your NVIDIA card.
블로그 관리자가 댓글을 삭제했습니다.
답글삭제