Installing Grub

1.insert Live CD2.sudo grub3.find /boot/grub/stage14.root "the result of previous"5.setup (hd0)6.quit
Tags: Linux

Upgrading Alsa

Installation :To do this, we must begin by determining our version of alsa as follows :cat /proc/asound/versionAdvanced Linux Sound Architecture Driver Version 1.0.20.To avoid problems during the upgrade of Alsa-utils, we need to stop it with the following command :sudo /etc/init.d/alsa-utils stop We must then install the necessary tools to... [Read More]
Tags: Linux

Compiling Kernel

make menuconfigmakemake modulesmake modules-install mkinitrd -o /boot/initrd.img-(...)make installupdate-grub
Tags: Linux

Adding Windows to grub

title Microsoft Windows XP Home Editionroot (hd0,0)savedefaultmakeactivechainloader +1ormenuentry "Windows XP" {set root=(hd0,3)chainloader +1}
Tags: Linux