[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub crashes. Crash as in causes the PC to reboot.
|
From: |
Marco Gerards |
|
Subject: |
Re: grub crashes. Crash as in causes the PC to reboot. |
|
Date: |
03 Jan 2004 00:12:12 +0100 |
|
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
James Courtier-Dutton <address@hidden> writes:
> If by removing it, the geometry command works, I can then look at the
> real_open_partition function, and add a few grub_printf's to see where
> it reboots.
> Does grub have a "grub_pause_for_1_second" function? That would also
> help by giving me a chance to see what is printed before the reboot.
How about a never ending loop like:
for (;;);
--
Marco