MEPIS This forum is for the discussion of MEPIS Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-24-2005, 12:26 AM
|
#1
|
Member
Registered: Jan 2005
Location: Syracuse, NY
Distribution: Linux Mint 21
Posts: 265
Rep:
|
GRUB bears it's head again....
I installed MEPIS from live CD and [tried to] install GRUB
in my root partition. It did not work.
I ran MEPIS on the same PC up unteil 2 days ago. I configured
the new hard drive this morning and attempted
to install MEPIS again.
I saw documentation on the MEPIS Lovers website regarding
dual boots. (I boot Win 2K and MEPIS) I followed the sites
instructions, I'm not sure if I needed a Swap partition or not.
I created Root and Home. I chose to install GRUB in root.
I downloaded Smart Boot, but wasn't sure what to do with it.
(On Floppy)
MEPIS worked very well for me until I installed a larger drive.
Thanks for the help with this,
Salman
Now, I'm using Windows, AAAARRRGGGGHHH!
Some of my language software, I need, was not ported to UNIX or Mac....
|
|
|
07-24-2005, 02:16 AM
|
#2
|
Member
Registered: Jan 2005
Location: Australia
Distribution: Slackware Archlinux FreeBSD
Posts: 218
Rep:
|
Hey salmanal,
Just a little more info is needed unless you want a huge reply! What is needed is
1) how many hd's you have
2) What is installed on what
3) What setup you want
4) What is your partition scheme
You can boot linux or windows easily in many different fashions.
If you want Windows on your first harddrive/partition then you will need to over write the mbr of that drive - unless you boot from a floppy every time.
If you want linux on your first harddrive/partition then booting grub is no hassle at all. A simple mapping is needed in grub's conf.
|
|
|
07-24-2005, 08:21 AM
|
#3
|
Senior Member
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
|
aikidoist72 -- right on about the huge reply.
salmanal -- some more questions:
Please provide the link to the "documentation on the MEPIS Lovers website" that you consulted.
What made you think that you don't need a swap partition?
What made you think that the "root" partition (i.e. /) is the right palce for GRUB? (Unless, of course, you edit your Win boot.ini file ...)
Also, one good way to provide the partitioning scheme as aikidoist72 requests, would be to post the output of fdisk -l is a "Code" block (i.e. use the "Code" button above). That way the columnar formatting is preserved & it is easy to use. Please do not just paste it directly into the message area.
|
|
|
07-24-2005, 12:05 PM
|
#4
|
Member
Registered: Jan 2005
Location: Syracuse, NY
Distribution: Linux Mint 21
Posts: 265
Original Poster
Rep:
|
Grub
I have 1 hard drive. I want to boot to more than 1 OS. I installed Win 2K and hoped others could be installed afterwards. When I attempted to install MEPIS,
the Partitioner stated, a Swap Partition is optional. When I had this configured before, I didn't make it and it worked.
All I want: To be able to dual or multiboot with the option of choosing the OS upon startup of my system. I can deal with the other partitions once I can, at least, dual boot.
Before the new hard drive, Windows and MEPIS were options upon starting the system.
I see GRUB on the MEPIS CD, but don't know how to make a copy of it to the floppy. I will, at least do a search in the meantime on this while I wake up.
|
|
|
07-24-2005, 12:19 PM
|
#5
|
Member
Registered: Jan 2005
Location: Syracuse, NY
Distribution: Linux Mint 21
Posts: 265
Original Poster
Rep:
|
found these instructions for a grub floppy
How to create a GRUB diskette:
1. Type "kdesu kwrite" in "Run Command" and enter
the root pasword.
2. Copy the following code into kwrite windows:
#!/bin/sh
#
# This script formats the floppy and writes the
current grub configuration to floppy.
#
mkfs.ext3 /dev/fd0
mount /dev/fd0 /mnt/floppy
cd /mnt/floppy
mkdir boot
cd boot
mkdir grub
cd /boot/grub
cp * /mnt/floppy/boot/grub
umount /dev/fd0
grub --batch --device-map=/dev/null <<EOF
device (fd0) /dev/fd0
root (fd0)
setup (fd0)
quit
<<EOF
Then: File -> Save as -> /sbin/makegrubfloppy
Next, make the file executable:
1. Open konqueror as root (File Manager - Super
User Mode)
2. Right click on /sbin/makegrubfloppy file and
select Properties
3. Select the Permissions tab of the Properties
dialog
4. Click on the check box for Is executable
5. Click OK
6. Close File Manager (konqueror)
Alternatively, you can make it executable in konsole:
su (enter root password)
chmod +x /sbin/makegrubfloppy
You can now insert a floppy disk into the drive, open
KMenu > System > Terminal - Super User Mode and
execute the command makegrubfloppy to create a
bootable floppy disk that will provide exactly the
same boot menu you have when booting from your hard
drive.
Please let me know if this is accurate.
Thanks,
Slmanal
|
|
|
07-24-2005, 06:59 PM
|
#6
|
Member
Registered: Jan 2005
Location: Australia
Distribution: Slackware Archlinux FreeBSD
Posts: 218
Rep:
|
If I recall correctly, Mepis starts a s a live cd. From there you can install to hard drive through a control center. Have you checked if you can install just the bootloader without reinstalling the distro?
|
|
|
07-24-2005, 09:41 PM
|
#7
|
Member
Registered: Jan 2005
Location: Syracuse, NY
Distribution: Linux Mint 21
Posts: 265
Original Poster
Rep:
|
Grub again
I've not tried to only install the bootloader yet, I'll be back......
|
|
|
07-25-2005, 12:50 PM
|
#8
|
Member
Registered: Jan 2005
Location: Syracuse, NY
Distribution: Linux Mint 21
Posts: 265
Original Poster
Rep:
|
Have answer to GRUB Problem
After having time to try and fix/reinstall GRUB; and having the time to do something stupid like read, and go to Maxtor's website; I discovered my new hard drive will not support another bootloader per my drive's support:
MaxBlast and the GRUB Boot Loader want initial, boot sector control of a hard drive.
I will bite the bullet and get another drive that supports BOTH windows and others.
Man, a 200 GB drive, glad it was not expensive. 
|
|
|
07-25-2005, 06:39 PM
|
#9
|
Member
Registered: Jan 2005
Location: Australia
Distribution: Slackware Archlinux FreeBSD
Posts: 218
Rep:
|
Well at least a result. 
|
|
|
07-26-2005, 04:59 AM
|
#10
|
antiX
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 641
Rep: 
|
Instead of buying a new hard disk, why don't you install grub to the MBR?
|
|
|
07-26-2005, 09:36 AM
|
#11
|
Member
Registered: Oct 2003
Location: /dev/null > Oklahoma
Distribution: Mepis 3.3.2-test 3, CC Home 3.0, OpenBSD 3.8
Posts: 64
Rep:
|
Quote:
Originally posted by anticapitalista
Instead of buying a new hard disk, why don't you install grub to the MBR?
|
AC..
I think the problem is that his motherboard doesn't support the
200GB drive.. that is why he is using the "Max-blast" disk utility..
|
|
|
07-26-2005, 09:47 AM
|
#12
|
Member
Registered: Sep 2003
Location: Kentucky
Posts: 480
Rep:
|
He might have to use the max blast utility but he could still make the floppy and boot the system that way. I like having a boot floppy around and it is very handy.
|
|
|
07-26-2005, 09:52 AM
|
#13
|
Member
Registered: Oct 2003
Location: /dev/null > Oklahoma
Distribution: Mepis 3.3.2-test 3, CC Home 3.0, OpenBSD 3.8
Posts: 64
Rep:
|
If the motherboard can't support the drive capacity.. it may boot
but you wont' see the full size..
I ran into this here at work about 2 years ago.. the 137GB barrier.. when
using an EIDE 250GB drive..
It would be nice if there were some hardware specs posted..

|
|
|
All times are GMT -5. The time now is 07:57 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|