Differences between revisions 19 and 20
Revision 19 as of 2007-08-22 15:20:52
Size: 4983
Editor: anonymous
Comment:
Revision 20 as of 2007-12-01 01:14:00
Size: 5103
Editor: anonymous
Comment: Revamped,removed stale links,added info on new grub.conf,other minor - tommydrum
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
==== What is docking? ==== == What is docking? ==
Line 7: Line 7:

==== Is it possible to install dynebolic on a hard disk? If so, what filesystems are supported? ====
As of version 1.2, yes! This procedure is called "docking", and all you have to do is copy the entire dyne/ directory and subdirectories to the root directory of your hard disk (using Winblows for example that would result in C:\dyne\), whether you have got ext2/3, reiserfs, NTFS, all kind of DOS FAT, BeOS, or *BSD. Hehe! Afterwards you have to boot up normally using your dyne:bolic cd, which will automatically recognize the harddisk partition that contains the dyne/ subdirectory, therefore ejecting the dyne:bolic cd and booting up the image from harddisk. Easy, ain't it?
----
== Is it possible to install dynebolic on a hard disk? If so, what filesystems are supported? ==
From version 1.2 and later, yes! The procedure is called "docking", and all you have to do is copy the entire dyne/ directory and subdirectories to the root directory of your hard disk (using Winblows for example that would result in C:\dyne\), whether you have ext2/3, reiserfs, NTFS, DOS FAT, BeOS, or *BSD. Hehe! Afterwards you have to boot up normally using your dyne:bolic cd, which will automatically recognize the harddisk partition containing the dyne/ subdirectory, therefore ejecting the dyne:bolic cd and booting up the image from harddisk. Easy, ain't it?
Line 12: Line 12:
----
== How can i install GRUB/LILO and be still able to boot on Windowz ?? ==
In most cases, GRUB will detect your Windows partition automatically. Before installing itself to the hard drive (technically the Master Boot Record), GRUB will try to detect all the operating systems that exist on your computer and show you the list of OSes found. If all of them are found, you can install grub without any problem. But remember, '''ALWAYS BACKUP THINGS YOU CAN'T AFFORD TO LOSE!!'''
Line 13: Line 16:
==== how can i install grub/lilo and still able to boot my windowz ?? ====
In most cases, grub will detect your Windows partition automatically. Before installing itself to your hard drive (technically, the MBR), grub will try to detect all the operating systems that exist on your computer and show you the list of OSes that it found. If it found all of them, you can probably install grub without any problem. But remember, '''ALWAYS BACKUP THINGS YOU CAN'T AFFORD TO LOSE!!!'''
If GRUB cannot automatically discover your Windows partition, check the ''/dyne/grub.conf'' file, and copy the lines related to Windows into your ''/boot/grub/menu.lst'' or ''/boot/grub/grub.conf'' file and uncomment them (remove the ''#'' that precedes each line).
----
== What if I don't want to use the cd? ==
As long as you are using a bootloader such as GRUB or LILO (being very careful) and having dedicated a partition to dyne:bolic (please refer to the ["Nesting"] faq in order to do that), you will have to copy the whole dyne/ directory off the cd:
Line 16: Line 21:
If grub can't automatically find your windows partition, check the ''/dyne/grub.conf'' file, and copy the lines relating to windows into your ''/boot/grub/menu.lst'' file and uncomment them (remove the # that precedes each line). ==== GRUB configuration: ====
Add the following to your ''grub.conf'' or ''menu.lst'' file (located usualy in ''/boot/grub/''):
Line 18: Line 24:
I don't know about Lilo.

==== What if I didn't want to use the cd? ====
You can, as long as you are using a bootloader such as GRUB or LILO (being very careful) and dedicating a partition for dynebolic (please refer to the ["Nesting"] faq in order to do that), in which, as stated you will have to copy the whole dyne/ directory off the cd:

----
 * '''''Grub configuration:'''''
Add the following to your ''grub.conf'' file:
 * For Dynebolic 1.x:
Line 29: Line 27:
              kernel (hdX,Y)/dyne/Linux root=/dev/ram0 rw load_ramdisk=1 prompt_ramdisk=0 ramdisk_start=0 vga=ZZZZZ max_loop=128
              initrd (hdX,Y)/dyne/initrd.gz}}}
...-(the "kernel" line must not be wrapped up)-where '''X'''=harddisk and '''Y'''=partition where your dyne/ directory is (for example (hd0,0) would mean first hardisk, first partition; (hd1,0) second harddisk, first partition; (hd0,1) first harddisk, second partition and so on... - take care - in case of extended partitions, hda5 is (hd0,4), hda6 is (hd0/5) and so on...)
root (hdX,Y)
kernel (hdX,Y)/dyne/Linux root=/dev/ram0 rw load_ramdisk=1 prompt_ramdisk=0 ramdisk_start=0 vga=ZZZZZ max_loop=128
initrd (hdX,Y)/dyne/initrd.gz}}}
Line 33: Line 31:
As for the vga option, please refer to the chart further on, substituting the '''ZZZZZ''' number with the hexadecimal number of your choice.  * For Dynebolic 2.5.1:
 . {{{
title Dynebolic
root (hdX,Y)
kernel (hdX,Y)/dyne/2618ck1d.krn root=/dev/ram0 rw load_ramdisk=1 vga=ZZZZZ max_loop=64
initrd (hdX,Y)/dyne/initrd.gz}}}
Line 35: Line 38:
Nb. In /dyne/grub.conf there is an example which is slightly different, and maybe even better.
----
 * '''''Lilo configuration:'''''
1.Add the following to your ''/etc/lilo.conf'' file:
...where '''X'''=harddisk and '''Y'''=partition where your dyne/ directory is (for example (hd0,0) would mean first hardisk, first partition; (hd1,0) second harddisk, first partition; (hd0,1) first harddisk, second partition and so on... - take care - in case of extended partitions, hda5 is (hd0,4), hda6 is (hd0,5) hdb4 is (hd1,3) and so on...)
If your browser wraps up lines, be careful to add only four lines to your grub.conf: the first one starts with "title", the second one with "root", the third one with "kernel" and the fourth one with "initrd".

As for the "vga" option refer to the chart further on and act accordingly:

 * For Dynebolic 1.x:
Substitute the '''ZZZZZ''' number with the hexadecimal number of your choice.
 * For Dynebolic 2.5.1:
Substitute the '''ZZZZZ''' number with the hexadecimal or decimal number of your choice.

==== LILO configuration: ====
 1.Add the following to your ''/etc/lilo.conf'' file:
Line 48: Line 59:
...where '''Path.Of.Mounted.Dyne.Directory''' is where your dyne directory resides (in my case, since I mount the /dev/hda4 partition containing the dyne/ directory in /mnt/dynebolic, that would result in ''image = /mnt/dynebolic/dyne/linux'' and ''initrd = /mnt/dynebolic/dyne/initrd.gz'' accordingly)  ...where '''Path.Of.Mounted.Dyne.Directory''' is where your dyne directory resides (in my case, since I mount the /dev/hda4 partition containing the dyne/ directory in /mnt/dynebolic, that would result in ''image = /mnt/dynebolic/dyne/linux'' and ''initrd = /mnt/dynebolic/dyne/initrd.gz'' accordingly)
Line 50: Line 61:
As for the vga option, please refer to the chart further on, substituting the '''ZZZ''' number with the decimal number of your choice.  As for the vga option, please refer to the chart further on, substituting the '''ZZZ''' number with the decimal number of your choice.
Line 52: Line 63:
2.Run {{{lilo -t}}} (test), and if lilo didn't show errors, run {{{lilo}}} and reboot.  2.Run {{{lilo -t}}} (test), and if lilo didn't show errors, run {{{lilo}}} and reboot.
Line 54: Line 65:
----
 That's it! You now have a working dynebolic hd install without the need to boot from cd!
Line 57: Line 66:
----
 Colour Chart:
And that's it! You now have a working dynebolic hd install without the need to boot from cd!

=== Colour Chart: ===
Line 67: Line 77:

==== Is it possible to use a special partition with the iso on it? ====
I want to boot dyne:bolic on my hard drive with the iso image mounted, I know this is doable, I just need a script or documentation, where can I find that?

See http://freaknet.org/martin/dynebolic/ for some notes and helper scripts. --rurban
----
DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]
Line 74: Line 81:
 DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]

----
 
Created on 27-10-2003 by Tommy Drum for the community; please update, correct & contribute!
Created on 27-10-2003 by Tommy Drum for the community; please update, correct & contribute!

DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]


What is docking?

Docking is installing dyne:bolic to your harddrive without interfering with any other operating systems on your computer.


Is it possible to install dynebolic on a hard disk? If so, what filesystems are supported?

