Can't Install Grub in a Puppy 3.17 Install

Booting, installing, newbie
Post Reply
Message
Author
User avatar
wmichaelb
Posts: 53
Joined: Thu 16 Apr 2009, 15:05
Location: Cincinnati, OH

Can't Install Grub in a Puppy 3.17 Install

#1 Post by wmichaelb »

I've been trying to install Puppy on an old PIII machine. The only CD that I can find that won't give me a kernel panic is 2.17, which for this purpose is fine. I run the universal installer, and it does its thing and then quits. Then I try to install Grub, but the installer tells me to either unmount hda1, or to mount it read-write. I tried to unmount it with pmount, but the system insists that process 6488 has it tied up. I tried:

Code: Select all

kill -6488
and

Code: Select all

kill -KILL 6488
but neither will kill that process. So I tried:

Code: Select all

mount /dev/hda1 -w
but I got another error message. How can I install Grub?

Thanks in advance.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2 Post by rcrsn51 »

Use the one-click installer method from here.

Post Reply