PDA

View Full Version : cannot boot off iso image



uber
01-31-2005, 02:08 AM
I'm running Windows XP SP1 on Dell C600
I downloaded Knoppix 3.7 to the root level of C:\ drive
I renamed the iso to knoppix.iso
I inserted and booted off the knoppix cd I burned
at the Boot prompt I entered: bootfrom=/dev/hda1/knoppix.iso
also tried bootfrom=/dev/hda1
Knoppix errors and tells me it cannot find the kernel image.

Now the cheat notes say I should use:
bootfrom=/dev/hda1/KNX.iso
but I didn't name the iso file KNX.iso

What am I doing wrong here?

sealview
01-31-2005, 05:10 PM
What kind of a File System do you use on the partition where ya have hosted the image (iso)?
If it is NTFS. ain't gonna boot from it
That's what I thing maybe I'm wrrong!

CrashedAgain
01-31-2005, 11:26 PM
I don't have 3.7 so may be way off here but does Knoppix support booting from the iso or do you have to do a 'tohd' install?

firebyrd10
01-31-2005, 11:45 PM
Supposely bootfrom allows booting off unsupported(fully) Filesystems.

I've never gotten it to work though.

uber
01-31-2005, 11:49 PM
What kind of a File System do you use on the partition where ya have hosted the image (iso)?
If it is NTFS. ain't gonna boot from it
That's what I thing maybe I'm wrrong!

Ok here's what I don't understand. Knoppix will mount the ntfs hard drive read only. I remember reading somewhere that linux can't write to an NTFS partition but can read from it.

What I don't understand is if it can read from NTFS shouldn't it be able to boot from it? I mean wouldn't booting just involve a read action? Would booting from the iso require writing of any temp files to the hda1?

Flash00
02-01-2005, 07:09 AM
<snip>

What I don't understand is if it can read from NTFS shouldn't it be able to boot from it? I mean wouldn't booting just involve a read action? Would booting from the iso require writing of any temp files to the hda1?

I'm with you, uber. When Knoppix boots from the CD it doesn't write anything to the hard drive, and so it should be when booting from an .iso file on the hard drive. Having said that, I haven't been able to boot Knoppix from the .iso file on my hard drive either, but the Knoppix .iso is not in the "C" partition, and also I haven't renamed it.

Also, perhaps the ability to access NTFS partition is not in the basic stuff loaded into RAM during boot? In other words, maybe it's a chicken-or-egg problem: you have to load the whole Linux kernel into RAM in order to access an NTFS partition. Unfortunately I don't know. Sorry. :cry:

pureone
02-01-2005, 08:46 AM
I'm running Windows XP SP1 on Dell C600
I downloaded Knoppix 3.7 to the root level of C:\ drive
I renamed the iso to knoppix.iso
I inserted and booted off the knoppix cd I burned
at the Boot prompt I entered: bootfrom=/dev/hda1/knoppix.iso
also tried bootfrom=/dev/hda1
Knoppix errors and tells me it cannot find the kernel image.

Now the cheat notes say I should use:
bootfrom=/dev/hda1/KNX.iso
but I didn't name the iso file KNX.iso

What am I doing wrong here?

you should have sp2 :O

why not just boot from cd and save your configuration to floppy?

uber
02-01-2005, 11:25 AM
What am I doing wrong here?

you should have sp2 :O

LOL
eeeewwww

why not just boot from cd and save your configuration to floppy?[/quote]

actually the problem I'm trying to work around is that my employer is too cheap to provide me with a Linux laptop to run what I need to run. I thought Knoppix was the way out. The winders laptop I was issued only has 512 meg of ram. I just wanted a bit more speed out of it.

Flash00
02-01-2005, 02:14 PM
One reason I can think of for wanting to boot from the hard drive is to free up the CD drive. (I presume that the Knoppix CD can be removed from the drive once control has been transferred to the .iso image.)

Another reason is that applications in Knoppix wouldn't take so long to load into RAM.

ICPUG
02-01-2005, 08:16 PM
I have booted Knoppix 3.7 off my hard drive on a Windows XP SP1 laptop and a Windows NT4 desktop, both of which use NTFS. Therefore it can be done!

My NT4 option is nearest to what you are trying to do. However you do not use the ISO, but the Knoppix file you find in the \KNOPPIX directory when you burn the ISO to a CD.

When you burn the CD you will find a file simply called KNOPPIX in the directory \KNOPPIX of the CD.

Using Windows create a directory c:\KNOPPIX on your hard drive and copy the file from your CD to it.

