https://www.dropbox.com/s/iqbalyo46vo6n ... t.jpg?dl=0
Now i install GhostBSD in /dev/sdb2,reboot my pc, no GhostBSD in grub menu.
I have to enter into debian and run:
Code: Select all
sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-4.19.0-17-amd64
Found initrd image: /boot/initrd.img-4.19.0-17-amd64
Found Windows Boot Manager on /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi
Found Debian GNU/Linux 10 (buster) on /dev/sda7
Found unknown Linux distribution on /dev/sdb2
Found unknown Linux distribution on /dev/sdb5
Adding boot menu entry for EFI firmware configuration
done
Code: Select all
sudo blkid
/dev/sda1: LABEL="Recovery" UUID="7C1443181442D534" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="56a3ab03-70cc-4e8f-a919-3ee4eb86c23f"
/dev/sda2: UUID="4A44-FBE5" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="c843589a-db0a-4b1a-826f-770f236aa1cb"
/dev/sda4: UUID="7E864DF3864DAC89" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="630aa20f-57a5-4e70-a585-b9c9a2148206"
/dev/sda5: UUID="0CB6D791B6D779A2" TYPE="ntfs" PARTUUID="84fe1bf4-5191-457f-a8e4-07ff9cedfc46"
/dev/sda6: UUID="e5a2c561-d3de-476b-8b40-4fd238563377" TYPE="swap" PARTUUID="d6ffae9b-a764-402c-96e9-83183c1b0d13"
/dev/sda7: UUID="281edc6b-687c-49e1-a5ad-fb77e9e021d4" TYPE="ext4" PARTUUID="fd8a0f56-7fd5-4f68-960e-ac30ba7e4513"
/dev/sdb1: UUID="2ededa0f-bc6f-4416-9a27-01c06e2e8be9" TYPE="ext4" PARTUUID="eb3ae1bb-01"
/dev/sdb2: UUID="60eea189683c86fa" TYPE="ufs" PTUUID="90909090" PTTYPE="dos" PARTUUID="eb3ae1bb-02"
/dev/sdb5: UUID="60eea189683c86fa" TYPE="ufs" PTUUID="90909090" PTTYPE="dos"
/dev/sdc: UUID="464D-5386" TYPE="vfat"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="e90e67c0-8299-44c3-b7bf-287170c2885d"
How can i write it into grub.cfg manually?