Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
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.
|
|
11-18-2004, 02:06 PM
|
#1
|
LQ Newbie
Registered: Jun 2004
Location: Liberty, Missouri
Distribution: Mandrake 10.0
Posts: 12
Rep:
|
Big partition problem...
i tried to install windows to dual boot so i can play half-life 2 =P but after i installed it in some free space i had made by removing a spare partition, it just came up and said "missing operating system".
I use mandrake 10.0 so i used the rescue tool on the install disk and reinstalled by lilo bootloader, but i ran fdisk and it gives this weird output... if i try to remove /dev/hda2 it removes all of my partitions...
i have no idea what's going on.. and i can't seem to install windows because of this /dev/hda2...
anyone ever have this problem, or have any idea what's going on?
/dev/hda5 is my root partition, /dev/hda6 is my swap, and /dev/hda7 is my home partition... /dev/hda2 shouldn't be there and starts on the same sector my root does and ends on the last sector of my home.... i don't understand this at all...
Disk /dev/hda: 120.0 GB, 120034123776 bytes
16 heads, 63 sectors/track, 232581 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda2 116281 232581 58615704 f W95 Ext'd (LBA)
/dev/hda5 116281 128470 6143728+ 83 Linux
/dev/hda6 128471 129485 511528+ 82 Linux swap
/dev/hda7 129486 232581 51960352+ 83 Linux
Command (m for help):
|
|
|
11-18-2004, 02:15 PM
|
#2
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
As the info at the end of your post indicates, /dev/hda2 is an extended partition, which is divided into three partitions for Linux. So. Where's hda1, the primary partition? What's installed there? When you removed an extra partition to install windows, did you format that partition for windows? Or, did you try to install windows into a partition formatted for Linux?
As Jhonny 5 would say: "need more input". Post your /etc/fstab.
|
|
|
11-18-2004, 02:18 PM
|
#3
|
Moderator
Registered: Aug 2002
Posts: 26,184
|
This is normal.
hda2 is an extended partition and in a nutshell a container for logical drives. It does not get mounted. A Logical partition is anything >=5.
Your not using blocks 1-116280 and therefore you should be able to create a hda1. I would create the partition in linux and then windows install should work.
|
|
|
11-18-2004, 02:19 PM
|
#4
|
Moderator
Registered: Aug 2002
Posts: 26,184
|
In addition you will need to reinstall the bootloader after install windows.
|
|
|
11-18-2004, 02:43 PM
|
#5
|
LQ Newbie
Registered: Jun 2004
Location: Liberty, Missouri
Distribution: Mandrake 10.0
Posts: 12
Original Poster
Rep:
|
/dev/hda5 / ext3 defaults
none /dev/pts devpts mode=0620 0 0
/dev/hda7 /home ext3 defaults 1 2
/dev/hda1 /home2 vfat umask=0 0 0
/dev/hdb /mnt/cdrom auto umask=0,user,codepage=850,iocharset=iso8859-1,noauto,ro,exec 0 0
/dev/hdc /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
none /mnt/floppy supermount dev=/dev/sda,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
none /proc proc defaults 0 0)
/dev/hda6 swap swap defaults 0 0
there's my fstab, i have no idea why there is no /dev/hda1, i made a fat32 partition for windows to be on and formatted it and the windows xp installer doesn't even find it...
it only says "empy space 55 gb", and then lists my 3 linux partitions as unknown.
but the W95 ext'd partition is supposed to be there?
Last edited by CountZero16; 11-18-2004 at 02:44 PM.
|
|
|
11-18-2004, 03:00 PM
|
#6
|
LQ Newbie
Registered: Jun 2004
Location: Liberty, Missouri
Distribution: Mandrake 10.0
Posts: 12
Original Poster
Rep:
|
ok, i tried to install again, it still came up with the "Missing operating system" error
/dev/hda1 * 1 116280 58605088+ 7 HPFS/NTFS
/dev/hda2 116281 232581 58615704 f W95 Ext'd (LBA)
/dev/hda5 116281 128470 6143728+ 83 Linux
/dev/hda6 128471 129485 511528+ 82 Linux swap
/dev/hda7 129486 232581 51960352+ 83 Linux
it seems that it actually made the ntfs partition... and set it to boot... so what could possibly be wrong now?
|
|
|
11-18-2004, 03:15 PM
|
#7
|
LQ Newbie
Registered: Jun 2004
Location: Liberty, Missouri
Distribution: Mandrake 10.0
Posts: 12
Original Poster
Rep:
|
i've dual booted before like this but the windows partition stopped working, so i deleted it and make it into an extra ext3 partition to store stuff on... but i ended up not needing that so i decided to reinstall windows for halflife 2...
so i deleted the ext3 thing and lets the windows xp installer do it's magic on the free space... but XP won't boot after copying the files over to install... what in the world is going on?
|
|
|
All times are GMT -5. The time now is 04:27 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
|
|