Lighthouse Pup 4.4.2 Final SMP 194M

For talk and support relating specifically to Puppy derivatives
Message
Author
juergen
Posts: 2
Joined: Fri 11 Sep 2009, 16:30

no kezboard locatiyation - need help! :-)

#301 Post by juergen »

@tazoc:

first thanks for all your efforts with lhp442!

I have tried several other attempts with smp-support plus CF
but all still have some problems - none worked so smooth like lhp ...

But one problem still exists for me (and maybe others too):

I can not get any intl keyboard-layout (german for me) to work.
On 07.August you wrote:

-------------------------------------------------------------------------
@hartiberlin,
Open /etc/keymap, should read 'de.map'. Maybe reboot would help?
I think MU fixed that bug in Newyearspup, but I don't remember how.
Or maybe try 'Regional & Language | Keyboard Layout' in KDE
System Settings (in System Menu).
-------------------------------------------------------------------------

- I installed LHP442 frugal to a SATA-drive and have chosen DE locale like usual.
(also tried installing to USB-stick - same result)
- using mariner-sfs, kde and compiz.
- opening LHP-LookNFeelMariner, Keyboard Layout only shows US as Active layouts ...
no other choice is availlable there :-(

Also ... EDITing /etc/keymap, should read 'de.map' ... doesnt change anything
for me (after a reboot).

Btw: NYP 02 RC10 did NOT have that problem when I tested it. So I assume that
MUs fix for the keyboard-problem might not have found its way into LHP?

It would be nice, if you/we could sort that out. Shall I contact MU or do you
know him already (what I guess)?

Juergen

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

International keyboard layout fix

#302 Post by tazoc »

juergen,
Can you modify the file /root/.xinitrc.
Add there after the line "#!/bin/sh" a new line, so that it looks like:

Code: Select all

#!/bin/sh
setxkbmap -layout `cat /etc/keymap | cut -f1 -d.`
Then restart X.
-TazOC
Last edited by tazoc on Sat 12 Sep 2009, 15:55, edited 1 time in total.
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

Bruce_n_Duane
Posts: 71
Joined: Wed 02 Nov 2005, 01:40
Location: Washington State

vala and genie programming

#303 Post by Bruce_n_Duane »

tazoc:

What devx_xxxxx.sfs files do I need to do vala and genie development?
I have devx_412.sfs but the bootloader does not see it.

I see two development files on your website. Do I need these?

Do they replace the puppy 412 devx or need to be used in addition to it?

Have not had the mime problems since I deleted the pup_save.2fs and started over.

I am experiencing on interesting thing --- sometimes when I press the scrollwheel on my usb logitech bluetooth mouse the application disappears on the desktop. It is still in the task bar and running. I have to resize or move the app using the rightclick menu on the taskbar entry to get the screen back. This is a particular problem with seamonkey browser when I middle click on a link and the browser disappears. I need to "unshade" the browser to see it again. I don't know what is causing this but it happens with conkey sysmon and the console window as well.

This is new with seamonkey and puppy 4.1.2 in the experimenting I have been doing in the last two months. It is not unique to Lighthouse.

I am very impressed with your distribution of Puppy. How close is it to Barry's 4.1.2 puppy? What is different? Can I use the official puppy repository and test directory for apps for Lighthouse?

Does anyone know where I can get a gnucash 2.2.4 or greater sfs file for lighthouse. That is the only piece missing for me to convert to this from Ubuntu 8.0.4.

Also, how do I change the default for the apps on the top icon menus? Change the icons shown on this menu? Add or remove apps/icons?

I would also like to automount some partitions/drives and not others. In Ubuntu I edit mtab and fstab, but they use other apps than puppy does.

I am still very very impressed with Lighthouse Puppy 442d!!!!!
Great work!!!!

-bruce.

User avatar
Barburo
Posts: 298
Joined: Thu 14 Jun 2007, 18:49

442f feedback

#304 Post by Barburo »

Hi TazOC,
Thanks for 442f :)
I've been testing out the KDE implementation on the Sony Vaio.

With desktop effects disabled KDE works fine as a window manager. With them enabled transparency and some of the other visuals also seem to work OK but it's a bit jerky. (This Vaio only has the onboard intel graphics).

I messed things up by trying to attach an external wide-screen monitor. My previous Viewsonic 19" got detected correctly by xorg in 412f and earlier 442 LHPs, but I now have a 21" Proview model and the maximum resolution that xorg detects is 800x600. I know it's capable of much higher resolution.

Eventually KDE stopped loading even without the monitor attached, (KDE would start to load and then quit straight to the logout options).
I had to do a pfix=nox restart and rerun xorgwizard to rebuild xorg.conf to get KDE back again.

My quick query is this: "Is it the new monitor or Xorg"? I ask because I can configure things to work in Win XP with this monitor (I have a dual boot set-up) but not in puppy (or at least not 412f or 442f).
B.

juergen
Posts: 2
Joined: Fri 11 Sep 2009, 16:30

Intl keyboard working now

#305 Post by juergen »

Ref: Intl keyboard not working with LHP442f

tazoc,

thx a lot for your fast response, it solved the issue fast and easy. :D
Maybe a short info at the info- (start) page of lhpup.org would help
others with intl keyboards to save some time and frustration.

Thx again for your help!

Juergen

[quote="tazoc"]juergen,
Can you modify the file /root/.xinitrc.
Add there after the line "#!/bin/sh" a new line, so that it looks like:[code]#!/bin/sh
setxkbmap -layout `cat /etc/keymap | cut -f1 -d.`[/code]Then restart X.
-TazOC[/quote]

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

Re: Intl keyboard working now

#306 Post by tazoc »

juergen wrote:Ref: Intl keyboard not working with LHP442f

tazoc,

thx a lot for your fast response, it solved the issue fast and easy. :D
Maybe a short info at the info- (start) page of lhpup.org would help
others with intl keyboards to save some time and frustration.

Thx again for your help!

Juergen
Hi Juergen,
Thank you for testing this fix. I have added a link to the fix at beginning of thread and at http://www.lhpup.org. I plan to include this in the next release, and hopefully KDE internationalization also.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

Re: 442f feedback

#307 Post by tazoc »

Barburo wrote:Hi TazOC,
Thanks for 442f :)
I've been testing out the KDE implementation on the Sony Vaio.

With desktop effects disabled KDE works fine as a window manager. With them enabled transparency and some of the other visuals also seem to work OK but it's a bit jerky. (This Vaio only has the onboard intel graphics).
I don't think LHP has support for Intel graphics acceleration, so desktop effects and C-F probably won't work well, if at all.
I messed things up by trying to attach an external wide-screen monitor. My previous Viewsonic 19" got detected correctly by xorg in 412f and earlier 442 LHPs, but I now have a 21" Proview model and the maximum resolution that xorg detects is 800x600. I know it's capable of much higher resolution.
I would try editing /etc/X11/xorg.conf.Intel or similar with correct monitor refresh rates and desired resolution. I don't know why xorgwizard/Xorg doesn't detect it properly. Maybe it is using the specs from your Vaio's display?
Eventually KDE stopped loading even without the monitor attached, (KDE would start to load and then quit straight to the logout options).
I had to do a pfix=nox restart and rerun xorgwizard to rebuild xorg.conf to get KDE back again.

My quick query is this: "Is it the new monitor or Xorg"? I ask because I can configure things to work in Win XP with this monitor (I have a dual boot set-up) but not in puppy (or at least not 412f or 442f).
B.
Maybe you'll need to power-off, boot to CL and re-run xorgwizard, deleting the previous xorg.conf whenever connecting / disconnecting the external monitor.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

Re: vala and genie programming

#308 Post by tazoc »

Bruce_n_Duane wrote:tazoc:

What devx_xxxxx.sfs files do I need to do vala and genie development?
I have devx_412.sfs but the bootloader does not see it.

I see two development files on your website. Do I need these?

Do they replace the puppy 412 devx or need to be used in addition to it?
Yes, they replace devx_412.sfs. Use only one devx at a time. You'll need devx-Xorg7.4-gtk2.14.4-r1.sfs (for 4.1.2-rc2 or later or 4.4.2) Then you can install vala and gnucash with Gslapt. I haven't tried vala or genie myself and I don't think they are in that devx.
Have not had the mime problems since I deleted the pup_save.2fs and started over.

I am experiencing on interesting thing --- sometimes when I press the scrollwheel on my usb logitech bluetooth mouse the application disappears on the desktop. It is still in the task bar and running. I have to resize or move the app using the rightclick menu on the taskbar entry to get the screen back. This is a particular problem with seamonkey browser when I middle click on a link and the browser disappears. I need to "unshade" the browser to see it again. I don't know what is causing this but it happens with conkey sysmon and the console window as well.

