levvi
(usa Ubuntu)
Enviado em 07/01/2013 - 12:33h
madrugada escreveu:
O UUID est[a correto, é o do /dev/sda1. Tente adicionar o
drivemap[b]. Tecle <Alt+F2> e digitegksu gedit
Quando aparecer o gedit vá em [b]Arquivos->Abrir, navegue até a pasta /boot/grub/ e abra o grub.cfg. Adicione isto:
menuentry "Windows 7 (on /dev/sda1)" {
insmod part_msdos
insmod ntfs
set root='(hda,msdos1)'
search --no-floppy --fs-uuid --set CCA80949A809338C
drivemap -s (hd0) ${root}
chainloader +1
}
Reinicie e teste a nova entrada do Windows
Ao fazer o procedimento, quando selecionei a entrada no GRUB me foi retornado:
"error: no argument specified.
error: device format "hda, msdos1" invalid: must be (f|h)dn, with o <= n c 128
erro: no such disk.
Pressione qualquer tecla"