Author Topic: dual booting with a CF( cacko +pdaX)  (Read 3335 times)

x273

  • Newbie
  • *
  • Posts: 27
    • View Profile
dual booting with a CF( cacko +pdaX)
« on: July 23, 2004, 06:04:27 pm »
could someone tell me how create dual boot?

there is an how-to somewhere? or could someone make me a simple explanation of the proces

padishah_emperor

  • Hero Member
  • *****
  • Posts: 849
    • View Profile
    • http://
dual booting with a CF( cacko +pdaX)
« Reply #1 on: July 23, 2004, 10:37:04 pm »
A search will turn up this thread:
https://www.oesf.org/forums/inde...90&hl=dual+boot

You have to use a SD/MMC card, you cannot do it with a CF card AFAIK.
« Last Edit: July 23, 2004, 10:37:58 pm by padishah_emperor »
Left Linux and Linux PDAs... sorry, got boring.  Switched to Mac.

x273

  • Newbie
  • *
  • Posts: 27
    • View Profile
dual booting with a CF( cacko +pdaX)
« Reply #2 on: July 24, 2004, 09:47:55 am »
tnx !!!!!!!!

padishah_emperor

  • Hero Member
  • *****
  • Posts: 849
    • View Profile
    • http://
dual booting with a CF( cacko +pdaX)
« Reply #3 on: July 24, 2004, 10:10:26 am »
Quote
tnx !!!!!!!!
You're welcome, I asked the same question..  
Left Linux and Linux PDAs... sorry, got boring.  Switched to Mac.

x273

  • Newbie
  • *
  • Posts: 27
    • View Profile
dual booting with a CF( cacko +pdaX)
« Reply #4 on: July 27, 2004, 11:15:24 am »
i have read that the sd must be ext2 formatted how i  could format on zaurrus?
and how i remount the / ? (please i am a newby linux user)

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
dual booting with a CF( cacko +pdaX)
« Reply #5 on: July 27, 2004, 02:45:07 pm »
Quote
i have read that the sd must be ext2 formatted how i  could format on zaurrus?
and how i remount the / ? (please i am a newby linux user)
If you're not running as root,
Code: [Select]
$ su
Code: [Select]
# umount /dev/mmcda1
# mkfs.ext2 /dev/mmcda1

Then pull out SD card and reinsert it to remount (easier than typing mount command for newbies)

Cheers,
Jerry
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

x273

  • Newbie
  • *
  • Posts: 27
    • View Profile
dual booting with a CF( cacko +pdaX)
« Reply #6 on: July 27, 2004, 03:29:24 pm »
last question (realy excuse me)  

the readme say :

5. cp init script to /sbin

but i can't copy init on /sbin/init

and i hav'nt understand what i have to do whit init.card script...

realy tnx anyway...

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
dual booting with a CF( cacko +pdaX)
« Reply #7 on: July 27, 2004, 05:56:35 pm »
Quote
last question (realy excuse me)  

the readme say :

5. cp init script to /sbin

but i can't copy init on /sbin/init

and i hav'nt understand what i have to do whit init.card script...

realy tnx anyway...
First, make sure you've done step 2
Code: [Select]
#mount -o rw,remount /Then you may have to delete /sbin/init before you copy the new one. This is because the original /sbin/init is really just a sym link to /sbin/teleinit.

I find installing MC (Midnight Commander) makes working with the files easier. Once you install MC you open it in a terminal by typing
Code: [Select]
mc -a To access the F1-F10 keys press ESC + the number key, ie. F4 = ESC+4. The beauty of MC is the built -in editor/viewer.

For init.card, copy it to the root of your SD card. The new init that Stubear created will look for init.card on the SD during boot up, if it finds it then it boots into the ROM on your SD, if it's not there it runs teleinit in the /sbin/sys directory and the default ROM loads.

Try opening init & init.card in a viewer to see how the scripts are constructed (if you have MC installed it's very easy to view scripts, and you will learn lots)

Cheers,

Jerry
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

x273

  • Newbie
  • *
  • Posts: 27
    • View Profile
dual booting with a CF( cacko +pdaX)
« Reply #8 on: July 28, 2004, 04:02:15 am »
tnx now work!!