On Mon, Sep 13, 2004 at 12:58:52AM -0400, c0ldfusi0n wrote: > Hey all. > > I recently made an update of apt followed by an upgrade and rebooted. > GRUB then gave me this error: > > GRUB loading stage1.5... > GRUB loading please wait... > Error 15 > > Now as far as i know, the error code 15 stands for "File not found". I > tried booting with the grub bootdisk and do: > root (hd0,0) > kernel (hd0,0)/boot/2.4.25-eb-cfbox
Are you sure you shouldn't use something like, root (hd0,0) initrd /boot/initrd.img-2.4.25 kernel /boot/vmlinuz-2.4.25 root=/dev/hda1 ro In particular, note that: 1. I haven't mentioned (hd0,0) for the kernel command 2. The kernel gets arguments. 3. I have an initrd. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]