Menu

problem with clonezilla on hard disk

Help
Patetoune
2011-06-01
2013-04-05
  • Patetoune

    Patetoune - 2011-06-01

    I beg your pardon for my very bad english. i discribe my problem. I got a pc with 1 HDD sda
    - sda1 : ntfs with Windows Xp (c:\ )
    - sda2 : fat32 (Z:\ for windows Xp but hidden with this reg files
                   Windows Registry Editor Version 5.00
                  
                   "NoDrives"=dword:02000000
                   "NoLowDiskSpaceChecks"=dword:00000001
    - sda3 : ext3

    I would like install clonezilla and gparted on sda2 and make some clone of sda1 on sda3

    before to do this,  i tested this solution with virtualbox . I make a virtual pc with sda1, sda2 and sda3 like the real pc.

    I copy all the files from the clonezilla1.2.8-23-i486.zip in /clonezilla on sda2 ( and the same thing for gparted0.8.1-3.zip in /gparted on sda2)  like M. Steven shiau explain on this page http://www.clonezilla.org/livehd.php (or for gparted http://gparted.sourceforge.net/livehd.php).
    i change the dir name live by live-hd and i modify the /boot/grub/menu.lst (I've put Grub with Supergrubdisk 0.97 on this pc)

    the edit of menu.lst give :
    default 0
    splashimage=/boot/grub/splash.xpm.gz
    timeout = 10
    password xxxxxx
    hiddenmenu

    title=Windows XP
    rootnoverify (hd0,0)
    chainloader +1

    title=clonezilla
    lock
          root (hd0,1)
          kernel /clonezilla/live-hd/vmlinuz boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=788 ip=frommedia nosplash live-media-path=/clonezilla/live-hd bootfrom=/dev/sda2 toram=filesystem.squashfs
          initrd=/clonezilla/live-hd/initrd.img
          boot

    title=gparted
    lock
          root (hd0,1)
          kernel /gparted/live-hd/vmlinuz boot=live config union=aufs noswap noprompt vga=788 ip=frommedia live-media-path=/gparted/live-hd bootfrom=/dev/sda2 toram=filesystem.squashfs
          initrd=/gparted/live-hd/initrd.img
          boot

    under sda2, i've got theses folders :
    /boot
       /grub
    /clonezilla
       /home
       /isolinux
       /live-hd
       /syslinux
       /utils
    /gparted
       /isolinux
       /live-hd
       /syslinux
       /utils

    When i start my pc grub ask to select Windows Xp, or Clonezilla or Gparted.
    1- if i select windows xp, grub run windows XP and i can work with it
    2- if i select gparted, grub run gparted and it's ok
    3- if  i select clonezilla, grub begin to start clonezilla. i obtain many lineand after :
    begin : running /scripts/init-premount …done
    begin : Mounting root file system ….
    uniform multi-platform E-IDE driver
    ide_generic : please use "probe_mask=0x3f module parameter for probing all legacy ISA IDE ports
    Fat : utf8 is not recommended IO charset for FAT filesystems, filesystem will be cas sensitive!
    aufs : module is from the staging directory, the quality is unknown, you have been warned
    aufs 2.1-standalone.tree-38-rcN-20110228 done.
    beign: Running /scripts/init-bottom … mount : mounting /dev on /root/dev failed : No such file or directory done.
    mount : mountiing /sys on /root/sys failed: No such file or directory
    mount : mounting /proc on /root/proc failed : No such file or directory
    Target filesystem doesn't have requested /sbin/init.
    /init : line 291: 6: Bad file descriptor
    kernel panic - not syncing : attempted to kill init!
    pid : 1, comm: init Tainted: G    C 2.6.38-2-486 #1
    call trace :
    {<c126b51c>] ? panic+04d/0x139
    {<c10265ed>] ? do_exit+0x59/0x5a4
    {<c1026b83>] ? do_group_exit+0x4b/0x6e
    {<c1026bb7>] ? sys_exi_group+0x11/0x14
    {<c126ca1c>] ? syscall_call+0x7/0xb
    atkbd sero0 : Spuriou ACK on isa0060/seri0. some program might be trying access hardware directly.
    …..
    and after nothing.

    So i would like to know if i make some mistake or error in my menu.lst for the section of clonezilla. Or if there is a another problem with the clonezilla1.2.8-23-i486.zip.

    I've do the same thing when cloenzilla was in 1.2.2-14 version and all was ok.

    So if you could help me , thanks a lot

    Patrick

     
  • Patetoune

    Patetoune - 2011-06-06

    I modify my menu.lst like this :
    default 0
    splashimage=/boot/grub/splash.xpm.gz
    timeout = 10
    password xxxxxx
    hiddenmenu

    title=Windows XP
             rootnoverify (hd0,0)
             chainloader +1

    title=clonezilla
    lock
    root (hd0,1)
            kernel /clonezilla/live-hd/vmlinuz boot=live config noswap nolocales edd=on nomodeset noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=788 ip=frommedia nosplash live-media-path=/clonezilla/live-hd bootfrom=/dev/sda2 toram=filesystem.squashfs
            initrd=/clonezilla/live-hd/initrd.img boot 

    title=gparted
    lock
    root (hd0,1)
            kernel /gparted/live-hd/vmlinuz boot=live config noswap noprompt vga=788 union=aufs ip=frommedia live-media-path=/gparted/live-hd bootfrom=/dev/sda2 toram=filesystem.squashfs
            initrd=/gparted/live-hd/initrd.img boot

    In fact I put 2 space between boot=live config and noswap

    And now all is ok.

     
  • Steven Shiau

    Steven Shiau - 2011-06-08

    Sure. Enjoy!

    Steven.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.