Did you try Clonezilla live >= 2.6.7-28 or 20200703-focal and choose the 2nd item "KMS with large font & To RAM" in the boot menu? https://clonezilla.org/downloads.php
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not sure if this is the right place, but I wanted to share with everyone that you can change the resolution of Clonezilla GRUB boot screen.
I have a DELL XPS 15 as well.
Yes, I agree, booting up with Clonezilla Live CD, with the defaults, on a high res screen, it is almost impossible to read the menu (especially being a short-sighted person like me) .
The searches on the forum or internet only lead to either:
a) Use "KMS with large font & To RAM" option
(yeah ok, but that's AFTER the initial menu, I gotta be able to read the menu first, before I can select that option);
In the end, I thought, heck, there must be a graphic or font settings somewhere in the grub.conf that I can change.
If you look at Boot > Grub > Grub.conf
About line 18
"
if loadfont $pref/unicode.pf2; then set gfxmode=auto
insmod gfxterm
"
where it says set gfxmode=auto, change the word auto to something like 640x480 or 1024x768, or whatever resolution you want.
Save the file and reboot.
You should be able to read the Clonezilla boot menu now.
Hopefully this info will help someone out there.
👍
1
Last edit: Chief 2021-06-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Chief, Thank you so much for this simple fix. It works. I have an update as of 19 Feb 2024.
1. Prepare a USB flashdrive by creating a 600 MB partition formatted to FAT32. Assign the drive a letter, for example, “E:.”
2. Open https://clonezilla.org/downloads.php.
3. Click alternate stable - 202401116-mantic.
4. Select CPU architecture amd64.
5. Select file type zip.
6. Click Download.
7. Extract the downloaded file--clonezilla-live-20240116-mantic-amd64.zip—to the root directory E:.
8. On the flashdrive backup E:\boot\grub\grub.cfg.
9. With Wordpad open E:\boot\grub\grub.cfg.
10. Change the line "set gfxmode=auto" to "set gfxmode=1920x1080."
11. Save E:\boot\grub\grub.cfg as plain text document.
12. Restart and boot from the USB flashdrive as you normally would. See the Clonezilla banner screen with font you can read.
13. Select “Clonezilla live VGA (800x600) [sic].”
14. Proceed as you normally would.
👍
1
Last edit: Gregor Spinney 2024-02-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I boot clonzilla on my xps15 with a 4k screen the font size is too small to be legible. Is there some way of making it larger?
Did you try Clonezilla live >= 2.6.7-28 or 20200703-focal and choose the 2nd item "KMS with large font & To RAM" in the boot menu?

https://clonezilla.org/downloads.php
Steven
Not sure if this is the right place, but I wanted to share with everyone that you can change the resolution of Clonezilla GRUB boot screen.
I have a DELL XPS 15 as well.
Yes, I agree, booting up with Clonezilla Live CD, with the defaults, on a high res screen, it is almost impossible to read the menu (especially being a short-sighted person like me) .
The searches on the forum or internet only lead to either:
a) Use "KMS with large font & To RAM" option
(yeah ok, but that's AFTER the initial menu, I gotta be able to read the menu first, before I can select that option);
b) Make your own Grub font size with grub2-mkfont
(which I couldn't get it to work, because the standard GRUB structure and Clonezilla Grub structure are different, and I am too dumb to figure it out)
example tutorial: https://unix.stackexchange.com/questions/31672/can-grub-font-size-be-customised
In the end, I thought, heck, there must be a graphic or font settings somewhere in the grub.conf that I can change.
If you look at Boot > Grub > Grub.conf
About line 18
"
if loadfont $pref/unicode.pf2; then
set gfxmode=auto
insmod gfxterm
"
where it says set gfxmode=auto, change the word auto to something like 640x480 or 1024x768, or whatever resolution you want.
Save the file and reboot.
You should be able to read the Clonezilla boot menu now.
Hopefully this info will help someone out there.
Last edit: Chief 2021-06-08
Chief, Thank you so much for this simple fix. It works. I have an update as of 19 Feb 2024.
1. Prepare a USB flashdrive by creating a 600 MB partition formatted to FAT32. Assign the drive a letter, for example, “E:.”
2. Open https://clonezilla.org/downloads.php.
3. Click alternate stable - 202401116-mantic.
4. Select CPU architecture amd64.
5. Select file type zip.
6. Click Download.
7. Extract the downloaded file--clonezilla-live-20240116-mantic-amd64.zip—to the root directory E:.
8. On the flashdrive backup E:\boot\grub\grub.cfg.
9. With Wordpad open E:\boot\grub\grub.cfg.
10. Change the line "set gfxmode=auto" to "set gfxmode=1920x1080."
11. Save E:\boot\grub\grub.cfg as plain text document.
12. Restart and boot from the USB flashdrive as you normally would. See the Clonezilla banner screen with font you can read.
13. Select “Clonezilla live VGA (800x600) [sic].”
14. Proceed as you normally would.
Last edit: Gregor Spinney 2024-02-19