i tried as you have explained.
i get error the disk does not exist.
i have given below the menu.lst of usb install and the internal disk install.
the usb /boot/grub/menu.lst
===================================================================
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd1,5)/boot/gfxmenu
default 0
title linux
kernel (hd1,5)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=991ea5c7-679a-44be-869f-f34147defd15 splash=silent vga=788
initrd (hd1,5)/boot/initrd.img
title linux-nonfb
kernel (hd1,5)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=991ea5c7-679a-44be-869f-f34147defd15
initrd (hd1,5)/boot/initrd.img
title failsafe
kernel (hd1,5)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=991ea5c7-679a-44be-869f-f34147defd15 failsafe
initrd (hd1,5)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
title PCLinuxOS (Phoenix)
root (hd0,5)
configfile /boot/grub/menu.lst
title Linux sda7
root (hd0,6)
==================================================================
the internal pclos /boot/grub/menu.lst after copying the usb menu.lst
===================================================================
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,5)/boot/gfxmenu
default 0
title windows
root (hd0,0)
makeactive
chainloader +1
title linux
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=475d726a-e08d-48b4-b217-33239902a7dd splash=silent vga=788
initrd (hd0,5)/boot/initrd.img
title failsafe
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=475d726a-e08d-48b4-b217-33239902a7dd failsafe
initrd (hd0,5)/boot/initrd.img
title Gentoo
root (hd0,6)
chainloader +1
## copied from usb pclos-grub-menu.lst ###
title PHOENIX USB
kernel (hd1,5)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=991ea5c7-679a-44be-869f-f34147defd15 splash=silent vga=788
initrd (hd1,5)/boot/initrd.img
title linux-nonfb
kernel (hd1,5)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=991ea5c7-679a-44be-869f-f34147defd15
initrd (hd1,5)/boot/initrd.img
title failsafe
kernel (hd1,5)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=991ea5c7-679a-44be-869f-f34147defd15 failsafe
initrd (hd1,5)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
# title Phoenix
# kernel (hdx,n)/phoenix/vmlinux BOOT_IMAGE=Phoenix root=/dev/sdb6 resume=/dev/sdb5 splash=silent # vga=791
# initrd (hdx,n)/phoenix/initrd.img
title Phoenix
kernel (hd0,5)/phoenix/vmlinux BOOT_IMAGE=Phoenix root=/dev/sdb6 resume=/dev/sdb5 splash=silent vga=791
initrd (hdx,n)/phoenix/initrd.img
title PCLinuxOS (Phoenix)
root (hd0,5)
configfile /boot/grub/menu.lst
title Linux sda7
root (hd0,6)
===================================================================
i dont see how i can code the content of files here.
i get the error disk not found even when i tried to change hdx,n to 0 1 and 2
i have hd0 internal found as sda usb disk is found as sdb.
i am not very clear about substitution of disk number .
i copied the /boot from usb to / of internal pclos and nameddit as phoenix.
copied the boot stanzas to main menu.lst.
i need more guidance to make this work it seems.
thanks for your patience old-pollack
edit:
i found vmlinux in the boot line and corrected it
initrd also i had to bring from /phoenix of main drive.
well now it has booted from usb disk and upgrading the softwares.
one more question is can i boot in the windows installation of the usb disk?
if so how can i reach the grub installed in usb hdd?
is this exclusively for pclinuxos or any linux,windows ?
will help me more if i can boot into usb windows.also.
i am sure you have given enough guidance in this matter and your experience shows.
thank you very much old-pollack
