Something is preventing my dual-boot computer from booting in both Linux and Windows. I have some guesses as to at what level the issue(s) might lie but I am pretty much at a loss in terms of resolving them. When I attempt to boot into Windows, the computer just goes into recovery mode and can't enter Windows. When I attempt to boot into Ubuntu, I get the following message:
[2.326844] psmouse serio1 synaptics:
Unable to query device: -5
Gave up waiting for suspense/resume device.
Gave up waiting for root file system device.
Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! UUID=<myid> does not exist.
Dropping to a shell!
BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.3) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) _
I've done some looking around and tried the following solutions (fair warning, I am an Ubuntu noob):
This very similar problem showed up in another version of Ubuntu. I tried their solution, however, looking for the proper UUID didn't really work for me. This is the output of
ls -ltr /dev/disk/by-uuid
. As you can see, the only UUIDs are in the sda disk, which is the live USB I booted from, as shown in the output ofdf
. Oddlydf
also shows that my root directory is mounted in /cow (and I have no idea why nor what that is).This probably related issue. I tried the mounting from live USB trick to update GRUB, but I can't mount my Ubuntu installation to /mnt because the computer has no idea what /cow is.
Changing the blacklist.conf file to blacklist psmouse (blacklisting psmouse because it seems to be part of the issue, and according to some sources online, it's not completely necessary as a driver). When I tried adding the necessary line to the initramfs terminal, I found that the file didn't actually change upon rebooting. I don't know much about the blacklist.conf file or blacklisting in general, so this is as far as I got here.
I'm probably missing something here. I am a bit of a noob, trying my best here (I hope my above explanations make sense). Any help would be greatly appreciated! I would really love to see my computer working again lol.
Thanks,
Orbital.