Re: Re: Custom kernel - init freezes [partially resolved]

2008-02-05 Thread Hubert Talbot
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

Re: Custom kernel - init freezes [partially resolved]

2008-01-31 Thread Hubert Talbot
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... /