The time now is Thu 23 May 2013, 10:41
All times are UTC - 4 |
| Author |
Message |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Fri 27 Mar 2009, 18:25 Post subject:
|
|
Johan,
please attach your Grub config file, it is called "menu.lst".
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
divisionmd

Joined: 14 Jul 2007 Posts: 592
|
Posted: Sat 28 Mar 2009, 06:44 Post subject:
menu.lst Subject description: menu.lst |
|
Hello Mark,
Here is menu.lst file:
.................................................
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Thu Mar 26 13:14:15 2009
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.9494'. You can restore it like this.
# dd if=/boot/grub/mbr.sda.9494 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
title Linux (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal
# Linux bootable partition config ends
# Linux bootable partition config begins
title Linux (on /dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 ro vga=normal
# Linux bootable partition config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd0,0)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/sda1)
root (hd0,0)
setup (hd0,0)
pause Press enter to continue.
title - For help press 'c', then type: 'help'
root (hd0)
title - For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)
.................................................
Best regards,
Johan
|
|
Back to top
|
|
 |
techtype
Joined: 16 Nov 2008 Posts: 181
|
Posted: Sat 28 Mar 2009, 07:38 Post subject:
Re: menu.lst Subject description: menu.lst |
|
| divisionmd wrote: | Hello Mark,
Here is menu.lst file:
kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal
# Linux bootable partition config ends
# Linux bootable partition config begins
title Linux (on /dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 ro vga=normal
Best regards,
Johan |
Take out the "ro" ------ read only
|
|
Back to top
|
|
 |
divisionmd

Joined: 14 Jul 2007 Posts: 592
|
Posted: Sat 28 Mar 2009, 08:15 Post subject:
|
|
thanks alot!
Best regards,
Johan
|
|
Back to top
|
|
 |
divisionmd

Joined: 14 Jul 2007 Posts: 592
|
Posted: Sat 28 Mar 2009, 08:49 Post subject:
|
|
Hello,
- I made that chaneg to the menu.lst file however it is still in read only mode.
Getting this when booting:
.......................................
/etc/rc.d/rc.sysinit: line30: /etc/rc.d/PUPSTATE: Read-only filesystem
.......................................
- It must be something with that above? that is causing the system to boot in readonly mode.
Thanks for help,
Best regards,
Johan
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Sat 28 Mar 2009, 09:15 Post subject:
|
|
try to use "rw" instead of "ro" please.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
divisionmd

Joined: 14 Jul 2007 Posts: 592
|
Posted: Sat 28 Mar 2009, 15:01 Post subject:
Hello Subject description: Hello |
|
Thanks MU,
- Seems to work now that message during bootup is now gone - excellent!
- However when changing settings to conky these settings are not saved after reboot?
- Also that question at bootup "keep it simple" or "shiny thing" is that something you can modify ?
So it saves the choice i make - so i dont need to make that choice at every bootup.
Thanks alot,
best regards,
Johan
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Sat 28 Mar 2009, 15:25 Post subject:
Re: Hello Subject description: Hello |
|
| divisionmd wrote: | - However when changing settings to conky these settings are not saved after reboot?
Johan |
how do you cange it?
I think you must edit /etc/conky/conky.conf
Is that, what you did?
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
divisionmd

Joined: 14 Jul 2007 Posts: 592
|
Posted: Sat 28 Mar 2009, 16:18 Post subject:
|
|
Hello Again,
- No i edited using the menu then reloaded the conky and verified the change.
- However that menu item must edit the wrong conf file.
- Editing /etc/conky/conky.conf works - so thanks again.
- Do you have any clue on how to remove that question that always shows at bootup ("keep it simple" or "shiny things") ?
Best regards,
Johan
|
|
Back to top
|
|
 |
wkr
Joined: 06 Feb 2009 Posts: 35
|
Posted: Sat 28 Mar 2009, 18:59 Post subject:
|
|
Hello,
Is there a way to get a trash can ?
It's the only thing I miss in this excellent pupplet (BTW, a great bravo to wow)
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Sat 28 Mar 2009, 20:00 Post subject:
|
|
the puplet still contains Rox-Filer.
You could launch in from .xinitrc.
In this case, you had to deactivate the PCManfm desktop (right-click the desktop, look in the settings there).
Like this you could use the trash from Rox-filer.
You might have to play around with some settings, until you get optimal integration of LXDE and Rox-filer, as the system is optimized for LXDE/PCmanfm.
PCManfm is following the freedesktop.org specifications, and based on .desktop files in /usr/share/applications and the standard MIME system.
Rox-filer uses own versions,
Puppy uses a lot of tweaks to integrate Rox as a usefull desktop.
So in this puplet, it might not always work as expected.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Sat 28 Mar 2009, 20:27 Post subject:
|
|
Doesn't like my Medion MD8818 PC apparently.
After the first two lines, I expect something like unlzmaing, but the screen goes black.
A pity, as I would liked to see my sata and e-sata HDD's were supporte in this kernel.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
wow
Joined: 29 Jun 2006 Posts: 950
|
Posted: Sun 29 Mar 2009, 01:59 Post subject:
|
|
@playdayz: I'll try to fix that multicore glitch.
@divisionmd: about conky, read bug/bugfix in page 2:
http://www.murga-linux.com/puppy/viewtopic.php?t=39154&start=15
To remove autostarted apps (shiny things) launch lxsession-edit. To add more apps to that list try to press the RightMouseButton over the desktop, choose "Add application shortcut", create a new launcher, copy the new launcher to /root/.config/autostart and run lxsession-edit again to enable/disable it.
@wkr: there's no trash can support in PCManFM, but if you want to use the Puppy Trash Can: disable "Manage Desktop" in PCManFM's preferences dialog, enable ROX's Pinboard in LXSessionEdit and restart X. Now just drag and drop file to the Trash icon.
_________________

|
|
Back to top
|
|
 |
wow
Joined: 29 Jun 2006 Posts: 950
|
Posted: Sun 29 Mar 2009, 04:01 Post subject:
|
|
@Béèm: I disabled some messages in kernel .config file to make it less verbose. But if you want to know what's going on please boot with loglevel=7. Example(grub):
| Code: | | kernel /ultrapup/vmlinuz loglevel=7 psubdir=ultrapup pfix=ram |
_________________

|
|
Back to top
|
|
 |
wkr
Joined: 06 Feb 2009 Posts: 35
|
Posted: Sun 29 Mar 2009, 04:20 Post subject:
|
|
@MU and wow
Thank you to your answers
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|