LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   new 2.6.28.5 kernel compile problem (https://www.linuxquestions.org/questions/linux-newbie-8/new-2-6-28-5-kernel-compile-problem-704938/)

stratotak 02-15-2009 11:59 PM

new 2.6.28.5 kernel compile problem
 
I compiled the newest stable kernel,2.6.28.5 in debian to get a real time kernel.First problem I had was it waiting on root file system and never booting..noticing mentions of sda as it was booting..I edited my grub menu.lst and fstab and changed /dev/hda1 and /dev/hda5 to /dev/sda1 and /dev/sda5.On boot it got past the root file system error..but it now has problem finding "resume file system on /dev/hda5"..it gives me option to type in path..so entering /dev/sda5 allows it to complete boot.Where do i find the file to edit change resume file system from /dev/hda5 to /dev/sda5??

Ranguvar 02-16-2009 12:50 AM

grep -Hr "/dev/hda5" /etc

That might find it.

stratotak 02-16-2009 12:07 PM

well..what ever it was..it fixed itself when I did a aptitude update. I.think updating udev did it..


All times are GMT -5. The time now is 08:45 AM.