| Author |
Message |
gerry
Joined: 26 Jul 2007 Posts: 944 Location: England
|
Posted: Tue 31 Mar 2009, 17:36 Post subject:
|
|
@rcrsn51 your advice for the grub-install package is not quite right.
Where you run the grub simulator, and enter "find /boot/marker I got an error message to say that grub could not find it. I tried it on a Debian install on another machine, and that didn't find it either.
So I googled it- and found that it is not often used. So I ignored the message, and all went well.
EDIT: I'm wrong. I managed to lose it, it's part of the grub-install package.
EDIT: without the marker, which is intended to make sure that you put grub in the right place, BE CAREFUL
Gerry
|
|
Back to top
|
|
 |
d4p

Joined: 12 Mar 2007 Posts: 380
|
Posted: Sun 19 Apr 2009, 16:07 Post subject:
|
|
I just integrated plop boot manager into my multiboot dvd.
Wow, plop is the most advanced multi-purpose boot manager ever.
It can boot/wake up many OS's: linux, windows, bootable image, and also usb without bios support. http://www.plop.at/en/bootmanager.html
|
|
Back to top
|
|
 |
MikeMT
Joined: 01 Apr 2006 Posts: 87
|
Posted: Tue 26 May 2009, 17:38 Post subject:
|
|
Puppy Linux 4.2 retro on USB
Two problems with booting USB.
1st.
Because my computer does not boot from a USB drive, I have been booting Puppy with a WakePup2 floppy, which works great. For faster and quieter booting, I wanted to boot puppy with a CD. I thought pupboot.zip would be my ticket. I downloaded the zip and unpacked it. Using ISO Master I read the note that said that vmlinz and initrd.gz had to be included on the image. I copied them to the pupboot.iso and and burned the iso. Failed to boot. Message on the screen stated, "Loading Stage 2" and stuck there. Strange thing was that the floppy drive (which was empty) light was on, as if Grub was trying to access the floppy.
What is the hitch?
2nd problem:
I then decided to try multiboot. tar.gz. Downloaded, unpacked, read the notes,included vmlinuz and initrd.gz, burned the image, and rebooted. Pup loaded quickly, but wait . . .no sound. lsmod showed few modules loaded:
# lsmod
Module Size Used by
fuse 44820 0
aufs 151456 3
nls_iso8859_1 4224 1
nls_cp437 5888 1
usbhid 24544 0
usb_storage 83008 1
ehci_hcd 30476 0
uhci_hcd 23948 0
usbcore 126104 5 usbhid,usb_storage,ehci_hcd,uhci_hcd
ide_cd 39072 0
cdrom 36768 1 ide_cd
squashfs 46856 1
#
I tried a new burn with a copy of vmlinuz from the live cd, same result.
What is the fix for either or both of the problems.
Thanks
|
|
Back to top
|
|
 |
rjbrewer

Joined: 22 Jan 2008 Posts: 4350 Location: merriam, kansas
|
Posted: Tue 26 May 2009, 18:42 Post subject:
|
|
To boot a usb with a cd; use the cd with the same os the flash
has on it. When it gets to boot screen, type "puppy pmedia=
usbflash". (no quotes)
_________________
Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Full installs
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Tue 26 May 2009, 21:19 Post subject:
|
|
I just downloaded a copy of 4.20 retro and made a USB-boot CD combo. It worked fine and installed all the sound modules.
Tell us about your PC. Is there anything non-standard about the optical drive?
Do you get sound when you boot off the Live CD?
Did you try rjbrewer's technique? Use the Puppy CD as the boot disk and during the short initial pause, type:
| Code: | | puppy pmedia=usbflash |
|
|
Back to top
|
|
 |
MikeMT
Joined: 01 Apr 2006 Posts: 87
|
Posted: Wed 27 May 2009, 08:08 Post subject:
|
|
My PC has two optical drives: a DVD as master, a CD-RW as slave. So the PC boots off the DVD drive. Nothing unusual.
I did try rjbrewer's technique. Puppy booted, but without the all the modules (no sound). The same modules as listed in my previous post.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Wed 27 May 2009, 10:05 Post subject:
|
|
Do you get sound when you boot off the Live CD?
|
|
Back to top
|
|
 |