From version 1.2 and later, yes! The procedure is called "docking", and all you have to do is copy the entire dyne/ directory and subdirectories to the root directory of your hard disk (using Winblows for example that would result in C:\dyne\), whether you have ext2/3, reiserfs, NTFS, DOS FAT, BeOS, or *BSD. Hehe! Afterwards you have to boot up normally using your dyne:bolic cd, which will automatically recognize the harddisk partition containing the dyne/ subdirectory, therefore ejecting the dyne:bolic cd and booting up the image from harddisk. Easy, ain't it?

If you'd rather install dynebolic on a USB drive, check out ["DyneOnUsb"].


How can i install GRUB/LILO and be still able to boot on Windowz ??

In most cases, GRUB will detect your Windows partition automatically. Before installing itself to the hard drive (technically the Master Boot Record), GRUB will try to detect all the operating systems that exist on your computer and show you the list of OSes found. If all of them are found, you can install grub without any problem. But remember, ALWAYS BACKUP THINGS YOU CAN'T AFFORD TO LOSE!!

If GRUB cannot automatically discover your Windows partition, check the /dyne/grub.conf file, and copy the lines related to Windows into your /boot/grub/menu.lst or /boot/grub/grub.conf file and uncomment them (remove the # that precedes each line).


What if I don't want to use the cd?

As long as you are using a bootloader such as GRUB or LILO (being very careful) and having dedicated a partition to dyne:bolic (please refer to the ["Nesting"] faq in order to do that), you will have to copy the whole dyne/ directory off the cd:

GRUB configuration:

Add the following to your grub.conf or menu.lst file (located usualy in /boot/grub/):

  • For Dynebolic 1.x:
  • title Dynebolic
    root (hdX,Y)
    kernel (hdX,Y)/dyne/Linux root=/dev/ram0 rw load_ramdisk=1 prompt_ramdisk=0 ramdisk_start=0 vga=ZZZZZ max_loop=128
    initrd (hdX,Y)/dyne/initrd.gz
  • For Dynebolic 2.5.1:
  • title Dynebolic
    root (hdX,Y)
    kernel (hdX,Y)/dyne/2618ck1d.krn root=/dev/ram0 rw load_ramdisk=1 vga=ZZZZZ max_loop=64
    initrd (hdX,Y)/dyne/initrd.gz

...where X=harddisk and Y=partition where your dyne/ directory is (for example (hd0,0) would mean first hardisk, first partition; (hd1,0) second harddisk, first partition; (hd0,1) first harddisk, second partition and so on... - take care - in case of extended partitions, hda5 is (hd0,4), hda6 is (hd0,5) hdb4 is (hd1,3) and so on...) If your browser wraps up lines, be careful to add only four lines to your grub.conf: the first one starts with "title", the second one with "root", the third one with "kernel" and the fourth one with "initrd".

As for the "vga" option refer to the chart further on and act accordingly:

  • For Dynebolic 1.x:

Substitute the ZZZZZ number with the hexadecimal number of your choice.

  • For Dynebolic 2.5.1:

Substitute the ZZZZZ number with the hexadecimal or decimal number of your choice.

LILO configuration:

  • 1.Add the following to your /etc/lilo.conf file:

  • image = /Path.Of.Mounted.Dyne.Directory/dyne/linux
                 label = dyne:bolic
                 root = /dev/ram0
                 initrd = /Path.Of.Mounted.Dyne.Directory/dyne/initrd.gz
                 append = "max_loop=128"
                 read-write
                 vga = ZZZ
  • ..where Path.Of.Mounted.Dyne.Directory is where your dyne directory resides (in my case, since I mount the /dev/hda4 partition containing the dyne/ directory in /mnt/dynebolic, that would result in image = /mnt/dynebolic/dyne/linux and initrd = /mnt/dynebolic/dyne/initrd.gz accordingly)

    As for the vga option, please refer to the chart further on, substituting the ZZZ number with the decimal number of your choice.

    2.Run lilo -t (test), and if lilo didn't show errors, run lilo and reboot.

And that's it! You now have a working dynebolic hd install without the need to boot from cd!

Colour Chart:

Colours

640x480

800x600

1024x768

1152x864

1280x1024

1600x1200

15 bits

0x310

0x313

0x316

0x162

0x319

0x31D

16 bits

0x311

0x314

0x317

0x163

0x31A

0x31E

decimal

785

788

791

?

794

798

24 bits

0x312

0x315

0x318

?

0x31B

0x31F

decimal

786

789

792

?

795

799

32 bits

?

?

?

0x164

?

?


DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]


Created on 27-10-2003 by Tommy Drum for the community; please update, correct & contribute!

Docking (last edited 2010-07-03 17:01:43 by anonymous)