Fluppy 013

For talk and support relating specifically to Puppy derivatives
Message
Author
csshin
Posts: 45
Joined: Sun 14 Oct 2007, 14:36

Problem with full install

#1771 Post by csshin »

To Jemimah or anybody that can help with full install

I have been using Fluppy 013 for a while. Added Chinese language pack and other packages, remastered it and used the remastered copy on several several machines successfully. Recently I bought a new PC without any operation system but an empty 500G hard disk. I tried to do a full install and used grub4dos to make the disk bootable.

When I boot, grub runs successfully, giving me a list of boot choices I set before. Then it displayed one or two lines and came to a halt with sh-3.00#.

With a usb keyboard, I cannot key in anything and the machine seems to have gone dead. With a ps2 keyboard, I can type in commands. An ls let me see the directories in the disk. It cannot run xorgwizard, probably it has not loaded it. xwin gives an error saying that it cannot a read-only file /etc/.xloaded.

I tried to use a fresh download of fluppy 013.iso or .zip to do the full installation. I also try to do it on several machine. No luck.

I suspect a bug in the full install procedure or in vmlinuz. I knew very little linux and puppy to get any further. Can anybody help. Thank you.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

full install of Fluppy

#1772 Post by don570 »

I don't have experience with a full install
but the first thing I would suspect is an
improper kernel line in my grub configuration file.

(Note that for grub2 it is called the linux line
because the word 'kernel' is replaced by the word 'linux')

You must point the bootloader to the right
partition

For instance if you have installed in hda9
you put root=/dev/hda9 in the kernel line


Here are the links to explain grub
http://www.troubleshooters.com/linux/grub/grub.htm
http://www.murga-linux.com/puppy/viewto ... c&start=48

Other than that I know nothing :lol:

_____________________________________________

csshin
Posts: 45
Joined: Sun 14 Oct 2007, 14:36

Full install boot up and stuck with sh-3.00#

#1773 Post by csshin »

I think I have get grub to direct to the correct partition, as after the booting hung, I do a ls and can see the directories of the full install fluppy.

106498
Posts: 250
Joined: Mon 19 Nov 2007, 02:07
Location: NZ
Contact:

#1774 Post by 106498 »

If you post your menu.lst file, we can have a look at it. Usually in the /boot directory.
[color=green]An expert is just a beginner with experience.[/color]
Shamelessly representing [url=http://www.tdem.co.nz]TdeM[/url]!

csshin
Posts: 45
Joined: Sun 14 Oct 2007, 14:36

Full install boot up and stuck with sh-3.00#

#1775 Post by csshin »

My menu.lst file is as follows. It is generated automatically by grub4dos and I have edited the title and commented out the window boot section. Frugal boot is OK.

# menu.lst produced by grub4dosconfig-v1.7
color white/blue black/cyan white/black cyan/black
timeout 10
default 0

# Frugal installed Puppy
title Fluppy013 Frugal
rootnoverify (hd0,3)
kernel /puppy013/vmlinuz pmedia=atahd psubdir=puppy013 nousbwait=1
initrd /puppy013/initrd.gz

# Full installed Linux

title Fluppy 013 (sda1/boot)
uuid 5a45137c-d016-4aa1-b42c-5923aec1aacb
kernel /boot/vmlinuz root=/dev/sda1 ro


# Windows
# this entry searches Windows on the HDD and boot it up
#title Windows\nBoot up Windows if installed
# errorcheck off
# find --set-root --ignore-floppies --ignore-cd /bootmgr
# chainloader /bootmgr
# find --set-root --ignore-floppies --ignore-cd /ntldr
# chainloader /ntldr
# find --set-root --ignore-floppies --ignore-cd /io.sys
# chainloader /io.sys
# errorcheck on

# Boot from Partition Boot Sector

#title Fluppy 013 (sda4:PBS)
# uuid 5a45137c-d016-4aa1-b42c-5923aec1aacb
# chainloader +1

# additionals

title Find Grub2\nBoot up grub2 if installed
find --set-root --ignore-floppies --ignore-cd /boot/grub/core.img
kernel /boot/grub/core.img

title Grub4Dos commandline\n(for experts only)
commandline

title Reboot computer
reboot

title Halt computer
halt

gcmartin

media codecs missing

#1776 Post by gcmartin »

Parole Media generates an error message on playback of one of its defaults. Anyone know anything about this media player and how to resolve this?

Thanks in advance

User avatar
maxpro4u
Posts: 293
Joined: Sat 19 Jun 2010, 18:20
Location: Rittman,Ohio,USA, In dog years,I'm dead
Contact:

Re: media codecs missing

#1777 Post by maxpro4u »

gcmartin wrote:Parole Media generates an error message on playback of one of its defaults. Anyone know anything about this media player and how to resolve this?

Thanks in advance
What type of file are you trying to play?
Here is a link to parole
http://goodies.xfce.org/projects/applications/parole
Dell D610 1.7M w/1024mb
Testing Slacko and a few others
I'm Max Wachtel and I approve this message.
Registered Linux User #393236

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

grub4dos instructions

#1778 Post by don570 »

csshin wrote: # Full installed Linux

title Fluppy 013 (sda1/boot)
uuid 5a45137c-d016-4aa1-b42c-5923aec1aacb
kernel /boot/vmlinuz root=/dev/sda1 ro
I have no experience with grub4dos but
shouldn't your hard disk be referred to as hda1
rather than sda1

I thought that was the convention.
Here's a couple of pages on grub4dos
http://diddy.boot-land.net/grub4dos/files/basics.htm
http://diddy.boot-land.net/grub4dos/files/syntax.htm

___________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

grub4dos

#1779 Post by don570 »

More info from

http://diddy.boot-land.net/grub4dos/files/multiboot.htm


To create an entry for Linux Puppy, add the following text/entry -
title Linux Puppy
hide (hd0,0)
hide (hd0,1)
unhide (hd0,4)
unhide (hd0,5)
hide (hd1,0)
find --set-root /vmlinuz
kernel /puppy400/vmlinuz pmedia=idehd psubdir=puppy400 pkeys=uk
initrd /puppy400/initrd.gz

or,
title Linux Puppy
hide (hd0,0)
hide (hd0,1)
unhide (hd0,4)
unhide (hd0,5)
hide (hd1,0)
kernel (hd0,4)/puppy400/vmlinuz pmedia=idehd psubdir=puppy400 pkeys=uk
initrd (hd0,4)/puppy400/initrd.gz rootnoverify (hd0,4)


_________________________________________

User avatar
myke
Posts: 102
Joined: Tue 15 Mar 2011, 16:20
Location: Québec

#1780 Post by myke »

Most modern Linux distributions refer to hard disks as sda, sdb, etc. rather than hda, hdb, etc

That's because the drivers for these hard disks have been changed in the kernel.

The old pata drivers referred to hard disks with hd whatever while the new libata drivers refer to the same hard disks as sd whatever.

myke
AA1 D255E-keucr slacko 5.3;luci;mijnpup; tw-os; with:Emacs,gawk,noteboxmismanager,treesheets, freeplane, libreoffice, tkoutline, Sigil, calibre, calendar. magic&Noteliner(wine), kamas (DOS)

csshin
Posts: 45
Joined: Sun 14 Oct 2007, 14:36

#1781 Post by csshin »


don570 wrote:
csshin wrote:

# Full installed Linux

title Fluppy 013 (sda1/boot)
uuid 5a45137c-d016-4aa1-b42c-5923aec1aacb
kernel /boot/vmlinuz root=/dev/sda1 ro
I have no experience with grub4dos but
shouldn't your hard disk be referred to as hda1
rather than sda1

I have actually tried hda1, sda1, hd(0,0). The results are the same. I think grub located the partition correctly. Only that vmlinuz stuck at some point.[/quote]

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1782 Post by nooby »

I still fail to get Pwidgets to work. Should one have to activate it in some odd way? or does it only work after reboot. Yes one should go to File? and start it somehow. Wow very frustrating. It doesn't behave that way on other puppies.
I use Google Search on Puppy Forum
not an ideal solution though

tlchost
Posts: 2057
Joined: Sun 05 Aug 2007, 23:26
Location: Baltimore, Maryland USA
Contact:

#1783 Post by tlchost »

nooby wrote:I still fail to get Pwidgets to work. Should one have to activate it in some odd way?
It''s not an odd way....turning on Pwidgets is in one of the menus....I had the same question and finally found the icon....one needs to search for it.

Thom

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#1784 Post by James C »

nooby wrote:I still fail to get Pwidgets to work. Should one have to activate it in some odd way? or does it only work after reboot. Yes one should go to File? and start it somehow. Wow very frustrating. It doesn't behave that way on other puppies.
See here
http://www.murga-linux.com/puppy/viewto ... 230#496230

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1785 Post by nooby »

Thanks! It is all about logic and preferences. :)
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#1786 Post by edoc »

So, when will Fluppy be ported to the iPod?

;-)
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#1787 Post by edoc »

I have downloaded and uncompressed the Linux app from http://chirp.danplanet.com/downloads

BTW: Midori crashed the first time I tried then was stable when I re-opened it and tried again.

It requires Python so I grabbed the SFS from the Puppeee PetStore and rebooted.

When I tried to open the chirp app I received an error saying that the pyserial module was not loaded.

I looked at the list of modules available for manual selection for loading and pyserial was not there.

Would someone direct me to a Fluppy 013-friendly source for pyserial, please?

Thanks!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

gcmartin

Re: media codecs missing

#1788 Post by gcmartin »

maxpro4u wrote:
gcmartin wrote:Parole Media generates an error message on playback of one of its defaults. Anyone know anything about this media player and how to resolve this?

Thanks in advance
What type of file are you trying to play?
Here is a link to parole
http://goodies.xfce.org/projects/applications/parole
Wjhat is this suppose to mean..from the site you show here?
"The GStreamer framework provides a strong plugin interface to dynamically load plugins that support certain media types, the more you have GStreamer plugins installed in your system the more you can play media formats with Parole. Parole is completely free, means that you can user it, redistribute it and/or modify it under GNU general public license, in the other hands some GStreamer plugins are not free, for example to decode some closed media formats, and possibly other plugins have licensing issues with their source code, it is up to you or usually to the distribution to ship/accept the license of these plugins, here is the list of Gstreamer plugins "

Does this mean that simple URL playback does NOT work unless we purchase something? And stuff built-in to Parole won't work either?

My post shows that I am trying to go to a website that I got from the Parole menu. I just trying to understand whether others have tried its menus and hit the same message that I hit. And if so, did they know why.

Thanks for asking, though. Did anyone else experience same or similar usage of Parole?
P.S. My opening post of this issue in this Fluppy thread is here, Parole Media generates an error message on playback of one of its defaults.

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#1789 Post by edoc »

CUPS is still working on the HP P1006, but it puts up an error about no Postscript support when we try to print a PDF file.

Is there a way to fix that, please?

Thanks!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#1790 Post by rcrsn51 »

edoc wrote:CUPS is still working on the HP P1006, but it puts up an error about no Postscript support when we try to print a PDF file.
Please give a specific example. From what application are you printing?

Post Reply