grub 0.96 bug

2005-03-21 Thread Molle Bestefich
I'm delving into GRUB bughunting now. GRUB 0.96 is apparently sensitive to the order in which device xxx commands are entered. Sounds horrid, aye... Ie. typing: grub device (hd0) /dev/xxx grub device (hd0,5) /dev/yyy Is a completely different thing to typing: grub device (hd0,5) /dev/yyy grub

Re: grub 0.96 bug

2005-03-21 Thread Molle Bestefich
grub device (hd0) /dev/mapper/hpt37x_ehgjaggaf grub device (hd0,5) /dev/mapper/hpt37x_ehgjaggaf6 grub root (hd0,5)/boot Attempt to open drive 0x80 (/dev/mapper/hpt37x_ehgjaggaf6) Error 5: Partition table invalid or corrupt grub root (hd0,5)/boot Attempt to open drive 0x80

Re: grub 0.96 bug

2005-03-21 Thread Molle Bestefich
Chris Nicola wrote: Yes I am having the exact same problem. I am actually just going to try and lower version of grub for now but I will try this patch if that still happens. Just did this: == grub device (hd0) /dev/mapper/hpt37x_ehgjaggaf grub root (hd0,5)/boot Filesystem type is

[bugs #8525] Intel 82562ET (eepro100) doesn't work

2005-03-21 Thread anonymous
Follow-up Comment #4, bugs #8525 (project grub): The problem was not resolved in pxe.096 ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=8525 ___ Message

[bugs #12410] First boot OK, second time system hangs

2005-03-21 Thread anonymous
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=12410 Summary: First boot OK, second time system hangs Project: GNU GRUB Submitted by: None Submitted on: Mon 21.03.2005 um 16:06 Category: Booting

[bugs #8525] Intel 82562ET (eepro100) doesn't work

2005-03-21 Thread anonymous
Follow-up Comment #5, bugs #8525 (project grub): sorry - grub0.96 ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=8525 ___ Message sent via/by Savannah

Re: grub 0.96 bug

2005-03-21 Thread Carl-Daniel Hailfinger
Molle Bestefich schrieb: Chris Nicola wrote: Yes I am having the exact same problem. I am actually just going to try and lower version of grub for now but I will try this patch if that still happens. Just did this: == grub device (hd0) /dev/mapper/hpt37x_ehgjaggaf grub root

Re: [dm-devel] Re: grub 0.96 bug

2005-03-21 Thread Wilfried Weissmann
Chris Nicola wrote: Yes I am having the exact same problem. I am actually just going to try and lower version of grub for now but I will try this patch if that still happens. Just did this: == grub device (hd0) /dev/mapper/hpt37x_ehgjaggaf grub root (hd0,5)/boot Filesystem type is

Re: Installation on RAID-only system

2005-03-21 Thread Jonathan Goldblatt
Molle == Molle Bestefich [EMAIL PROTECTED] writes: Molle What am I doing wrong? There are two types of access to a drive, physical and logical. A non-raid system involves a physical access to get a disk block and a logical access to interpret the block as a part of a filesystem, e.g.

Grub Failure when HDD descriptor changes

2005-03-21 Thread Dennis McMurchy
Hi, I've done a default installation of the GRUB loader in connection with installing Fedora Core 3. It worked fine. I then changed the configuration of my machine a bit, removing one HDD, so that the FC3 installation and its /boot/grub directory were no longer on /dev/sdd1, but on

Re: Grub Failure when HDD descriptor changes

2005-03-21 Thread Jason Thomas
grub-install --recheck On Tue, Mar 22, 2005 at 12:22:57PM +0900, Dennis McMurchy wrote: Hi, I've done a default installation of the GRUB loader in connection with installing Fedora Core 3. It worked fine. I then changed the configuration of my machine a bit, removing one HDD, so