K
K
konura2016-09-12 09:33:36
htaccess
konura, 2016-09-12 09:33:36

Why doesn't the BIOS show a bootable USB flash drive with linux?

Hello. I ran into a problem while setting the startup priority of devices in bios. A flash drive with win xp / 7 looks great in bios, unlike a flash drive with linux on board.
What could be the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
PolarOne, 2016-08-04
@PolarOneBear

We leave only get parameters
RewriteCond %{REQUEST_URI} /index.php
RewriteRule ^(.*)$ site.ru [R=301,L]
Redirect
RewriteCond %{QUERY_STRING} ^id=229
RewriteRule ^.*$ /supermodel/? [R=301,L]
In general, as you understand, you don’t need a redirect, but a NC via htaccess
Two or more GET parameters
We want a URL like: site.ru/cat/dev/, the server will process the command — site via .htaccess .ru?id=cat&p=dev
RewriteRule ^([az]+)/([az]+)/$ ?id=$1&p=$2 [L]
Tyrnet info, but the method won't work for you either because it's for Latin.

A
Alexander Dyuzhev, 2016-09-12
@dukeraccoon

1. UEFI
2. The system recognizes only x32-bit distributions
3. Broken image uploaded to a Flash drive
4. Broken GRUB on a flash drive

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question