Page 60 of 72 FirstFirst ... 1050585960616270 ... LastLast
Results 591 to 600 of 716

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

  1. #591
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    VmWare Workstation 700/player 300 (203739) + Knoppix 531/511

    Hello,
    Please find below the new VmWare Workstation 7.0.0 or Player 3.0.0 (build 203739) virtual machine:
    http://s94002264.onlinehome.us/grub/vmk531_203739.zip (46.6MB) for both Knoppix 5.3.1 and Knoppix 5.1.1
    there are grub boot options to select for persistence or ramdisk and which one of the Knoppix 5.3.1 or Knoppix 5.1.1 iso is used
    Cf: VmWare appliances listing link: http://www.vmware.com/vmtn/appliances/directory/87753
    Have fun, and please provide some feedback...
    Best Regards,
    Gilles

    md5:
    22e0b19eb43c772ba9e909566b3db61f *vmk531_203739.zip (48'916'004)

  2. #592
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Koppix 6.2.0 ISO boot (also PXE iso boot from nfs or samba)

    Latest update (knx620k.zip) with big memory kernel (>4GB) in here: http://www.knoppix.net/forum/viewtop...=121968#121968

    Hello,
    Please find below the link to my first shoot at an updated Knoppix 6.2.0 minirt supporting ISO boot from ntfs, fat, ext, reiser,...
    http://s94002264.onlinehome.us/grub/knx620e.zip (Md5: 841e6717e100a92d0863a2e1de60d7e6 *knx620e.zip)
    For your convenience, the zip file includes: grldr, grub.exe, grub, menu.lst, linux (kernel) and minirt_620e.gz.
    This minirt also allows you to pxe (network) boot from the Knoppix 6.2.0 iso file on a ntfs or samba share, cf the menu.lst data below.
    Have fun and please provide some feedback !
    Best Regards,
    Gilles

    FYI, I have it running on a multi boot system: Win7-64, XP-32, Osuse11.2-64, Knoppix620
    The Knoppix 620 dvd iso is located on the Win 7 ntfs system partition
    and the Win 7 boot loader starts grub using grldr.mbr (cf the file win7.bat for install)
    For XP install, look for the boot.ini loading grldr (grub)

    Grub config file menu.lst:
    ==================

    title Knoppix 6.2.0 from sda1 ISO
    kernel /linux bootfrom=/dev/sda1/boot/k620/*.iso lang=us ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=791 quiet hostname=auto-clock
    initrd /minirt_620e.gz
    boot

    title Network NFS Boot Knoppix 6.2.0 from 10.0.0.1
    kernel /linux nfsdir=10.0.0.1:/home/nfs/k620 nodhcp lang=us ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=791 quiet hostname=auto-clock
    initrd /minirt_620e.gz
    boot

    title Network NFS ISO Boot Knoppix 6.2.0 from 10.0.0.1
    kernel /linux nfsdir=10.0.0.1:/home/nfs bootfrom=iso/k620/*.iso nodhcp lang=us ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=791 quiet hostname=auto-clock
    initrd /minirt_620e.gz
    boot

    title Network Samba ISO Boot Knoppix 6.2.0 from 10.0.0.1
    kernel /linux nfsdir=//10.0.0.1/home/samba bootfrom=iso/k620/*.iso nodhcp lang=us ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=791 quiet hostname=auto-clock
    initrd /minirt_620e.gz
    boot

  3. #593
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Koppix 6.2.0 ISO boot (also PXE iso boot from nfs or samba)

    Hello,
    Here is a quick update to fix the problem with the switching to the the Linux Consoles (Ctrl+Alt+Fx)
    cf: http://www.knoppix.net/forum/viewtop...=121645#121645 (added setxkbmap $lang in autostart)
    http://s94002264.onlinehome.us/grub/knx620f.zip (Md5: 3c3ea801f007b01acb9f0ac090b83b7d *knx620f.zip)
    Best Regards,
    Gilles

  4. #594
    Senior Member registered user
    Join Date
    Jul 2004
    Posts
    143
    I don't know why you never did this with the previous 6.x versions but thanks indeed for the ISO boot for 6.2. Time to get Knoppix on my hard drive again.

    Thanks Ruymbeke

  5. #595
    Member registered user
    Join Date
    Jul 2009
    Posts
    38
    I'm not sure exactly how to get windows boot loader to boot grub in
    XP. I edited the boot.ini menu time out to 5 seconds and I have a boot grub entry when it boots but it doesnt boot the menu.lst.

    I get a:

    Windows could not start because the following file is missing
    or corrupt:
    <Windows root>\system32\hal.dll.
    Please re-install a copy of the above file.


    I tryed clicking the grub.exe but I get an error saying that an illegal operation has been performed.

    If I understand correctly, you don't need a second partition to boot the knoppix.iso ?
    I have them all booting with grub but I am curious about doing this in windows.

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

    grldr (grub) started from XP (NTFS)

    Hi sbininit,
    You need to modify your boot.ini to add an entry for grub (practically the file grldr)
    Please find below my boot.ini file as an example. Happy new Year !
    Gilles

    [boot loader]
    timeout=5
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /fastdetect
    c:\grldr="Start Grub"


    Quote Originally Posted by sbininit
    I'm not sure exactly how to get windows boot loader to boot grub in
    XP. I edited the boot.ini menu time out to 5 seconds and I have a boot grub entry when it boots but it doesnt boot the menu.lst.

    I get a:

    Windows could not start because the following file is missing
    or corrupt:
    <Windows root>\system32\hal.dll.
    Please re-install a copy of the above file.


    I tryed clicking the grub.exe but I get an error saying that an illegal operation has been performed.

    If I understand correctly, you don't need a second partition to boot the knoppix.iso ?
    I have them all booting with grub but I am curious about doing this in windows.

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

    Knoppix 620 & VmWare Workstation 700/player 300 (203739)

    Hello,
    Please find below the new VmWare Workstation 7.0.0 or Player 3.0.0 (build 203739) virtual machines:
    http://s94002264.onlinehome.us/grub/vmk620_203739a.zip (29.7MB) for Knoppix 6.2.0 and memory < 4GB
    http://s94002264.onlinehome.us/grub/...203739_c2a.zip (75.2MB) for Knoppix 6.2.0 and memory > 4GB
    Please note that this last vm contains a new kernel & kernel modules patching at boot time the official
    Knoppix CD or DVD iso using a custom cloop and the unionfs allowing the use of more than 4GB of Ram.
    Cf: VmWare appliances listing link: http://www.vmware.com/appliances/directory/417623
    Have fun, and please provide some feedback...
    Best Regards,
    Gilles

    md5:
    0ca1716cacc395c967e10a5df9835a03 *vmk620_203739a.zip (31'168'216)
    fc4b0bb892859d1efd310eb706ee09c2 *vmk620_203739_c2a.zip (78'943'891)

    old files:
    7d6c2eef70875bd164883a95e8081429 *vmk620_203739.zip (26'300'375) http://s94002264.onlinehome.us/grub/vmk620_203739.zip
    7d09d7fa099823fff79047436ee96631 *vmk620_203739_c2.zip (74'125'613) http://s94002264.onlinehome.us/grub/..._203739_c2.zip

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

    Koppix 6.2.0 ISO boot with large memory kernel (>4GB)

    Hello,
    Please find below an update for the Koppix 6.2.0 ISO boot including an option for the large memory kernel (>4GB)
    http://s94002264.onlinehome.us/grub/knx620l.zip
    This also include the Network ISO boot option via NFS or SAMBA and the various combination of these options (cf menu.lst sample).
    Please note that for the large memory kernel (>4GB), the kernel modules are patched at boot time using a custom cloop and the unionfs.
    Have fun, and as usual please provide some feedback...
    Best Regards,
    Gilles

    MD5: 4610a34f1fe54a5dc9ec02226395666b *knx620l.zip (38'914'931)

    PS: This mechanism allows me to also include at boot time the nvidia and ati (proprietary) drivers
    and have vmware workstation pre-installed and ready to use with a guest OS, all from a USB dongle.
    Is there a better way to travel without a laptop ? But I cannot share these because of the licenses...
    I already asked vmware for the permission and I am still waiting for an answer...

    Code:
    title Knoppix 6.2.0 from sda1 ISO + bigmem > 4GB
    kernel /c2_linux bootfrom=/dev/sda1/[bB][oO][oO][tT]/k620/*.iso myconf=scan cloop=c2_k2631 lang=us ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=791 quiet hostname=auto-clock nolapic_timer
    initrd /c2_minirt_620n.gz
    boot
    PS: I found a small bug where I did not wait long enough for USB storage devices to be detected
    and wouldn't allow to boot from them in the previous file http://s94002264.onlinehome.us/grub/knx620k.zip
    Md5: 2084ccec5d3ee4b312640597d2d473b9 *knx620k.zip (38'911'247)
    (I also added in the latestknx620l.zip the Broacom wl.ko kernel module which was missing in the >4GB cloop file c2_k2631)

  9. #599
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Your welcome.
    Because of not enough free time and imho the previous versions of Knoppix were not as stable & robust as 6.2.0.
    Best Regards,
    Gilles

    Quote Originally Posted by ICPUG
    I don't know why you never did this with the previous 6.x versions but thanks indeed for the ISO boot for 6.2. Time to get Knoppix on my hard drive again.
    Thanks Ruymbeke

  10. #600
    Member registered user
    Join Date
    Jul 2009
    Posts
    38

    Re: grldr (grub) started from XP (NTFS)

    Quote Originally Posted by ruymbeke
    Hi sbininit,
    You need to modify your boot.ini to add an entry for grub (practically the file grldr)
    Please find below my boot.ini file as an example. Happy new Year !
    Gilles

    [boot loader]
    timeout=5
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /fastdetect
    c:\grldr="Start Grub"


    Quote Originally Posted by sbininit
    I'm not sure exactly how to get windows boot loader to boot grub in
    XP. I edited the boot.ini menu time out to 5 seconds and I have a boot grub entry when it boots but it doesnt boot the menu.lst.


    Thanks and Happy New year
    So grub doesn't need installing in any kind of way?
    Is it necessary to place the grldr on root in the C drive ?
    I get a:

    Windows could not start because the following file is missing
    or corrupt:
    <Windows root>\system32\hal.dll.
    Please re-install a copy of the above file.


    I tryed clicking the grub.exe but I get an error saying that an illegal operation has been performed.

    If I understand correctly, you don't need a second partition to boot the knoppix.iso ?
    I have them all booting with grub but I am curious about doing this in windows.

Page 60 of 72 FirstFirst ... 1050585960616270 ... LastLast

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
  •  


Dell PowerEdge R630 Server 3.50Ghz 8-Core 192GB 10x NEW 2TB SSD H730P Rails picture

Dell PowerEdge R630 Server 3.50Ghz 8-Core 192GB 10x NEW 2TB SSD H730P Rails

$2877.90



Dell PowerEdge R730 Server 3.50Ghz 8-Core 32GB 9x NEW 2TB SSD HBA330 Rails picture

Dell PowerEdge R730 Server 3.50Ghz 8-Core 32GB 9x NEW 2TB SSD HBA330 Rails

$2522.35



Dell Optiplex 5060 SFF 8th Gen Core i7 3.2GHZ 16GB 512GB Win 11 Pro picture

Dell Optiplex 5060 SFF 8th Gen Core i7 3.2GHZ 16GB 512GB Win 11 Pro

$249.00



MicroSoft Surface Pro 4 1724 12.3

MicroSoft Surface Pro 4 1724 12.3" Core i7 6650U 8GB 256GB Windows 11 Tablet

$109.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



Gaming Computer Nvidia RTX 4060 AMD Ryzen 7 5700X 64GB RAM 2TB SSD NVME 8 Core picture

Gaming Computer Nvidia RTX 4060 AMD Ryzen 7 5700X 64GB RAM 2TB SSD NVME 8 Core

$1299.76



Gaming Computer Nvidia RTX 4060 AMD Ryzen 7 5700X 32GB RAM 1TB SSD NVME 8 Core picture

Gaming Computer Nvidia RTX 4060 AMD Ryzen 7 5700X 32GB RAM 1TB SSD NVME 8 Core

$1149.76



AMD Ryzen 7 7800X3D 8-Core - 16-Thread 4.2 GHz (5.0 GHz Max Boost) Socket A... picture

AMD Ryzen 7 7800X3D 8-Core - 16-Thread 4.2 GHz (5.0 GHz Max Boost) Socket A...

$339.95



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98



HP Chromebase Desktop PC 21.5

HP Chromebase Desktop PC 21.5" FHD Core i3-10110U Intel UHD 8GB DDR4 128GB SSD

$359.99