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 |
Quote (ke4nt1 @ Oct. 03 2005,03:47) |
Open your /boot/grub/menu.lst file, and change the default from 0 to 1, 73 ke4nt |
Quote (roberts @ Oct. 03 2005,04:24) |
monkymind, I like your suggestion of bottom left for flux tabs, makes it easy to maneuver to the taskbar, menu, etc. |