Quote |
Is your Linux partition toggled bootable? |
Quote |
That error message should pertain to frugal installations. For the fdisk command, you'll have to boot the livecd to do that since you don't have a working environment yet. Also, in the livecd, try mounting your linux native partition (ie via mount tool) and list what's stored in there (ie with `find`). And just hitting enter will not complete your installation. Afaik you have to specify which partition, etc. |
Quote |
I got no idea what you mean |
Quote |
I only have the cd with the iso on it |
Quote (lucky13 @ April 27 2007,21:52) |
Quote | ||
when you set up partitions, did you use cfdisk or fdisk? Both of those partitioning utilities let you "toggle" partitions from which you can boot. If you have three partitions -- which you should if you're doing the frugal install -- you'll have a swap partition and two Linux partitions. You would toggle the one containing the OS (not the swap, not the one containing your persistent /home and /opt) so you can boot from that partition. |
Quote | ||
That's the live CD. Boot up using it, do the "fdisk -l" I mentioned previously, copy the output exactly, and paste it back here so we can see what you actually have. |
Quote |
knoppix# fdisk -l /dev/hda fdisk: not found |
Code Sample |
Device Boot Start End Blocks Id System ..... /dev/hda3 * 701 2491 14386207+ 83 Linux |