Package: fai-doc
Version: 5.2

In GRUB_PC/10-setup and GRUB_EFI/10-setup we match $GROOT against the
string "hostdisk" which should detect if we are using FAI when creating
a disk image using fai-diskimage.

This does not work correctly, since grub-probe also outputs
hostdisk..... if no devices.map is available.


Without device.map
suenner[~/.../examples/simple]# grub-probe -t drive -d /dev/sda
(hostdisk//dev/sda)

With devic.map
suenner[~/.../examples/simple]# cat /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-INTEL_SSDSC2CW120A3_CVCV123456KG120BGN
suenner[~/.../examples/simple]# grub-probe -t drive -d /dev/sda
(hd0)



-- 
regards Thomas

  • Bug#900363: detection of local disk does not work always Thomas Lange

Reply via email to