Now when you boot up from the (burnt) CD you type:
knoppix26 bootfrom=/dev/hda1

add any other cheatcodes you might want AFTER the bootfrom cheatcode. The command above uses the 2.6 kernel. The 2.4 kernel never worked on NT4 with Knoppix 3.4 so I have not tried with later versions!
N.B. The capitalisation of the names is important.

If you really want to use the ISO you have to do what I have done on my laptop. This is a Poor Mans Install (PMI) for NTFS, which was developed by minds greater than myself after a long and tortuous struggle. However, it was well worth it because the result is brilliant!

Have a look here:
http://www.knoppix.net/wiki/Poor_Mans_Install

This gives you some introductory notes on the process. Follow the link to method 2 Win Partition to see what to do.

You are going to have to download Ruymbeke's files (9MB if I remember rightly) but once things are set up you will love being able to boot you PC into Knoppix without the need of the cd-rom.

Hope that helps.

ICPUG

uber
02-02-2005, 11:25 AM
ICPUG
Thanks so much for your clear explaination. Thanks to everyone else who responded as well. From reading the documentation that ICPUG suggested I see that I was taking my previous instructions too literally.

Thanks again!
jim

uber
02-03-2005, 01:43 PM
I have booted Knoppix 3.7 off my hard drive on a Windows XP SP1 laptop and a Windows NT4 desktop, both of which use NTFS. Therefore it can be done!

My NT4 option is nearest to what you are trying to do. However you do not use the ISO, but the Knoppix file you find in the \KNOPPIX directory when you burn the ISO to a CD.

When you burn the CD you will find a file simply called KNOPPIX in the directory \KNOPPIX of the CD.

Using Windows create a directory c:\KNOPPIX on your hard drive and copy the file from your CD to it.

Now when you boot up from the (burnt) CD you type:
knoppix26 bootfrom=/dev/hda1

add any other cheatcodes you might want AFTER the bootfrom cheatcode. The command above uses the 2.6 kernel. The 2.4 kernel never worked on NT4 with Knoppix 3.4 so I have not tried with later versions!
N.B. The capitalisation of the names is important.

If you really want to use the ISO you have to do what I have done on my laptop. This is a Poor Mans Install (PMI) for NTFS, which was developed by minds greater than myself after a long and tortuous struggle. However, it was well worth it because the result is brilliant!

Have a look here:
http://www.knoppix.net/wiki/Poor_Mans_Install

This gives you some introductory notes on the process. Follow the link to method 2 Win Partition to see what to do.

You are going to have to download Ruymbeke's files (9MB if I remember rightly) but once things are set up you will love being able to boot you PC into Knoppix without the need of the cd-rom.

Hope that helps.

ICPUG

sorry dosn't work

rcook
02-03-2005, 05:16 PM
I am not certain that the boottoHD works if the iso file is stored on an NTFS partition. I shrank my NTFS partition and made a small (10 GB) fat32 partiton to hold my knoppix.iso image file and other things I wanted to read/write to from within KNOPPIX.

ICPUG
02-03-2005, 07:50 PM
Uber

Can you clarify what did not work?

Which option of the two were you trying - (a) bootfrom a Knoppix cloop file or (b) Win Partition PMI from an ISO.

Where did it go wrong - any messages?

What cheat codes do you have to use to get it to work from CD Bootup? I need this so I can give precise instructions.

ICPUG

Robert A.
02-09-2005, 03:05 AM
Just to be sure that there is no misunderstanding, for the benefit of VERY new users:

If you burn the ISO file as an ordinary "data file," then it is not bootable. As far as your computer is concerned, it is simply some sort of file on the CD.

You need to burn the ISO file as an "ISO image," which actually unpacks it and arranges it on the CD (or something like that), rather like unzipping a zip file. When you explore the CD, you will see a file structure, not just one huge file.

Some CD burners don't include the option to burn an iso image, or maybe that option wasn't selected when burning. My own computer came with 2 burners, niether of which has the option.

If in doubt, search the Internet for Alex Feinman's "ISO Recorder," which provides a right-click context menu specifically for burning an iso image.

That doesn't sound like the issue raised in the above forum discussion, but I image some new users will find their way here, with the problem I just described.

uber
02-09-2005, 11:33 AM
Thanks you've all been very helpful!

djbjrca
03-29-2005, 02:59 AM
i think it would have been easier if you didn't change the name of the iso image. Not sure, but that might have been the problem. When you burn it to disk, the name of the origional iso image doesn't matter anymore.