RE: [Solved] problem entering cheat code at splash screen
RE: [Solved] problem entering cheat code at splash screen
Hi, hoping someone will help an old guy who's aggravated himself trying to do something easy! -lol
I have installed Porteus v3.1-86_64 on a 16gb flash stick. I've failed at adding cheat code: nohd.
I get to the splash screen, tab to the window and printed there is: vmlinuz initrd=initrd.xz copy2ram timezone = us/ central volume=85%
I've tried beaucoup combinations of things, read postings and instructions for hours, -now that's it's gotten late, hope to satisfy my mind before going to bed. Thanks in advance for your time.
I have installed Porteus v3.1-86_64 on a 16gb flash stick. I've failed at adding cheat code: nohd.
I get to the splash screen, tab to the window and printed there is: vmlinuz initrd=initrd.xz copy2ram timezone = us/ central volume=85%
I've tried beaucoup combinations of things, read postings and instructions for hours, -now that's it's gotten late, hope to satisfy my mind before going to bed. Thanks in advance for your time.
Last edited by oldumguy on 14 Aug 2016, 19:29, edited 1 time in total.
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: problem entering cheat code at splash screen
welcome to porteus
not sure what you mean...
when you boot, and press tab, you can the add whatever cheatcode you want, just type it in and press enter...
if you want to make it permanent, once your running, open a superuser filemanager and navigate to /mnt/<your usb>/boot/syslinux/porteus.cfg and open it with the editor..
then add your cheatcode to the APPEND line:

not sure what you mean...
when you boot, and press tab, you can the add whatever cheatcode you want, just type it in and press enter...
if you want to make it permanent, once your running, open a superuser filemanager and navigate to /mnt/<your usb>/boot/syslinux/porteus.cfg and open it with the editor..
then add your cheatcode to the APPEND line:
Code: Select all
APPEND vmlinuz initrd=initrd.xz copy2ram timezone=us/central volume=85% nohd
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- francois
- Contributor
- Posts: 6499
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: problem entering cheat code at splash screen
It is exactly that:
Press tab and enter nohd then enter key.
Press tab and enter nohd then enter key.
Prendre son temps, profiter de celui qui passe.
Re: problem entering cheat code at splash screen
Thanks for your replies and assistance on something that appears trivial and trust me -I feel stupid for asking.
But here's the thing, entering <TAB> at the splash screen, it reports the following string:
vmlinuz initrd=initrd.xz Copy to ram timezone = US/ Central volume = 85%
The first thing I tried was adding nohd to the end of the string, as follows:
vmlinuz inited=initrd.xz Copy to ram timezone = US/ Central volume = 85% nohd <ENTER>
Porteus desktop loaded, but had still discovered and listed on the left side of the desktop, the computers' internal HD.
Rebooted repeatedly w/ a bunch of seperate combinations, including: adding a / nohd, adding a -nohd, eventually backspacing
everything off the line and entering only nohd in the window.
Having read through the documentation, originally thought the following string needed to be entered:
APPEND initrd=initrd.xz changes =/porteus/ nohd [-of course, I attempted that one too!]
Very much appreciate and looking forward to your suggestions.
But here's the thing, entering <TAB> at the splash screen, it reports the following string:
vmlinuz initrd=initrd.xz Copy to ram timezone = US/ Central volume = 85%
The first thing I tried was adding nohd to the end of the string, as follows:
vmlinuz inited=initrd.xz Copy to ram timezone = US/ Central volume = 85% nohd <ENTER>
Porteus desktop loaded, but had still discovered and listed on the left side of the desktop, the computers' internal HD.
Rebooted repeatedly w/ a bunch of seperate combinations, including: adding a / nohd, adding a -nohd, eventually backspacing
everything off the line and entering only nohd in the window.
Having read through the documentation, originally thought the following string needed to be entered:
APPEND initrd=initrd.xz changes =/porteus/ nohd [-of course, I attempted that one too!]
Very much appreciate and looking forward to your suggestions.
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: problem entering cheat code at splash screen
Hopeful it reports:oldumguy wrote: But here's the thing, entering <TAB> at the splash screen, it reports the following string:
vmlinuz initrd=initrd.xz Copy to ram timezone = US/ Central volume = 85%
Code: Select all
vmlinuz initrd=initrd.xz copy2ram timezone=US/Central volume=85%
Code: Select all
vmlinuz initrd=initrd.xz Copy to ram timezone = US/ Central volume = 85%
Code: Select all
vmlinuz initrd=initrd.xz copy2ram timezone=US/Central volume=85% nohd

