Enviado em 03/08/2018 - 11:17h
Olá,erro: no such device: 01D371B586D34B90.
erro: hd1 cannot get C/H/S values.
erro: hd1 cannot get C/H/S values.
Pressione qualquer tecla para continuar...
sudo fdisk -l
Disk /dev/sda: 931,5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x01683c4f
Dispositivo Inicializar Start Fim Setores Size Id Tipo
/dev/sda1 * 2048 943720447 943718400 450G 7 HPFS/NTFS/exF
/dev/sda2 943722494 1953523711 1009801218 481,5G 5 Estendida
/dev/sda5 943722496 1945333759 1001611264 477,6G 83 Linux
/dev/sda6 1945335808 1953523711 8187904 3,9G 82 Linux swap /
Partition 2 does not start on physical sector boundary.
Disk /dev/sdb: 223,6 GiB, 240057409536 bytes, 468862128 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: 0x00000000
Dispositivo Inicializar Start Fim Setores Size Id Tipo
/dev/sdb1 * 63 468857024 468856962 223,6G 7 HPFS/NTFS/exFAT
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (em /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-01D371B586D34B90' {
insmod part_msdos
insmod ntfs
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 01D371B586D34B90
else
search --no-floppy --fs-uuid --set=root 01D371B586D34B90
fi
parttool ${root} hidden-
chainloader +1
}