On Tue, Feb 08, 2005 at 03:18:50PM +0300, Sergey Vlasov wrote: > > > /dev/discs/disc0/disc does not have any corresponding BIOS drive. > > > > > > Это баг или я что-то делаю неправильно? > > Вы недочитали документацию на груб. /boot/grub/device.map или как-то так. > > Если бы... Это пишет не сам grub, а именно скрипт grub-install - там > какая-то навороченная логика (причём далеко не только для Linux), которая > не работает с такими именами устройств. Сергей, все там нормально: [root@pyro alex]# vim /boot/grub/device.map [root@pyro alex]# grub-install '(hd0)' Installation finished. No error reported. This is the contents of the device map /boot/grub/device.map. Check if this is correct or not. If any of the lines is incorrect, fix it and re-run the script `grub-install'. (fd0) /dev/fd0 (hd0) /dev/discs/disc0/disc [root@pyro alex]# grub-install /dev/discs/disc0/disc Installation finished. No error reported. This is the contents of the device map /boot/grub/device.map. Check if this is correct or not. If any of the lines is incorrect, fix it and re-run the script `grub-install'. (fd0) /dev/fd0 (hd0) /dev/discs/disc0/disc [root@pyro alex]# _ > Кстати, сам grub справляется с такой конфигурацией нормально, а при > создании нового device.map вписывает туда имена в виде /dev/hda. Это он неправ :-) P.S. Я не делал этой операции на машине уже, э-э-э, два с половиной года. Совершенно нет уверенности, что следующий ребут пройдет нормально... И чего только не сделаешь ради товарищей :-).