-
Senior Member
registered user
@ Karibu
You may want to 'automate' your new-found cheatcodes.
What you will then want to do is to modify the file /mnt-system/boot/syslinux/syslinux.cfg.
Take a look at this file with leafpad or gedit.
AS ROOT, make a copy of this and call that /mnt-system/boot/syslinux/syslinux.cfg.orig.
Notice there are many three line stanzas of LABEL\KERNEL\APPEND.
Probably all you will need to do add, AS ROOT, one or more cheatcodes to the end of ONE of the
APPEND lines and save this as a new syslinux.cfg file.
So, first we need to know which cheatcodes you find useful, and whether or not you
want adriane as a default.
At this point you can either experiment or ask more questions. Your call.
If things get crazy, AS ROOT, use the sylinux.cfg.orig to restore syslinux.cfg.
-
Senior Member
Originally Posted by
utu
@ Karibu
So, first we need to know which cheatcodes you find useful, and whether or not you
want adriane as a default.
At this point you can either experiment or ask more questions. Your call.
Thank you. utu, for your excellent support!
In my last post I only listed all the reactions to the corresponding cheatcode to your information.
What works in my case is either one of pos. 2) - 4).
I do not need the Adriane version.
I would like to use the code - either "nomodeset, nodrm, or nocomposite - actually only the one
which is solving the graphics issue and is least limiting the functionality of other parts of the system.
Please let me know what the optimal would be.
K.
-
Senior Member
registered user
Assuming the first line in your /mnt-system/boot/syslinux/syslinux.cfg is
DEFAULT knoppix
I would first change it to the following:
DEFAULT knoppix nodrm nomodeset
If that boots in about 60 seconds and your graphics seem reasonable to you,
I might quit right there; or you could start seeing just how much 3d stuff works.
With this change to syslinux.cfg you can either let the boot prompt time-out
in 5 or 6 seconds or hit <enter> right away.
So go ahead and give it a try.
AS ROOT, make a backup, make your change, and reboot.
-
Senior Member
Originally Posted by
utu
Assuming the first line in your /mnt-system/boot/syslinux/syslinux.cfg is
DEFAULT knoppix
These are the beginning lines of my /boot/syslinux/syslinux.cfg down to the knoppix labels:
DEFAULT adriane
APPEND ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off initrd=minirt.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime
TIMEOUT 100
# TOTALTIMEOUT 20
# KBDMAP german.kbd
PROMPT 1
F1 boot.msg
F2 f2
F3 f3
DISPLAY boot.msg
LABEL adriane
KERNEL linux
APPEND ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off video=640x480 initrd=minirt.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime adriane
LABEL adriane64
KERNEL linux64
APPEND ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off video=640x480 initrd=minirt.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime adriane
LABEL knoppix
KERNEL linux
APPEND ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off initrd=minirt.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime
LABEL knoppix64
KERNEL linux64
Do I have to #-out all adriane related lines and then make knoppix DEFAULT?
-
Do I have to #-out all adriane related lines and then make knoppix DEFAULT?
No, change line 1 from "DEFAULT adriane" to "DEFAULT knoppix", if you want the group starting with "LABEL knoppix" to be your default.
If you want the group "LABEL knoppix" to be your default, change within this group the "APPEND" line as you need and do the same to line 2 of syslinux.cfg.
-
Senior Member
registered user
Greetings Karibu & Werner.
I hope we haven't confused Karibu too much here.
Karibu apparently downloaded an adriane cd or dvd.
I think adriane & knoppix versionse may be exactly identical
except for the first line in syslinux.cfg.
I've always thought the first APPEND line was pretty much redundant if we
are only talking about knoppix or adriane as DEFAULT choices.
I think Karibu DOES NOT want the adriane mode.
I prefer to put graphics cheatcodes on the DEFAULT line, since they will be
probably be needed in most all cases.
That said, I'd make Karibu's DEFAULt line knoppix nodrm nomodeset and try it out:
DEFAULT knoppix nodrm nomodeset
I'd probably next try out just knoppix nomodeset to see which is better.
As an alternative he could put cheatcodes into the APPEND lines, but they
only count in the stanza designated by the DEFAULT declaration.
I don't think the order of the cheatcodes matters.
I will admit, Werner is the pro and I am not, so caveat emptor.
-
Senior Member
Thank you, utu&Werner....I'm working on it later..I'll keep you posted.
BTW what means "caveat emptor" I guess it's latin?
-
I prefer to put graphics cheatcodes on the DEFAULT line, since they will be
probably be needed in most all cases.
If you append cheatcodes at line 2, they will only be used by Knoppix, if you boot without any additional cheatcodes.
But if you start a session perhaps with "knoppix noimage". Knoppix doesn't use line 2 but the Append line within group at "LABEL knoppix". Therefore insert your permanent wished settigs also in this group.
-
Senior Member
Originally Posted by
Werner P. Schulz
If you append cheatcodes at line 2, they will only be used by Knoppix, if you boot without any additional cheatcodes.
But if you start a session perhaps with "knoppix noimage". Knoppix doesn't use line 2 but the Append line within group at "LABEL knoppix". Therefore insert your permanent wished settigs also in this group.
Thank you! This is what I did:
## Changed "DEFAULT adriane" to "DEFAULT knoppix" and added cheatcode "nomodeset" to "APPEND" line of knoppix, Feb.29,2011
DEFAULT knoppix
APPEND ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off initrd=minirt.gz nomce libata.force=noncq
hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime nomodeset
TIMEOUT 100
# TOTALTIMEOUT 20...........
Originally Posted by
Originally Posted by utu
Karibu apparently downloaded an adriane cd or dvd.
I think adriane & knoppix versionse may be exactly identical
except for the first line in syslinux.cfg.
I found a minor difference between the two:
ADRIANE comes with Chrome and KNOPPIX comes with Icewisel
EDIT: Where can I mark the issue [SOLVED]?
Last edited by Karibu; 03-01-2012 at 11:27 PM.
Reason: Issue SOLVED
-
Senior Member
Update on thesame issue
Now I tried the Knoppix Version 6.7.1 with kernel 3.0.4
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Lot of 10 Major Brand Mix Model 2.5" Slim 500GB Laptop Hard Drives
$47.99
1TB HDD/SSD 2.5" SATA Hard Drive for Laptop with Win 10/Win 11 Pro Pre-installed
$42.59
1TB HDD 2.5" SATA Hard Drive Laptop with Windows 7/10 Pro Installed
$32.55
4TB USB3.0 Mobile Hard Disk Drive Disk High-speed Transmission Hard Disk Drive
$25.58
HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5" Enterprise HDD- HUH721212ALE601
$72.99
HGST HUS726060ALA640 6TB 7.2K SATA 3.5" 6Gbps Hard Drive
$34.99
ST1000DM003 SEAGATE BARRACUDA 1TB SATA III 7.2K 3.5" HARD DRIVE PC DESKTOP
$14.99
Seagate ST12000NM0538 Exos X14 12TB 3.5" SATA 6Gbps 3.5" Enterprise Hard Drive
$99.99
WD 5TB Certified Refurbished Elements, External Hard Drive - RWDBU6Y0050BBK-WESN
$89.99
2TB 1TB 500GB 3.5" SATA Hard Drive with Windows 10 or Windows 11 Installed
$35.99