Page 17 of 72 FirstFirst ... 715161718192767 ... LastLast
Results 161 to 170 of 716

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

  1. #161
    Junior Member
    Join Date
    Dec 2004
    Location
    United States AZ
    Posts
    3

    Thanks

    I just wanted to say thanks for all the hard work that went into making this possible. I am now running Knoppix from an ISO on my hard drive after booting from a USB key. AWESOME

  2. #162
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Thanks

    Quote Originally Posted by j2m2t2
    after booting from a USB key. AWESOME
    Please share, what did you have to do to make your USB flash drive bootable? I have several USB flash drives, but so far have not been able to make any of them bootable (my BIOS does have a "boot from USB" option and I have made that the first choice, but no luck so far).

  3. #163
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    20
    Will Giles' GRUB-from-NTFS work if the boot partition isn't C:\ ? My system boots from H:\ (hda3). I tried using the line h:\grubldr="GRUB" in my boot.ini, but it didn't work.. got the line about Windows having trouble accessing the specified boot device. How could I alter the provided files to make it fly from the H drive?

  4. #164
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    I haven't tried what you are describing, but I seem to recall hearing that you can boot from an image loaded elsewhere. I think that the Grub files need to be in the root directory of the partition where the boot.ini file is located, but his solution can boot Knoppix from wherever you want to put it.

    I think your first steps are to find out what linux and Grub think your H: drive is, and change the references accordingly. Remember that 0 in Grub is the first, whether that be a drive or a partition. So, for example, if linux calls your H: drive hdb5, meaning the 5th (numerically) partition in the second drive, Grub would call it hd(1,4).

    Can you give some more specifics about the way your drives fit the linux drive conventions, and where your boot.ini and Knoppix files are located? It would be easier for people to help if they could refer to specific locations, rather than speaking in vague generalities.

    jd

  5. #165
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Re: Thanks

    Quote Originally Posted by Harry Kuhman
    Quote Originally Posted by j2m2t2
    after booting from a USB key. AWESOME
    Please share, what did you have to do to make your USB flash drive bootable? I have several USB flash drives, but so far have not been able to make any of them bootable (my BIOS does have a "boot from USB" option and I have made that the first choice, but no luck so far).
    I found a program called HPUSBFW.EXE (included in the Root_Of_USB directory of my grubd.zip) which sadly only runs on XP but works great to reformat and make USB dongles bootable. You may also need an other bootable device to copy the dos boot files from and then update you USB dongle with my boot files. Good luck and let me know...
    Happy Holidays, Gilles

    PS: Do you have any idea of what is going on with the wiki documentation page ? It has been down for months now...

  6. #166
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Thanks

    Quote Originally Posted by ruymbeke
    Good luck and let me know...


    PS: Do you have any idea of what is going on with the wiki documentation page ? It has been down for months now...
    Thanks. I'm downloading your stuff now, but am dead on my feet and ready to crash, will play with it tomorrow or the next day and will let you know.

    according to inormation at this link, eadz felt he had to take the old wiki down because of very serious security problems in the php code. He and a couple of volunteers are reformatting the current information for the new wiki. I assume the new stuff is just not ready yet. You might want to see if eadz needs more help if you have some time to offer.

  7. #167
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    20
    JD,
    Sorry for the uninformative first post -- Standard Newbie In A Hurry syndrome, I suppose. Anyway, okay, here's my system's hdd layout.

    hda1: 18gb ext3 Linux partition, Knoppix installed, Debian-style, here.
    hda2: 2gb Linux Swap
    hda3: 20gb NTFS XP System partition (h

    hdb1: 80gb NTFS data partition. (c

    boot.ini and the GRUB files are located on hda3 -- hd(0,2) in GRUB-speak, I think, h:\ in Windows-speak. I want to load GRUB from the NT bootloader, and then use Grub to boot knoppix..

  8. #168
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by Alterscape
    ...boot.ini and the GRUB files are located on hda3 -- hd(0,2) in GRUB-speak, I think, h:\ in Windows-speak. I want to load GRUB from the NT bootloader, and then use Grub to boot knoppix..
    Could you please post your current boot.ini ?
    Did you actually try: c:\grldr="Start Grub" and c:\bootgrub="Start Grub (old method)" ?
    XP may do the letter swapping thing after having booted, so you may still want to try c:/
    Cheers, Gilles

  9. #169
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    20
    h:\boot.ini
    Code:
    [boot loader]
    timeout=10
    default=multi(0)disk(0)rdisk(0)partition(3)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
    H:\grldr="Start Grub"
    I should try the "old grub loader" method, but I haven't yet.

    [edit]
    Okay, I moved everything from Giles' zip to my C drive and made the requisite changes to boot.ini (c:\grldr="start grub", and on the next line, c:\bootgrub="old GRUB") .. I think something's working right-er, because when I use the grldr entry in the boot menu, I get the ever-informative "ERROR" message. Using the bootgrub entry, I get the error "can't find grldr." I'm going to mess with my menu.lst and see if maybe I can fix the error.

    [edit]
    Okay, I think there's something strange going on here. After I deleted the grub files from H (hda3) drive and rebooted (thinking that having put the files on C, hdb1, would make it happy, I started getting the same Windows-related errors as before)... so I moved the grub files back go hda3, but left the boot.ini reading c:\ .. which gets me the "ERROR" message (which smells to me like GRUB rather than Windows, since I've never seen that particular error on boot before..) .. I'm not sure if any of this info is useful, but there you have it.

  10. #170
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Thanks

    Quote Originally Posted by ruymbeke
    [Good luck and let me know...
    Well, no joy so far. At first I had the wrong file (grobc.zip rather than grubd.zip). Once I figured that out I got the right file and found the utility you spoke of. Put it on my XP system and used it to reformat my USB flash drive. No luck. Did it again, this time giving the program a win98 boot floppy I have that it could install a system from. It copied some stuff from the floppy duing the format this time (including command.com and two .sys files), but on a reboot the Xp system on the hard drive still comes up. So I'm still trying to figure out how to make a USB flash drive boot on my notebook.

    Perhaps j2m2t2 will still share what he did to get his working.

Page 17 of 72 FirstFirst ... 715161718192767 ... 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
  •  


Supermicro 4U 36 Bay Storage Server 2.2Ghz 16-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.2Ghz 16-C 128GB 1x1280W Rails TrueNAS ZFS

$716.98



Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 2x10G+2x1G NIC 2x750W PSU picture

Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 2x10G+2x1G NIC 2x750W PSU

$399.04



Intel XEON E5-2699 V3 CPU PROCESSOR 18 CORE 2.30GHZ 45MB L3 CACHE 145W SR1XD picture

Intel XEON E5-2699 V3 CPU PROCESSOR 18 CORE 2.30GHZ 45MB L3 CACHE 145W SR1XD

$45.00



Dell R730xd 12LFF 2.6Ghz 20-C 128GB H730 2x10G+2x1G NIC 2x1100W 12x Trays Rails picture

Dell R730xd 12LFF 2.6Ghz 20-C 128GB H730 2x10G+2x1G NIC 2x1100W 12x Trays Rails

$721.05



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$44.99



Intel Xeon Gold 6126 2.6 GHz LGA 3647 Server CPU Processor SR3B3 picture

Intel Xeon Gold 6126 2.6 GHz LGA 3647 Server CPU Processor SR3B3

$17.99



Intel Xeon Gold 6138 2.0GHz 27.5MB 20-Core 125W LGA3647 SR3B5 picture

Intel Xeon Gold 6138 2.0GHz 27.5MB 20-Core 125W LGA3647 SR3B5

$46.00



INTEL XEON GOLD 6148 PROCESSOR | 2.40GHZ | SR3B6 picture

INTEL XEON GOLD 6148 PROCESSOR | 2.40GHZ | SR3B6

$99.99



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