[issue1353] grml2usb Fatal: installation on partition number >4 not supported.

ddio bts at bts.grml.org
Fri May 22 19:51:20 CEST 2015


New submission from ddio <ddio at jr0.de>:

Hi,

I wanted to install grml on a live stick with logical partitions, but got the 
error:

Fatal: installation on partition number >4 not supported. (BIOS won't support 
it.)

But as I bootet from an logical partition 5mins before I couldn't believe thats 
true, so I simple commented out these lines:

1808         if not os.path.isdir(device):
1809             if device[-1:].isdigit():
1810                 if int(device[-1:]) > 4 or device[-2:].isdigit():
1811                     logging.critical("Fatal: installation on partition 
number >4 not supported. (BIOS won't support it.)")
1812                     sys.exit(1)

and tried, and it worked! I don't know if it works on all modern Boards or only 
on some, or whatever. I have an Asrock Z77 Pro4 with P1.80...

So it's definitely not always right!

----------
messages: 4968
nosy: ddio
priority: wish
status: unread
title: grml2usb Fatal: installation on partition number >4 not supported.

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue1353>
_____________________________________


More information about the Bugs-changes mailing list