Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Multiboot problem with Slackware 14.2, FreeBSD 11 & Solaris 10 Post 303037744 by Neo on Monday 12th of August 2019 07:03:35 AM
Old 08-12-2019
First, to get started, please post the output of the following (wrap your cut-and-paste with code tags):

Code:
fdisk -l

Then, we will take it from there ....

Last edited by hicksd8; 08-12-2019 at 12:51 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Multiboot problem Help plz??

I have installed Win98 OS .......1st then RH7.2 with GRUB bootloader okay i.e in the Grub there is two choices 1-Linux 2-Dos also I install bootloader of linux in MBR -master boot record- when select Linux an error : ... (6 Replies)
Discussion started by: atiato
6 Replies

2. UNIX for Dummies Questions & Answers

FREEBSD to SLACKWARE COnversion

Hi I got a dedicated system for UNIX now- Right, I installed FREEBSD and could not get a program to work due to In Compatability. So I got files for SLACKWARE installed on my XP machine- I transferred them to the FREEBSD Partition. I have 2 more linux partitions and a Linux swap... (1 Reply)
Discussion started by: TiGerUK2002
1 Replies

3. UNIX Desktop Questions & Answers

Creative Dxr3 dvd-card & FreeBSD

Has any1 get Dxr3 working, it looks like its not supported by hardware list but there supposed to be unofficial drivers for bsd... but the link is dead. And i wondered if any1 has it working (1 Reply)
Discussion started by: sputnick
1 Replies

4. UNIX for Dummies Questions & Answers

FreeBSD & Red Hat

Hi, I'm a total new beginner to Unix! :confused: I am currently looking to move a website I own from my existing web hosts to Rackspace. My website currently runs from a server using the FreeBSD UNIX variant operating system but Rackspace seem to think if I move it to them I can still run... (2 Replies)
Discussion started by: duffbeer
2 Replies

5. Solaris

AIX & Solaris 10 problem

I have this command in my script and it's working fine with AIX: ls init?*.ora 2>/dev/null | egrep -i -e "" the same command is failing in Solaris 10. does anyone have better idea how to make it work for both ? Thanks (1 Reply)
Discussion started by: talashil
1 Replies

6. Solaris

problem network with solaris 10 & vmware

Hello The first sorry for mi bad english I install a solaris 10 on vmware. I follow the steps to configure the network, but i can't do work :( I follow the next steps: # vi hosts "hosts" 6 líneas, 82 caracteres # # Internet host table # ::1 localhost loghost workshop ... (10 Replies)
Discussion started by: capilla
10 Replies

7. Slackware

Slackware router problem

I have a Slackware box that I've set up as a router for my home network. It does that and zoneminder and that's pretty much it. It's worked fine for a few years doing this until today. Today the power went out and the UPS could only keep this machine up for about 45 mins before it ran out of... (1 Reply)
Discussion started by: orsty9001
1 Replies

8. Red Hat

Problem with scientific Linux multiboot

Hello, I have a multi-boot system with windows and openSuse. The boot loader is from Suse and the menu worked fine. Today I installed Scientific Linux and am having trouble with the boot loader. The SL install is on a different drive than the windows and Suse. As is typical, the SL installer has... (3 Replies)
Discussion started by: LMHmedchem
3 Replies

9. Solaris

Multiboot on a laptop: windows Solaris Linux

Hi Just want to share.... Multiboot: winlinsos; June 2016 Lenovo x230, 4GB - No internal DVD driver I have # fdisk -l Disk /dev/sda: 120.0 GB, 120034123776 bytes, 234441648 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O... (0 Replies)
Discussion started by: van12
0 Replies

10. UNIX for Beginners Questions & Answers

Multiboot problem with Slackware 14.2, FreeBSD 11 & Solaris 10

I want to install Slackware 14.2, FreeBSD and Solaris 10 on a p4 machine but multiboot is not working as lilo overwrites grub and btx boot loader can't detect others. I had to boot slackware and Solaris with the installation disc for a good number of times. I installed all boot loaders on MBR. The... (0 Replies)
Discussion started by: vectrum
0 Replies
Locale::Codes::LangVar(3)				User Contributed Perl Documentation				 Locale::Codes::LangVar(3)

NAME
Locale::Codes::LangVar - standard codes for language variation identification SYNOPSIS
use Locale::Codes::LangVar; $lvar = code2langvar('acm'); # $lvar gets 'Mesopotamian Arabic' $code = langvar2code('Mesopotamian Arabic'); # $code gets 'acm' @codes = all_langvar_codes(); @names = all_langvar_names(); DESCRIPTION
The "Locale::Codes::LangVar" module provides access to standard codes used for identifying language variations, such as those as defined in the IANA language registry. Most of the routines take an optional additional argument which specifies the code set to use. If not specified, the default IANA language registry codes will be used. SUPPORTED CODE SETS
There are several different code sets you can use for identifying language variations. A code set may be specified using either a name, or a constant that is automatically exported by this module. For example, the two are equivalent: $lvar = code2langvar('arevela','alpha'); $lvar = code2langvar('arevela',LOCALE_LANGVAR_ALPHA); The codesets currently supported are: alpha This is the set of alphanumeric codes from the IANA language registry, such as 'arevela' for Eastern Armenian. This code set is identified with the symbol "LOCALE_LANGVAR_ALPHA". This is the default code set. ROUTINES
code2langvar ( CODE [,CODESET] ) langvar2code ( NAME [,CODESET] ) langvar_code2code ( CODE ,CODESET ,CODESET2 ) all_langvar_codes ( [CODESET] ) all_langvar_names ( [CODESET] ) Locale::Codes::LangVar::rename_langvar ( CODE ,NEW_NAME [,CODESET] ) Locale::Codes::LangVar::add_langvar ( CODE ,NAME [,CODESET] ) Locale::Codes::LangVar::delete_langvar ( CODE [,CODESET] ) Locale::Codes::LangVar::add_langvar_alias ( NAME ,NEW_NAME ) Locale::Codes::LangVar::delete_langvar_alias ( NAME ) Locale::Codes::LangVar::rename_langvar_code ( CODE ,NEW_CODE [,CODESET] ) Locale::Codes::LangVar::add_langvar_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale::Codes::LangVar::delete_langvar_code_alias ( CODE [,CODESET] ) These routines are all documented in the Locale::Codes::API man page. SEE ALSO
Locale::Codes The Locale-Codes distribution. Locale::Codes::API The list of functions supported by this module. http://www.iana.org/assignments/language-subtag-registry The IANA language subtag registry. AUTHOR
See Locale::Codes for full author history. Currently maintained by Sullivan Beck (sbeck@cpan.org). COPYRIGHT
Copyright (c) 2011-2013 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.16.3 2013-04-12 Locale::Codes::LangVar(3)
All times are GMT -4. The time now is 05:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy