Messages - wolf.b [ switch to compact view ]

Pages: prev1 ... 5 6 7 8 9 [10] 11 12 13next
46
Living Room / Re: Multibooting and Partitioning Experiments
« on: October 27, 2007, 12:00 PM »
Thank you very much for that link. It says somewhere near the top of the page:

The state of grub's documentation is such that you can't figure it out unless you already know grub.
That catch 22 is the very purpose of this document. This document will to give you enough grub expertise ...

This document is for Lunix users only. I think that gave me the last bit of encouragement, that was needed to go ahead and install (x)ubuntu on my hard drive. Version 7.10 has been released just 9 days ago.



Greetings
Wolf

Edit: Also I learned from your link, that I should have been expecting a grub command line interface (prompt) rather than a menu.
Langsam ernährt sich das Eichhörnchen.

47
Living Room / Re: Multibooting and Partitioning Experiments
« on: October 27, 2007, 03:01 AM »
Hi Armando,

Long version
I have the general goal to write my own boot manager, or to be able to use an existing boot manager which can:
1.) overwrite a particular entry in MBR's partition table with a new entry, that is read from a list that I supply. I have done that using debug.exe successfully. Ranish PM can do that, but is limited to 32 entries.
2.) enumerate all entries in an extended partition table and change the partition type eg from FAT32 to hidden FAT or to unformatted, or even delete the selected partition. At the moment, gdisk.exe can do that in batch mode.

With GRUB, my initial goal is to find out what it can do and to experiment with it. I would like to have a floppy disk that I could use on an old laptop or on a virtual machine. So far my efforts were failures. I have done something like:

command /c copy /b stage1 + stage2 grub.flp

then write grub.flp to floppy using rawwrite. Result: BIOS POST messages on screen as normal, then screen goes black, then error message displayed at the top of screen: "Error!". I patched my grub.flp like this:

command /c copy /b grub.flp + bytes.f6 grub.ima

where bytes.f6 is a file that consits entirely of hex value F6. It's size was so that the resulting grub.ima was 1,747,560 bytes in size. Then again rawwrite grub.ima to floppy. Result: BIOS POST messages on screen as normal, then screen goes black, then error message displayed at the top of screen: "Error!"

I was expecting to get a GRUB menu with the ability to manually add/edit new entries. I have found GRUB4DOS and am able to see a menu with edit options. Unfortunately GRUB4DOS lacks documentation, but if I understand the article Experience of Using Grub For DOS correctly, knowing how to use GRUB will help.

In short: I want a floppy with GRUB installed. :)

Now please don't misunderstand the above. I don't ask anybody to do it for me. I will do all the necessary reading myself, not only because it is a topic that interests me since many years. I suspect that my floppy is not all that bad, maybe it lacks just something like menu.lst somewhere. But it is beyond my capabilities to fix it. Reading is going slowly, confusing at times. A little hint how to create the floppy correctly would be much appreciated.


Greetings
Wolf

48
Living Room / Re: Windows Install Date Thingie: I made it!
« on: October 26, 2007, 01:05 PM »
Install.png

No, not really ...

Clipboard01.png

49
Living Room / Re: Multibooting and Partitioning Experiments
« on: October 26, 2007, 10:31 AM »
Hi Tom,

have you got any experience using GNU GRUB (Grand Unified Bootloader) or GRUB4DOS? Or anybody else?

GRUB: I have not even been able to get this stage1 and stage2 thing into such a shape to create a boot floppy or an image of that.

GRUB4DOS is at the moment an entry in my boot.ini which is able to go back to ntldr menu, when selected. There is a lot to read before I get the hang of it. But it looks promising.

50
Living Room / Re: Multibooting and Partitioning Experiments
« on: October 26, 2007, 09:58 AM »
Hi Tom

only today I found, that you have started a thread on multibooting already!
Looks like there is a lot left to learn for me about how to use search properly!

[OT] And thanks for your hello on introductory thread. I answer here for the sake of getting the link above in the right place.  :D


Greetings
Wolf

Pages: prev1 ... 5 6 7 8 9 [10] 11 12 13next
Go to full version