This is new with seamonkey and puppy 4.1.2 in the experimenting I have been doing in the last two months. It is not unique to Lighthouse.
Which window manager exhibits the behavior? If KDE, check the System Settings | Window Behavior.
I am very impressed with your distribution of Puppy. How close is it to Barry's 4.1.2 puppy? What is different? Can I use the official puppy repository and test directory for apps for Lighthouse?
Thank you, Lighthouse is a custom build of Puppy4.1.2, with Xorg 7.4 and k2.6.28.5 from Newyearspup by MU. It has numerous modifications and additions, notably Gslapt Package Manager and LXDE from Slackware. Most 4.x series pets should work, except for Xorg-related, kernel-specific ones and Pwidgets. I think the test directory is generally only for newer Alpha/Beta Puppies.
Does anyone know where I can get a gnucash 2.2.4 or greater sfs file for lighthouse. That is the only piece missing for me to convert to this from Ubuntu 8.0.4.
Gslapt has 2.2.9, disregard the alsa conflict message. I haven't tried Gnucash myself, though there could be some missing dependencies. Often Gslapt will have those if needed.
Also, how do I change the default for the apps on the top icon menus? Change the icons shown on this menu? Add or remove apps/icons?
Which WM are you asking about? Do you mean the desktop icons or categories in the menus? Changing the menus in most WMs involves editing configuration files. KDE has kappfinder and kmenuedit GUIs but changing the icon order is very hard.

Oh, it just occurred to me that the wbar launcher may be what you mean. For that, edit '/root/.wbar', then right-click on wbar to refresh it.
I would also like to automount some partitions/drives and not others. In Ubuntu I edit mtab and fstab, but they use other apps than puppy does.
Add a line for each drive you want mounted to '/etc/rc.d/rc.local' like this:

Code: Select all

mount /dev/sda2 /mnt/sda2
mount /dev/sda3 /mnt/sda3
replacing the 2s and 3s with appropriate values from Pmount.
I am still very very impressed with Lighthouse Puppy 442d!!!!!
Great work!!!!

-bruce.
Thank you Bruce, I appreciate your support and comments.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

User avatar
OTRhound
Posts: 8
Joined: Sun 30 Aug 2009, 19:54
Location: california

false alarm re nVIdia 173

#309 Post by OTRhound »

hi again folks,
been super super busy, so Huge apologies for having not got back to my betatesting efforts-- given that my bug report has now turned out to be baseless, I feel somwhat bad about that and hope to make it up to you as time permits going forward.
I tried a fresh go with the 442-d iso, and I had downloaded and put in place all the goodies (mariner, kde, voyager) this time.. when the video driver selection dialogs came up this time, I noticed the tremendously helpful texts mentioning a detail along the lines of "IF you have Marinier installed [these nvidia drivers can be selected]"..
so what I'm thinking is that last time I hadnt put the mariner.sfs in the right place before, and didnt notice that detail in the dialogs. So maybe a check as to whether the user is prepared to go ahead with selecting the nVidia drivers, before letting her.

Thanks again for your tremendous efforts tazoc, i tried out kde and it looks good.. everything went smoothly. A couple little snags, but I'll take some time to write them up in concise detail when I get the chance..
peace!

Bruce_n_Duane
Posts: 71
Joined: Wed 02 Nov 2005, 01:40
Location: Washington State

Window Manager

#310 Post by Bruce_n_Duane »

Hello Tazoc:

I am using the JWM window manager.

I will look at getting gnucash next week when I have faster wifi.
I will also download the devx, vala, and genie codes at that time.
The wifi I have today is good for about 2-4k bits/sec == slow.
The libraries are good for 600k-1500k bits/second == fast!!!

Thanks for the help on the mount command and wbar.

I found out what was happening to cause the windows to disappear. If the mouse is on the top title bar and you scroll the mouse wheel, the window will shade or unshade.

Now, how do I remove this feature?

I grabbed the bibletime files from ubuntu 8.04 from /usr/share/sword
and put them in a new directory in LHP /home then created link files
for mods.d and modules directories into LHP's /usr/share/sword and
I left the locales.d directory alone.
BibleTime works like a champ and is faster than in Ubuntu in my opinion.

I continue to test out LHP.

The areas left for me are:
Build the vala and genine, development environment with IDEs
Wine to get more bible study guides working (Bible Ultimate)
Wine to run my Delorme Topo, Streetmaps and National Geo Topo
And get gnucash 2.2.4 or greater working

Does underdog work in LHP?

The final destination of LHP will be on a hard disk that has Ubuntu 8.04
with Gnucash in another partition.

Keep up the great work on LHP!!!
-bruce.

User avatar
Barburo
Posts: 298
Joined: Thu 14 Jun 2007, 18:49

rt2870sta driver

#311 Post by Barburo »

