Comment 0 for bug 1309735

Revision history for this message
Asuna (811197881-8) wrote : The --disk-module=MODULE option of grub-install don't work

My OS is ubuntu14.04.
And the command "grub-install -V" shows that the grub version is Grub 2.02~beta2-9.
Since I have two disk on my laptop, and one of them is not bootable, I have to use nativedisk option.
But the "--disk-module=MODULE" option of grub-install can not work normaly.
Command like:
grub-install --disk-module=native /dev/sda

returns me the following message:
"
 --disk-module: (PROGRAM ERROR) Option should have been recognized!?
Try 'grub-install --help' or 'grub-install --usage' for more information.
"

Grub(-install)2.00 in ubuntu13.10 don't have this bug.