You are not logged in.

#1 2015-06-30 01:33:19

Sanic
Member
Registered: 2015-06-30
Posts: 29

Grub doesn't recognize Ubuntu, only sees Arch (dual boot)

I was just following the beginner's guide and installed grub as it says.

# pacman -S grub os-prober
# grub-install --recheck /dev/sda
# grub-mkconfig -o /boot/grub/grub.cfg

and I forgot to set it up so that Ubuntu and Arch are available in Grub. I had Ubuntu on my machine originally am trying to install Arch along side it so I can dual boot them. How do I fix this?

Offline

#2 2015-06-30 05:58:03

Fixxer
Member
From: Poland
Registered: 2011-08-29
Posts: 217

Re: Grub doesn't recognize Ubuntu, only sees Arch (dual boot)

Post output of commands - as root:

os-prober
grep GRUB_DISABLE_OS_PROBER /etc/default/grub

Offline

#3 2015-06-30 13:42:05

Sanic
Member
Registered: 2015-06-30
Posts: 29

Re: Grub doesn't recognize Ubuntu, only sees Arch (dual boot)

Fixxer wrote:

Post output of commands - as root:

os-prober
grep GRUB_DISABLE_OS_PROBER /etc/default/grub


os-prober

/run/lvm/lvmetad.socket: connect failed: No such file or diretory
WARNING: Failed to onnect to lvmetad. Falling back to internal scanning.
[45156.258015] EXT4-fs (sda1): write access unavailable, cannot proceed
[45156.389698] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on sda5
[45156.393728] EXT4-fs (sda5): VFS: Can't find ext4 filesystem
[45156.396291] EXT4-fs (sda5): VFS: Can't find ext4 filesystem
[45156.400997] EXT4-fs (sda5): VFS: Can't find ext4 filesystem
[45156.404950] FAT-fs (sda5): bogus number of reserved sectors

grep GRUB_DISABLE_OS_PROBER /etc/default/grub
- no output

Offline

#4 2015-06-30 20:55:19

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,771
Website

Re: Grub doesn't recognize Ubuntu, only sees Arch (dual boot)

Post the output of:

# parted -l
lsblk -f

Offline

Board footer

Powered by FluxBB