grub help


 
Thread Tools Search this Thread
Operating Systems Linux grub help
# 1  
Old 10-11-2006
grub help

in dual os grub will ask like this (linux 9 (red hat))
linux(bigmem)
linux(smallmem)
dos

so i want that grub will ask like this
dos
linux(bigmem)
linux(smallmem)


how to do this
# 2  
Old 10-11-2006
Edit your /etc/grub.conf file or /boot/grub/menu.lst and move the entries around. They are blocks so make sure you move all the appropriate lines or your system may not come back up. Also make sure you change the default entry to point to the correct menu item. If default=0 and you move it like you said, you'll want to change default=1.

Why do you want to move them around?

Carl
# 3  
Old 12-06-2006
i wanted to do this back when i started using grub (and soon after taking up linux) because if you still use windows as your main or default system, then it's logical to want to put it at the top of the list.

You might not have noticed, seshumohan, but inside menu.lst or grub.conf, you can also change the identifiers (eg: dos) to say something more meaningful (eg: MS Windows 2000) and this will appear in the list instead at boot time.

This is a funny question also because i think with lilo you specify the list position explicitly in the config file using 0,1,2 etc (don't you?) so, anyone used to lilo, and starting to use grub might not think of rearranging the entries to get the same effect.
# 4  
Old 01-14-2007
another help

my present problem is iam using kubuntu os

how to play mp3 & mpeg songs and movies respectively
# 5  
Old 01-14-2007
and another one when iam installied on my friends system it came correctly but when restarted displaying messege error 17 unable to load grub what may be the problem
# 6  
Old 01-14-2007
1: apt-get install vlc
xine
gxine
..
for movies

apt-get install xmms
amarok
..
for mp3

for 2. try to reinstall grub in the mbr of you disk:

grub-install /dev/hdx or /dev/sdx
and set the bootable flag for boot partition with fdisk /dev/hdx

and I think its "a" after that, then you can choose to toggle the boot flag

post your grub.conf and the output of fdisk -l (boot from cd) for further grub questions

Last edited by funksen; 01-14-2007 at 12:46 PM..
# 7  
Old 02-01-2007
doubt about hard disk

1).How many operationg operating systems can be installed on a single hard disk ....?

presently ihave installed winxp,red hat linux , kubuntu linux

2).
how many times a hard disk can be formatted
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux first or GRUB first ?

Hi everyone, I am having trouble of understanding the concept of GRUB bootloader in Linux. My questions are-: Do we install GRUB first and then install Linux ? Does GRUB act as a bootloader for Windows if we are trying to dual boot Windows and Linux ? Or does GRUB load the Windows... (4 Replies)
Discussion started by: sreyan32
4 Replies

2. UNIX for Dummies Questions & Answers

"/boot/grub/grub.conf" VS "/etc/grub.conf"

can someone please explain me the difference between these two files: "/boot/grub/grub.conf" and "/etc/grub.conf" .. (7 Replies)
Discussion started by: stunn3r
7 Replies

3. Red Hat

Can we specify which grub.conf to use in grub-install.

Hi, Can we specify which grub.conf to use while installing grub on RHEL. We are working on application which requires different grub configurations needed, depending on certain criteria we need to update grub with correct grub.conf. Can we use grub-install for this purpose? (4 Replies)
Discussion started by: successlin
4 Replies

4. Solaris

grub problem

hi , was using solaris in dual boot with xp , then I ' ve installed ubuntu too . The solaris grub has been in some way damaged , maybe because during the linux installation i've delete an old partition that I was not using by some months. It's normal that the solaris grub has been overriden by... (7 Replies)
Discussion started by: freeware
7 Replies

5. Linux

Grub Error 25

Booting Problem: Error 25: Disk read error25: Disk read error This error is returned if there is a disk read error when trying to probe or read data from a particular disk. Does this meant I will have to change my hard drive with a new one or will this be resolved by formatting or wiping out hard... (3 Replies)
Discussion started by: etcpasswd
3 Replies

6. Ubuntu

grub loader

i was dual booting vista and ubuntu but i have now taken off vista. however the microsoft bootloader is still in the list. how do i get rid of it and automatically boot into ubuntu? (13 Replies)
Discussion started by: bcbotha
13 Replies

7. Solaris

GRUB/Solaris 10

When I boot up with the first install disk I get this error message... ERROR:28 Selected item cannot fit into memory I've read alot of information about this being a bug with the GRUB loader and several people's posts about getting around this by using Solaris Express instead. Does anyone... (6 Replies)
Discussion started by: Tekkie
6 Replies

8. UNIX for Dummies Questions & Answers

grub problem- keeps rebooting as soon as it tries to do grub

Hi, I installed solaris 10 a few weeks ago. It was working fine during the past two weeks. However, now when I start to load to the drive, I get this problem: The BIOS screen comes up like normal, then screen goes blank and a message "Grub loading stage 2" flashes real quick then the computer... (1 Reply)
Discussion started by: moesays
1 Replies

9. Debian

Getting rid of grub

ok so i have two HDs on my PC, on the 1st one (master) i have w2k running, i decided to install debian on the second (slave). During the install, i was asked if i wanted to install grub, i said yes. Now debian starts just fine. Windows on the hand now takes forever to load (ie like two minutes... (4 Replies)
Discussion started by: jad
4 Replies
Login or Register to Ask a Question