diff --git a/helpers/DATA/ubiquity/stepPartAsk.ui b/helpers/DATA/ubiquity/stepPartAsk.ui
new file mode 100644
index 0000000..f37bc47
--- /dev/null
+++ b/helpers/DATA/ubiquity/stepPartAsk.ui
@@ -0,0 +1,406 @@
+
+
+
+
+
+ True
+ False
+ 20
+ 20
+ 20
+ 20
+
+
+ True
+ False
+ True
+ vertical
+
+
+ True
+ False
+ start
+ 6
+ 6
+ This computer uses Windows BitLocker encryption. You need to turn off BitLocker in Windows before installing Trisquel. For instructions, open this page on a phone or other device: <a href="https://help.ubuntu.com/bitlocker">help.ubuntu.com/bitlocker</a>
+ True
+ 100
+ True
+ 0
+
+
+ False
+ True
+ 0
+
+
+
+
+ False
+ False
+ 0
+ 6
+ ../pixmaps/qr-help-ubuntu-com-bitlocker.png
+
+
+ False
+ True
+ 1
+
+
+
+
+
+
diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity
index 4508fe3..697f3f4 100644
--- a/helpers/make-ubiquity
+++ b/helpers/make-ubiquity
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2011-2022 Ruben Rodriguez
+# Copyright (C) 2011-2023 Ruben Rodriguez
# Copyright (C) 2019 Mason Hock
#
# This program is free software; you can redistribute it and/or modify
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
-VERSION=31
+VERSION=32
. ./config
@@ -28,6 +28,10 @@ VERSION=31
# Fix some gtk labels for Orca
patch -p1 < $DATA/a11y.patch
+# Revert changes to advanced features page
+cp $DATA/stepPartAsk.ui gui/gtk/stepPartAsk.ui
+sed '/# Advanced features in new installs/,/^$/d' -i ubiquity/plugins/ubi-partman.py
+
# Do not try to start orca on ubiquity-dm
sed 's/osextras.find_on_path.*orca.*/False: # Disabled by trisquel changes/' -i bin/ubiquity-dm
@@ -220,6 +224,7 @@ replace archive.ubuntu.com/ubuntu archive.trisquel.org/trisquel .
replace security.ubuntu.com/trisquel archive.trisquel.org/trisquel .
replace archive.ubuntu.com archive.trisquel.org .
replace security.ubuntu.com archive.trisquel.org .
+replace help.ubuntu.com/bitlocker trisquel.info/en/wiki/bitlocker .
#sed -i 's/apt-install/true #apt-install/' ubiquity/components/check_kernels.py
sed -i 's/apt-install/true #apt-install/' scripts/check-kernels
#sed -i '82s/True/False/g' gui/gtk/stepPrepare.ui