You are not logged in.
Pages: 1
I inherited this system from my brother. Some basic info:
[m@arch entries]$ ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 May 28 22:23 36ac68e4-cb69-4ef5-b37b-2703337d79b2 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 28 22:23 4cb75494-49e3-4c9d-9621-11a7c46a2cf3 -> ../../sdb5
lrwxrwxrwx 1 root root 10 May 28 22:23 5960320a-7fcd-4ca5-826b-3b9c855a1730 -> ../../sdb4
lrwxrwxrwx 1 root root 10 May 28 22:23 cb788469-c64a-40fe-a2fa-f3d0d7053875 -> ../../sdb3
lrwxrwxrwx 1 root root 10 May 28 22:23 D5D0-DB52 -> ../../sdb1
lrwxrwxrwx 1 root root 10 May 28 22:23 f0156584-7ad5-4b00-850e-88545896200d -> ../../sda5
lrwxrwxrwx 1 root root 10 May 28 22:23 f947c731-dd25-4d84-a1c8-63910b11c69b -> ../../sdb2
[m@arch entries]$ cat ../loader.conf
#timeout 3
default 4be0ef791e544313b2a32c6eb620b73b-*
[m@arch entries]$ cat arch.conf
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
options root=/dev/sdb3 rw
Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00048d04
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 292968447 146483200 83 Linux
/dev/sda2 292970494 312580095 9804801 5 Extended
/dev/sda5 292970496 312580095 9804800 82 Linux swap / Solaris
Disk /dev/sdb: 1.4 TiB, 1500301910016 bytes, 2930277168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 1057A722-BD2F-4734-BB4D-BE1E2E3DE423
Device Start End Size Type
/dev/sdb1 2048 411647 200M EFI System
/dev/sdb2 411648 17188863 8G Linux swap
/dev/sdb3 17188864 174475263 75G Linux filesystem
/dev/sdb4 174475264 593905663 200G Linux filesystem
/dev/sdb5 593905664 2930277134 1.1T Linux filesystem
/dev/sda seems to have an ubuntu install setup with Grub. /dev/sdb has an Arch install setup with gummiboot.
The system boots off of /dev/sdb1 and goes straight into Arch. How do I add the ubuntu install located on /dev/sda to the gummiboot config? If they were on the same HDD I think I could do it, but I'm a bit lost since they are on different drives. Thank you.
Offline
The system boots off of /dev/sdb1 and goes straight into Arch. How do I add the ubuntu install located on /dev/sda to the gummiboot config? If they were on the same HDD I think I could do it, but I'm a bit lost since they are on different drives. Thank you.
Do you have both installed in uefi mode?
Try to use efibootmgr to add and remove entries.
Offline
Pages: 1