Differences between revisions 36 and 37
Revision 36 as of 2007-06-16 00:57:54
Size: 9577
Editor: anonymous
Comment:
Revision 37 as of 2007-12-02 05:46:41
Size: 10212
Editor: anonymous
Comment: Reformat, removed dead links, added SATA instructions, lots of other - tommydrum
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
==== What is "nesting"? ==== === What is "nesting"? ===
Line 6: Line 6:
From the dynebolic [http://dyne.org/~jaromil/dynebolic-man/html/dynebolic-x137.en.html manual]: ''"The concept is simple: you cannot modify the operating system, you use it as it comes and you update it all in once with new versions, it is a whole compressed file, which is only readable.
The writable part, where you store your data and settings, is stored in a separated way, inside another file of variable size which you can store on a usb key or an harddisk. This is a nest.
If the nest you stored is found by dyne:bolic while booting, then you use its space for your /home and settings, which are then no longer lost in volatile RAM at the next boot."''
From the [http://dyne.org/~jaromil/dynebolic-man/html/dynebolic-x137.en.html dyne:bolic manual]:
''"The concept is simple: you cannot modify the operating system, you use it as it comes and you update it all in once with new versions, it is a whole compressed file, which is only readable. The writable part, where you store your data and settings, is stored in a separated way, inside another file of variable size which you can store on a usb key or an harddisk. This is a nest. If the nest you stored is found by dyne:bolic while booting, then you use its space for your /home and settings, which are then no longer lost in volatile RAM at the next boot."''
Line 10: Line 9:
==== Alternatives to nesting ====
Neither of these alternatives require a dyne:bolic CD to run:
 * ["Docking"] - Copying the entirety of dyne to your harddrive
 * ["DyneOnUsb"] - Installing dyne to a USB drive
Actually, that was totally true for the 1.x series of dyne:bolic.
For the 2.x series, it's not...
Line 15: Line 12:
==== Where can I nest dyne:bolic? ==== ... meaning that you can now also modify the operating system, by adding your own applications! Go to DyneModules and DynebolicPackaging to find out more. You'll be very glad you did. :))
Line 17: Line 14:
You can create a nest for dyne:bolic on either hard disks or USB keys. dyne:bolic will retrieve the information from the nest on subsequent boots, i.e. each time a dynebolic CD runs on a compatible computer with a nest. ----
=== On what kind of devices can I nest dyne:bolic? ===
Line 19: Line 17:
   ''Note: Nesting bug fixed as of dyne:bolic version 1.3. Enjoy!'' You can create a nest for dyne:bolic on either PATA/SATA hard disks or USB keys. Dyne:bolic will retrieve the information from the nest on subsequent boots, i.e. each time a dynebolic CD runs on a compatible computer with a nest. Due to the minimum nest size of 32Mb, you cannot nest on a floppy... but, besides, they're slow, and who uses floppies nowadays?!
----
=== On what kind of filesystems can I nest dyne:bolic? ===
Line 21: Line 21:
==== Can I nest on a floppy? ====  * '''For dyne:bolic 1.x''': Nesting can occur on either a FAT32/DOSFS or (of course) ext2/ext3 (GNU/Linux partitions) as long as they're not SCSI devices. NTFS nesting is not supported.
 * '''For dyne:bolic 2.x''': You can nest on either a FAT32/DOSFS, ext2/ext3 (GNU/Linux partitions) and now also on NTFS filesystem! Yes, you can use your Windoze XP partition for more creative stuff! (Although ext2/ext3 are always the recommended filesystems).
----
=== How can I "nest" dyne:bolic? ===
Line 23: Line 26:
'' "Floppy? What's a floppy?" ''  * '''On dyne:bolic 1.x''': You can nest dyne:bolic through the initial splash screen (which can be brought up by left-clicking on the desktop, then right-clicking on the first button on the menu), by selecting "Have More", then selecting "Nesting" and following the on-screen instructions.
 * '''On dyne:bolic 2.x''': You can nest dyne:bolic either through the initial splash screen by selecting the "Getting Started" tab, clicking on "Config and Nest", then clicking on "Nest" and following the on-screen instructions, or by right clicking on the desktop, selecting "Configure", then "Nest".
----
=== Where can I place the nest files? ===
Line 25: Line 31:
The minimum nest size is 32Mb; unfortunately, a 1.44Mb floppy disk isn't big enough. Besides, they're slow, and who uses those things anymore? Nest files (''dyne.nst'') should always be stored inside the dyne directory placed in the root of the filesystem (for example ''C:\dyne\'' in Windows, not ''C:\Documents\dyne\'' nor ''C:\Program Files\dyne\''). That is the only place where dyne:bolic looks at boot. This behaviour may change in future versions.
Line 27: Line 33:
==== How can I "nest" dyne:bolic? ==== '''Be careful''', UNIX-like and GNU/Linux filenames and directories are case sensitive, so it's the ''"dyne"'' directory and the ''"dyne.nst"'' nesting file (all small letters), and not ''"Dyne"'', ''"DYNE"'', ''"dYnE"'' nor ''"dyn3"''!
----
=== Ok, so how do I make a filesystem on hard disk that can receive a dynebolic nest? ===
Line 29: Line 37:
You can nest dyne:bolic through the initial splash screen (which can be brought up by left-clicking on the desktop, then right-clicking on the first button on the menu), by selecting "Have More", then selecting "Nesting" and following the on-screen instructions. Great! So you have a hard disk or partition to dedicate to dyne:bolic? You must first create a filesystem on it:
Line 31: Line 39:
==== Where can I place the nest files? ==== '''Be SURE NOT to have important, not backed-up data on the device you want to create the filesystem, because the filesystem and all the data of the device you choose WILL BE OVERWRITTEN!'''
Line 33: Line 41:
Nest files and their configuration should always be stored in the root of the filesystem where the nest is placed.
That is the only place where dyne:bolic looks at boot.
This behaviour may change in future versions.
It's the same thing as doing "format" in DOS or Windoze machines!
Line 37: Line 43:
==== Can I nest on xxx filesystem? ==== Ready? Go!
Line 39: Line 45:
Although nesting doesn't present problems on either a FAT32 or (of course) on linux partitions, as long as they're IDE devices (the more usual hard disk devices, if it's not SCSI, it's IDE!) or USB keys.
Currently NTFS nesting is not supported, due to the unsafety or possible danger in writing to an NTFS filesystem with a GNU/linux OS; there seems to be capability in latest linux kernel versions to support NTFS, but there's always the "(EXPERIMENTAL)" or "(MAY BE DANGEROUS)" tag besides the "NTFS filesystem write" in the kernel's configuration, thus the decision to not support NTFS for the time being. Maybe in future versions of dyne:bolic..?
 1. Choose a filesystem:
Line 42: Line 47:
==== how do i nest into a folder in existing partition? ====  '''ext2'''/'''ext3''' are the recommended GNU/Linux filesystems, but you can also choose '''FAT32''' or '''DOSFS''', which are dos-windows filesystems.
Line 44: Line 49:
(See 'Where can I place the nest files?' comments, above.)  2. Choose on what device the filesystem will reside; the hard disk device could be one of the following ones (first ones are parallel hard disks, second ones are SATA hard disks):
Line 46: Line 51:
==== Ok, so how do I make a filesystem on hard disk that can receive a dynebolic nest? ====   *''/dev/hda'' or ''/dev/sda''
  *''/dev/hdb'' or ''/dev/sdb''
  *''/dev/hdc'' or ''/dev/sdc''
  *''/dev/hdd'' or ''/dev/sdd''
Line 48: Line 56:
Great! So you have a hard disk, or partition to dedicate to dyne:bolic? You must first create a filesystem on it:  In UNIX-like systems, each device is listed under the subdirectory ''/dev/'', and each device of the IDE or SATA channels (which usually contain the cd-roms, dvd-roms, cd-rw drives and hard disks), is named after the scheme read from the bios-setup:
Line 50: Line 58:
'''Be SURE to NOT have important, not backed-up data on the device you want to create the filesystem, because the filesystem and all the data of the device you choose WILL BE OVERWRITTEN!''' It's the same thing as doing "format" in DOS machines or Windoze.   *''hda'' is the first device on the first IDE chain, called Primary Master device
  *''hdb'' is the second device on the first IDE chain, called Primary Slave device
  *''hdc'' is the first device on the second IDE chain, called Secondary Master device
  *''hdd'' is the second device on the second IDE chain, called Secondary Slave device
  *''sdX'' are SATA hard disks, where X could be a letter from a to z.
Line 52: Line 64:
First of all, you should choose your filesystem; to my knowledge, two filesystems are surely compatible with dyne:bolic (PLEASE UPDATE THIS):  How these devices are setup depends on how they are connected to the IDE chains, but don't worry about opening up your pc yet, since you can do either of two things to identify them:
Line 54: Line 66:
'''FAT32''' or '''DOSFS''' and '''ext2'''. The first ones are dos-windows filesystems, while the third one is a linux filesystem, and is highly recommended.   * '''First method''' (easier, but requires the pc to be rebooted):
Line 56: Line 68:
Secondly, you must choose on what device the filesystem will reside; the hard disk device could be one of the following ones:   Go to the BIOS setup menu, which can usually be accessed by pressing ''Delete'',''F1'' or ''F2'' during the early stages of boot up of the pc, and then look in "Standard CMOS Setup", "Standard CMOS features" or similar for the order in which the BIOS recognizes the various devices; or you could, with some really good karma, try to read how your devices are displayed by the BIOS, in the few milliseconds when they fly by your screen in the BIOS boot up sequence.
Line 58: Line 70:
 *''/dev/hda''
 *''/dev/hdb''
 *''/dev/hdc''
 *''/dev/hdd''
  For example, if your Primary Master device in the BIOS setup is your main hard disk, it will be named ''/dev/hda'', if your Secondary Master device is your cd-rom it will be named ''/dev/hdc'' and so on. Accordingly, the first SATA channel will be /dev/sda, the second will be /dev/sdb and so on.
Line 63: Line 72:
In UNIX-like systems, each device is listed under the subdirectory ''/dev/'', and each device of the IDE channels (which usually contain the cd-roms, dvd-roms, cd-rw drives and hard disks), is named after the scheme read from the bios-setup:   * '''Second method''' (easier if you know well enough names of the connected devices):
Line 65: Line 74:
 *''hda'' is the first device on the first IDE chain, called Primary Master device
 *''hdb'' is the second device on the first IDE chain, called Primary Slave device
 *''hdc'' is the first device on the second IDE chain, called Secondary Master device
 *''hdd'' is the second device on the second IDE chain, called Secondary Slave device
  In your terminal line (which can be brought up with Alt+Ctrl+Enter on dynebolic 1.x or by right clicking on the desktop and selecting "Terminal" on dyne:bolic 2.x systems), type in the following:
Line 70: Line 76:
How these devices are setup depends on how they are connected to the IDE chains, but don't worry about opening up your pc yet, since you can do either of two things to identify them:    *{{{dmesg |grep hdX}}} (for parallel ATA/PATA devices)
  or
   *{{{dmesg |grep sdX}}} (for serial ATA/SATA devices)
Line 72: Line 80:
'''First method''' (easier, but requires the pc to be rebooted):   where ''hdX'' is one of the four devices, either ''hda'', ''hdb'', ''hdc'', or ''hdd'', and ''sdX'' is one of the SATA hard disks. Among other things you should be able to recognize what ide channel is it on (''ide0'' for Primary, ''ide1'' for Secondary), and what device is it.
  For example:
Line 74: Line 83:
 You'll just have to go to the bios setup menu, which can usually be accessed by pressing ''Delete'' or ''F1'' (PLEASE UPDATE) during the early stages of power-on of the pc, and then looking in "Standard CMOS Setup", "Standard CMOS features" or similar (PLEASE UPDATE) for how the bios recognizes the various devices; or you could be very concentrated and try to read how your devices are displayed by the bios, in that few milliseconds when they fly by your screen in the bios-boot-up sequence.    *{{{dmesg |grep hda}}}
Line 76: Line 85:
 For example, if your Primary Master device in the bios setup is your main hard disk, it will be named ''/dev/hda'', if your Secondary Master device is your cd-rom it will be named ''/dev/hdc'' and so on.    {{{ide0: BM-DMA at 0xd400-0xd407, BIOS settings: hda:DMA, hdb:DMA
   hda: IC35L080AVVA07-0, ATA DISK drive}}}

  which means that on the Primary IDE channel I have an IC35... ATA DISK drive (which, in this case, is an IBM hard disk).

 3. The next step is to create the filesystem on the hard disk that you have chosen.

 The command to use for creating an '''ext3''' (journaled, recommended) filesystem is:

 {{{mke2fs -j /dev/hdX}}} or {{{mke2fs -j /dev/sdX}}}

 the command to use for creating an '''ext2''' (recommended) filesystem is

 {{{mke2fs /dev/hdX}}} or {{{mke2fs /dev/sdX}}}

 while the command to use for creating a '''DOSFS''' filesystem is:

 {{{mkdosfs /dev/hdX}}} or {{{mkdosfs /dev/sdX}}}

 where, of course, ''/dev/hdX'' or ''/dev/sdX'' is the hard disk that you want to use for nesting.
 Your hard disk led should light up for some time, depending on how large the device or partition is; then, the device is ready to receive a dyne:bolic nest!
Line 79: Line 108:
'''Second method''' (easier if you know fairly good the names of the devices):  '''VERY IMPORTANT!!! Please type {{{man mkdosfs}}} or {{{man mke2fs}}} on the command line and READ the manuals before executing such operations, especially if you've never had experience on GNU/Linux systems before!'''
Line 81: Line 110:
 In your terminal line (which can be brought up with Alt+Ctrl+Enter on dynebolic systems), type in the following:  This could save you from a lot of frustration, errors, wasted time and computers thrown out of windows, for the mere cost of 20 or less minutes of careful reading.
Line 83: Line 112:
 *''dmesg |grep hdX'' Recommended reading for in-depth GNU/Linux filesystem and partition specifications are in the [http://www.tldp.org/HOWTO/Filesystems-HOWTO.html "Filesystems HOWTO"] and the [http://www.tldp.org/HOWTO/Partition/index.html "Linux Partition HOWTO"].
----
=== How to check your nest and troubleshoot it: (dyne:bolic 1.x) ===
Line 85: Line 116:
 where ''hdX'' is one of the four devices, either ''hda'', ''hdb'', ''hdc'', or ''hdd''. Among other things you should be able to recognize what ide channel is it on (''ide0'' for Primary, ''ide1'' for Secondary), and what device is it.
 For example:
There are several reports of people with trouble saving their configurations on a nest in dyne:bolic 1.x.
The most common is when they try to save it on a NTFS partition (frequently found on WinXP, Win2k and WinNT). Remember: nesting on dyne:bolic 1.x only works on ext2 or FAT32/DOSFS partitions.
Line 88: Line 119:
 ''dmesg |grep hda''

  ide0: BM-DMA at 0xd400-0xd407, BIOS settings: hda:DMA, hdb:DMA
 hda: IC35L080AVVA07-0, ATA DISK drive

 which means that on the Primary IDE channel I have an IC35... ATA DISK drive (which, in my case, is an IBM hard disk)

The next step is to create the filesystem on the hard disk that you have chosen.

The command to use for creating a '''DOSFS''' filesystem is:

''mkdosfs /dev/hdX''

while the command to use for making an '''ext2''' filesystem is:

''mke2fs /dev/hdX''

where ''/dev/hdX'' is the hard disk that you want to use for nesting.
Your hard disk led should light up for some time, depending on how large the device or partition is; then, the device is ready to receive a dynebolic nest!

'''IMPORTANT!!! Please type ''man mkdosfs'' and ''man mke2fs'' on the command line and READ the manuals before doing this operation, especially if you never had experience of linux before'''.
This could save you from a lot of frustration, errors and time badly-spent, for the mere cost of 20 minutes of reading.

If you want to read in-depth specification on filesystems in linux please read the following HOWTO: [http://www.tldp.org/HOWTO/Filesystems-HOWTO.html Here].

...or the HOWTO on creating partitions inside hard disks: [http://www.tldp.org/HOWTO/Partition/index.html Here].

==== How to check your nest and troubleshoot it: ====

There are several reports of people with trouble saving their configurations on a nest.
The most common is when they try to save it on a NTFS partition (frequently found on WinXP, Win2k and WinNT, can't tell about Win2003 but I'm almost sure it uses NTFS as the default filesystem). Remember: nesting only works on ext2 or fat partitions.

If you're certain that your partition is ext2 or fat then check:
If you're certain that your partition is ext2 or FAT32/DOSFS then check:
Line 124: Line 123:
 *By looking inside /boot/dynebolic.log after booting, to find out if anything happened during the autodetection phase.  *Look inside /boot/dynebolic.log after booting, to find out if anything happened during the autodetection phase.
Line 129: Line 128:
----
=== Alternatives to nesting ===
Neither of these alternatives require a dyne:bolic CD to run:
 * ["Docking"] - Copying the entirety of dyne to your harddrive
 * ["DyneOnUsb"] - Installing dyne to a USB drive
----
=== Quick instructions for the Mentally (Windows) Challenged ===
Line 130: Line 136:

== Remove and replace the nest ==

I changed my mind about the nest. So I removed it by deleting the file.
I can't do a new nest. Any idea to get back on the road??

== Instructions for the Mentally (Windows) Challenged ==

'''Okay I'm lame, but here is what I did.'''

 * Boot from win98SE CD.
 * Boot from win98 CD.
Line 143: Line 139:
 * Boot from w98se CD.  * Boot from win98 CD.
Line 146: Line 142:
 * Create Nest the size of entire disk.  * Create a nest with the size of the entire disk.
Line 148: Line 144:
'''Not elegant, but effective.''' ;) Not elegant, but effective. ;)
Line 150: Line 146:
DanH

----

== How to resize the nest ==

Idea: create a larger nest on another partition, and copy the contents,
but how do you mount a second nest, and how to copy (preserving links, permissions etc.) ???
How do I stop Dynebolic asking at boot if the found nest is to be used?

----
I know this FAQ isn't complete, it would be nice to have other things added to it, so please do.
 

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


What is "nesting"?

From the [http://dyne.org/~jaromil/dynebolic-man/html/dynebolic-x137.en.html dyne:bolic manual]:

  • "The concept is simple: you cannot modify the operating system, you use it as it comes and you update it all in once with new versions, it is a whole compressed file, which is only readable. The writable part, where you store your data and settings, is stored in a separated way, inside another file of variable size which you can store on a usb key or an harddisk. This is a nest. If the nest you stored is found by dyne:bolic while booting, then you use its space for your /home and settings, which are then no longer lost in volatile RAM at the next boot."

Actually, that was totally true for the 1.x series of dyne:bolic. For the 2.x series, it's not...

... meaning that you can now also modify the operating system, by adding your own applications! Go to DyneModules and DynebolicPackaging to find out more. You'll be very glad you did. :))


On what kind of devices can I nest dyne:bolic?

You can create a nest for dyne:bolic on either PATA/SATA hard disks or USB keys. Dyne:bolic will retrieve the information from the nest on subsequent boots, i.e. each time a dynebolic CD runs on a compatible computer with a nest. Due to the minimum nest size of 32Mb, you cannot nest on a floppy... but, besides, they're slow, and who uses floppies nowadays?!


On what kind of filesystems can I nest dyne:bolic?

  • For dyne:bolic 1.x: Nesting can occur on either a FAT32/DOSFS or (of course) ext2/ext3 (GNU/Linux partitions) as long as they're not SCSI devices. NTFS nesting is not supported.

  • For dyne:bolic 2.x: You can nest on either a FAT32/DOSFS, ext2/ext3 (GNU/Linux partitions) and now also on NTFS filesystem! Yes, you can use your Windoze XP partition for more creative stuff! (Although ext2/ext3 are always the recommended filesystems).


How can I "nest" dyne:bolic?

  • On dyne:bolic 1.x: You can nest dyne:bolic through the initial splash screen (which can be brought up by left-clicking on the desktop, then right-clicking on the first button on the menu), by selecting "Have More", then selecting "Nesting" and following the on-screen instructions.

  • On dyne:bolic 2.x: You can nest dyne:bolic either through the initial splash screen by selecting the "Getting Started" tab, clicking on "Config and Nest", then clicking on "Nest" and following the on-screen instructions, or by right clicking on the desktop, selecting "Configure", then "Nest".


Where can I place the nest files?

Nest files (dyne.nst) should always be stored inside the dyne directory placed in the root of the filesystem (for example C:\dyne\ in Windows, not C:\Documents\dyne\ nor C:\Program Files\dyne\). That is the only place where dyne:bolic looks at boot. This behaviour may change in future versions.

Be careful, UNIX-like and GNU/Linux filenames and directories are case sensitive, so it's the "dyne" directory and the "dyne.nst" nesting file (all small letters), and not "Dyne", "DYNE", "dYnE" nor "dyn3"!


Ok, so how do I make a filesystem on hard disk that can receive a dynebolic nest?

Great! So you have a hard disk or partition to dedicate to dyne:bolic? You must first create a filesystem on it:

Be SURE NOT to have important, not backed-up data on the device you want to create the filesystem, because the filesystem and all the data of the device you choose WILL BE OVERWRITTEN!

It's the same thing as doing "format" in DOS or Windoze machines!

Ready? Go!

  1. Choose a filesystem:

    ext2/ext3 are the recommended GNU/Linux filesystems, but you can also choose FAT32 or DOSFS, which are dos-windows filesystems.

  2. Choose on what device the filesystem will reside; the hard disk device could be one of the following ones (first ones are parallel hard disks, second ones are SATA hard disks):
    • /dev/hda or /dev/sda

    • /dev/hdb or /dev/sdb

    • /dev/hdc or /dev/sdc

    • /dev/hdd or /dev/sdd

    In UNIX-like systems, each device is listed under the subdirectory /dev/, and each device of the IDE or SATA channels (which usually contain the cd-roms, dvd-roms, cd-rw drives and hard disks), is named after the scheme read from the bios-setup:

    • hda is the first device on the first IDE chain, called Primary Master device

    • hdb is the second device on the first IDE chain, called Primary Slave device

    • hdc is the first device on the second IDE chain, called Secondary Master device

    • hdd is the second device on the second IDE chain, called Secondary Slave device

    • sdX are SATA hard disks, where X could be a letter from a to z.

    How these devices are setup depends on how they are connected to the IDE chains, but don't worry about opening up your pc yet, since you can do either of two things to identify them:
    • First method (easier, but requires the pc to be rebooted):

      Go to the BIOS setup menu, which can usually be accessed by pressing Delete,F1 or F2 during the early stages of boot up of the pc, and then look in "Standard CMOS Setup", "Standard CMOS features" or similar for the order in which the BIOS recognizes the various devices; or you could, with some really good karma, try to read how your devices are displayed by the BIOS, in the few milliseconds when they fly by your screen in the BIOS boot up sequence.

      For example, if your Primary Master device in the BIOS setup is your main hard disk, it will be named /dev/hda, if your Secondary Master device is your cd-rom it will be named /dev/hdc and so on. Accordingly, the first SATA channel will be /dev/sda, the second will be /dev/sdb and so on.

    • Second method (easier if you know well enough names of the connected devices): In your terminal line (which can be brought up with Alt+Ctrl+Enter on dynebolic 1.x or by right clicking on the desktop and selecting "Terminal" on dyne:bolic 2.x systems), type in the following:

      • dmesg |grep hdX (for parallel ATA/PATA devices)

      or
      • dmesg |grep sdX (for serial ATA/SATA devices)

      where hdX is one of the four devices, either hda, hdb, hdc, or hdd, and sdX is one of the SATA hard disks. Among other things you should be able to recognize what ide channel is it on (ide0 for Primary, ide1 for Secondary), and what device is it. For example:

      • dmesg |grep hda {{{ide0: BM-DMA at 0xd400-0xd407, BIOS settings: hda:DMA, hdb:DMA hda: IC35L080AVVA07-0, ATA DISK drive}}}

      which means that on the Primary IDE channel I have an IC35... ATA DISK drive (which, in this case, is an IBM hard disk).
  3. The next step is to create the filesystem on the hard disk that you have chosen.

    The command to use for creating an ext3 (journaled, recommended) filesystem is:

    mke2fs -j /dev/hdX or mke2fs -j /dev/sdX

    the command to use for creating an ext2 (recommended) filesystem is

    mke2fs /dev/hdX or mke2fs /dev/sdX

    while the command to use for creating a DOSFS filesystem is:

    mkdosfs /dev/hdX or mkdosfs /dev/sdX

    where, of course, /dev/hdX or /dev/sdX is the hard disk that you want to use for nesting. Your hard disk led should light up for some time, depending on how large the device or partition is; then, the device is ready to receive a dyne:bolic nest!

    VERY IMPORTANT!!! Please type man mkdosfs or man mke2fs on the command line and READ the manuals before executing such operations, especially if you've never had experience on GNU/Linux systems before! This could save you from a lot of frustration, errors, wasted time and computers thrown out of windows, for the mere cost of 20 or less minutes of careful reading.

Recommended reading for in-depth GNU/Linux filesystem and partition specifications are in the [http://www.tldp.org/HOWTO/Filesystems-HOWTO.html "Filesystems HOWTO"] and the [http://www.tldp.org/HOWTO/Partition/index.html "Linux Partition HOWTO"].


How to check your nest and troubleshoot it: (dyne:bolic 1.x)

There are several reports of people with trouble saving their configurations on a nest in dyne:bolic 1.x. The most common is when they try to save it on a NTFS partition (frequently found on WinXP, Win2k and WinNT). Remember: nesting on dyne:bolic 1.x only works on ext2 or FAT32/DOSFS partitions.

If you're certain that your partition is ext2 or FAT32/DOSFS then check:

  • If the dynebol.cfg and dynebol.nst files are present in your hard disk partition or USB key. If not, the nest has been never created.
  • Look inside /boot/dynebolic.log after booting, to find out if anything happened during the autodetection phase.

If the problem comes while doing the nesting, you should have a look in /var/log/setup/nidifica.log which is the log of "taschino", the software doing the nesting.

If you can't figure out what your problem is, [mailto:dynebolic-subscribe@dynebolic.org subscribe] to the mailing list and [mailto:dynebolic@dynebolic.org post] a question; hopefully somebody will chime in with the respective solution, or at least with some suggestions that can get you closer to the solution.


Alternatives to nesting

Neither of these alternatives require a dyne:bolic CD to run:

  • ["Docking"] - Copying the entirety of dyne to your harddrive
  • ["DyneOnUsb"] - Installing dyne to a USB drive


Quick instructions for the Mentally (Windows) Challenged

  • Boot from win98 CD.
  • Fdisk
  • Reboot
  • Boot from win98 CD.
  • Format
  • Reboot with [http://dynebolic.org dyne:bolic]

  • Create a nest with the size of the entire disk.

Not elegant, but effective. ;)


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


Nesting faq started on 28-10-2003 by Tommy Drum for the community, please update the info where needed!

Nesting (last edited 2011-05-08 05:59:31 by 0v0x)