Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#16
Secipolla, I just ran smxi without dist-upgrade and just installed latest liquorix kernel and that was ALL/IT. Worked like a dream. No problems except I had to edit /boot/grub/menu.lst like I did when I did my AntiX 8.2 install. All grub entries were (hd2,0) which I changed to (hd0,0). /boot/grub/menu.lst below

Code: Select all

timeout 10
color cyan/blue white/blue
foreground ffffff
background 0639a1

gfxmenu /boot/grub/message

title AntiX 8.2 at sdc1, kernel 2.6.27-1-mepis-smp
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-1-mepis-smp root=/dev/sdc1 nomce quiet nosplash vga=785 
initrd /boot/initrd.img-2.6.27-1-mepis-smp
boot

title Xandros 4 (Debian Etch Based)
root (hd1,0)
kernel /boot/vmlinuz-2.6.21.4-eeepc quiet rw vga=785 irqpoll root=/dev/sda1
initrd /boot/initramfs-eeepc.img

title MEMTEST
kernel /boot/memtest86+.bin

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=cb602548-495a-4208-97ac-8b1892663984 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd2,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title        Debian GNU/Linux, kernel 2.6.31-5.dmz.2-liquorix-686
root        (hd0,0)
kernel        /boot/vmlinuz-2.6.31-5.dmz.2-liquorix-686 root=UUID=cb602548-495a-4208-97ac-8b1892663984 ro 
initrd        /boot/initrd.img-2.6.31-5.dmz.2-liquorix-686

title        Debian GNU/Linux, kernel 2.6.31-5.dmz.2-liquorix-686 (single-user mode)
root        (hd0,0)
kernel        /boot/vmlinuz-2.6.31-5.dmz.2-liquorix-686 root=UUID=cb602548-495a-4208-97ac-8b1892663984 ro single
initrd        /boot/initrd.img-2.6.31-5.dmz.2-liquorix-686

title        Debian GNU/Linux, kernel 2.6.27-1-mepis-smp
root        (hd0,0)
kernel        /boot/vmlinuz-2.6.27-1-mepis-smp root=UUID=cb602548-495a-4208-97ac-8b1892663984 ro 
initrd        /boot/initrd.img-2.6.27-1-mepis-smp

title        Debian GNU/Linux, kernel 2.6.27-1-mepis-smp (single-user mode)
root        (hd0,0)
kernel        /boot/vmlinuz-2.6.27-1-mepis-smp root=UUID=cb602548-495a-4208-97ac-8b1892663984 ro single
initrd        /boot/initrd.img-2.6.27-1-mepis-smp

title        Debian GNU/Linux, kernel memtest86+
root        (hd0,0)
kernel        /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST
inxi below

Code: Select all

~$ inxi
CPU[-Single core Intel Celeron M (UP) clocked at 900.082 Mhz-] Kernel[-2.6.31-5.dmz.2-liquorix-686 i686-] Up[-12 min-] Mem[-101.4/2018.2MB-] HDD[-28.1GB(10.6% used)-] Procs[-87-] Client[-Shell-] inxi[-1.2.5-] 
As we say here out West in Redneck Country."Gitter Done" __{{emoticon}}__
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#17
Just for info, Icewm Desktop runs at 54 mb of ram now, Temp went down to 49C which is cooler than 55c on 2.6.27 kernel . And space on / and /home (not seperated on flash drive) went from 5.1 gig to 4.52 gig.