You are not logged in.

#26 2006-11-03 03:54:34

McQueen
Member
From: Arizona
Registered: 2006-03-20
Posts: 387

Re: new arch user, long time debian user

# 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

#27 2006-11-03 04:06:13

tronica
Member
Registered: 2006-11-02
Posts: 121

Re: new arch user, long time debian user

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

#28 2006-11-03 19:50:22

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,848

Re: new arch user, long time debian user

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.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB