I have the latest Puppy Linux (5.20, I think) but it has a problem with grub install at the end of the setup process.
How can I install grub (or grub2, the easiest one will be great) manually using my Ubuntu 10.04 CD?
I have the latest Puppy Linux (5.20, I think) but it has a problem with grub install at the end of the setup process.
How can I install grub (or grub2, the easiest one will be great) manually using my Ubuntu 10.04 CD?
fdisk -l
and see which is your linux partition, say/dev/sda2
./mnt
usingmount /dev/sda2 /mnt
Now run the following magic command from anywhere:
You will get the message
If you prefer a GUI way then download Grub Customizer Portable then mark the applications ‘executable’ after download - Right click > Properties > Permissions > Check ‘allow executing as a programme’ then double-click and run and then click File -> install to MBR.
Please see link:
GRUB Manual - Install
Keep me informed