Page 70 of 72 FirstFirst ... 20606869707172 LastLast
Results 691 to 700 of 716

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

  1. #691
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Hi Utu,
    Please try the following command: "cpio -ivu --no-absolute-filenames < minirt.gz"
    Best Regards,
    Gilles

  2. #692
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    Am I missing something here?

    Quote Originally Posted by ruymbeke View Post
    Please try the following command: "cpio -ivu --no-absolute-filenames < minirt.gz"
    Thanks, Gilles.

    What seems to work is gunzip minirt.gz, then

    cpio -ivu --no-absolute-filenames < minirt (not minirt.gz)

    Then go look at init to see what the magic is.

  3. #693
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Hi Utu,
    Yes you are correct. I was going a little too fast... Something like this works better:
    gunzip -c minirt.gz | cpio -ivu --no-absolute-filenames
    Best Regards,
    Gilles

  4. #694
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    Thanks again, Gilles.
    There's a lot to study here.

  5. #695
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Hello,
    Please below the link to the improved minirt for 742 with nfs, samba and vm boot support:
    http://s94002264.onlinehome.us/grub/k742/minirt_742.gz (please use "save as")
    I am still working on a vm with 3d support... but please find below a VMware 11 tools cloop for 742:
    http://s94002264.onlinehome.us/grub/k742/vmt2305329
    Best Regards,
    Gilles
    Last edited by ruymbeke; 01-31-2015 at 02:28 PM.

  6. #696
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Knoppix 7.5.0 as a VMware 11.1.0 virtual machine guest with 3D & optional persistence

    Hello,
    Please find below the latest Knoppix 7.5.0 minirt for nfs, samba and iso boots (32 & 64):
    http://s94002264.onlinehome.us/grub/k750/minirt_750.gz (14MB)
    and the latest VMware 11.1.0 virtual machine guest zipped with 32/64 bits boot, 3D and optional data persistence
    http://s94002264.onlinehome.us/grub/vmk750_2496824.zip (59.6MB)
    Please provide some feedback.
    Best Regards,
    Gilles

    PS: Please find below a link to the VMware 9.9.2 tools cloop file also used in the above vm:
    http://s94002264.onlinehome.us/grub/k750/vmt2496824 (25.6MB)

    cf: http://knoppix.net/forum/threads/313...371#post132371
    Last edited by ruymbeke; 05-09-2015 at 03:58 AM. Reason: edited vm size

  7. #697
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Knoppix 7.7.0 as a VMware 12.1.1 virtual machine guest with 3D & optional persistence

    Hello,
    Please find below the latest Knoppix 7.7.0 minirt for nfs, samba and iso boots (32 & 64):
    http://s94002264.onlinehome.us/grub/k770/minirt_770.gz (16MB)
    and the latest VMware 12.1.1 virtual machine guest zipped with 32/64 bits boot, 3D and optional data persistence
    http://s94002264.onlinehome.us/grub/vmk770_3770994.zip (63.6MB)
    Please provide some feedback.
    Best Regards,
    Gilles

    PS: Please find below a link to the VMware Tools 10.0.6 cloop file also used in the above vm:
    http://s94002264.onlinehome.us/grub/k770/vmt3770994 (33.6MB)

    PS2: you may notice that in order to get the cut & paste and drag & drop between the guest and the host
    working properly the file /etc/vmware-tools/vmware-user.desktop had to be modified as follow:
    Exec=/usr/bin/vmware-user ==> Exec=env VMWARE_USE_SHIPPED_LIBS=1 /usr/bin/vmware-user
    Last edited by ruymbeke; 07-29-2016 at 07:49 AM.

  8. #698
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Knoppix 7.7.1 as a VMware 12.5.2 virtual machine guest with 3D & optional persistence

    Hello,
    Please find below the latest Knoppix 7.7.1 minirt for nfs, samba and iso boots (32 & 64):
    http://s94002264.onlinehome.us/grub/k771/minirt_771.gz (16.8MB)
    and the latest VMware 12.5.2 virtual machine guest zipped with 32/64 bits boot, 3D and optional data persistence
    http://s94002264.onlinehome.us/grub/vmk771_4352439.zip (68.9MB)
    Please provide some feedback.
    Best Regards,
    Gilles

    PS: Please find below a link to the VMware Tools 10.0.6 cloop file also used in the above vm:
    http://s94002264.onlinehome.us/grub/k770/vmt4352439 (34.7MB)

    PS2: to avoid mouse problems with the automatic grab/ungrab feature
    not automatically grabing input when cursor enters the window
    it was necessary to add to the VMware config file (.vmx) the following lines:
    mouse.vusb.enable = "TRUE"
    mouse.vusb.useBasicMouse = "FALSE"
    cf: https://wiki.archlinux.org/index.php...rch_as_a_guest

  9. #699
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Thank you very much Gilles!
    Just a question: Is there any relatively simple way to make 7.7.1 run under VMware WS 10.X? (That's what I have got running under Debian Jessie.)

  10. #700
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Hi Capricorny,
    Did you just try to edit the vmk771.vmx file and replace virtualHW.version = "12" by virtualHW.version = "10" ?
    I did not try your exact configuration but this should be ok. Could you please let us know if this works ?
    Thanks,
    Gilles

    Quote Originally Posted by Capricorny View Post
    Thank you very much Gilles!
    Just a question: Is there any relatively simple way to make 7.7.1 run under VMware WS 10.X? (That's what I have got running under Debian Jessie.)

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
  •  


AMD EPYC 7763 64-Core 2.45GHz 256MB 280W CPU 100-000000312 - Dell Locked picture

AMD EPYC 7763 64-Core 2.45GHz 256MB 280W CPU 100-000000312 - Dell Locked

$1100.00



AMD Ryzen 9 5950X 16-core 32-thread Desktop Processor picture

AMD Ryzen 9 5950X 16-core 32-thread Desktop Processor

$369.00



Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc... picture

Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc...

$352.99



AMD Ryzen 9 5950X Desktop Processor + Gigabyte AMD B550 UD AC Gaming Motherboard picture

AMD Ryzen 9 5950X Desktop Processor + Gigabyte AMD B550 UD AC Gaming Motherboard

$379.99



Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc... picture

Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc...

$349.99



Intel - Core i9-14900K 14th Gen 24-Core 32-Thread - 4.4GHz (6.0GHz Turbo) Soc... picture

Intel - Core i9-14900K 14th Gen 24-Core 32-Thread - 4.4GHz (6.0GHz Turbo) Soc...

$544.99



Intel - Core i7-14700K 14th Gen 20-Core 28-Thread - 4.3GHz (5.6GHz Turbo) Soc... picture

Intel - Core i7-14700K 14th Gen 20-Core 28-Thread - 4.3GHz (5.6GHz Turbo) Soc...

$399.99



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$689.99



AMD EPYC 7282 cpu processor 16 cores 32 threads 2.8GHZ up to 3.2GHZ 120w picture

AMD EPYC 7282 cpu processor 16 cores 32 threads 2.8GHZ up to 3.2GHZ 120w

$84.99



Intel Core i3-12100F Processor (4.3 GHz, 4 Cores, LGA 1700) Box - BX8071512100F picture

Intel Core i3-12100F Processor (4.3 GHz, 4 Cores, LGA 1700) Box - BX8071512100F

$83.50