Results 1 to 10 of 10
I have updated few of the packages on my Debian Sarge and after restarting the pc I can't see the other operating systems on the GRUB boot loader menu I ...
- 11-03-2005 #1
GRUB boot loader stuffed up!!!!
I have updated few of the packages on my Debian Sarge and after restarting the pc I can't see the other operating systems on the GRUB boot loader menu I can olny see Debian o/s!!!!
I have Windows XP and SuSe9.3 running on the other partitions. How to re-install the GRUB boot loader so that I can see the other o/s? One more thing is how to go straight to the KDM login menu after system boots up? Presently the system goes straight to the text console & from there normally I type in startx(which goes to GNOME-as a default interface) or else I type in "kdm" as root to login to KDE desktop.
How to change the Xwindows system to KDE instead of GNOME? I am running Gnome2.8 & KDE 3.4.Registered Linux User#394486
- 11-03-2005 #2
For GRUB, you'll need to edit the /boot/grub/grub.conf file, and add a stanza like this for SuSE:
though you should change root=hdev/hda2 to the suse root partition and you should change (hd0,1) to the GRUB equivelant for the same, see below table for equivelants:Code:title SuSE kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 vga=0x31a splash=silent desktop resume=/dev/hda1 showoptsFor windows you'll have to add a stanza like/dev/hda1 (hd0,0) First hard disk on first IDE cable, first partition
/dev/hda2 (hd0,1) First hard disk on first IDE cable, second partition
/dev/hda3 (hd0,2) First hard disk on first IDE cable, third partition
/dev/hdb1 (hd1,0) Second hard disk on first IDE cable, first partition
/dev/hdb2 (hd1,1) Second hard disk on first IDE cable, second partition
/dev/hdb3 (hd1,2) Second hard disk on first IDE cable, third partition
/dev/hdc1 (hd2,0) First hard disk on second IDE cable, first partition
/dev/hdc2 (hd2,1) First hard disk on second IDE cable, second partition
/dev/hdc3 (hd2,2) First hard disk on second IDE cable, third partition
/dev/hdd1 (hd3,0) Second hard disk on second IDE cable, first partition
/dev/hdd2 (hd3,1) Second hard disk on second IDE cable, second partition
/dev/hdd3 (hd3,2) Second hard disk on second IDE cable, third partitionThis is if windows is on hda2, change it for your system.Code:title Windows map (hd0) (hd2) map (hd2) (hd0) rootnoverify (hd2,0) makeactive chainloader +1
As for booting, try editing your /etc/inittab file so the line that readstoCode:id:3:initdefault
Code:id:5:initdefault
- 11-04-2005 #3
When I typein "cfdisk" I get
My windows is on hda1.
hda2 has Linux swap.
hda3 Linux ReiserFS
But, I do remember that Debian is residing on hdb3. How to find out on which partition's the o/s are residing?? Because if i typein "cfdisk" its coming up with only contents of "hda"!!!!
And Suse & Debian are on ReiserFS.Registered Linux User#394486
- 11-04-2005 #4Just Joined!
- Join Date
- Aug 2005
- Location
- india
- Posts
- 27
may be you can do this ....I think completely non-technical ..
mount all hda's in different folders ..go inside and see what is what ...
but wait for a technical answer
- 11-04-2005 #5Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
I certainly don't want to take anything from the recognized Grub-meister of LFDO, but are you aware that this correspondence between Grub "address" to BIOS "address" shifts a bit when the boot device is other than /dev/hda? Apparently, Grub sees the boot device as (hd0,0) independent of IDE position. It's of course irrelevant to those who boot off their first hard drive, but for others, I think it has been a bane.
Originally Posted by dylunio /IMHO
//got nothin'
///this use to look better
- 11-04-2005 #6
I am still waiting for the answer to my second post!!!!
Registered Linux User#394486
- 11-04-2005 #7Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
cfdisk /dev/hdb
. Piece of cake, but you have to think of it
.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 11-04-2005 #8
I fixed the Grub boot loader the Windows option is added in the menu.list & it boots up normally but still I cant get SuSE option to work properly. Anyways thanx for the help guys...
Registered Linux User#394486
- 11-04-2005 #9
Okay, can you tell us what partition SuSE is on?
- 11-04-2005 #10Aye I did know this, also I think you can set which grub identifiers correspond with which linux devices with the use of /boot/grub/device.map, this of course makes sure you know what you are booting.
Originally Posted by drakebasher
Grub's indentifiers are rather weird things, but at least it makes it OS inepentant.


Reply With Quote
