I tried a bunch of options when i got back home and this are the results...
When running the boot string, "Boot /pci/ide/disk@0,1:0 /boot/Kernel-2.6.15 ram=/dev/hdb1" This is the Error Message:
VFS: cannot open root device "<NULL>" or unknown-block(8,2)
Please append a correct "root" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,2)
Rebooting in 180 Seconds
When i run the string, "Boot /pci/ide/disk@0,1:0 /boot/Kernel-2.6.15 root=/dev/hdb1"
This is the Error Message:
VFS: cannot open root device "hdb1" or unknown-block(0,0)
Please append a correct "root" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Rebooting in 180 Seconds
When i run the ekstra options that Ironfist gave me, the linux stops at the boot screen only showning TUX in the upper left corner..
But do i need to set up the harddisk all over again?
I have only one Partion for my linux, do i really need 2? one Boot and one Root?
Tried running the Commands u gave me Geoffery, Mount the proc filesystem) # mount -t proc none /mnt/gentoo/proc
(Chroot into the new environment) # chroot /mnt/gentoo /bin/bash
(Load the necessary variables) # env-update; source /etc/profile
But for some reason i could not run them..
I booted for the Gentoo cd, my only option to get back in the linux console.
XzIt