Page 1 of 1

GRUB install error 15 with LuMa-002

Posted: Mon 04 Oct 2010, 04:10
by ChiJoan
I had this Dell PowerEdge 1300 Dual-Slot1 P3 running at 800 MHz with Ubuntu 10.10 LXDE, but switched out the hard drive and video card, since it was still slow with only 512 MB RAM, two of the RAM clips broke off.

I'm booting again with the LuMa CD to see if I can figure it out...Why did it auto-mount the hard drive where this Puppy should be booting from? Maybe a re-boot...No still Error 15. It should be on the MBR as no other OS is there.

Trying LuPu 511 Live...Switch Root to layered file system...back to other CD.

To be continued from other computer with the problem...

Thanks,
Joan in Reno

Posted: Mon 04 Oct 2010, 04:35
by rcrsn51
Grub Error 15 is "File not found". It means that there is a mismatch between the location of the Puppy files and what is stated in the GRUB menu.lst .

Is Puppy installed in a folder? Does the GRUB menu entry have the correct folder name?
Trying LuPu 511 Live...Switch Root to layered file system...back to other CD.
What does that mean?

Well I found the Grub Menu List and copy/pasted it

Posted: Mon 04 Oct 2010, 05:05
by ChiJoan
What I forgot I had to do was issue commands to try to troubleshoot one Puppy with another. It's way more complex than the old Puppy 1X days when I put it on a ZIP drive to boot off one attached to the USB.

Maybe I better print out that Puppy Book...has much changed fundamentally? I got further with the LuMa than I did with LuPu, but I remember I had trouble when Grub calls it HDa, the old way and the new way is SDa. One was refused while the other wasn't. Well will see better with less sleepy eyes.

Good night folks,
Joan in Reno

Here is my Grub List...Please help me with it

Posted: Tue 05 Oct 2010, 00:21
by ChiJoan
Sorry to keep you waiting, but I had to sleep, work and eat.

See attached,
Joan in Reno

# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Mon Oct 4 03:14:46 2010
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.981'. You can restore it like this.
# dd if=/boot/grub/mbr.sda.981 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
title Linux (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal
# Linux bootable partition config ends
# Linux bootable partition config begins
title Linux (on /dev/sda3)
root (hd0,2)
kernel /boot/vmlinuz root=/dev/sda3 ro vga=normal
# Linux bootable partition config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd0,0)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/sda1)
root (hd0,0)
setup (hd0,0)
pause Press enter to continue.
title - For help press 'c', then type: 'help'
root (hd0)
title - For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)