[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can I install grub in my Flash Drive?
From: |
bkpsusmitaa |
Subject: |
Re: How can I install grub in my Flash Drive? |
Date: |
Thu, 30 Apr 2015 10:51:04 +0530 |
I have this grub:
grub-install (GNU GRUB 0.97) November 2011 GRUB-INSTALL(8)
which has these lines:
====================================
GRUB-INSTALL(8) FSF GRUB-INSTALL(8)
NAME
grub-install - install GRUB on your drive
SYNOPSIS
grub-install [OPTION] install_device
DESCRIPTION
Install GRUB on your drive.
-h, --help
print this message and exit
-v, --version
print the version information and exit
--root-directory=DIR
install GRUB images under the directory DIR instead of the root
directory
==============================================
whereas, I was reading the latest grub, where root-directory is now
boot-directory.
Now it works at least:
==============================================
# grub-install --root-directory=/media/sdc1 /dev/sdc
The file /media/sdc1/boot/grub/stage1 not read correctly.
==============================================
Thank you for helping me.