| Linux Forum Index » Linux - Suse Forum » Network installation and grub configuration... |
|
Page 1 of 1 |
|
| Author |
Message |
| Günther Schwarz... |
Posted: Sun Oct 18, 2009 3:06 pm |
|
|
|
Guest
|
After a network installation with a repository mounted via NFS and
starting from an USB flash drive /boot/grub/menu.lst lists the hard drive
as (hd1,0). This makes sense as the systems booted from the flash drive
initially. But after removing the stick the system won't boot because the
hard drive is now the first drive (hd0,0).
This can be fixed easily in /boot/grub/menu.lst. However, after a kernel
update I once again find the wrong entry in the menu list. What is the
place to correct this? /etc/grub.conf?
TIA
Günther |
|
|
| Back to top |
|
|
|
| David Bolt... |
Posted: Sun Oct 18, 2009 3:34 pm |
|
|
|
Guest
|
On Sunday 18 Oct 2009 22:06, Günther Schwarz played with alphabet
spaghetti and left this residue on the plate:
Quote: After a network installation with a repository mounted via NFS and
starting from an USB flash drive /boot/grub/menu.lst lists the hard drive
as (hd1,0). This makes sense as the systems booted from the flash drive
initially. But after removing the stick the system won't boot because the
hard drive is now the first drive (hd0,0).
This can be fixed easily in /boot/grub/menu.lst. However, after a kernel
update I once again find the wrong entry in the menu list. What is the
place to correct this? /etc/grub.conf?
Edit /boot/grub/devices.map and delete the line starting hd0, and then
change hd1 to hd0. This should fix it.
Regards,
David Bolt
--
Team Acorn: www.distributed.net OGR-NG at (no spam) ~100Mnodes RC5-72 at (no spam) ~1Mkeys/s
openSUSE 10.3 32b | openSUSE 11.0 32b | |
openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 11.2rc1
RISC OS 4.02 | RISC OS 3.11 | openSUSE 11.1 PPC | TOS 4.02 |
|
|
| Back to top |
|
|
|
| Günther Schwarz... |
Posted: Mon Oct 19, 2009 1:15 pm |
|
|
|
Guest
|
David Bolt wrote:
Quote: On Sunday 18 Oct 2009 22:06, Günther Schwarz played with alphabet
spaghetti and left this residue on the plate:
After a network installation with a repository mounted via NFS and
starting from an USB flash drive /boot/grub/menu.lst lists the hard
drive as (hd1,0).
Edit /boot/grub/devices.map and delete the line starting hd0, and then
change hd1 to hd0. This should fix it.
It does indeed. Thanks.
Günther |
|
|
| Back to top |
|
|
|
|