I am trying to optimise my install of Mandriva 2008 on the asus P701 mini laptop. I installed as described there :
http://mandrivausers.org/index.php?showtop...139&hl=asus
My mandriva is on a usb external driver, on the first partition and so far has the following install:
CODE
[root@localhost stephane]# uname -a
Linux localhost 2.6.22.9-desktop586-1mdv #1 SMP Thu Sep 27 03:58:17 CEST 2007 i686 Intel(R) Celeron(R) M processor 900MHz GNU/Linux
[root@localhost stephane]# uname -r
2.6.22.9-desktop586-1mdv
Linux localhost 2.6.22.9-desktop586-1mdv #1 SMP Thu Sep 27 03:58:17 CEST 2007 i686 Intel(R) Celeron(R) M processor 900MHz GNU/Linux
[root@localhost stephane]# uname -r
2.6.22.9-desktop586-1mdv
All is good, although not that fast (slow usb drive). My problem is to try to get a more recent kernel. So far the updates have installed for me some better version 2.6.22.12-desktop-1mdv being the most recent.
In order to boot I have to chose the linux-nonfb noapic nolapic otherwise I get a kernel panic at the end of the initrd.
If I do any other kernel than the 22.9 I get a kernel panic.
CODE
My Lilo :[root@localhost stephane]# cat /etc/lilo.conf
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file
default="linux"
boot=/dev/sda
map=/boot/map
install=menu
keytable=/boot/uk-latin1.klt
menu-scheme=wb:bw:wb:bw
compact
prompt
nowarn
timeout=100
message=/boot/message
disk=/dev/sda bios=0x80
image=/boot/vmlinuz-desktop
label="linux"
root=/dev/sda1
initrd=/boot/initrd-desktop.img
append="resume=/dev/sda5 splash=silent"
vga=788
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/sda1
initrd=/boot/initrd.img
append="resume=/dev/sda5"
image=/boot/vmlinuz
label="failsafe"
root=/dev/sda1
initrd=/boot/initrd.img
append="failsafe"
image=/boot/vmlinuz
label="desktop586_2.6.22.9-1"
root=/dev/sda1
initrd=/boot/initrd.img
append="resume=/dev/sda5 splash=silent"
vga=788
image=/boot/vmlinuz-desktop586
label="desktop586_2.6.22.12-1"
root=/dev/sda1
initrd=/boot/initrd-desktop586.img
append="resume=/dev/sda5 splash=silent"
vga=788
image=/boot/vmlinuz-2.6.22.12-desktop586-1mdv
label="alt_desktop586_2.6.22.12-1"
root=/dev/sda1
initrd=/boot/initrd.img
append="resume=/dev/sda5 splash=silent"
vga=788
image=/boot/vmlinuz-2.6.22.12-desktop-1mdv
label="desktop_2.6.22.12-1"
root=/dev/sda1
initrd=/boot/initrd-2.6.22.12-desktop-1mdv.img
append="resume=/dev/sda5 splash=silent"
vga=788
[root@localhost stephane]#
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file
default="linux"
boot=/dev/sda
map=/boot/map
install=menu
keytable=/boot/uk-latin1.klt
menu-scheme=wb:bw:wb:bw
compact
prompt
nowarn
timeout=100
message=/boot/message
disk=/dev/sda bios=0x80
image=/boot/vmlinuz-desktop
label="linux"
root=/dev/sda1
initrd=/boot/initrd-desktop.img
append="resume=/dev/sda5 splash=silent"
vga=788
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/sda1
initrd=/boot/initrd.img
append="resume=/dev/sda5"
image=/boot/vmlinuz
label="failsafe"
root=/dev/sda1
initrd=/boot/initrd.img
append="failsafe"
image=/boot/vmlinuz
label="desktop586_2.6.22.9-1"
root=/dev/sda1
initrd=/boot/initrd.img
append="resume=/dev/sda5 splash=silent"
vga=788
image=/boot/vmlinuz-desktop586
label="desktop586_2.6.22.12-1"
root=/dev/sda1
initrd=/boot/initrd-desktop586.img
append="resume=/dev/sda5 splash=silent"
vga=788
image=/boot/vmlinuz-2.6.22.12-desktop586-1mdv
label="alt_desktop586_2.6.22.12-1"
root=/dev/sda1
initrd=/boot/initrd.img
append="resume=/dev/sda5 splash=silent"
vga=788
image=/boot/vmlinuz-2.6.22.12-desktop-1mdv
label="desktop_2.6.22.12-1"
root=/dev/sda1
initrd=/boot/initrd-2.6.22.12-desktop-1mdv.img
append="resume=/dev/sda5 splash=silent"
vga=788
[root@localhost stephane]#
Sorry, I feel more at home with lilo... (Boooh)
My questions:
Is there any other options than noapic/nolapic which could work?
Can I write the noapic nolapic bit somewhere in order to avoid retyping it?
Any idea why the old kernel is the only one to work?
Thanks for your help
Stef