Help me!!!! - Slackware 12 Issue - Invalid Partition table

 
Thread Tools Search this Thread
Operating Systems Linux Slackware Help me!!!! - Slackware 12 Issue - Invalid Partition table
# 1  
Old 07-01-2009
Bug Help me!!!! - Slackware 12 Issue - Invalid Partition table

Hi All,

I am a linux newbie. After working with my loveable FEDORA 10 for months, i found it a bit slower. I wanted to try with slackware this time. I already had Windows XP and fedora in my 80 GB SATA disk. Now i allotted 15 GB ( SWAP + / + /home/usr ). During my installation i encountered no issues. Slackware was nice. After installation, the system starts with an error "Invalid Partition Table".

I cursed myself for not reading all the documents and help for the slackware installation and wiped the whole disk ( i had no important datas ). And this time, first i installed Fedora 10. ANd then alloted the space as previous for the slackware installation. When i completed installation successfully, again i faced the same error "Invalid Partition Table".

I do not know what to do at this scenario. Because, when i try to read the partition tables with some rescue disks, i can see it well. But i do not know what part of slackware i am missing with. And i do not find any issues in the slackware installation media also.

Note :
Both the times i have installed the LILO which was provided with slackware. Do i need to try without installing LILO from slack and go with the bootloader provided by fedora?

I want to have Win XP, Fedora and slackware in my PC (80 GB ).


Thanks for reading till end Smilie
# 2  
Old 07-01-2009
Quote:
And this time, first i installed Fedora 10.
Quote:
I want to have Win XP, Fedora and slackware in my PC (80 GB ).
Why?

One word for you: virtualization. Go check out VirtualBox or VMWare. Stick with XP and run Fedora and Slackware as Guest OS's. Or do it the other way around.

I know this doesn't really answer your question, but when you said you were using lilo to try and dual-boot XP and FC, that told me you're way over your head.
# 3  
Old 07-02-2009
Hi Otheus,

Thanks for your reply Smilie.
But i do not wish to use the virtualisation technicques. I want to have all the three operating sytems....
# 4  
Old 07-02-2009
Generally with XP, you need to use the NT Boot Loader or grub. The problem comes from the fact that XP really wants to be the first or second partition, which means there's a chance (if your computer's BIOS is old enough) that the Linux kernel cannot load on the 3rd, 4th or 5th partition. Personally, I find the NT Boot Loader acceptable and easier to install. There are some guides and FAQs out there on how to do this and go into more detail than I can.

First you use a live/rescue cd to partition your drive. You'll need one NTFS/FAT32 partition, three linux partitions with code 83, and one Linux swap partition (82). This is more than 4, so you'll need to create an extended partition. After this, straight away, install XP. Now go back and install Linux, but DO NOT have them install a boot loader on the MBR (the disks' master boot record) -- Instead, either use a boot disk or install the boot sector on each local partition. (Also, if possible, for simplicity, avoid using LVM - linux volume management). Let the two Linux installations share a single /boot image. You can boot into XP and configure the NTFS loader to "chain load" into your /boot partition, which will then run grub and let you select one of the other two operating systems. (Or, each linux installation has a /boot directory -- not in its own partition, and grub is configured for each partition independently).
# 5  
Old 11-30-2009
Study up on boot loaders and partitioning.

Quote:
Originally Posted by beinthemiddle
Note :
Both the times i have installed the LILO which was provided with slackware. Do i need to try without installing LILO from slack and go with the bootloader provided by fedora?

I want to have Win XP, Fedora and slackware in my PC (80 GB ).


Thanks for reading till end Smilie
Your issues are more with the way your HDD is partitioned! Grub can boot from an OS from withing a logical partition within an extended partition. However because you installed grub with Fedora (I assume) the Grub config file will not be available to use with Lilo which just might now be incorrectly installed in the boot sector of your drive.

You need to install grub in slackware not lilo in this case.. to the root directory of your slackware install and then edit /boot/grub/grub.config in Fedora to have your slackware install show up in the boot menu in grub so that when you boot your computer with grub there will be three separate os boot options available.

You will most likely have to put grub back in the boot sector of your harddrive using the correct command as root in Fedora to make all this work correctly.

With your setup and one HDD you can have 4 primary partitions and use them the way you need to, so running three operating systems is possible without having to setup an extended partition table.

There is no reason to create two different swap partitions as both versions of linux can and will use the same swap area you set aside on your drive.

I would strongly suggest getting a second HDD if you want to run 3 Oses, though, as the benefits of having your swap and /root on different drives are substantial if you want your linux installs to really smoke because you can swap and run from different drives at the same time.

My good old dual p111 compact server setup uses a single swap on one small size scsi (6 gig), Slackware (15 gig) on one, Zenwalk on another (10 gig) and XP pro on the first IDE channel...all with no conflicts or trouble.

Best of luck and don't give up!
Eric
# 6  
Old 11-30-2009
Thank you so much Otheus and Reeman....I am very excited in learning Unix flavors Smilie. Unfortunately my system HDD got some issues. Dont know the crux of the issue at this pointSmilie. Also i am planning to upgrade my system to ASUS + AMD. So for a while my learning is at halt. I will try your suggestions in my new PC built. Once again thanks for your voices.

Unix for MANKIND
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

How do I partition an Oracle 11g Table?

Hello, I have a database called "audit_database" and I want to create two tables. Table 1 = Table 1 Table 2 = Audit I want to partition the Audit table into partitions grouped by month. I'm not familiar with table partitioning but doing some reading online shows that it can be done but... (4 Replies)
Discussion started by: bbbngowc
4 Replies

2. Ubuntu

Memory card partition table corrupted after unsafe removal

Memory card partition table got corrupted after unsafe removal. Is there any possible recovery ?.. If i list using fdisk fdisk -l root@ubuntu:/usr/arm-fsl-linux-gnueabi/arm-fsl-linux-gnueabi/multi-libs# fdisk -l /dev/sdc Disk /dev/sdc: 3965 MB, 3965190144 bytes 122 heads, 62... (2 Replies)
Discussion started by: roonie
2 Replies

3. Red Hat

This doesn't look like a partition table Probably you selected the wrong device.

Hi, I need to mount the device from this device # fdisk -l . . . Disk /dev/sdas: 2000.4 GB, 2000365289472 bytes 255 heads, 63 sectors/track, 243197 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size... (0 Replies)
Discussion started by: justbow
0 Replies

4. SCO

Backup MBR an Partition Table

hi How can I backup MBR an Partition Table of SCO 5.0.6? (7 Replies)
Discussion started by: ccc
7 Replies

5. Solaris

Manually editing partition table

I'm manually editing the partition table purely for experimenting. I did prtvtoc /dev/dsk/c1t0d0s2 > /tmp/prtvtoc I'm trying to split up partition 5 to make partition 6. I'm running into a cylinder boundary error on partition 6. Any clues? # vi /tmp/prtvtoc "/tmp/prtvtoc" 23 lines, 769... (1 Reply)
Discussion started by: adelsin
1 Replies

6. Solaris

Can I put my own tags in a partition table

I have X4500 running Solaris 10. I have formatted a disk and created partition table as given below. Specify disk (enter its number): 0 selecting c0t0d0 /dev/dsk/c0t0d0s0 is part of active ZFS pool zpool1. Please see zpool(1M). FORMAT MENU: disk - select a disk ... (3 Replies)
Discussion started by: bharu_sri
3 Replies

7. UNIX for Advanced & Expert Users

modify a predefined partition table on Solaris

I want to modify a predefined partition on Solaris. This predefined partion has 51 GB. I want to partition it as two partition. One is 5G, another one is about 46 GB. I want to use these commands: #format specify disk #partition # modify The system told me that ' Cannot modify disk... (1 Reply)
Discussion started by: duke0001
1 Replies

8. UNIX for Advanced & Expert Users

resizing the partition table

Host 1 ------- Part Tag Flag Cylinders Size Blocks 0 root wm 0 - 1911 18.56GB (1912/0/0) 38913024 1 swap wu 1912 - 5434 34.19GB (3523/0/0) 71700096 2 backup wm 0 - 14086 136.71GB ... (5 Replies)
Discussion started by: sriny
5 Replies

9. Solaris

recovery partition table from fdisk?

I have two disks on a sun blade 100. I just installed a solaris8 on the first disk. The installation was successful. But the problem is now I lost all data / partition on my second hard disk. The possible reason could be: 1. I used default web start install. During the installation I didn't... (2 Replies)
Discussion started by: motor98
2 Replies

10. Filesystems, Disks and Memory

Partition Tables + Slackware?

Hello! im having a hard time installing Slackware 9 on my 20GB hard drive. it boots "bare.i" all the way until detecting partitions on my hard drive, hanging like this yet, vector linux (kernel 2.4.18) and my old redhat (2.2.12-10) work fine? oh though it does cause a boot delay if i... (0 Replies)
Discussion started by: supafluous
0 Replies
Login or Register to Ask a Question