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

Michael Prokop bts at bts.grml.org
Tue Sep 8 00:48:42 CEST 2015


Michael Prokop <mika at grml.org> added the comment:

Hi,

sorry for the long delay in getting back to your bug report :(

* ddio wrote in grml's BTS on 20150522 / 19:51:

> 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!

Indeed, it's quite system dependent and possibly not even true by
default for the typical system nowadays. Since it's quite annoying
to end up with a non-bootable system though it still might be better
to be safe than sorry. Though we should adjust our error message and
support skipping this check.

Thanks for your bug report!

regards,
-mika-

----------
messages: 4968, 5439
nosy: ddio
priority: wish
status: chatting
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