Page 10 of 72 FirstFirst ... 891011122060 ... LastLast
Results 91 to 100 of 716

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

  1. #91
    Junior Member registered user
    Join Date
    Sep 2004
    Posts
    29
    Quote Originally Posted by ruymbeke
    Quote Originally Posted by eco2geek
    ...ruymbeke's version of GRUB evidently does not write to the hard drive during installation...
    The standard grub installer copy or dd (disk dump) the stage1 and stage2 grub binaries into the boot sectors of the floppy, partition or disk which I don't really like when running a corporate xp/ntfs computer. These modified sectors are not seen as a file by the ntfs file system and cannot be simply
    Gilles
    1. I have used the batch file "install2win.bat" from the Japanese KNOPPIX CD-Rom, and it installed GRUB to my computer using "grubinstall.exe".
    How can I remove the grub now? Is it just simply remove the folder "C:\boot"? In which command, the installer will write something to my boot sector?

    2. Before installed the GRUB from Japanese KNOPPIX CD-Rom, I have installed (actually just as what you said - copied all files to C:\ and C:\boot). I can find stage1 and stage2 under the folder C:\boot? Did it also influe my boot sector?

    3. Is it possible to use a image file located in a NTFS partition for "home" in the cheatcode? For example, "knoppix ..... home=/dev/hda1/KNOPPIX/home.img" (It assume /dev/hda1 is a NTFS partition in which the KNO*.ISO located)?

  2. #92
    Junior Member registered user
    Join Date
    Sep 2004
    Posts
    29
    Quote Originally Posted by wslkevin
    1. I have used the batch file "install2win.bat" from the Japanese KNOPPIX CD-Rom, and it installed GRUB to my computer using "grubinstall.exe".
    How can I remove the grub now? Is it just simply remove the folder "C:\boot"? In which command, the installer will write something to my boot sector?

    2. Before installed the GRUB from Japanese KNOPPIX CD-Rom, I have installed (actually just as what you said - copied all files to C:\ and C:\boot). I can find stage1 and stage2 under the folder C:\boot? Did it also influe my boot sector?

    3. Is it possible to use a image file located in a NTFS partition for "home" in the cheatcode? For example, "knoppix ..... home=/dev/hda1/KNOPPIX/home.img" (It assume /dev/hda1 is a NTFS partition in which the KNO*.ISO located)?
    Let me asnwer my question first, then could you tell me whether I am right or wrong? Thanks.

    3. It definetly can set the "home" to hda1 which is a NTFS partition before the Japanese kernel has the ntfs.o built-in. After boot to knoppix, it is must to mount the partition /dev/hda1 as captive-NTFS, then the user can read/write/modify the content of "home". However, it isn't a safe way to modify NTFS partition because captive use the MS NTFS driver which isn't stable for Linux.

    Am I right? Could you also please answer question 1 and 2?
    Thanks very much.

  3. #93
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by wslkevin
    1. I have used the batch file "install2win.bat" from the Japanese KNOPPIX CD-Rom, and it installed GRUB to my computer using "grubinstall.exe".
    How can I remove the grub now? Is it just simply remove the folder "C:\boot"? In which command, the installer will write something to my boot sector?
    Removing the C:\boot will free up some disk space, but will not remove the grub boot hook. I suppose that the grubinstall.exe writes into the boot sectors. You should probalby have look at: http://www.knoppix.net/forum/viewtopic.php?t=3311 , and/or try
    1) Boot w/ win98 boot floppy, at the a: propmt enter: fdisk /mbr
    2)Boot w/ XP or WIN2k cd into recovery mode and run: fixmbr

    Quote Originally Posted by wslkevin
    2. Before installed the GRUB from Japanese KNOPPIX CD-Rom, I have installed (actually just as what you said - copied all files to C:\ and C:\boot). I can find stage1 and stage2 under the folder C:\boot? Did it also influe my boot sector?
    No. You have to start grub and run the installer to do it, or an other installer program as grubinstall.exe. BTW, I do not use stage1 and stage2 since they are already part of both the grldr and grub.exe I have been talking about in my zip and setup.

    Quote Originally Posted by wslkevin
    3. Is it possible to use a image file located in a NTFS partition for "home" in the cheatcode? For example, "knoppix ..... home=/dev/hda1/KNOPPIX/home.img" (It assume /dev/hda1 is a NTFS partition in which the KNO*.ISO located)?
    Let me asnwer my question first, then could you tell me whether I am right or wrong? Thanks.
    3. It definetly can set the "home" to hda1 which is a NTFS partition before the Japanese kernel has the ntfs.o built-in. After boot to knoppix, it is must to mount the partition /dev/hda1 as captive-NTFS, then the user can read/write/modify the content of "home". However, it isn't a safe way to modify NTFS partition because captive use the MS NTFS driver which isn't stable for Linux.
    I did not try it yet, and I would be very carefull with that. Try it on a test system, not a corporate computer. As I understand it, ntfs read only is the default after a knoppix boot and is totally safe. This linux driver cannot be easily used and is not safe to use for write access. For that reason people use the capture script and the linux read only driver to look for the MS drivers into the nt partition and then use these MS drivers to write into the ntfs partition.
    So, I may be wrong, but I think that since you may want to have write access into your home directory, you would need at boot time to: first use the linux ntfs driver and the capture script to get the MS drivers and then remount the ntfs partition in rw mode and finally mount the /home/knoppix directory from the knoppix.img being into that ntfs partition. This can be done, but ... YAKA (just do it...)
    Cheers, Gilles

  4. #94
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Being inspired by the japanese boot ramdisk, I modified the minirt24.gz to allow knoppix 3.6 to boot from ntfs with the kernel 2.4. Here is the link:
    http://s94592085.onlinehome.us/grub/minirt24_ntfs.gz
    I also modified the the /ramdisk memory allocation to use 3/5 (instead of 4/5) of the total memory available. This should help KDE to run when using a persistent home. Here is the link for the modified boot ramdisk for the 2.6 kernel:
    http://s94592085.onlinehome.us/grub/minirt26_ntfs.gz
    And my updated zip package:
    http://s94592085.onlinehome.us/grub/grub7.zip
    And my menu.lst entries are as follow:

    title Knoppix 3.6 kernel 2.6 from NTFS hda1 ISO scan
    kernel (hd0,0)/boot/knoppix.36/linux26 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 nomce quiet bootfrom=/dev/hda1/boot/knoppix.36/*.iso config=scan home=scan
    initrd (hd0,0)/boot/knoppix.36/minirt26_ntfs.gz
    boot

    title Knoppix 3.6 kernel 2.4 from NTFS hda1 ISO scan
    kernel (hd0,0)/boot/knoppix.36/linux24 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 nomce quiet bootfrom=/dev/hda1/boot/knoppix.36/*.iso config=scan home=scan
    initrd (hd0,0)/boot/knoppix.36/minirt24_ntfs.gz
    boot

    Enjoy, Gilles

    PS for Fabianx:
    Since we finally got the ISO NTFS Boot working for knoppix 3.6 with both the 2.4 and 2.6 kernel. Would you please consider adding this feature in the next Knoppix release ? Thank you for your time and consideration.

  5. #95
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by j.drake
    ... Could that make the difference between success and failure? ...
    j.drake, my deep apologizes again. The linux26 kernel I was using in my zip file was the one from the 3.4 release which explain all your errors. Could you please replace the \boot\Knoppix.36\linux26 kernel with this file:
    http://s94592085.onlinehome.us/grub/linux26
    I updated also the link: http://s94592085.onlinehome.us/grub/grub7.zip
    Please forgive me... Gilles

  6. #96
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    Quote Originally Posted by ruymbeke
    we finally got the ISO NTFS Boot working for knoppix 3.6 with both the 2.4 and 2.6 kernel.
    AWESOME!!! thank you so much, this is _great_!

    Now, a Windows .bat that does all (including editing the Windows boot loader textfile to load GRUB to load Knoppix) automagically would be nice...

  7. #97
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by probono
    Now, a Windows .bat that does all (including editing the Windows boot loader textfile to load GRUB to load Knoppix) automagically would be nice...
    Something like this should do it...

    set path1="Root_Of_NTFS"
    set path2="*.iso"
    xcopy/S %path1 c:\
    copy %path2 c:\boot\Knoppix.36
    attrib -R c:\boot.ini
    echo c:\grldr="Start Grub" >> c:\boot.ini
    attrib +R c:\boot.ini
    set path1=
    set path2=

    Cheers, Gilles

  8. #98
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    Quote Originally Posted by ruymbeke
    The linux26 kernel I was using in my zip file was the one from the 3.4 release which explain all your errors. Could you please replace the \boot\Knoppix.36\linux26 kernel with this file:
    http://s94592085.onlinehome.us/grub/linux26
    I updated also the link: http://s94592085.onlinehome.us/grub/grub7.zip
    Please forgive me... Gilles

    FNA!!!! IT WORKS!!!


    I'm writing this from an ISO 3.6/2.6 boot, straight from your menu.lst!! Now to make my changes for PH, etc.

    No apologies needed. I'm just glad I didn't have to give up in frustration.

    Thank you -- U DA MAN, GILLES!!!

    jd

  9. #99
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by ruymbeke
    ...I also modified the the /ramdisk memory allocation to use 3/5 (instead of 4/5) of the total memory available. This should help KDE to run when using a persistent home...
    I still have the problem: When using a PH (persistent Home) having larger a size than the Ram memory of the computer, KDE doesn't start. I have an error message from KDE saying that it requires at least 88MB of Ram to run properly. Reason why I modified the /ramdisk size allocation within the linuxrc of the minitxx.gz. I now do have more Ram available since the ramdisk doesn't use it all, but KDE is still complaining about more free memory...
    Does anyone experience the same problem ? Any solution ?
    Thanks, Gilles

  10. #100
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by ruymbeke
    ...I also modified the the /ramdisk memory allocation to use 3/5 (instead of 4/5) of the total memory available. This should help KDE to run when using a persistent home...
    I modified the the /ramdisk memory allocation again: I put back the 4/5 as a default as it was before, but I added a cheatcode: "ramdisk=xxx" xxx being the size of the ramdisk in kb. So if ramdisk=32000 exists ==> a /ramdisk of 32MB will be created otherwise a /ramdisk of 4/5 of the system memory will be created. Here are the links and my menu.lst:
    http://s94592085.onlinehome.us/grub/minirt24_ntfs.gz
    http://s94592085.onlinehome.us/grub/minirt26_ntfs.gz
    http://s94592085.onlinehome.us/grub/grub8.zip

    title Knoppix 3.6 kernel 2.6 from NTFS hda1 ISO scan ramdisk=32MB
    kernel (hd0,0)/boot/knoppix.36/linux26 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 nomce quiet bootfrom=/dev/hda1/boot/knoppix.36/*.iso config=scan home=scan ramdisk=32768
    initrd (hd0,0)/boot/knoppix.36/minirt26_ntfs.gz
    boot

    title Knoppix 3.6 kernel 2.4 from NTFS hda1 ISO scan ramdisk=32MB
    kernel (hd0,0)/boot/knoppix.36/linux24 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 nomce quiet bootfrom=/dev/hda1/boot/knoppix.36/*.iso config=scan home=scan ramdisk=32768
    initrd (hd0,0)/boot/knoppix.36/minirt24_ntfs.gz
    boot

    Enjoy, Gilles

Page 10 of 72 FirstFirst ... 891011122060 ... 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
  •  


1TB Samsung 840 EVO Internal 2.5

1TB Samsung 840 EVO Internal 2.5" SATA III SSD MZ7TE1T0HMHP Solid State Drive

$69.83



SM883 HXM7404Q 2.5 Samsung 960GB SATA6.0Gbps MZ7KH960HAJR-00005 MZ-7KH9600 SSD picture

SM883 HXM7404Q 2.5 Samsung 960GB SATA6.0Gbps MZ7KH960HAJR-00005 MZ-7KH9600 SSD

$95.00



960GB Samsung M.2 PM983 SSD PCIe NVMe 22110 Solid State Drive MZ1LB960HAJQ-00007 picture

960GB Samsung M.2 PM983 SSD PCIe NVMe 22110 Solid State Drive MZ1LB960HAJQ-00007

$74.68



005051096 EMC Data Domain 400GB SATA 3Gbps 2.5

005051096 EMC Data Domain 400GB SATA 3Gbps 2.5" Internal SSD 118000078

$335.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5''SATA III Internal Solid State Hard Drive LOT picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5''SATA III Internal Solid State Hard Drive LOT

$19.99



M.2 NVMe SSD 128GB 256GB 512GB Single Notch with Windows Installed 10 / 11 picture

M.2 NVMe SSD 128GB 256GB 512GB Single Notch with Windows Installed 10 / 11

$80.99



SAMSUNG SSD 870 EVO 2.5

SAMSUNG SSD 870 EVO 2.5" SATA III Solid State Drive 2TB 1TB 250GB 500GB LOT

$172.15