On Mon January 29 2007 08:59, [EMAIL PROTECTED] wrote:
<snip>

Hi Charles,

I've studied all that you posted and here's my suggestion:

1. Boot to SUSE 10.2 with the DVD so you can work on the system while in 
a 'normal' environment.

2. Copy the following to create a text file called "newfstab" on your desktop 
(in directory /home/you*/Desktop/  *use your real user directory name)
**note1: be sure no lines are wrapped and to leave no blank lines in the body 
of the table when you're done.
***note2: do leave the empty line at the bottom
- - - - - 8< - - - - -
/dev/sda8   /                   ext3       acl,user_xattr    1 1
/dev/sda9   /home               ext3       acl,user_xattr    1 2
/dev/sda7   swap                swap       defaults          0 0
/dev/sda1   /windows/D          ntfs       
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda5   /windows/H          ntfs       
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda6   /windows/I          ntfs       
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sdb5   /windows/J          ntfs       
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sdb6   /windows/K          ntfs       
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sdb7   /windows/L          ntfs       
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/mapper/sil_ahabbjcdfeab_part1 /windows/C   ntfs   
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/mapper/sil_ahabbjcdfeab_part5 /windows/E   ntfs   
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/mapper/sil_ahabbjcdfeab_part6 /windows/F   ntfs   
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/mapper/sil_ahabbjcdfeab_part7 /windows/G   ntfs   
ro,users,gid=users,umask=0002,nls=utf8 0 0
proc        /proc               proc       defaults          0 0
sysfs       /sys                sysfs      noauto            0 0
debugfs     /sys/kernel/debug   debugfs    noauto            0 0
usbfs       /proc/bus/usb       usbfs      noauto            0 0
devpts      /dev/pts            devpts     mode=0620,gid=5   0 0 

- - - - - 8< - - - - -

3. Next, copy the following to create a text file called "newmenu.lst" on your 
desktop (in directory /home/you*/Desktop/  *use your real user directory 
name)
**note1: leave the empty line at the bottom

- - - - - 8< - - - - -
# Modified by YaST2. Last modification on Sun Jan 28 20:13:54 PST 2007
default 0
timeout 12
gfxmenu (hd0,7)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
    root (hd0,7)
    kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/sda8 resume=/dev/sda7 
splash=silent showopts
    initrd /boot/initrd-2.6.18.2-34-default

###Don't change this comment - YaST2 identifier: Original name: Windows ###
title windows 1
   rootnoverify (hd0,0)
   chainloader (hd0,0)+1 

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.2
    root (hd0,7)
    kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/sda8 showopts ide=nodma 
apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
    initrd /boot/initrd-2.6.18.2-34-default

- - - - - 8< - - - - -

4. In a shell:

a. 'su' to superuser
b. 'cd /etc'
c. 'mv fstab fstab-orig'
d. 'cp /home/you*/Desktop/newfstab fstab'
   (*use your real user directory name)
e. 'cd /boot/grub'
f. 'mv menu.lst menu-lst.old'
g. 'cp /home/you*/Desktop/newmenu.lst menu.lst'
h. exit from superuser
i. exit from shell
j. try booting normally and get back to the list with the results

It'd be really nice if others here on the list would proofread this and/or 
offer parallel suggestions. I know this is probably what *I'd* do next if the 
system was sitting in front of me.

regards,

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

Reply via email to