351,356d350 < # Convert the root device to a GRUB drive. < root_drive=`convert "$root_device"` < if test "x$root_drive" = x; then < exit 1 < fi < 380a375,376 > set_root=`grep '#bootpar ' ${grubdir}/menu.lst | sed -e s/#bootpar/root/` > 383c379 < root $root_drive --- > $set_root