ke4nt1
Group: Members
Posts: 2329
Joined: Oct. 2003 |
|
Posted: Oct. 02 2005,17:47 |
|
Assuming your grub boot has the usual four choices....
dsl dsl fb800x600 dsl fb1024x768 dsl fb1280x1024
Open your /boot/grub/menu.lst file, and change the default from 0 to 1,
Quote | # This sets the default entry to boot. # Remember that GRUB counts from 0, so 1 is the second entry.
default 0 <<<--- *** Change to 1 *** # This sets the length of time in seconds that grub will wait for the user to select an OS # before it boots the default on. I reccommend at least 15 seconds.
timeout 15
# Enter the entry for DSL here. Something like this.
title DSL kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal initrd /boot/minirt24.gz
title DSL fb800x600 kernel /boot/linux24 root=/dev/hda2 quiet vga=788 noacpi noapm nodma noscsi frugal initrd /boot/minirt24.gz
title DSL fb1024x768 kernel /boot/linux24 root=/dev/hda2 quiet vga=791 noacpi noapm nodma noscsi frugal initrd /boot/minirt24.gz
title DSL fb1280x1024 kernel /boot/linux24 root=/dev/hda2 quiet vga=794 noacpi noapm nodma noscsi frugal initrd /boot/minirt24.gz |
Yes, send me what you got, and I'll update wmdrawer.. The tile would be great.
73 ke4nt
|