Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Can't get puppy to work with grub2 Post 302417971 by Narnie on Sunday 2nd of May 2010 12:16:20 AM
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
 

7 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

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. 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

6. 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

7. 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
GRUB(8) 								FSF								   GRUB(8)

NAME
grub - the grub shell SYNOPSIS
grub [OPTION]... DESCRIPTION
Enter the GRand Unified Bootloader command shell. --batch turn on batch mode for non-interactive use --boot-drive=DRIVE specify stage2 boot_drive [default=0x0] --config-file=FILE specify stage2 config_file [default=/boot/grub/menu.lst] --device-map=FILE use the device map file FILE --help display this message and exit --hold wait until a debugger will attach --install-partition=PAR specify stage2 install_partition [default=0x20000] --no-config-file do not use the config file --no-curses do not use curses --no-floppy do not probe any floppy drive --no-pager do not use internal pager --preset-menu use the preset menu --probe-second-floppy probe the second floppy drive --read-only do not write anything to devices --verbose print verbose messages --version print version information and exit REPORTING BUGS
Report bugs to <bug-grub@gnu.org>. SEE ALSO
update-grub(8), grub-install(8). The full documentation for grub is maintained as a Texinfo manual in the grub-legacy-doc package. If the info and grub programs are prop- erly installed at your site, the command info grub should give you access to the complete manual. grub (GNU GRUB 0.97) January 2013 GRUB(8)
All times are GMT -4. The time now is 04:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy