[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building a disk
From: |
Dale Amon |
Subject: |
Re: Building a disk |
Date: |
Thu, 12 Apr 2012 13:44:19 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Apr 11, 2012 at 01:39:31PM -0700, Jordan Uggla wrote:
> And for that you'll still need to get support from another venue.
It looks like the only difference between grub 1 and grub 2
for this command is that the name changed
In grub2:
grub-install --boot-directory=tmp/boot/ /dev/loop0
In grub1
grub-install --root-directory=tmp/boot/ /dev/loop0
However it appears that it is not possible to install
both versions of grub-install on one machine so this
line of enquiry doesn't lead me where I want to go,
as the disk I am rebuilding might require either to
be brought back into service.