VMware Cloud Community
zhangfred_vm
Contributor
Contributor

How to add the clocksource=acpi_pm in the SUSE 10.3 linux

We want to do the timekeeping for the SUSE linux.

How to add the clocksource=acpi_pm in the SUSE 10.3 linux?

Thanks.

Reply
0 Kudos
3 Replies
AWo
Immortal
Immortal

That is a Kernel parameter you have to add at boot time.

Which bootmanager do you use? Grub or Lilo?


AWo

VCP 3 & 4

Author @ vmwire.net

\[:o]===\[o:]

=Would you like to have this posting as a ringtone on your cell phone?=

=Send "Posting" to 911 for only $999999,99!=

vExpert 2009/10/11 [:o]===[o:] [: ]o=o[ :] = Save forests! rent firewood! =
Reply
0 Kudos
zhangfred_vm
Contributor
Contributor

thandk, I use the grub, I don't know how to add it in the grub.conf.

linux-hdof:~ # more /etc/grub.conf

setup --stage2=/boot/grub/stage2 (hd0,1) (hd0,1)

quit

Reply
0 Kudos
AWo
Immortal
Immortal

Edit the "/boot/grub/menu.lst" and add it like shown below:

kernel /vmlinuz-2.6.25.20-0.7-default root=/dev/sda2 resume=/dev/sda3 splash=silent showopts vga=0x317 clocksource=acpi_pm

If you want to try it first you also can add this parameter during the boot time when Grub is active.


AWo

VCP 3 & 4

Author @ vmwire.net

\[:o]===\[o:]

=Would you like to have this posting as a ringtone on your cell phone?=

=Send "Posting" to 911 for only $999999,99!=

vExpert 2009/10/11 [:o]===[o:] [: ]o=o[ :] = Save forests! rent firewood! =
Reply
0 Kudos