Hi TazOC,
I have also posted this problem in hardware/wireless but have received no replies yet.

Briefly , I purchased a Buffalo WLI-UC-GN USB dongle for my HP Tx1000 notebook because the internal Broadcomm card ceased to function.

Windows recognizes it and configures it from the supplied CD

Lighthouse Pup 4.1.2 Final doesn't see the dongle. Not sure why. Pupscan shows
Manufacturer=Ralink
Product=802.11 n WLAN
SerialNumber=1.0
VendorID=0411 ProductID=015d KERNEL-MODULE=(none)
I looked through /var/log/messages but saw no warnings or error messages.

I googled around and found that this dongle uses the Ralink RT2870 chipset.

I tried to load rt2870sta driver through the connection wizard and got a "not found" (see pic).

From reading the forum this module should auto load in al 4.xx puppys.

Any idea why 4.1.2f doesn't load it?

B.
Attachments
image.gif
(16.92 KiB) Downloaded 1827 times

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#312 Post by tazoc »

@Bruce,
I don't know how to change the titlebar behavior in JWM. I usually use KDE or LXDE. Not sure about underdog, I've never tried it. Thanks for your comments.

@Barburo,
I tried loading the same module in LHP 412f and got the same error you did. Must be something wrong with that firmware or maybe it is incompatible with the k2.6.28.5 kernel? We should try Puppy 412 and see if it's any different. I will try it and update this post shortly. The firmware is at '/lib/modules/all-firmware/rt2870sta-fw.tar.gz'.
[Update: I tried loading the firmware in Puppy 412 and it works. I don't know why it doesn't work in LHP. I'm working on LHP443 with Barry's new k2.6.30.5 and I'll try it on that.]

-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

Translations and keymaps for KDE 4.2.4

#313 Post by tazoc »

KDE-4.2.4-l10n_442.sfs Regions & languages for KDE 4.2.4 (non-US only)
* Translations and keymaps for KDE 4.2.4 only

* Use with International keyboard layout fix

* Not needed for US English locale
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

Bruce_n_Duane
Posts: 71
Joined: Wed 02 Nov 2005, 01:40
Location: Washington State

KDE and Mariner Question

#314 Post by Bruce_n_Duane »

Hello Tazoc:

I am using Lighthouse Puppy 4.4.2d with the JWM window manager and 6 additional sfs file loaded at boot (Opera, KDE, Mariner, Bibletime, OpenOffice, and Google Earth) that I downloaded September 3rd.

I just built a copy of Lighthouse without Opera for a fellow camper at the resort I am at. She was using windows and sold her on switching to Puppy. Put it on a 4GB Kingston Traveler Flash. Works great. I would love to tell her how to get Mariner and KDE to stop asking to be installed on startup.

I have tried myself, answering yes to all screens and still get the startup screen.
If I select Uninstall for both, I still get asked at startup. If I delete the entries for KDE and Mariner in /Autostart and /Startup, the entries get put back when I boot my computer the next time. Is there a way to get this to stop?

Also, How do I get rid of gkrellm on startup without breaking the system. I would prefer the pwidgets display of Puppy 4.2.1. Is it possible to use pwidgets in JWM on Lighthouse Puppy 422d?

I tried "underdog" to run gnucash in a quick test. It failed. I will try again next week to get this to work. I now have two flash drives with Lighthouse Puppy installed. One for testing and one to use all the time. I am switching to Lighthouse Puppy as my main Linux.

I have modified the /root/.wbar file to have the icons and applications that I like.

The only application I added is mc=Midnight Commander. I have been using this filebrowser since 2005 and love the ability to view and edit files with this tool and have two directories to copy, compare, link, and view on the same screen.

I see that Barry has released 430 and tuuxxx has released 431 already. Are you going to build a version of Lighthouse Puppy based on this? Just a question!
Yes or No are equal answers to me!!!!!

-bruce.

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#315 Post by tazoc »

Hi Bruce,
I'm testing LHP443 with the kernel from Puppy 4.3. Will probably wait for the next release or two before doing a complete re-build of LHP from Puppy 4.3x.

I want you to use ROX-Filer to check for 'MarinerSetup' scripts in both /Autostart and /Startup. Move both into the accompanying folder, DisabledItems. Same for gkrellm if desired. Then open '/usr/local/bin/', right-click on 'MarinerSetup' | Permissions and change the drop-down to 'a-x(Make non-executable)'. You can do the same for 'KDE-Setup'.

Then save your session if your pup_save.2fs is on a flash drive by typing '/usr/sbin/save2flash' in terminal. Wait until it finishes, then reboot.

If that doesn't make the prompts go away I don't know what will...

I couldn't get Pwidgets to work properly in LHP. Have you tried Conky in the Desktop or System Menu? Pwidgets opens several instances of conky, with unique configurations.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

Bruce_n_Duane
Posts: 71
Joined: Wed 02 Nov 2005, 01:40
Location: Washington State

Removing gkrellm

#316 Post by Bruce_n_Duane »

Hello Tazoc:

Moved Mariner_Setup, KDE_Setup, and gkrellm out of ?Autostart and /Start directories into the deleteditem subdirectory.

removed the execute flag on /usr/bin/Mariner_Setup and KDE_Setup
Did the /usr/sbin/save2flash
rebooted

gkrellm came back and was placed in both /Start and /Autostart directories

So I removed the execute flag on /usr/bin/gkrellm
Did the /usr/sbin/save2flash
rebooted

They did not appear. The list of startup items just flashed on the screen. That is OK. Links to all three are in the /Start and /Autostart directories but they do not have the execute flag.

Question: What is copying these to the /Start and /Autostart directory?
Could this copy only occur if no "pup_save-xxxxx.2fs" file exists?
Let me know where and I will see what I can do.

Thanks again for you quick response and help!!!!

-Bruce.

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#317 Post by Jim1911 »

Hi TazOC,

Back from vacation and now have your final installed. It's great using the KDE Window Manager, haven't tried others. I do have one problem that also showed up in the beta version, Amarok appears to be working, but there is no audio. Alsaconf does play woofwoof.

Regarding your new KDE-4.2.4-i10n_442.sfs, when trying to switch to KDE Window Manager, the gxmessage is "KDE script '/usr/bin/startkde' not found. Need KDE SFS in /mnt/home." KDE-4.2.4-i10n_442.sfs is properly selected by the Boot Manager and placed in /mnt/home.

Thanks,
Jim

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#318 Post by tazoc »

@Bruce,
I looked through many scripts today and cannot find the culprit. If I find anything I'll let you know.

@Jim1911,
Hi and welcome back!

Exit amarok, rename or delete the amarok folder in '/root/.kde/share/apps' and the file amarokrc in '/root/.kde/share/config'. Then restart Amarok.

KDE-4.2.4-l10n is not a replacement for 4-KDE-4.2.4f. For international language support in KDE4, both SFS are needed--one for KDE and one for the non-English translations and keymaps. It is large because it covers very many regions and languages and even has some regional audio or html or graphics. Next release I plan to split the l10n into two or three smaller files.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

rockets
Posts: 31
Joined: Wed 02 Aug 2006, 10:16
Location: Lillian, Al

mariner, voyager

#319 Post by rockets »

This is probably in the wrong forum, but I am curious. I have lhpup, mar, kde, bibletime loaded on a 4g thumb drive.. and have used puppy for years (not an expert, tho). I even forget how to manage sfs files loaded at boot.

Please point me to a wiki or tutorial for a description of Mariner etc...

I seem to remember the lighthouse site had a description several years back.

Stormson5150
Posts: 40
Joined: Fri 06 Feb 2009, 16:00

#320 Post by Stormson5150 »

Hello tazoc,

First i would like to say that I have long been a HUGE fan of Lighthouse... Truly great work!

I've been away awhile and just ran across this new vers... I havent had time to read through all 22 pages of this thread, so please forgive me if this has already been covered...

One of the few problems I have with LH, is the frugal install... For some reason it will ONLY install to to sda1. I have had this issue with every vers I have tried, and unfortunately, I really need it to install elsewhere (simply sda2 would be fine for now)...

I use a very simple setup that includes grldr (that hooks into ntldr) along with menu.lst, and a choice of Win or Linux in the boot.ini....

My menu.lst is not the problem, as any other puppy vers works fine wherever I place it...The following works just fine for LH:

Code: Select all

title LightHose412
rootnoverify (hd0,0)
kernel /Main/vmlinuz max_loop=40 pmedia=atahd psubdir=Main
initrd /Main/initrd.gz
While the following does not work for LH, but does for any other puppy:

Code: Select all

title LightHose442
rootnoverify (hd0,1)
kernel /LightHose442/vmlinuz max_loop=40 pmedia=atahd psubdir=Main
initrd /LightHose442/initrd.gz
Any ideas as to whats going on here? Any way to fix it? This is a real priority for me, as I would like to make LH my day to day system, however I simply cant until i can get it to run on other partitions...

Thanks in advance for any help you can provide and thank you for the otherwise great job you have done!

Post Reply