installing trisquel 12 on a old laptop failed

17 réponses [Dernière contribution]
Gottfried
Hors ligne
A rejoint: 02/22/2022

Hi,

I downloaded the 3 Isos of Trisquel 12 and wanted to install it on the laptop, which I don´t want to connect to the internet.
It was Windows 7 installed on it earlier.
Sonny Laptop.

all 3 isos gave the same message:

failed to load ldlinux.c32

after that I tried to install Triskel 11.0.l1 and it worked.
I was able to install it.

So what is the difference between Trisquel 12 and 11 ?

2.
How can I upgrade to Triskel 12 now?
what are the possibilities?

thanks

Gottfried

icarolongo
En ligne
A rejoint: 03/26/2011

In the Terminal (Ctrl+Alt+T):

do-release-upgrade
eric23
Hors ligne
A rejoint: 06/30/2017

> So what is the difference between Trisquel 12 and 11 ?

Trisquel 11 is based on an older version of Ubuntu. You can read 12's announcement here:

https://trisquel.info/en/trisquel-120-ecne-release-announcement

Gottfried
Hors ligne
A rejoint: 02/22/2022

thanks

If I don´t connect to the internet, which I want,
and do a:

do-release-upgrade

I need a medium to draw from there.

Can I use an Iso from which I have on a usb-stick?
Or what do I have to have on the usb-stick
so that it will draw from there?

Ark74

I am a member!

I am a translator!

Hors ligne
A rejoint: 07/15/2009

maybe open an issue with the details on the hardware?

> failed to load ldlinux.c32

It sounds interesting to know what's going on there.

Gottfried
Hors ligne
A rejoint: 02/22/2022

What do you mean by "open an issue"

Do you mean to write here on this forum?

If so then:

starting the laptop with Trisquel 11 it says:

x86/cpu VMX disabled by bios, but then Trisquel starts...

hardware name: SonnyCorporation VPCEB4M1E/VAIO,
Bios R1140Y8 10/06/2010
memory 3986 MiB
intel i3 CPU , M 380 , @2,53 GHz
x86 64
CPU op-mode(s): 32-bit, 64-bit

is that enough?
if not, which command do I have to use in the terminal to get more info?

thanks

Staircase
Hors ligne
A rejoint: 02/24/2022

> Do you mean to write here on this forum?

No, not on this forum.

> What do you mean by "open an issue"?

That means that you can report your problem there: https://gitlab.trisquel.org/groups/trisquel/-/issues --- where developers work.

icarolongo
En ligne
A rejoint: 03/26/2011

How did you record the ISO? With Startup Disk Creator?

Gottfried
Hors ligne
A rejoint: 02/22/2022

I put it on my Ventoy usb-stick
that means I created a usb-stick with the programme Ventoy and there I have many Isos
which always work

icarolongo
En ligne
A rejoint: 03/26/2011

Please, choose another USB stick with at least 4GB of free space and use the Startup Disk Creator.

Gottfried
Hors ligne
A rejoint: 02/22/2022

I installed triskel 11 also with this ventoy usb-stick, and it worked.
interestingly with triskel 12 it did not work.

I can try according your piece of advice to choose another usb-stick with using startup disk creator.

Gottfried
Hors ligne
A rejoint: 02/22/2022

>>Please, choose another USB stick with at least 4GB of free space and use the Startup Disk Creator.

I did that, but I got the same error

> failed to load ldlinux.c32

sam-d16
En ligne
A rejoint: 09/28/2023

Hi Gottfried.
I wouldn't recommend using Ventoy – users have been complaining about a lot of errors recently. You could use “dd” with this command:

$ sudo dd if=trisquel_12.0_amd64.iso of=/dev/sdX bs=4M status=progress oflag=sync

sdX is your USB

"dd" is very stable, unlike any graphics programme)

Gottfried
Hors ligne
A rejoint: 02/22/2022

I have got triskel 12.0 amd64.iso

and it is on /dev/sdb this is the usb-stick

but the iso is in /dev/sdb1

I tried:

sudo dd if=triskel_12.0_amd64.iso of=/dev/sdb bs=4M status=progress oflag=sync
sudo dd if=triskel_12.0_amd64.iso of=/dev/sdb1 bs=4M status=progress oflag=sync

dd: failed to open: 'triskel_12.0_amd64': No such file or directory

Do you mean to open aramo and then try this command?

Do you mean to have the iso installed/prepared with usb-disk-creator or simply copied to the usb-stick?

I tried everything, always the same result.

icarolongo
En ligne
A rejoint: 03/26/2011

Where is your "triskel_12.0_amd64.iso" file? In Downloads?

If yes, you need to add the path:
Downloads/triskel_12.0_amd64.iso

Gottfried
Hors ligne
A rejoint: 02/22/2022

it is not in downloads,
but I put it on a usb-stick with usb-disk-creator, so only this is there

on an other usb-stick I simply copied it there, but there is no other file on this usb-disk

Gottfried
Hors ligne
A rejoint: 02/22/2022

do-release-upgrade

does not work on an other laptop, where I have aramo installed.
I saw something on the gitlab webpage.
May be it is still not working.

sam-d16
En ligne
A rejoint: 09/28/2023

Hi Gottfried,

Here's what you need to do:

1. Take your USB drive, plug it into your computer, and completely erase it—for example, using the GParted program.
Or use the following command:

$ sudo if=/dev/urandom of=/dev/sdX bs=4M status-progress 

Wait until the process is completely finished; I don't think your USB drive is 512 GB ))

2. After you’ve wiped your USB drive, plug it into your computer and check how it appears using the

$lsblk

command (for example, it will be sdb or sdc)

3. You have the Trisquel ISO image on your computer that you downloaded here https://trisquel.info/en/download

4. Now you need to write the Trisquel ISO image to your empty USB drive using the command

$ sudo dd if=trisquel_12.0_amd64.iso of=/dev/sdX bs=4M status=progress oflag=sync 

sdX is your USB drive