View Single Post
  #2 (permalink)  
Old 29-Jun-2008, 17:36
CaptSilverFox's Avatar
CaptSilverFox CaptSilverFox is offline
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 8
CaptSilverFox hasn't been rated much yet
Default Re: Boot fails after Kernel update (SuSE10.3)

Try just using the device name and not the device ID name in fstab. Like /dev/sda2 which should be close, . Also, did you install any other hard drives lately? Perhaps left in a USB drive? Somtimes GRUB is finicky with these things. Simply do:

sudo vim /where/hard/drive/is/mounted/etc/fstab

And edito the line have to do with
/dev/disk/by-id/scsi-SATA_ST3120023AS_3KA1AKAV-part2
to
/dev/sda2
Assuming you have only one harddrive.

CaptSilverFox
OpenSuse 11
Reply With Quote