I found a solution to my problem: /boot/grub/menu.lst.
There is a section called ## Start Default Options ##
where we can define additionnal variables about
different kernels options.
I put these lines:
# kopt=root=/dev/sda1 ro quiet
# kopt_2_6_22=root=/dev/hda1 ro quiet
(kernel 2.6.22-3-686 w
In /boot/grub/menu.lst, I changed "root=/dev/hda1" for "root=/dev/sda1"
and it works now.
I have two disks in.
With another kernel (standard one), fdisk -l shows:
/dev/hda1
/dev/sda1
Once I have booted with the new compiled kernel, fdisk -l shows:
/dev/sda1...
/
2 matches
Mail list logo