Hi guys, I have a problem i'm dealing with for last 48 hours. The GRUB doesn't Windows. I tried dual-boot after giving up on it (I read GRUB doesn't like dual-boot). I reinstall a literally new copy of Windows 10 on separate disk and reinstall a clean copy of Deepin 15.8 on SSD and vualá - it didn't work. I start to think this GRUB 2 hates me
I checked in grub command-line it seems that grub doesn't even see other disks because when I did 'ls' it showed (hd0) (hd0,gpt1) (hd0,gpt2) which is SSD with Deepin. Could be because I booted the hard disk in UEFI as 1st option? I don't have a GRUB option there only Windows Boot Manager and drives. But when I did grub-mkdevicemap it says that SSD with Deepin is hd2 and HDD with Windows is hd0. And same when I typed blkid. It showed HDD as sda and SSD as sdc.
I tried different 40_customs entries. See the file below. And I confirmed that it indeed thinks that SSD is hd0 because when I chose custom entry with root hd0,gpt3 and hd0,gpt4 it said partiotion is not found.
AGAIN I installed clean Windows 10 on HDD sda and clean Deepin 15.8 on SSD sdc.
lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 698.7G 0 disk
├─sda1 8:1 0 499M 0 part
├─sda2 8:2 0 100M 0 part
├─sda3 8:3 0 16M 0 part
└─sda4 8:4 0 698G 0 part /media/m9/303C04E93C04ABC2
sdb 8:16 0 931.5G 0 disk
└─sdb1 8:17 0 931.5G 0 part /media/m9/Data
sdc 8:32 0 238.5G 0 disk
├─sdc1 8:33 0 100.1G 0 part /
└─sdc2 8:34 0 138.4G 0 part /media/m9/GTA Online
Copy the Code
blkid:
/dev/sda1: LABEL="M-PM-^RM-PM->M-QM-^AM-QM-^AM-QM-^BM-PM-0M-PM-=M-PM->M-PM-2M-PM-8M-QM-^BM-QM-^L" UUID="0E3EE8203EE80297" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="b85fb38c-6034-480a-9c52-7b9081adf1ac"
/dev/sda2: UUID="1EEC-7E0B" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="ea4f2616-56d6-4495-8035-b527e811df5b"
/dev/sda4: UUID="303C04E93C04ABC2" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="d8a14bbe-57b5-4339-9dd3-4345bf39261a"
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'Windows 10 (gpt1)' --class windows {
insmod part_gpt
insmod fat
set root=(hd0,gpt1)
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Windows 10 (gpt2)' --class windows {
insmod part_gpt
insmod fat
set root=(hd0,gpt2)
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Windows 10 (gpt3)' --class windows {
insmod part_gpt
insmod fat
set root=(hd0,gpt3)
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Windows 10 (gpt4)' --class windows {
insmod part_gpt
insmod fat
set root=(hd0,gpt4)
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Windows 10 (1)' --class windows {
set root=(hd0,1)
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Windows 10 (2)' --class windows {
set root=(hd0,2)
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
Copy the Code
Boot Info Script: https://pastebin.com/btTPtzPu
I put it in pastebin, because it's long. It's shows what GRUB 'suppose' to see.
I tried the following 40_custom it didn't work either so it's not in my 40 custom: https://bbs.deepin.org/post/130491#=1
Please help. I'm literally dying I felt like last 48 hours I was in pornhub video rated as rape and I was who was raped by GRUB.
Hi guys, I have a problem i'm dealing with for last 48 hours. The GRUB doesn't Windows. I tried dual-boot after giving up on it (I read GRUB doesn't like dual-boot). I reinstall a literally new copy of Windows 10 on separate disk and reinstall a clean copy of Deepin 15.8 on SSD and vualá - it didn't work. I start to think this GRUB 2 hates me
I checked in grub command-line it seems that grub doesn't even see other disks because when I did 'ls' it showed (hd0) (hd0,gpt1) (hd0,gpt2) which is SSD with Deepin. Could be because I booted the hard disk in UEFI as 1st option? I don't have a GRUB option there only Windows Boot Manager and drives. But when I did grub-mkdevicemap it says that SSD with Deepin is hd2 and HDD with Windows is hd0. And same when I typed blkid. It showed HDD as sda and SSD as sdc.
I tried different 40_customs entries. See the file below. And I confirmed that it indeed thinks that SSD is hd0 because when I chose custom entry with root hd0,gpt3 and hd0,gpt4 it said partiotion is not found.
AGAIN I installed clean Windows 10 on HDD sda and clean Deepin 15.8 on SSD sdc.
lsblk:
blkid:
grub-mkdevicemap:
40_custom
Boot Info Script: https://pastebin.com/btTPtzPu
I put it in pastebin, because it's long. It's shows what GRUB 'suppose' to see.
I tried the following 40_custom it didn't work either so it's not in my 40 custom: https://bbs.deepin.org/post/130491#=1
Please help. I'm literally dying I felt like last 48 hours I was in pornhub video rated as rape and I was who was raped by GRUB.