Results 1 to 10 of 716

Thread: ISO boot from FAT/NTFS/USB (GRUB.exe, grldr from boot.ini)

Hybrid View

  1. #1
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802

    New minirt_702a works fine with install from ISO

    Quote Originally Posted by ruymbeke View Post
    Hello,
    Please find below the links to the improved minirt init boot for Knoppix 7.0.2
    (please do not just left click but use the "save as" right click option to save it)
    http://s94002264.onlinehome.us/grub/k702/minirt_702a.gz
    It includes both the 32 and 64 bits Linux kernel modules and use them accordingly.
    I haven't looked into this minirt version, but it seems to work fine with 7.0.2 running in a virtual machine under Knoppix - using workstation 8.0.3. I did an ordinary flash install from the 7.0.2 ISO under vmware (formatting the virtual disk as FAT32), and mounted the disk and edited the minirt references in syslinux.cfg. With the ordinary minirt, it seemed like I could not get the image mounted, it continued to do the loading from the ISO image, and crashed when I removed that. For me, it is very useful to be able to carry the Poor Man's install over to VMs.

    I'll report any problems I may run into, none so far, thank you Gilles for the useful work!

  2. #2
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by Capricorny View Post
    ... For me, it is very useful to be able to carry the Poor Man's install over to VMs.
    I'll report any problems I may run into, none so far, thank you Gilles for the useful work!
    Hello Capricorny,
    FYI, I am booting Knoppix 7.02 from a USB dongle ntfs formatted (for Windows compatibility) using grub (grldr + menu.lst) and the Knoppix 7.02 ISO (+ Linux kernels and my custom initrd) and a custom VmWare Workstation cloop live patch in order to run a Windows virtual machine on various friends physical machines without having to worry about the hardware changes. (since the great Knoppix hardware auto-detection and the vmWare visualization are providing Windows with a complete hardware abstraction). So no need to travel with a computer anymore: I just need to carry my bootable USB dongle and find a computer I can borrow to run my complete personal environment including both my licensed programs and my private data such as emails, bookmarks ... No need to say that this not intrusive for the other computer since I am not using the local hdd at all (only my USB dongle).
    BTW, did you try my Knoppix 7.2 virtual machine (with the VmWare tools already installed) ?
    cf: http://knoppix.net/forum/threads/115...l=1#post126964
    The tools add a lot of nice features and it was not that easy to get the tools to compile properly with the new Linux kernel... FYI, VmWare just released Workstation 8.04 and player 3.04 which is mainly a security fix and also have new guest tools.
    Best Regards,
    Gilles
    Last edited by ruymbeke; 06-17-2012 at 03:54 AM.

  3. #3
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by ruymbeke View Post
    Hello Capricorny,
    FYI, I am booting Knoppix 7.02 from a USB dongle ntfs formatted (for Windows compatibility) using grub (grldr + menu.lst) and the Knoppix 7.02 ISO (+ Linux kernels and my custom initrd) and a custom VmWare Workstation cloop live patch in order to run a Windows virtual machine on various friends physical machines without having to worry about the hardware changes. (since the great Knoppix hardware auto-detection and the vmWare visualization are providing Windows with a complete hardware abstraction). So no need to travel with a computer anymore: I just need to carry my bootable USB dongle and find a computer I can borrow to run my complete personal environment including both my licensed programs and my private data such as emails, bookmarks ... No need to say that this not intrusive for the other computer since I am not using the local hdd at all (only my USB dongle).
    BTW, did you try my Knoppix 7.2 virtual machine (with the VmWare tools already installed) ?
    cf: http://knoppix.net/forum/threads/115...l=1#post126964
    1. USB installs: I'm doing something similar, and now I will try to expand on it, running a few virtual machines simultaneously, for a development environment - but the usual mode of use will be to copy from the USB to HD partitions and run from them. Still there is a enormous saving of setup/administration work this way. Using a USB3 mounted SSD drive looked promising for USB-only running.
    2. I was not able to get your VM past kernel booting on Linux Knoppix 7.0.2 host, it didn't find the knoppix, and I don't know why. Any suggestions?
    3. I will try out how it works running cloop Knoppix in a virtual machine for "real life" tasks. I will also try to compare efficiency of VMware and qemu-kvm. While qemu-kvm is about ideal for development and testing, I'm not sure it is good enough for ordinary use yet. But for the occasional task running, like creating USB Knoppix from ISO, it's quite fine IMHO.
    4. I'll mention it here, too: It would be useful to have a Knoppix version of the debootstrap tool, to create minimal versions on the fly.

  4. #4
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    1)
    Quote Originally Posted by Capricorny View Post
    USB installs...
    What I use on my USB(3) dongle also works on my main system, effectively providing a very easy to setup multi boot environment.

    2)
    Quote Originally Posted by Capricorny View Post
    I was not able to get your VM past kernel booting... Any suggestions?
    Did you setup the virtual dvd to use your Knoppix 7.02 ISO image ?
    If not located in "c:\boot\k702\KNOPPIX_V7.0.2DVD-2012-05-30-EN.iso"
    you may need to update the vm settings to match the location of your iso file.
    Why create a vm ? ==> to have the VmWare Tools installed.
    (because the official Knoppix iso does not include them and I like the hgfs
    folder sharing and the cut/paste between the host and the guest vm)

    4)
    Quote Originally Posted by Capricorny View Post
    ... debootstrap tool ...
    I am not sure about the benefit (for me) of using the debootstrap tool as the setup I am using with Knoppix already allows me to boot Knoppix on a foreign system and only using a minimal amount of compressed files: official Knoppix iso, compressed cloops for my customizations such as VmWare Workstation, 3d acceleration, ARM cross compilation tools, ... and a partition or loop back file for my data persistence. It is very easy and fast to both install then use everyday...
    Best Regards,
    Gilles

  5. #5
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by ruymbeke View Post
    2)
    Did you setup the virtual dvd to use your Knoppix 7.02 ISO image ?
    If not located in "c:\boot\k702\KNOPPIX_V7.0.2DVD-2012-05-30-EN.iso"
    you may need to update the vm settings to match the location of your iso file.
    Why create a vm ? ==> to have the VmWare Tools installed.
    (because the official Knoppix iso does not include them and I like the hgfs
    folder sharing and the cut/paste between the host and the guest vm)
    After I did, it works. Didn't realize it runs off the ISO image..

    4)
    I am not sure about the benefit (for me) of using the debootstrap tool as the setup I am using with Knoppix already allows me to boot Knoppix on a foreign system and only using a minimal amount of compressed files: official Knoppix iso, compressed cloops for my customizations such as VmWare Workstation, 3d acceleration, ARM cross compilation tools, ... and a partition or loop back file for my data persistence. It is very easy and fast to both install then use everyday...
    There are a few uses for such a knxbootstrap which may be hard to substitute, for example creating "pure" 64-bits versions, creating minimal installs, creating versions based on alternative sets of libraries.. But none of them may apply to you. For running Knopppix instances as servers, it is enough with minimal cloops (debootstrap results in ca 200MB uncompressed, and judging from latter CD versions, Knoppix wouldn't need that much more?). Maybe it could be considered as DSSL Damned Small Sustainable Linux?

Similar Threads

  1. Boot Knoppix 3.3 from HDD using Grub for NTFS
    By sandricionut in forum Hardware & Booting
    Replies: 2
    Last Post: 08-11-2005, 03:28 PM
  2. grub boot loader read the boot file from a windows partition
    By cli168 in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 06-20-2005, 03:57 AM
  3. Hdd-install and grub boot??
    By Ish Rattan in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 06-25-2004, 10:31 PM
  4. Grub/lilo boot problems
    By madape in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 02-03-2004, 10:07 AM
  5. Boot cd with lilo or grub boot disk
    By keava in forum General Support
    Replies: 3
    Last Post: 10-20-2003, 05:24 PM

Posting Permissions

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


Samsung 256 GB Internal SATA SSD Fully Tested 80-99% Health picture

Samsung 256 GB Internal SATA SSD Fully Tested 80-99% Health

$28.00



Western Digital Blue 3D NAND 250GB 2.5

Western Digital Blue 3D NAND 250GB 2.5" SATA III Internal SSD - WDS250G2B0A

$29.99



Toshiba THNSN81Q92CSE 1920GB SATA 2.5 Solid State Drive picture

Toshiba THNSN81Q92CSE 1920GB SATA 2.5 Solid State Drive

$199.00



Fikwot 512GB SATA SSD 2.5'' SSD SATA III 6Gb/s Internal Solid State Drive 560MBs picture

Fikwot 512GB SATA SSD 2.5'' SSD SATA III 6Gb/s Internal Solid State Drive 560MBs

$66.00



SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps picture

SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps

$40.99



256GB mSATA SSD DRIVE  MIXED BRAND TESTED WORKING picture

256GB mSATA SSD DRIVE MIXED BRAND TESTED WORKING

$23.50



Crucial 2TB P3 Plus NVMe PCIe 4.0 M.2 Laptop Desktop Internal SSD CT2000P3PSSD8 picture

Crucial 2TB P3 Plus NVMe PCIe 4.0 M.2 Laptop Desktop Internal SSD CT2000P3PSSD8

$199.00



Samsung PM871b MZ-7LN512F 512GB 2.5

Samsung PM871b MZ-7LN512F 512GB 2.5" SATA SSD Solid State Drive

$44.98



Netac 2TB SSD 3D NAND 2.5'' SATA III 6GB/s Internal Solid State Drive picture

Netac 2TB SSD 3D NAND 2.5'' SATA III 6GB/s Internal Solid State Drive

$190.00



ON SALE TURBOLINK EVO  4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive picture

ON SALE TURBOLINK EVO 4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive

$199.99