You are not logged in.

#1 2017-11-21 21:43:41

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Clonezilla as boot entry

I've tried the wiki, but nothing specific, and I've tried variations on grub2 (BIOS) entries found around the web to get a clonezilla live iso at boot, but I'm drawing a blank.

If I use the entries from the clonezilla website, I get an error informing me I need to load the kernel first.

I did try modifying at boot, and made it past that error to get one telling me it can't find intiramfs.

Is there a failsafe way to boot a clonezilla iso via grub2 on Arch, using BIOS.

I know it can be done, I used to have it working, but since then, I was using burg (without the clonezilla boot) for a couple of years, and have recently gone back to grub2, but I'm drawing a blank.

I had a look specifically at https://wiki.archlinux.org/index.php/Mu … _USB_drive and http://clonezilla.org/livehd.php but neither are giving me a result.

If you need more info, tell me what. If I've failed to find something obvious, please also tell me. After three hours, I'm out of ideas.

Last edited by Roken (2017-11-21 21:45:43)


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#2 2017-11-21 21:52:05

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Clonezilla as boot entry

No idea about "clonezilla", but to boot an iso see http://www.syslinux.org/wiki/index.php?title=MEMDISK

Offline

#3 2017-11-22 22:34:59

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Re: Clonezilla as boot entry

memdisk is promising, but the hoops you have to jump through mean it's not the answer.

Previously, however I managed it, was just a standard grub2 entry, and that's what I want. I'm not scared of directly editing grub.cfg. It's the entries I need to know.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#4 2017-11-23 07:40:07

seth
Member
Registered: 2012-09-03
Posts: 51,213

Offline

#5 2017-11-24 22:33:49

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Re: Clonezilla as boot entry

Thank you, but...

I thought I'd tested that, but gave it another go. Still getting the message telling me I need to load the kernel first (Loop doesn't seem to be available when it tries to load).


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#6 2017-11-24 22:47:39

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Clonezilla as boot entry

How about...

menuentry "clonezilla" {
   set isofile="/path/to/clonezilla.iso"
   loopback loop (hd0,4)$isofile
   linux (loop)/live/vmlinuz boot=live components config findiso=$isofile ip=frommedia toram=filesystem.squashfs union=overlay username=user
   initrd (loop)/live/initrd.img
}

Obviously editing the isofile and loop addresses for your system.

Last edited by Slithery (2017-11-24 22:47:59)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2017-11-24 22:50:38

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Clonezilla as boot entry

find /boot/grub -iname '*loopback*'

Offline

Board footer

Powered by FluxBB