PROBLEM IN INSTALLING FEDORA 21 FROM LIVE USB
by BIJOY NIRMAL
Dear Sir/Madam,I am a user of Fedora 20.I am booting it from live USB using the live USB creator.Recently I downloaded the updated version the Fedora 21 for 32-bit computers.When I try booting the same from the same usb drive using live USB creator the systerm is showing an error which is mentioned as :
SYSLINUX 4.04 EDD 2011-04-18 COPYRIGHT(C) 1994-2011 H.PETER ANVIN ET AL VESAMENU. C 32: NOT A COM 32R IMAGE
BOOT :
System specifications :Dual core processor 32-bit processor
RAM :2 GBPen drive specifications : 4 gb pen drive
The error message is diaplayed in DOS mode screen.The system is not booting from the USB drive.Please check the issue and go through that for solving the same .I expect your valuable suggestions to sort out the issue as i want to use the updated version in my system.Please reply at the earliest.
RegardsBIJOY NIRMAL
8 years, 9 months
tools/livecd-creator
by Bruno Wolff III
tools/livecd-creator | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e6e734c68cb4e70c513ac0f52bcf112a5f0fcf92
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Sun Dec 14 21:16:48 2014 -0600
Note lz4 compression in help
Now that lz4 is in the 3.19 kernel, it can be used for live iamges.
diff --git a/tools/livecd-creator b/tools/livecd-creator
index f761d14..e1f760d 100755
--- a/tools/livecd-creator
+++ b/tools/livecd-creator
@@ -57,9 +57,9 @@ def parse_options(args):
imgopt.add_option("", "--compression-type", type="string", dest="compress_type",
help="Compression type recognized by mksquashfs "
"(default xz needs a 2.6.38+ kernel, gzip works "
- "with all kernels, lzo needs a 2.6.36+ kernel, lzma "
- "needs custom kernel.) Set to 'None' to force read "
- "from base_on.",
+ "with all kernels, lzo needs a 2.6.36+ kernel, lz4 "
+ "needs a 3.19+ kernel, lzma needs custom kernel.) "
+ "Set to 'None' to force read from base_on.",
default="xz")
imgopt.add_option("", "--releasever", type="string", dest="releasever",
default=None,
8 years, 9 months