PDA

View Full Version : boot prompt too fast to add codes



davidvj
10-31-2015, 11:01 PM
I have installed the system on the HD of an Acer Aspire Notebook. It appears to be running correctly.
I would prefer to use an alternate desktop (XFCE not LXDE)
When the boot prompt is displayed there is no time to add a cheat code.
Is there some place that I can permanently modify the desktop?

Werner P. Schulz
11-01-2015, 11:03 AM
If you want to modify the start of Knoppix within a HD installation you have to use the "edit" option of grub legacy (https://wiki.archlinux.org/index.php/GRUB_Legacy).

Within Knoppix you can use LXDE, KDE4 or Gnome3; XFCE isn't installed.

superman
11-01-2015, 04:26 PM
In the case of booting up KNOPPIX via Syslinux bootloader (or its derivatives), the TIMEOUT period can be bumped up by editing the syslinux.cfg file. The default path of the configuration file is /mnt-system/boot/syslinux/syslinux.cfg .

davidvj
11-01-2015, 08:23 PM
Thanks for the responses:
"~$ sudo gedit /boot/grub/menu.1st" gives me an error and then opens a blank page
Using "grub>" I am unable to find a way of editing menu.1st which looks as follows:
How do I get in to edit this menu.1st?

default 0
timeout 30
color cyan/blue white/blue

title KMOPPIX
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 rootwait lang= ..... etc ... all on a single line.

I am assuming that it is the 'default' that needs to be changed ... or is it the 'rootwait'?

Thanks

Werner P. Schulz
11-01-2015, 10:19 PM
The name of the file is "menu.lst" (little 'L'), not menu.1st.