[haiku-development] Unable to add the entry in grub.

  • From: Preetpal Kaur <preetpalok123@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Mon, 1 Jul 2019 12:02:57 +0530

Hi everyone!!
I have installed haiku on my laptop (64-bit). Then, I made the entry
for haiku by creating the file 40_Haiku in grub2 (/etc/grub.d). Added
the entry like this:
#! /bin/sh -e

echo "Adding Haiku entry" >&2
cat << EOF
menuentry "Haiku" {
    load_video
    insmod part_msdos
    insmod chain
    search --fs-uuid --set=root bbb6da96-8ddf-4f8a-94e7-1d4de9ee2d0f
    chainloader ($root)/EFI/BOOT/BOOTX64.EFI
}
EOF

After that when I update the grub, it shows the haiku was added
screenshot below:
https://imgur.com/a/b4N4jZu

Then, after rebooting, when I select haiku, I got this error: no such
(device:bbb6da96-8ddf-4f8a-94e7-1d4de9ee2d0f) the UUID of the
partition.
error: no service specified  as shown in the picture below:
https://imgur.com/a/0jEhKuT

Now, using the Gparted I have made the partition where I have
installed the haiku (/dev/sda4). I have an EFI system.
https://imgur.com/a/1AZfqjr

Can anyone help me with this?

-- 
Preetpal Kaur
https://preetpalk.wordpress.com/
https://github.com/Preetpalkaur3701
https://www.youtube.com/channel/UCcfd0YJpm-5YTrcX2XEq_Jg?view_as=subscriber

Other related posts: