This is personal note regarding installing ElementaryOS from USB which lead to Black Screen during installation which later after installation booted into a Blank desktop enviroment without any icons or taskbar.
- Create USB Linux install using YUMI – Multiboot USB Creator - [LINK]
- Boot up via USB
- At Elementary OS menu, select TAB to edit the command line. remove "quiet" and replace with "nomodeset"
- Proceed with normal installation
- After installation, boot into Elementary OS and press CTRL+ALT+F1
- Login using the credential created during installation
# cp /etc/default/grub /etc/default/grub.bak
# nano /etc/default/grub - Add “nomodeset” to GRUBCMDLINELINUX_DEFAULT so it looks like this:
GRUBDEFAULT=0
GRUBHIDDENTIMEOUT=0
GRUBHIDDENTIMEOUTQUIET=true
GRUBTIMEOUT=5
GRUBDISTRIBUTOR=lsb_release -i -s 2> /dev/null || echo Debian
GRUBCMDLINELINUXDEFAULT=“quiet splash nomodeset”
GRUBCMDLINE_LINUX=”“ - Save by hitting Ctrl-O, then exit nano with Ctrl-X.
- # sudo update-grub
- reboot into the Elementary OS
Thank you very very very very much!
ReplyDeleteError writing /etc/default /grub :permission denied
ReplyDeleteDid you try using sudo ?
DeleteHI
ReplyDeleteElementary OS– Black Screen and Blank Desktop error
1. MICROCODE:NO SUPPORT FOR THIS CPU VENDOR
2. ACPI PCC PROBE FAILED
3. MCE:UNABLE TO INIT DEVICE/DEV/MCELOG (RC:-5)
PLEASE
Unfortunately I didnt encounter that, so I don't have the solution to them.
Delete