Sylvander
Joined: 15 Dec 2008 Posts: 2852 Location: West Lothian, Scotland, UK
|
Posted: Wed 27 May 2009, 10:07 Post subject:
|
|
Sorry to break in out of sequence, but...
See posts #113 &114 here where I quoted rcrsn51 saying:
#113: ""The 'fixmbr' attachment contains an ISO image of a bootable CD based on FreeDOS. You can use it to restore a Windows MBR that has been overwritten by a Linux bootloader.
Burn the image and boot your machine off it.
At the A> prompt, type the command: fdisk /mbr
Remove the CD and reboot.""
And in post #114 Paul Komski commented:
#114: "This is a legacy command from DOS for repairing the MBR on Windows ME and earlier but not for repairing the MBR on NT versions of Windows such as 2K/XP and above and for which the command is fixmbr from an NT-based recovery console. Any DOS boot floppy or emulated CDROM should have fdisk on it. The reason is simple enough: fixmbr leaves the original disk signature intact; fdisk rewrites a new one. That means that when the NT OS starts up it re-detects all the hard drive partitions, may re-assign different drive letters and can even be enough to trip a re-activation. There are times when one wants deliberately to re-detect the partitions in this way but not in the normal course of events. The fdisk /mbr command can also result in zeroing of all the partition tables if the magic number 55AA does not occupy the last two bytes of the MBR."
|
|
Back to top
|
|
 |
MikeMT
Joined: 01 Apr 2006 Posts: 87
|
Posted: Wed 27 May 2009, 13:41 Post subject:
|
|
There is no sound and limited modules are loaded when booting from the live CD.
Windows is not on this machine. Ubuntu is installed on the harddrive, which boots correctly.
|
|
Back to top
|
|
 |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Wed 27 May 2009, 19:44 Post subject:
|
|
MikeMT
It might help if you tell us what your pc is, or what sound chip *buntu sees
the fact that 'limited modules are loaded', i.e. several aren't loading, suggests a deeper problem, maybe requiring boot parameters
examples
see
http://www.puppylinux.org/wiki/archives/old-wikka-wikki/categorydocumentation/bootparms?cmt=true#internal4
Aitch
|
|
Back to top
|
|
 |
MikeMT
Joined: 01 Apr 2006 Posts: 87
|
Posted: Wed 27 May 2009, 21:47 Post subject:
|
|
Backup a bit. When flash Puppy is booted with the Wakepup2 floppy all modules are loaded, sound is fine. I am trying to get a boot CD to work. because it would be faster booting. My first post detailed the problems.
The PC is an old Gateway with sound built in the motherboard.
|
|
Back to top
|
|
 |
MikeMT
Joined: 01 Apr 2006 Posts: 87
|
Posted: Thu 28 May 2009, 12:34 Post subject:
|
|
Problem solved.
I reinstall Puppy 4.2 retro to another USB flash drive. Using the same MultibootCd, booted Puppy up. All modules were loaded. I do not know what was corrupted on the other drive. Thanks for the assistance everyone.
|
|
Back to top
|
|
 |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Thu 28 May 2009, 18:19 Post subject:
|
|
Well persevered, Mike
Aitch
|
|
Back to top
|
|
 |
SelftaughtGeek
Joined: 16 Sep 2009 Posts: 26
|
Posted: Fri 18 Sep 2009, 10:05 Post subject:
GRUB multiboot Puppy 4 Subject description: Multi boot options |
|
I have been trying to configure GRUB (sat on a floppy) to give me the options of either booting from the live cd or booting from my frugal install on the HD, without success. L
The grubflop file seems to be the answer I need but can you answer a question please? Apologies if it is stupid or basic but I am trying to learn a whole new world, this is my first real escape from Windows.
Why does the menu.lst file for the live CD option not look for a vmlinux kernel?
Thanks
STG
_________________ Everything I know I found out for myself but only after some kind person pointed out the way.
I'm not really a Geek, just hate things that don't work
|
|
Back to top
|
|
 |
Guitar John

Joined: 24 Nov 2009 Posts: 11 Location: Earth
|
Posted: Mon 30 Nov 2009, 00:53 Post subject:
|
|
| rjbrewer wrote: | Ummm...
This idea of including Dariks Boot & Nuke in a multi-iso cd ,
has potentially hilarious repercussions.
Please keep us informed of any long term consequences.
ha ha ha |
YIKES!!
|
|
Back to top
|
|
 |
|