View previous topic :: View next topic |
Author |
Message |
olger901 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 17 Mar 2005 Posts: 625
|
Posted: Mon Jan 01, 2007 12:10 pm Post subject: Does switching to 2.6.19 also mean grub and fstab adaptions? |
|
|
Hello all,
I am planning on doing an upgrade to the 2.6.19 kernel on my notebook as soon as it's stable.
But I'd like to know the following beforehand:
My notebook has an Intel I945 chipset and has a SATA harddrive and a SATA DVD-/+RW drive in it. Now I noticed on the forums that you will need to disable the SCSI drivers from the 2.6.18 kernel and enable them in the IDE/ATA kernel part. However does this also require adapting grub and fstab and switching them from sda to hda? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54824 Location: 56N 3W
|
Posted: Mon Jan 01, 2007 12:26 pm Post subject: |
|
|
olger901,
There are no changes to /etc/fstab for a new kernel
You should put your new 2.6.19 kernel in beside your old kernel so you have a choice at boot time.
You need to modilfy grub.conf to add a new booting block if you do that.
At the bottom of the file add a new
Code: | title
root
kernel
initrd | section. The initrd is only needed if you have an initrd file to load.
In the 2.6.19 kernel, the SATA options have been rearranged.
Copying the old .config file over and running make oldconfig does not work very well.
You need to check that your SATA options are selected manually.
Your drives will still be /dev/sd? _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|