Re: problem entering cheat code at splash screen
Thanks ncmprhmsbl for pointing me in the right direction as I wanted to make the change permanent and the 'simpler approach' wasn't being accepted.
I used the super user file manager and added nohd to the line as described, saved the file to proteus.cfg, it reported that it would overwrite the contents of the 'syslinux' file w/ the appended one. The good news: I rebooted and hit <tab> key at the boot screen which showed that nohd had been added to the string. The bad news: it didn't load the desktop, instead printed a message: Porteus data not found. Workaround involves copying the /porteus directory to my internal hard drive and making sure the cheat codes are correct.
The reason for wanting to use Porteus on the USB is to avoid involving the internal hard drive. And the reason for choosing the cheat code nohd is that when Porteus runs, it causes the fans in the case to speed up and the internal hard drives' activity light on the case to light up almost constantly, -two things that has not happened before.
Maybe a different cheat code will provide the correct solution?
Any ideas?
I used the super user file manager and added nohd to the line as described, saved the file to proteus.cfg, it reported that it would overwrite the contents of the 'syslinux' file w/ the appended one. The good news: I rebooted and hit <tab> key at the boot screen which showed that nohd had been added to the string. The bad news: it didn't load the desktop, instead printed a message: Porteus data not found. Workaround involves copying the /porteus directory to my internal hard drive and making sure the cheat codes are correct.
The reason for wanting to use Porteus on the USB is to avoid involving the internal hard drive. And the reason for choosing the cheat code nohd is that when Porteus runs, it causes the fans in the case to speed up and the internal hard drives' activity light on the case to light up almost constantly, -two things that has not happened before.
Maybe a different cheat code will provide the correct solution?
Any ideas?
Re: problem entering cheat code at splash screen
Thanks Ed for your reply, It does report as you showed, and not as I typed:
vmlinuz initrd=initrd.xz copy2ram timezone=US/Central volume=85%
(I've got 3 sheets of my hand written notes in front of me and mis-read my own scribbling)
I did add nohd to the end of the string with neither a dash, or a /, just leaving a single space between 85% and nohd, when that was a no go, rebooted and tried with a dash, -reboot: next attempt: with a slash, next try: with one eye closed, next try: with my left foot off the floor, next time with my right hand behind my head, because I'm not left handed: etc... whew!, you get the idea -lol!!
Thanks for your time. -odg
vmlinuz initrd=initrd.xz copy2ram timezone=US/Central volume=85%
(I've got 3 sheets of my hand written notes in front of me and mis-read my own scribbling)
I did add nohd to the end of the string with neither a dash, or a /, just leaving a single space between 85% and nohd, when that was a no go, rebooted and tried with a dash, -reboot: next attempt: with a slash, next try: with one eye closed, next try: with my left foot off the floor, next time with my right hand behind my head, because I'm not left handed: etc... whew!, you get the idea -lol!!
Thanks for your time. -odg
-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: problem entering cheat code at splash screen
Hioldumguy wrote:I rebooted and hit <tab> key at the boot screen which showed that nohd had been added to the string. The bad news: it didn't load the desktop, instead printed a message: Porteus data not found.
as far as i know..
'nohd' works out of the box when you are booting from CD.
when you are booting from hd/usb/flash and want to use 'nohd',
you also have to use the 'from=' cheatcode to tell booting script
on which partition your porteus is placed.
The drives might still be visible in file manager, but guest would be prompted
for root password before anything is mounted.
Re: problem entering cheat code at splash screen
Thank you, Donald, and also to: ncmprhnsbl, Francois, and Ed_P for your patience and applied assistance.
Since last post, I tried the noauto cheatcode and that worked in preventing the internal hard drive partitions' from being listed on the desktop and from being accessed. Someday I may discover the reason behind the issue, -but am happy to report that the install is working well and I'm very happy with Porteus and am being continuously impressed with it's flexibility and functionalities.
I wish to tip-my-hat to you all!!
-odg
Since last post, I tried the noauto cheatcode and that worked in preventing the internal hard drive partitions' from being listed on the desktop and from being accessed. Someday I may discover the reason behind the issue, -but am happy to report that the install is working well and I'm very happy with Porteus and am being continuously impressed with it's flexibility and functionalities.
I wish to tip-my-hat to you all!!
-odg
- francois
- Contributor
- Posts: 6499
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: RE: [Solved] problem entering cheat code at splash scree
We will be glad to hear from you for some more. 

Prendre son temps, profiter de celui qui passe.