Can't get puppy to work with grub2


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Can't get puppy to work with grub2
# 1  
Old 05-02-2010
Can't get puppy to work with grub2

Hello,

I'm trying to put puppy linux 4.2.1 (I can't use the latest because it won't boot on my hardware) on a grub2'd usb drive.

It throws the error that it can't find pup_421.sfs

Here is my /boot/grub/grub.cfg

Code:
menuentry "Puppy 4.2.1" {
 loopback loop /boot/iso/puppy-4.2.1-k2.6.25.16-seamonkey.iso

 linux (loop)/vmlinuz  --

 initrd (loop)/initrd.gz
 }

here is my list of important files on the thumb drive

Code:
/media/PENDRIVE/
/media/PENDRIVE/boot
/media/PENDRIVE/boot/grub
/media/PENDRIVE/boot/grub/device.map
/media/PENDRIVE/boot/grub/boot.img
/media/PENDRIVE/boot/grub/cdboot.img
/media/PENDRIVE/boot/grub/diskboot.img
/media/PENDRIVE/boot/grub/kernel.img
/media/PENDRIVE/boot/grub/lnxboot.img
/media/PENDRIVE/boot/grub/pxeboot.img
/media/PENDRIVE/boot/grub/core.img
/media/PENDRIVE/boot/grub/grubenv
/media/PENDRIVE/boot/grub/grub.cfg
/media/PENDRIVE/boot/iso
/media/PENDRIVE/boot/iso/puppy-4.2.1-k2.6.25.16-seamonkey.iso

In the kernel parameter line, I have tried various iterations of

Code:
pfix=ram

or

pfix=noram

or

pmedia=usbhd

None of which work.

Any pointers for the right direction would be appreciated

Yours,
Narnie
# 2  
Old 05-02-2010
Try moving Puppy from /boot/iso to /boot.
# 3  
Old 05-04-2010
OK, I'll give that a shot.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Question about Grub2 and Multipathing

I have a bit of an odd situation I would like to float out here and see if anyone has any ideas on this.. We are working on doing Disaster Recovery on a number of RHEL 7.4 systems. These are running on Cisco Blade Servers. The mount point for /boot is on a Multipathed SAN LUN. There are a... (4 Replies)
Discussion started by: Overcast451
4 Replies

2. UNIX for Beginners Questions & Answers

Unable to edit grub2 boot screen in centos 7

I have centos 7 gui installed on vmware workstation12 on my laptop.WhenI want to pause my splash screen while starting my centos 7 using the 'esc key' nothing happens and the system just boots up.I also see a entry for aci_memory_fail... entry during the boot process.help me fix the system. (1 Reply)
Discussion started by: sabsac
1 Replies

3. Red Hat

GRUB2 + UEFI issue, new entry each boot

Hello This is happening on: 3.13.7-200.fc20.x86_64 This happened already some weeks ago, until now i didn install linunx onto this machine, as i had to turn in the laptop to the service center so they could fix the UEFI flash storage. Either way, its happening again. as i installed Fedora 20... (1 Reply)
Discussion started by: sea
1 Replies

4. Linux

grub2 startup freeze

I got a dual boot with grub2, but everytime I turn on the computer and the booter is loaded, I can't handle the menu, so I am forced to wait the countdown and choose the default option. I'd really like to know why! This is my grub.cfg, # # DO NOT EDIT THIS FILE # # It is automatically... (0 Replies)
Discussion started by: Luke Bonham
0 Replies

5. Debian

Grub2 (dual boot, dmraid) cannot run Debian6

Hello, firstly excuse for my poor english. I have a busybox error when I try to run Debian 6. It's like Grub cannot find root (initramfs) My system is: - RAID0 with dmraid - /boot ext2 (from moonOS installation --ubuntu based--) - ext4 (moonOS wich have the Grub2 installation, where I... (0 Replies)
Discussion started by: neutralTTY
0 Replies

6. Linux

Puppy Linux

Does anyone have installed Puppy Linux on a formatted hard disk without any partition? I have just gotten the cd iso live but I do not know howto install it permanently. :confused: Someone can help me? Thank you (0 Replies)
Discussion started by: sergio_italy
0 Replies

7. Linux

puppy linux

i used puppylinux(only 95mb) good OS.i have some doubts raised 1.)how a bootable drive is different from a unbootable drive(drive=a harddisk or pendrive or a cd etc..)? 2.)how puppylinux is able to play sounds without audiodriver installation (which is needed in windows)? (2 Replies)
Discussion started by: villanarun
2 Replies
Login or Register to Ask a Question