Re: Change default on boot

2005-07-07 Thread Andrew Athan
perror("write number to stage2 file"); + fclose(file); + return 2; + } + if (fclose(file)) { + perror("close stage2 file"); + return 2; + } + return 0; +} A. Andrew Athan wrote: I am trying

Change default on boot

2005-07-07 Thread Andrew Athan
I am trying to remotely debug a linux kernel problem which causes the machine to reboot early in the bootup process. When this happens, the machine goes into an infinite loop attempting to boot. It would be nice to be be able to override the default menu entry that grub boots into, but only