Thanks devils_casper; both for the information and the welcome.
I have tried the changes you suggested, however it produces the same error message
“Booting from external USB drive (hd1,0)/boot/message: file not found” Below is a copy of my modified /boot/grub/menu.lst
# Modified by YaST2. Last modification on Fri Jan 12 11:59:15 GMT 2007
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd1,0)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
root (hd1,0)
kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/system/root vga=0x314 resume=/dev/sda2 splash=silent showopts
initrd /boot/initrd-2.6.18.2-34-default
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd0,0)
chainloader (hd0,1)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.2
root (hd1,0)
kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/system/root vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd-2.6.18.2-34-default
Below is a listing of my /boot folder
-rw-r--r-- 1 root root 744294 Nov 27 18:33 System.map-2.6.18.2-34-default
-rw------- 1 root root 512 Jan 11 17:55 backup_mbr
lrwxrwxrwx 1 root root 1 Jan 11 17:40 boot -> .
-rw-r--r-- 1 root root 72710 Nov 27 18:38 config-2.6.18.2-34-default
drwxr-xr-x 2 root root 1024 Jan 12 11:44 grub
lrwxrwxrwx 1 root root 26 Jan 11 18:28 initrd -> initrd-2.6.18.2-34-default
-rw-r--r-- 1 root root 3320873 Jan 11 18:28 initrd-2.6.18.2-34-default
drwx------ 2 root root 12288 Jan 11 17:36 lost+found
-rw-r--r-- 1 root root 379904 Jan 12 11:44 message
-rw-r--r-- 1 root root 86990 Nov 27 18:40 symsets-2.6.18.2-34-default.tar.gz
-rw-r--r-- 1 root root 344102 Nov 27 18:40 symtypes-2.6.18.2-34-default.gz
-rw-r--r-- 1 root root 100600 Nov 27 18:39 symvers-2.6.18.2-34-default.gz
-rwxr-xr-x 1 root root 1761938 Nov 27 18:37 vmlinux-2.6.18.2-34-default.gz
lrwxrwxrwx 1 root root 27 Jan 11 17:45 vmlinuz -> vmlinuz-2.6.18.2-34-default
-rw-r--r-- 1 root root 1474998 Nov 27 18:33 vmlinuz-2.6.18.2-34-default
Finally, here's a listing of my /boot/grub folder
-rw------- 1 root root 30 Jan 12 11:44 device.map
-rw------- 1 root root 30 Jan 12 11:22 device.map.old
-rw-r--r-- 1 root root 7552 Nov 25 18:56 e2fs_stage1_5
-rw-r--r-- 1 root root 7424 Nov 25 18:56 fat_stage1_5
-rw-r--r-- 1 root root 6688 Nov 25 18:56 ffs_stage1_5
-rw-r--r-- 1 root root 6688 Nov 25 18:56 iso9660_stage1_5
-rw-r--r-- 1 root root 8160 Nov 25 18:56 jfs_stage1_5
-rw------- 1 root root 898 Jan 12 11:44 menu.lst
-rw------- 1 root root 883 Jan 12 11:22 menu.lst.old
-rw-r--r-- 1 root root 6848 Nov 25 18:56 minix_stage1_5
-rw-r--r-- 1 root root 9216 Nov 25 18:56 reiserfs_stage1_5
-rw-r--r-- 1 root root 512 Nov 25 18:56 stage1
-rw-r--r-- 1 root root 104042 Jan 12 11:44 stage2
-rw-r--r-- 1 root root 7040 Nov 25 18:56 ufs2_stage1_5
-rw-r--r-- 1 root root 6240 Nov 25 18:56 vstafs_stage1_5
-rw-r--r-- 1 root root 8904 Nov 25 18:56 xfs_stage1_5
Thanks again for all your help
Quote:
|
Originally Posted by devils_casper hi GungHo !!
Welcome to the LinuxForums !
GRUB is looking for 'stage 2' at wrong location. you created separate /boot partition but menu.lst has not any reference of it. edit /boot/grub/menu.lst Code: # Modified by YaST2. Last modification on Thu Jan 11 19:24:57 GMT 2007
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd1,0)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
root (hd1,0)
kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/system/root vga=0x314 resume=/dev/sda2 splash=silent showopts
initrd /boot/initrd-2.6.18.2-34-default
change other parts of menu.lst too. in case, it doesn't work, post the listing of /boot and /boot/grub folders.
Casper |