LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices

Reply
 
LinkBack Search this Thread
Old 02-05-2010, 05:17 PM   #1
jghake
LQ Newbie
 
Registered: Feb 2010
Posts: 1

Rep: Reputation: 0
Clonezilla and Multiboot Iso Mount USB Drive


Hello all!

I stumbled across this today and it is exactly what I have been looking for!

I have been able to get a few of my desired tools working 100% (dban, gparted, ophcrack, UBCD) but what I would ultimatly hope to get working is CloneZilla!

I was able to get the Clonezilla user interface to load correctly but when I choose any of the options I encounter an error "ntfs volume version 3.1" repetitively. I have a feeling it is because I am launching the iso wrong in my menu.lst config file for grub. This is what I have. Does anyone have any ideas?

title CloneZilla
find --set-root /CloneZilla.iso
map --heads=0 --sectors-per-track=0 /CloneZilla.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
boot
 
Old 02-23-2010, 07:09 AM   #2
allogator
LQ Newbie
 
Registered: Feb 2010
Posts: 4

Rep: Reputation: 0
Lightbulb

Granted this isn't a "fix" to the problem but I do have a work around for you. The newest version of Parted Magic has Clonezilla built into it and Parted Magic boots just fine using the default Grub menu.lst that is created by the Multiboot.exe.

I stumbled across your post because I was trying to do the same thing (and getting the same error message) but after a few days of hardcore Google searches I stumbled across the fact that Parted Magic had built in Clonezilla, gave a try, slapped myself of the forehead, and moved on with my life.
 
Old 02-23-2010, 09:00 AM   #3
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,556

Rep: Reputation: 168Reputation: 168
Sorry...

Things change quickly in linux, and the latest versions of PartedMagic no longer have Clonezilla. There was also a GParted Clonezilla live-cd, but Gnome no offers the combination.

The PartedMagic release notes mention the size of PartedMagic with Clonezilla as the reason for it no longer being included.
 
Old 02-23-2010, 10:52 AM   #4
allogator
LQ Newbie
 
Registered: Feb 2010
Posts: 4

Rep: Reputation: 0
Well, let me rephrase that.

http://ubcd.linuxfreedom.com/download.html

The beta version of Ultimate BootCD 5 has a version of Parted Magic in it that also uses Clonezilla that boots with GRUB.

It's what I'm currently using on my util hardrive.
 
Old 03-17-2010, 02:15 PM   #5
icerjosh
LQ Newbie
 
Registered: Mar 2010
Posts: 2

Rep: Reputation: 1
Change the following and it will work great.

title CloneZilla
find --set-root /CloneZilla.iso
map --heads=0 --sectors-per-track=0 /CloneZilla.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)
boot
 
Old 03-18-2010, 07:40 AM   #6
allogator
LQ Newbie
 
Registered: Feb 2010
Posts: 4

Rep: Reputation: 0
Quote:
Originally Posted by icerjosh View Post
Change the following and it will work great.

title CloneZilla
find --set-root /CloneZilla.iso
map --heads=0 --sectors-per-track=0 /CloneZilla.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)
boot
Still scrolling the NTFS error for me.
 
Old 03-18-2010, 03:29 PM   #7
jefro
Guru
 
Registered: Mar 2008
Posts: 5,946

Rep: Reputation: 583Reputation: 583Reputation: 583Reputation: 583Reputation: 583Reputation: 583
Might as well test md5 of iso on flash drive. I played with that a while ago but found more than a few iso's just would not work correctly.

I don't remember if that was based on grub4dos or nt but see this also. http://myhowtosandprojects.blogspot....ash-drive.html
 
Old 03-22-2010, 02:25 AM   #8
icerjosh
LQ Newbie
 
Registered: Mar 2010
Posts: 2

Rep: Reputation: 1
Clonezilla Alternate Karmic 20100213 Working

Quote:
Originally Posted by allogator View Post
Still scrolling the NTFS error for me.
I managed to get the alternate version of Clonezilla to work with the following:

title Clonezilla Live! Alternate - Karmic (20100213)
find --set-root /iso/clonezilla-live-20100213-karmic.iso
map --heads=0 --sectors-per-track=0 /clonezilla-live-20100213-karmic.iso (0xff)
map --hook
root (0xff)
loopback loop /clonezilla-live-20100213-karmic.iso
kernel /live/vmlinuz boot=live union=aufs nolocales noprompt vga=758 ip=frommedia toram findiso=/clonezilla-live-20100213-karmic.iso
initrd /live/initrd.img

I got the kernel settings from: http://clonezilla.org/clonezilla-live/livehd.php

Similar settings for the stable version 1.2.2-31 had a repeating FAT error and the kernel is "vmlinuz1" and the initrd is "initrd1.img"
 
1 members found this post helpful.
Old 03-23-2010, 02:52 PM   #9
allogator
LQ Newbie
 
Registered: Feb 2010
Posts: 4

Rep: Reputation: 0
Talking

Quote:
Originally Posted by icerjosh View Post
I managed to get the alternate version of Clonezilla to work with the following:

title Clonezilla Live! Alternate - Karmic (20100213)
find --set-root /iso/clonezilla-live-20100213-karmic.iso
map --heads=0 --sectors-per-track=0 /clonezilla-live-20100213-karmic.iso (0xff)
map --hook
root (0xff)
loopback loop /clonezilla-live-20100213-karmic.iso
kernel /live/vmlinuz boot=live union=aufs nolocales noprompt vga=758 ip=frommedia toram findiso=/clonezilla-live-20100213-karmic.iso
initrd /live/initrd.img

I got the kernel settings from: http://clonezilla.org/clonezilla-live/livehd.php

Similar settings for the stable version 1.2.2-31 had a repeating FAT error and the kernel is "vmlinuz1" and the initrd is "initrd1.img"
You are a god among men, sir. Sure enough the Karmic version works great with these settings. The normal version scrolled the same old tired NTFS error. Seeing as both versions function the same way I am now a Karmic user.

Hope the OP is still paying attention to this thread!
 
  


Reply

Tags
clonezilla, grub, usb boot


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to mount iso image as a virtual drive ameyjah Linux - Software 6 07-08-2010 09:51 AM
when i mount my USB Flash Drive A Messenge has come that mount: can't find /dev/sda/h feda82 Red Hat 2 12-24-2005 07:16 AM
when i mount my USB Flash Drive A Messenge has come that mount: can't find /dev/sda/h feda82 Red Hat 1 12-24-2005 04:25 AM
when i mount my USB Flash Drive A Messenge has come that mount: can't find /dev/sda/h feda82 Red Hat 2 12-24-2005 02:15 AM
mount usb module then mount usb hard drive guanyu Linux - Hardware 1 10-08-2003 11:50 AM


All times are GMT -5. The time now is 02:13 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration