Hi all, I am new to linux.
I have been running BionicPup 32 19.03 booting from CD on a Pentium 4 @ 2.6GHz, 1.5 GB RAM, with two HDDs: 45 GB and 250 GB previously running Windows XP Pro. It runs very well, a bit faster than XP and Light Browser is able to render modern webpages on this old system reasonably well, so I decided to install on the 45 GB HDD. But I cannot get it to boot from the HDD.
The 45 GB HDD had 3 partitions: 7 GBs for Windows, 3 GB for its page file, and the rest for data. Using GParted, I removed the last two partitions and expanded the Windows partition to fill the whole HDD. I then converted the NTFS to ext3 and wiped Windows. This HDD became sda1. The 250GB drive I left intact as NTFS. This is sdb.
Puppy then installed but I cannot boot from the HDD. I tried full and frugal but no success. The install process guided me to edit the GRUB4DOS menu.lst boot file by inserting the following for full install:
Code: Select all
Title Puppy Linux - BionicPup32 19.03 full install in sda1
#root (hd0,0) <-- GRUB legacy, ex: (hd1,0), etc..
find --set-root uuid () 2909428a-099b-4f7c-a527-4759e059cd16
kernel /boot/vmlinuz fullinstall root=UUID=2909428a-099b-4f7c-a527-4759e059cd16 pmedia=atahd
# root=/dev/sda1
initrd /boot/
However I get Error 15, file not found.
And I cannot boot from the HDD. The only way to boot Puppy is then from the CD.
I have wiped Puppy a number of times and reinstalled but I cannot get it to boot.
I am sure it is something minor I am missing but right now I am stuck.
Should I be using the items (or part of it) commented out instead?
Any help anyone can give me is greatly appreciated.
Thanks -- sj60