[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to open files with grub_file_open
From: |
Isaac Dupree |
Subject: |
Re: how to open files with grub_file_open |
Date: |
Thu, 19 Mar 2009 21:57:09 -0400 |
User-agent: |
KMail/1.10.4 (Linux/2.6.27-11-generic; KDE/4.1.4; x86_64; ; ) |
Rev. Mr. Gary Meerschaert wrote:
> need to modify grub for a project in my security class. I am adding a a
> check of a key stored on a usb drive. I also have the key stored in the
> /boot/grub2, /boot/grub, and /boot. I can not open any of them. My
> system dual-boots, and the fedora install is in hd0,1.
> I have tried the file name as (hd0)/boot/key, (hd0)/boot/grub/key with
> the same results.
did you try (hd0,1)/boot/grub/key, or whatever other partition-number you've
put grub on (if it's different from the fedora partition)?
-Isaac