Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initramfs

  1. #1
    Join Date
    Sep 2011
    Beans
    180
    Distro
    Ubuntu

    Question SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initramfs

    Basically it gives me that message everytime, using both programs, using cooking version and core - What seems to be the issue?

    I am running a Compaq CQ60 with 3GB of RAM - so I cant imagine it being a RAM issue..

    My computer has 3GB of ram and is a dual processor - do you think this is just a result of a bad setup of the iso? or something worse? Hardware related?

    -------

    ALSO: I did manage to get Kanotix to work - would that be good enough to use as say a recovery distro incase if my Ubuntu goes down?
    Last edited by AlexOnVinyl; April 20th, 2012 at 08:36 AM.

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initr

    To reinstall grub2 with v1.99, you really need the save version of Ubuntu to use the two line easy mount and install commands.

    But, I think you can always chroot into an install and then you are using the current version.

    I create my own multiboot USB with grub2. I think your MultiBoot uses grub4dos and I am not familiar with the details.

    I think this grub2 entry was working for me, but I see I had to edit the entry (old one is the # commented out)

    Code:
     menuentry "slitaz " {
      set isofile="/boot/iso/slitaz-3.0.iso"
      loopback loop $isofile 
      linux (loop)/boot/bzImage rw root=/dev/null lang=C kmap=us screen=1024x768x16 autologin noprompt noeject
      initrd (loop)/boot/rootfs.gz
    #  linux (loop)/boot/bzImage isofrom=$isofile boot=live quiet vga=791 noeject noprompt
    }
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Sep 2011
    Beans
    180
    Distro
    Ubuntu

    Smile Re: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initr

    Quote Originally Posted by oldfred View Post
    To reinstall grub2 with v1.99, you really need the save version of Ubuntu to use the two line easy mount and install commands.

    But, I think you can always chroot into an install and then you are using the current version.

    I create my own multiboot USB with grub2. I think your MultiBoot uses grub4dos and I am not familiar with the details.

    I think this grub2 entry was working for me, but I see I had to edit the entry (old one is the # commented out)

    Code:
     menuentry "slitaz " {
      set isofile="/boot/iso/slitaz-3.0.iso"
      loopback loop $isofile 
      linux (loop)/boot/bzImage rw root=/dev/null lang=C kmap=us screen=1024x768x16 autologin noprompt noeject
      initrd (loop)/boot/rootfs.gz
    #  linux (loop)/boot/bzImage isofrom=$isofile boot=live quiet vga=791 noeject noprompt
    }
    Tried this command today:

    Code:
    dd if=nameofiso.iso of=/name/of/device

    and it says "Missing Operating System"

    - any other ideas?

    I gave up with SLiTaz

  4. #4
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initr

    Thread moved to Other OS/Distro Talk.

  5. #5
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initr

    Only some ISO support the dd method to install. You normally have to use Unetbootin or pendrive to extract, install and load a boot loader to the device.

    With grub2 you can install grub2 to the device, copy the ISO to a folder, and add a loopmount entry. But again only some ISO support this method.

    This is a script to install many ISOs. Some that will not loopmount by installing a kernel and boot image.
    MultiSystem Another LiveUSB Multiboot French(translate) w/grub2
    http://liveusb.info/dotclear/
    MultiBootUSB - Install and boot multiple Linux from Pendrive / Flash drive / USB disk w/grub4dos
    http://ubuntuforums.org/showthread.php?t=1518273
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  6. #6
    Join Date
    Jan 2008
    Beans
    7,744

    Re: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initr

    SliTaz has its own USB installer called TazUSB. Check it out, works much better than Unetbootin in my experience!

    http://hg.slitaz.org/tazusb/raw-file...tazusb.en.html

  7. #7
    Join Date
    Sep 2011
    Beans
    180
    Distro
    Ubuntu

    Re: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initr

    Quote Originally Posted by snowpine View Post
    SliTaz has its own USB installer called TazUSB. Check it out, works much better than Unetbootin in my experience!

    http://hg.slitaz.org/tazusb/raw-file...tazusb.en.html
    TazUSB? Is it specifically for SliTaz or other images as well?

  8. #8
    Join Date
    Sep 2011
    Beans
    180
    Distro
    Ubuntu

    Re: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initr

    Quote Originally Posted by oldfred View Post
    Only some ISO support the dd method to install. You normally have to use Unetbootin or pendrive to extract, install and load a boot loader to the device.

    With grub2 you can install grub2 to the device, copy the ISO to a folder, and add a loopmount entry. But again only some ISO support this method.

    This is a script to install many ISOs. Some that will not loopmount by installing a kernel and boot image.
    MultiSystem Another LiveUSB Multiboot French(translate) w/grub2
    http://liveusb.info/dotclear/
    MultiBootUSB - Install and boot multiple Linux from Pendrive / Flash drive / USB disk w/grub4dos
    http://ubuntuforums.org/showthread.php?t=1518273
    Gah MultibootUSB is a pain in the ****, but I suppose its an option.

  9. #9
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initr

    I just like grub2 and used it for a while on my flash drives. But now with several hard drives I find using grub2 to loopmount an ISO from one drive to install to another makes for very fast installs. It is the same process where ever you have the ISO and use grub2 to loopmount the ISO.

    Hard drive:
    Direct boot on hard drive - drs305:
    http://ubuntuforums.org/showthread.php?t=1549847
    [SOLVED] Using grub 2 to boot an iso off hard drive
    http://ubuntuforums.org/showthread.php?t=1535864
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  10. #10
    Join Date
    Sep 2011
    Beans
    180
    Distro
    Ubuntu

    Re: SliTaZ - Unetbootin/Mutilbootusb gives me "trying to unpack rootfs image as initr

    Quote Originally Posted by oldfred View Post
    I just like grub2 and used it for a while on my flash drives. But now with several hard drives I find using grub2 to loopmount an ISO from one drive to install to another makes for very fast installs. It is the same process where ever you have the ISO and use grub2 to loopmount the ISO.

    Hard drive:
    Direct boot on hard drive - drs305:
    http://ubuntuforums.org/showthread.php?t=1549847
    [SOLVED] Using grub 2 to boot an iso off hard drive
    http://ubuntuforums.org/showthread.php?t=1535864
    I know how to setup MultibootUSB, no issues there, the only question I have is can it work with windows iso files as well?

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •