Нашел решение http://www.linuxquestions.org/questions/li...ly-grub-367901/
1) create a cd sized partition (700 gb or slightly larger) or a dvd sized partition (4.5 gb or thereabouts).
2) format the partition iso9660 (in essence, creating a cd disk on the hard drive).
3) burn the iso to the new partition just as you would burn to cd, specifying cdrom=/dev/hdX,Y (the partition on the drive instead of the cd drive).
4) add an entry in your grub conf file to point the the new partition, something like:
title some_live_cd
root (hdX,Y) # where X,Y is the partition you just created)
chainloader +1
Однако не понятно что значит форматнуть раздел винчестера в iso9660 ( format the partition iso9660 ).
Перед этим предлагается другой метод: в GRUBе выполнить следующие команды:
grub
grub> map (hdX,Y)/your.iso (hdZ)
grub> map --rehook
grub> chainloader (hdZ)+1
grub> rootnoverify (hdZ)
grub> bootПосле команды map --rehook выдается ошибка error 11: unrecognized device string