| grub not booting kernel in yoper distribution This is question from a newbie, when it comes to yoper.
1. I have recently tried my hand at installing yoper on machine with Windows NT already present. It also had a linux partition. I have used the ISO Cd.
MY yoper was 1.o version.
2. I have installed yoper in novesa mode.
3. I have chosen, the linux partition which was already present on that system as home and other partition, which was swap partition of earlier linux, as swap partition.
Before installing yoper my system was: (using fdisk -l)
filesystem
hda b w95 fat32
hda2 5 extended
hda3 85 linux
hda4 82 linux swap
hda5 b w95, fat32
***********
I have chosen hda3 as my home for yoper, and hda4 and linux swap.
This i have chosen with the intention, that it will overwrite the original linux partitions. Because i want to install yoper on top on available linux.
I got installed, giving me the message to reboot.
1.
But The first screen, did not show the Windows OS's existence.
2.
It showed "Yoper 1.0" after grub loaded.
3.
When i clicked on "Yoper 1.0" to allow it to boot and go to Yoper, the message it gave was:::
******************
Booting 'Yoper 1.0'
root(hd0, ROOTPART)
Error 11: Unrecognized device string
Press any key to continue
*********************
4.
When i edited using "e" to
root( hd0, 1) , in first line it showed when pressed 'e'
the message it showed was
******************
Booting 'Yoper 1.0'
root(hd0, 1)
File sytem type unknown partition type 0x5
kernel /boot/vmlinuz-2.6.7-2 root=/dev/ROOT ro
Error 17: Canont mount selected partition
Press any key to continue
*********************
5.
Next try was with : root( hd0, 2) ,
in first line it showed when pressed 'e'
the message it showed was
******************
Booting 'Yoper 1.0'
root(hd0, 1)
File sytem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz-2.6.7-2 root=/dev/ROOT ro
Error 15: File not found
Press any key to continue
*********************
*************************************************
So after those trials and errors, i finally thought to post this question.
1.
My goal is to install yoper, with windows present,
i.e. it should show yoper and windows in grub
I know that if i able to go inside yoper, i can change the grub.conf file and add windows title with rootnoverify option.
But it seems i am stuck.. |