You are not logged in.
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/hda (hd0)
# /dev/hdb2 (hd1,1)
# /dev/hda3 (hd0,2)
#
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
# (0) Underground Desktop
title Underground Desktop [/boot/vmlinuz26beyond]
root (hd0,0)
kernel /boot/vmlinuz26beyond root=/dev/hda1 video=vesafb:ywrap,mtrr,1024x768-32@70 splash=silent,theme:Underground console=tty1 quiet
initrd /boot/initramfs-beyond.img
# (1) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,0)
kernel /boot/vmlinuz26 root=/dev/hda1 vga=791 ro quiet
initrd /boot/kernel26.img
/path/to/Truth
Offline
thanks alot, that worked great. I tried to figure out how what you added made it look to that kernel, but couldn't figure it out. Thanks alot though
Offline
Current kernels kernel26 2.6.18.1-2 The Linux Kernel and modules
Extra kernels kernel26beyond 2.6.17.beyond4-1 The Linux Kernel and modules, with the Beyond patchset.
Extra kernels kernel26ck 2.6.18.1.ck1-1 The Linux Kernel and modules (Con Kolivas high performance ck-patchset with specific emphasis on the desktop)
Extra kernels kernel26mm 2.6.19.rc4.mm1-1 The Linux Kernel and modules, Andrew Morton's -mm tree
Extra kernels kernel26suspend2 2.6.18.1-2 The Linux Kernel with suspend2 (http://www.suspend2.net) support
take your pick, 5 kernels to choose from.
NOTE : kernel26 is called the 'Stock' kernel and is closest to a vanilla kernel
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline