I recently tried to install Ubuntu on my desktop and suprisingly I failed. I was trying Ubuntu
and Ubuntu GNOME
, both versions 16.04.2
and also the newest stable Linux Mint
(LTS version). Bootable USB were made using Universal USB Installer
.
All bootable USBs started Live systems without problems. I chose secondary HDD /dev/sdb and I created three partitions, assigning:
- 16GB for root
- 8GB for swap (I've got 32GB RAM)
- the rest of free space (about 100GB) for home.
The problems started after installation on local HDD.
Mint is separate story, because I didn't even see GRUB, it just booted to grub rescue mode
, scaring me as hell, because I couldn't boot Windows. Anyway, booting Mint Live USB and running Boot-Repair
finally allowed me to boot Mint from HDD. But I wanted to try with Ubuntu (yeah, I know Mint comes more or less from Ubuntu).
Ubuntus are more interesting.
After setup, first run showed grub and when Ubuntu was chosen, system ended up like this CLICK (photo made after starting Ubuntu recovery mode, or something like that, I don't remember the exact name)
For Google indexing purposes I'll quote:
Gave up waiting for root device
(...)
ALERT! UUID=<correct uuid here> does not exist. Dropping to a shell!
And the BusyBox (initramfs)
prompt shows up, but keyboard is not responding (USB keyboard with wire).
I am not a Linux guru, so I started googling and trying thing one by one. I found this problem quite common, but I failed to fix it using common solutions. Things I've tried:
- Boot Repair
- adding rootdelay to grub commandline
- mounting root from Live USB and then grub-install and update-grub
- e2fsck
Nothing. Literally no change. What should I try now?