Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Using Knoppix CD to Boot Kanotix ISO?

  1. #1
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274

    Using Knoppix CD to Boot Kanotix ISO?

    I asked a friend to burn a Kanotix image to a CD, as I don't have a cd burner or fast internet. He, however, burned it as a data cd instead of one from which to boot. So I copied the ISO onto my hda1 (Windows) drive from Windows. I tried using the bootfrom cheatcode to boot Kanotix from the image on hda1, and it didn't work. So do I have to install the ISO to disk and find some means of booting it? I could do that, but I'd like to look at it before I install it. So yeah. If you can, post methods for either of these.

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Teach friend how to properly burn ISO files.

  3. #3
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274
    Can I shove Kanotix on a partition and use Lilo (or some other bootloader) to boot it?

  4. #4
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981

    Re: Using Knoppix CD to Boot Kanotix ISO?

    Quote Originally Posted by Kowood
    I asked a friend to burn a Kanotix image to a CD, as I don't have a cd burner or fast internet. He, however, burned it as a data cd instead of one from which to boot. So I copied the ISO onto my hda1 (Windows) drive from Windows. I tried using the bootfrom cheatcode to boot Kanotix from the image on hda1, and it didn't work. So do I have to install the ISO to disk and find some means of booting it? I could do that, but I'd like to look at it before I install it. So yeah. If you can, post methods for either of these.
    You might be able to make this work but you will have to make a do-it-yourself poor mans install.

    A poormans install has the filesystem from the CD installed into a directory called 'knoppix' on the root dir of the drive. The bootfrom code will be looking for a file /dev/hda1/knoppix/knoppix. Maybe that's all you need to do.

    To boot from the HD without the CD you also need the files in the directory 'boot' from the CD copied to a separate directory (called boot or bootlinux or whatever you wish) in the HD root directory then lilo or grub installed to the MBR & configured to boot /mnt/hda1/bootlinux/vmlinuz. This is the lilo setup:

    Code:
    image=/mnt/hda1/bootlinux/vmlinuz
    
    label="Linux"
    
    append="lang=us fromhd=/dev/hda1 home=scan myconfig=scan apm=power-off"
    
    initrd=/mnt/hda1/bootlinux/isolinux/minirt24.gz
    
    read-only

  5. #5
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274
    Okay, new door has just been opened....Say I can copy the file from the CD onto a computer with a burner. Can I still burn a boot CD? And this computer uses Roxio, can you burn bootCDs with that one?

  6. #6
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by Kowood
    Okay, new door has just been opened....Say I can copy the file from the CD onto a computer with a burner. Can I still burn a boot CD? And this computer uses Roxio, can you burn bootCDs with that one?
    If you friend just burned the ISO file to CD then the ISO file can certainly be read back from the CD. From there it could be burnt like any other ISO. Of course, it is important that the MD5 sum be checked. It should have been checked by your friend before the burn, but that doesn't seem likely. I would suggest that you get the md5 file from one of the mirrors and see if it was a good iso file to begin with (this would have been an important step for any boot-from-iso-on-HD experiments that you did too). This will not require a high speed connection, as the md5 file is very small. Once you confirm that you have a good iso, you have a good iso.

  7. #7
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274
    erm.......How do I check the md5 in windows? how do I download it? I click the md5 thingy on the download thingy and i get d1323a2ba5a9702b3a38bc851dd01042 *KANOTIX-BUG-HUNTER-X-2004-FIX2.iso in the browser.

  8. #8
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by Kowood
    erm.......How do I check the md5 in windows? how do I download it? I click the md5 thingy on the download thingy and i get d1323a2ba5a9702b3a38bc851dd01042 *KANOTIX-BUG-HUNTER-X-2004-FIX2.iso in the browser.
    The easiest way to download it is just to download an md5 file. But if you have a text string (as you seem to have) that will work too.

    You need a program that will generate or check an md5 sum. There are many available, Google will find quite a number for you. I like md5summer which has a website here. If you have an md5 file you can just open it with the md5 program and the program will check the files listed in the md5 file against the files in the directory that it is run from and tell you if you have good files or not. If all you have is a text string then you tell the md5 program to generate an md5 sum for the file that you are interested in (the iso in this cae) and manually (You rememner Manuel, dn't you?) check the resulting MD5 sum against the text string. If the strings match exactly then the files are the same, if they don't then the files are different (and the md5 strings will not likely even be close).

  9. #9
    Senior Member registered user
    Join Date
    Jul 2004
    Posts
    143
    It is possible to do a Poor Man's install for a Kanotix iso (on NTFS) anyway. I have done it. It uses a similar technique to the Knoppix PMI but actually is a little easier because you don't need to amend the kernel and image files with Kanotix.

    If Kowood could confirm the Windows is XP then maybe I can explain the steps.

    ICPUG

  10. #10
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274
    The Windows is 98, not XP.

Page 1 of 3 123 LastLast

Similar Threads

  1. knoppix v kanotix
    By dvryknopper in forum The Lounge
    Replies: 12
    Last Post: 11-21-2007, 02:56 AM
  2. Knoppix( or Kanotix) 3.8.2 or 4.0.2 install
    By jln_d in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 10-23-2005, 09:29 AM
  3. KNOPPIX and KANOTIX: why not merge?
    By tablet_guy in forum Ideas
    Replies: 3
    Last Post: 06-03-2005, 06:54 PM
  4. How do Kanotix boot with initrd=noinitrd.img?
    By rrfish72 in forum General Support
    Replies: 0
    Last Post: 12-11-2004, 04:18 PM
  5. installed kanotix to hdb, lost boot option to boot knoppix
    By helios17 in forum General Support
    Replies: 7
    Last Post: 11-27-2004, 06:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Cisco UCS LSI MegaRAID 9271CV-8I SAS2308 PCIe SAS Internal RAID Controller picture

Cisco UCS LSI MegaRAID 9271CV-8I SAS2308 PCIe SAS Internal RAID Controller

$28.00



Intel PCIe SSD AIC RAID Controller Card G97168-252 picture

Intel PCIe SSD AIC RAID Controller Card G97168-252

$44.55



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99



Oracle 7085209 LSI MegaRAID SAS 9361-8i 1GB Cache 12Gbps SAS/SATA PCIe RAID Card picture

Oracle 7085209 LSI MegaRAID SAS 9361-8i 1GB Cache 12Gbps SAS/SATA PCIe RAID Card

$28.20



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$39.95



LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault picture

LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault

$39.00



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$87.99



LSI 9271-8i MegaRAID 8-Port 6Gbps PCIe RAID Controller w/ 1Gb CacheVault & BBU picture

LSI 9271-8i MegaRAID 8-Port 6Gbps PCIe RAID Controller w/ 1Gb CacheVault & BBU

$30.99



4 Bay RAID External Hard Drive Enclosure for 2.5/3.5

4 Bay RAID External Hard Drive Enclosure for 2.5/3.5" SATA HDD/SSD

$79.99



G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply picture

G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply

$99.99