On Sun February 11 2007 19:38, Christopher Dick wrote:
> Here is my fstab:
<snip>

Hi Christopher,

If /etc/fstab is correct, the partitions you're concerned with vis a vis grub 
are as follows:

/dev/sda6 = '/' = (hd0,5)
/dev/sda5 = swap = (hd0,4)

From your (edited) latest /boot/grub/menu.lst:

> # Modified by YaST2. Last modification on Sun Feb 11
> 17:14:22 UTC 2007
> default 0
--> '0' here means the first item in the boot menu is the default
     (grub starts counting at zero)
> timeout 8
--> 8 seconds before the menu times out and the default is booted
> gfxmenu (hd0,5)/boot/message
--> this mapping ('gfxmenu' -> 'device/directory/file') is working if the boot 
menu appears without using the installation CD/DVD
>
> ###Don't change this comment - YaST2 identifier:
> Original name: linux###
> title openSUSE 10.2
>     root (hd0,5)
>     kernel /boot/vmlinuz root=/dev/sda6 vga=0x31a resume=/dev/sda5
> splash=silent showopts
>     initrd /boot/initrd
--> these look correct *as long as* the following are true:

     '/' = /dev/sda6 = (hd0,5)
     and
     swap = /dev/sda5 = (hd0,4)

The only way for this configuration to *not* boot is if YaST has 
misinterpreted your partitioning scheme when writing it.

Please boot into SUSE using your CD/DVD, open a shell, 'su' to superuser 
permissions, run 'fdisk -l /dev/sda' and copy/paste to post the results here.

regards,

Carl
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to