LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Most stupid GRUB !! (https://www.linuxquestions.org/questions/ubuntu-63/most-stupid-grub-553683/)

Duck2006 05-14-2007 03:10 PM

Quote:

Wait a minute, doesn't Feisty reference all hard drives as sd now, whether they are PATA or SATA? Wouldn't that mean that your SATA disk is not sda at all but perhaps sdc?
Yes Feisty see's all hard drives as sd

Hern_28 05-14-2007 03:28 PM

FInd.
 
Would recommend using find /boot/vmlinuz-etc.

This will give you a map to double check the paths and entries in case grub is doing something wierd and it will verify your device and file location (or grubs ability to locate it).

jay73 05-14-2007 03:41 PM

A simple fdisk -l from the Feisty liveCD may be instructive, too.

Linunix 05-15-2007 12:11 PM

The problem is solved. As somebody surmised, hd2 was not referring to sda but to hdb - in contradiction to the mapping defined in "device.map". The resolution is that executing GRUB takes reference into BIOS defined order of hard disk boot sequence (and names hd0 .. hdx according to that). It seemingly ignores ANY definitions in device.map!

In an interesting side note, Ubuntu installation rendered the *false* naming of "hd2,4" in my first installation. It rendered the same naming (hd2,4) also in my last installation (which was the third), but meanwhile I had changed the HDD ordering tin BIOS to match that naming in GRUB parlance.

First of all, I must hold on to my assumption that "guessworking" has a lot to do with the actual practice encountered here. :)

Second, I conclude the following:

A) GRUB has a severe problem. It seemingly does not respect user settings which were performed according to GRUB's own definitions. Moreover I have seen wild fantasy disk naming in GRUB-produced device.map settings. BUGS!

B) Ubuntu also has a problem. The disk order it assumes for GRUB names is not necessarily identical with what GRUB finds out during startup execution. This may (or may not) have to do with disk partitioning performed during installation and changing boot disk order in the BIOS, for what ever reason.

Both problems I value serious and they should be solved asap. Thanks to the people here asking indefatigable, penetrative questions!


All times are GMT -5. The time now is 07:57 AM.