grub 2 modules for linux i386

2007-07-02 Thread Dallas Clement
Can someone please tell me what grub modules are required for a linux i386 grub 2 install? I am supplying the following modules to the 'mkimage' command: fs_module=$(/sbin/grub-probe --target=fs \ --device-map=${root_part_dir}/boot/grub/device.map \

Where can I get the files stage1 and stage2?

2007-06-30 Thread Dallas Clement
with the rest of the GRUB binaries? Any help appreciated. --Dallas Clement ___ Bug-grub mailing list Bug-grub@gnu.org http://lists.gnu.org/mailman/listinfo/bug-grub

RE: Where can I get the files stage1 and stage2?

2007-06-30 Thread Dallas Clement
On Sat, 2007-06-30 at 18:45 -0400, Gregg C Levine wrote: Hello! Close. I believe you'd want one of the later versions, 1.95 is while not old and it's just not one of the latest and greatest. CVS or whatever the project uses contains the most recent releases. Is there some draft

Which device did I boot from?

2007-06-22 Thread Dallas Clement
Can anyone tell me how to determine which device Linux booted from. I am using GRUB to boot Linux. My menu.lst config is this: title GNU/Linux, kernel 2.6.21.1 root(hd0,0) kernel /boot/kernels/bzImage Once booted from Linux, I would like to be able to tell which

Re: Which device did I boot from?

2007-06-22 Thread Dallas Clement
Unfortunately, I'm trying to determine the boot device from within initramfs. None of the devices have been mounted yet. I'm wanting to do this from an init/installation script that will install Linux on any device other than the boot device. Obviously, I don't want to install over the top of

RE: Which device did I boot from?

2007-06-22 Thread Dallas Clement
not use them. -- Gregg C Levine [EMAIL PROTECTED] The Force will be with you. Always. Obi-Wan Kenobi -Original Message- From: [EMAIL PROTECTED] [mailto:bug-grub- [EMAIL PROTECTED] On Behalf Of Dallas Clement Sent: Friday, June 22, 2007 6:41 AM To: bug-grub@gnu.org

RE: Which device did I boot from?

2007-06-22 Thread Dallas Clement
- [EMAIL PROTECTED] On Behalf Of Dallas Clement Sent: Friday, June 22, 2007 6:41 AM To: bug-grub@gnu.org Subject: Which device did I boot from? Can anyone tell me how to determine which device Linux booted from. I am using GRUB to boot Linux. My menu.lst config is this: title

Re: Which device did I boot from?

2007-06-22 Thread Dallas Clement
). Benoit. On 2007/06/22 05:41 (GMT-0500) Dallas Clement apparently typed: Can anyone tell me how to determine which device Linux booted from. I am using GRUB to boot Linux. My menu.lst config is this: title GNU/Linux, kernel 2.6.21.1 root(hd0,0) kernel