Sponsored Content
Full Discussion: Red Hat and LILO
Top Forums UNIX for Dummies Questions & Answers Red Hat and LILO Post 2547 by Drainy on Saturday 19th of May 2001 06:20:03 PM
Old 05-19-2001
Java

Hi

well ive got a slight prob with LILO, ive been trying to delete my linux partition and merge my entire hard drive back into one but when I do so LILO is still there, even after I erase the linux partition and I was pretty sure that it was on the boot record or something anyway, but all it comes up with upon rebooting is LIL and thats just
just LIL and it wont let me load into anything so I end up reinstalling red hat and partitioning off 1gig again, Im just waiting till I get a new hard drive to install Linux again Smilie

any ideas on how to get rid of lilo, once and for all?
thanks
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Red Hat 7.2.....

I just installed red hat 7.2 on my laptop. it's dual booted with xp and red hat. when i boot in to linux it boots up to the screen to ask me my name and pass....i put in root and my password. after this it goes to a blue screen and sits there. the after about 2 minutes it comes up with a fatal... (1 Reply)
Discussion started by: muzscman
1 Replies

2. UNIX for Dummies Questions & Answers

LiLo in Red Hat 8

I am about to go buy myself a wireless card for my Red Hat laptop. But I am going to have to recompile the kernel to run it in linux, and I heard that the GRUB bootloader gives you troubles when recompiling kernel. So, I booted off the cd to upgrade. I attempted to install LiLo and everything... (7 Replies)
Discussion started by: djtrippin
7 Replies

3. UNIX for Advanced & Expert Users

Red Hat 9.0 Upgrade

I just upgraded my RedHat 8.0 system to 9.0. The upgrade included a new kernel and several package updates. I upgraded by simply inserting installation CD and rebooted, selected upgrade system option. When I rebooted after the install I get the following message: INIT:Id "x" respawning too fast:... (6 Replies)
Discussion started by: google
6 Replies

4. Linux

Red Hat?

I have a Red Hat upgrade disk. I installed it and it corrupted my entire hard drive! I had gotten the disks out of a Dummy's book at my local library. Trying to install 'Red Hat', has cost me $100.00 in damages. (The cool part is my friend gave me that $100.00 part) Ah...A 120gig Hard Drive. Just... (3 Replies)
Discussion started by: hdk_mkr
3 Replies

5. UNIX for Dummies Questions & Answers

Red Hat 9 help

please help me how to install softwares in linux.i have a ethernet internet connection.i try to open the site on LAN to download internet client.but i cannot as our lan supports only internet explorer....i downloaded the linux client by booting thru XP......but i cannot c my NTFS partition thru... (0 Replies)
Discussion started by: shobhit143
0 Replies

6. Linux

red hat ee 2.6.9-42

hello. I would be greatfull if someone could tell me how will i see what dns server and gateway my red hat server uses. I tryied to find out by typing ifconfig command but i got : -bash: ifconfig: command not found , although man ifonconfig gives output with info about using that command. Is... (3 Replies)
Discussion started by: tonijel
3 Replies

7. Red Hat

Red Hat E 3

I'm am working with a Red Hat Enterprise 3 server. This is a dedicated server that is supposedly dedicated to one domain, but I have been tasked with trying to figure out if there are files on this system that are being accessed by other IP's. Does anyone know if how I would go about finding... (0 Replies)
Discussion started by: chrisPlusPlus
0 Replies

8. Red Hat

Red-hat

Hello, How do I see what IP addresses are connected to my machine? thanks (2 Replies)
Discussion started by: sonomao
2 Replies

9. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies
mpartition(1)						      General Commands Manual						     mpartition(1)

Name
       mpartition - partition an MSDOS hard disk

Note of warning
       This  manpage  has been automatically generated from mtools's texinfo documentation, and may not be entirely accurate or complete.  See the
       end of this man page for details.

Description
       The mpartition command is used to create MS-DOS filesystems as partitions.  This is intended to be used on non-Linux systems, i.e.  systems
       where fdisk and easy access to Scsi devices are not available.  This command only works on drives whose partition variable is set.

       mpartition  -p drive mpartition -r drive mpartition -I [-B bootSector] drive mpartition -a drive mpartition -d drive mpartition -c [-s sec-
       tors] [-h heads] [-t cylinders] [-v [-T type] [-b begin] [-l length] [-f]

       Mpartition supports the following operations:

       p      Prints a command line to recreate the partition for the drive.  Nothing is printed if the partition for the drive is not defined, or
	      an inconsistency has been detected.  If verbose (-v) is also set, prints the current partition table.

       r      Removes the partition described by drive.

       I      Initializes the partition table, and removes all partitions.

       c      Creates the partition described by drive.

       a      "Activates" the partition, i.e. makes it bootable.  Only one partition can be bootable at a time.

       d      "Desactivates" the partition, i.e. makes it unbootable.

       If no operation is given, the current settings are printed.

       For partition creations, the following options are available:

       s sectors
	      The number of sectors per track of the partition (which is also the number of sectors per track for the whole drive).

       h heads
	      The  number of heads of the partition (which is also the number of heads for the whole drive).  By default, the geometry information
	      (number of sectors and heads) is figured out from neighbouring partition table entries, or guessed from the size.

       t cylinders
	      The number of cylinders of the partition (not the number of cylinders of the whole drive.

       b begin
	      The starting offset of the partition, expressed in sectors. If begin is not given, mpartition lets the partition begin at the  start
	      of the disk (partition number 1), or immediately after the end of the previous partition.

       l length
	      The  size  (length) of the partition, expressed in sectors.  If end is not given, mpartition figures out the size from the number of
	      sectors, heads and cylinders.  If these are not given either, it gives the partition the biggest	possible  size,  considering  disk
	      size and start of the next partition.

       The following option is available for all operation which modify the partition table:

       f      Usually,	before	writing  back  any  changes to the partition, mpartition performs certain consistenct checks, such as checking for
	      overlaps and proper alignment of the partitions.	If any of these checks fails, the partition table is not changes.  The	-f  allows
	      you to override these safeguards.

       The following options are available for all operations:

       v      Together with -p prints the partition table as it is now (no change operation), or as it is after it is modified.

       vv     If the verbosity flag is given twice, mpartition will print out a hexdump of the partition table when reading it from and writing it
	      to the device.

       The following option is available for partition table initialization:

       B bootSector
	      Reads the template master boot record from file bootSector.

See Also
       Mtools' texinfo doc

Viewing the texi doc
       This manpage has been automatically generated from mtools's texinfo documentation. However, this process is only  approximative,  and  some
       items, such as crossreferences, footnotes and indices are lost in this translation process.  Indeed, these items have no appropriate repre-
       sentation in the manpage format.  Moreover, not all information has been translated into the manpage version.  Thus I strongly  advise  you
       to use the original texinfo doc.  See the end of this manpage for instructions how to view the texinfo doc.

       *      To generate a printable copy from the texinfo doc, run the following commands:

		     ./configure; make dvi; dvips mtools.dvi

       *      To generate a html copy,	run:

		     ./configure; make html

	      A premade html can be found at: `http://mtools.linux.lu' and also at: `http://www.tux.org/pub/knaff/mtools'

       *      To generate an info copy (browsable using emacs' info mode), run:

		     ./configure; make info

       The  texinfo  doc looks most pretty when printed or as html.  Indeed, in the info version certain examples are difficult to read due to the
       quoting conventions used in info.

mtools-3.9.8							      02Jun01							     mpartition(1)
All times are GMT -4. The time now is 01:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy