Home > lilo error > lilo error duplicated volume id

Lilo Error Duplicated Volume Id

Login lilo duplicated volume ID The place to post if you need help or advice Moderators: ChriThor, LXF moderators Post a reply 7 posts • Page 1 of 1 lilo duplicated volume ID by SimonRobert » Tue Dec 27, 2005 7:28 pm Hi recently, I don't know why, I have been getting a lilo error. First on boot a black screen with LIL across the top for 40 secs, then ERROR: DUPLICATE VOLUME ID. The bot prcess then takes a while to start and the visible part (Mandriva 2006 official) takes an age checking file systems. Also the whole system seems slower, apps taking more power to use, stuttering mouse movements when two or more memory intensive things running. All new. I have checked. The advice is to run lilo -T vol-id. This produces BIOS Volume ID 0x80 0D179473 0x81 0D179473 * Volume ID's are NOT unique. '*' marks a volume ID which is duplicated. Duplicated ID's must be resolved before installing a new boot loader. The volume ID may be cleared using the '-z' and '-M' switches. Running lilo -z -M /dev/hdb or even the same for hda makes no difference. As the advice says then run lilo -v to re-install. How can I actually see what these bios ids relate to in drives? Does it make any difference? It may relate to the USB dvd burner as when I load a dvd on this device the entire system slows down to access it. Again new, but attempting to remove BIOs IDs from disk drives just results in lio saying they're inaccesable. Help recieved gratefuly. Simon SimonRobert Posts: 6Joined: Sat May 28, 2005 9:41 am Top RE: lilo duplicated volume ID by shifty_ben » Fri Feb 03, 2006 12:27 am I assume you are running all this as root? I had a similar issue a while back, I cant remember how I solved it, but as I am quite bad at remembering I am also quite anal at writing things down I will hunt out what I did and post back if/when I find it. Thats even assuming you havent already resolved it? ---B Taskerhttps://www.bentasker.co.uk shifty_ben LXF regular Posts: 1293Joined: Tue Oct 04, 2005 9:56 amLocation: Ipswich Website Top RE: lilo duplicated volume ID by SimonRobert » Tue Feb 21, 2006 6:56 am Please could you look out y

this post in threaded view ♦ ♦ | Report Content as Inappropriate ♦ ♦ lilo 'duplicate volume id' issue after attaching esata enclosure The subject line pretty much says it all. I've been happily using lilo to boot from my internal 4-disk sata array (md, raid 1) for a while now and I recently bought an external sata enclosure. I cabled it up to my machine, added 4 disks I had sitting around, and on boot, lilo throws a 'duplicate vol-id detected' error and halts... I did a bunch of googling, and it looks like if I could just get booted, running 'lilo' would actually fix the problem, but I can't get lilo booted past this error. Ideas on how I can fix/remove https://linuxformat.com/forums/viewtopic.php?t=1995 the vol-id from the external disks? -- Douglas J Hunley ([hidden email]) Twitter: @hunleyd                                               Web: douglasjhunley.com G+: http://goo.gl/sajR3 Michael Mol Reply | Threaded Open this post in threaded view ♦ ♦ | Report Content as Inappropriate ♦ ♦ Re: lilo 'duplicate volume id' issue after attaching esata enclosure On Mon, Apr 23, 2012 at 8:30 http://gentoo.2317880.n4.nabble.com/lilo-duplicate-volume-id-issue-after-attaching-esata-enclosure-td121474.html AM, Doug Hunley <[hidden email]> wrote: > The subject line pretty much says it all. I've been happily using lilo > to boot from my internal 4-disk sata array (md, raid 1) for a while > now and I recently bought an external sata enclosure. I cabled it up > to my machine, added 4 disks I had sitting around, and on boot, lilo > throws a 'duplicate vol-id detected' error and halts... > I did a bunch of googling, and it looks like if I could just get > booted, running 'lilo' would actually fix the problem, but I can't get > lilo booted past this error. > > Ideas on how I can fix/remove the vol-id from the external disks? I *think* those are going to be filesystem labels. If it's ext-based, you should be able to use tune2fs to change them. Is there a reason you can't boot from a liveDVD or similar, chroot in, and run lilo? You'll have to get to a working system to change things one way or another... -- :wq Douglas J Hunley Reply | Threaded Open this post in threaded view ♦ ♦ | Report Content as Inappropriate ♦ ♦ Re: lilo 'duplicate volume id' issue after attaching esata enclosure On Mon, Apr 23, 2012 at 08:47, Michael Mol <[hidden email]> wrote: > On Mon, Apr 23, 2012 at 8:30 AM, Doug Hunley <[hidden email]>

Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about http://serverfault.com/questions/195345/generate-a-new-volume-id-in-linux Stack Overflow the company Business Learn more about hiring developers or posting ads with us Server Fault Questions Tags Users Badges Unanswered Ask Question _ Server Fault is a question and answer site for system and https://github.com/a2o/lilo/blob/master/readme/README.volumeID network administrators. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Generate lilo error a new Volume ID in Linux up vote 1 down vote favorite Sparing most details/reasons, I have a situation in which I'm cloning drives for mass production. Some of them are being installed in servers that only need one disk (in that case this is a non-issue), but some are being installed in servers that will use 2 of them in RAID1. In another case we're building a tool to assist the lilo error duplicated admin in replacing a faulty disk by ensuring the new disk is large enough and then copying the MBR and Partition Table, and then adding it to the RAID1. When this happens LILO complains about duplicate volume IDs (which makes sense). This is why I would like to generate new volume IDs for the partition being added to the RAID1 array. Does it make sense to use sfdisk to rewrite a disks partition table, or is there a more straightforward command/technique to create a new volume id for an existing volume? linux raid software-raid mdadm fdisk share|improve this question asked Oct 27 '10 at 14:32 andyortlieb 604618 add a comment| 1 Answer 1 active oldest votes up vote 1 down vote accepted Read the mbr from the disk, change the disk signature which is the 4 bytes @ offset 440 in the mbr then write it back to the disk. dd if=/dev/sda of=mbr.dat bs=512 count=1 sigchange.pl # see script below dd if=newmbr.dat of=/dev/sda bs=512 count=1 Note: I tested this by saving the output of od -x for mbr.dat and newmbr.dat and then running a diff on the 2 text files which shows that only the relevant 4 bytes are changed. #!/usr/bin/perl #sigchange.pl open FILE,"

Sign in Pricing Blog Support Search GitHub This repository Watch 2 Star 1 Fork 0 a2o/lilo Code Issues 0 Pull requests 0 Projects 0 Pulse Graphs Permalink Branch: master Switch branches/tags Branches Tags feature/xvda-support master Nothing to show Nothing to show Find file Copy path lilo/readme/README.volumeID Fetching contributors… Cannot retrieve contributors at this time Raw Blame History 240 lines (181 sloc) 9.9 KB Technical Documentation for LILO 22.5 and later Use of the Volume ID (aka serial number) updated: 20-May-2003 MOTIVATION ========== In the past, the biggest headache to getting LILO to boot reliably was the determination of the assignment of BIOS device codes to disks. This assignment is made by the BIOS, and is quite simple on single hard disk systems: the hard disk receives BIOS device code 0x80. However, even two disk systems can confuse LILO if the disks are attached non-sequentially: viz., if the disks are /dev/hda and /dev/hdb, they are assigned device codes 0x80 and 0x81, respectively; however, if the disks are /dev/hda and /dev/hdc (perhaps, /dev/hdb is an IDE CDROM), LILO will mistakenly think that the second disk is 0x82. Just because /dev/hdb is not mentioned in the configuration file (/etc/lilo.conf), does not mean that it does not exist. But on a two-disk system, attaching the second disk to the second IDE controller has performance advantages. The solution was to explicitly tell LILO, in the configuration file, that the second disk was attached as /dev/hdc: viz., disk = /dev/hda bios = 0x80 disk = /dev/hdc bios = 0x81 The above assignment can be determined automatically in most cases, if the system was booted with a recent version of LILO that supports the "BIOS data check". This scheme makes the results of certain key BIOS calls available to the Boot Installer (/sbin/lilo), even though it cannot execute BIOS calls directly (far too dangerous). However, if one used a rescue disk created with another boot loader, the BIOS data check information is not available, and the necessity of the two lines above becomes necessary for

 

Related content

lilo error messages

Lilo Error Messages table id toc tbody tr td div id toctitle Contents div ul li a href Eileen Pollock a li ul td tr tbody table p Haritas Ara lar Sayfa Ba lant lar l ili De i iklikler zel Sayfalar Sponsors Di er Diller Deutsch Espa ol SDBtart maKayna g rge mi SDB LILO fails Error messages and relatedl their interpretation tagline openSUSE sitesinden Konu ba l klar lilo lil Symptom Interpretation Solution Data for support Symptom When booting p h id Eileen Pollock p with LILO the machine hangs after displaying a part of the word LILO

lilo error 0x07

Lilo Error x p Error Codes eg L L etc x Internal Error This code is generated by the sector read routine of relatedl the LILO boot loader whenever an internal inconsistency is detected This might be caused by corrupt files Try re-building the map file Another possible cause for this error are attempts to access cylinders beyond while using the LINEAR option x Illegal Command This shouldn't happen but if it does it may indicate an attempt to access a disk which is not supported by the BIOS Definitely check to see if the disk is seen by the

lilo error 99

Lilo Error p p p Calendar Forum Actions Mark Forums Read Quick Links Today's Posts View Site Leaders Advanced Search Forum OLD Archives OLD Newbie Area Lilo Error L at Boot If this is your first visit be sure to check out relatedl the Forum Rules by clicking the link above You may have to register before you can post click the register link above to proceed To start viewing messages select the forum that you want to visit from the selection below Results to of Thread Lilo Error L at Boot Thread Tools Show Printable Version Email this Page

lilo error duplicate volume id

Lilo Error Duplicate Volume Id p Again LILO still gives Error duplicated volume ID Ask a Question Sign up for Free Experts currently online Ask Questions for Free Again LILO relatedl still gives Error duplicated volume ID - Linux I read in the news that this error had been fixed in version I'm still receiving it maybe due to a unusual conf Here my config and what happened linux slackware kernel Asus PC-DL deluxe dual Xeon flashed BIOS to vers Adaptec S Results to of LinkBack LinkBack URL About LinkBacks Bookmark Share Add Thread to del icio usTweet this thread

lilo error duplicate volumeid

Lilo Error Duplicate Volumeid p Login lilo duplicated volume ID The place to post if you need help or advice Moderators ChriThor LXF moderators Post a reply posts bull Page of lilo duplicated relatedl volume ID by SimonRobert raquo Tue Dec pm Hi recently I don't know why I have been getting a lilo error First on boot a black screen with LIL across the top for secs then ERROR DUPLICATE VOLUME ID The bot prcess then takes a while to start and the visible part Mandriva official takes an age checking file systems Also the whole system seems slower

lilo error

Lilo Error table id toc tbody tr td div id toctitle Contents div ul li a href What Is A Lilo a li li a href Lilo Lil a li ul td tr tbody table p summary is excerpted from Werner Almsberger's LILO User Documentation A P When LILO loads itself it displays the word relatedl LILO TT Each letter is printed before or after p h id What Is A Lilo p performing some specific action If LILO fails at some point the letters printed li-lo so far can be used to identify the problem P A P Output

lilo error codes

Lilo Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Eileen Pollock a li ul td tr tbody table p summary is excerpted from Werner Almsberger's LILO User Documentation A P When LILO loads itself it displays the word relatedl LILO TT Each letter is printed before or after lilo lil performing some specific action If LILO fails at some point the letters printed p h id Eileen Pollock p so far can be used to identify the problem P A P Output TH Problem TH TR THEAD nothing TD No part

lilo error 0x40

Lilo Error x p Case and Cooling Fetish CPU Motherboard Technologia Mobile Computing Outpost relatedl Networking Matrix Other Hardware Agora Classifieds Ars DIY Forum Name TBD Operating Systems Software Battlefront Microsoft OS Software Colloquium Linux Kung Fu Windows Technical Mojo Distributed Computing Arcana Macintoshian Achaia Programmer's Symposium The Server Room Ars Lykaion Gaming Extra Strength Caplets The Lounge The Soap Box The Boardroom The Observatory Ars Help Feedback Ars Subscription Member Areas Image Galleries Boot error x posts Corona Ars Praetorian Registered Mar Posts Posted Sun Apr pm Fortunately I'm not talking about my home machine here There is a

lilo error li

Lilo Error Li p will ever be answered You can be published anonymously - just let us know Help on LILO stopping at LI From Alessio Frenquelli Answered By Heather relatedl Stern Hello I start thanking you for any help I am stuck at this stage I am not a GURU on LINUX and I cannot overcome the problem Therefore I cannot really point to what has been changed or went wrong Under the Internet I found many many errors entries pointing to LILO not being able to load in a disk that is above the cylinders Heather Yes it

lilo error 0x07 usb

Lilo Error x Usb p dynDNS it - DNS dinamico gratuito - Free dynDNS p p p p Sign in Pricing Blog Support Search GitHub option form This repository Watch Star Fork pbatard rufus Code Issues Pull requests relatedl Projects Wiki Pulse Graphs New issue Undetermined error a href https github com pbatard rufus issues https github com pbatard rufus issues a while formatting Closed FrancisBehnen opened this Issue Nov middot comments Projects None yet option form Labels None yet option form Milestone No milestone option form Assignees pbatard participants FrancisBehnen commented Nov a href https en wikipedia org wiki

lilo error 0x01

Lilo Error x p HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Newbie LILO Disk Error Code x User Name Remember Me Password Linux - relatedl Newbie This Linux forum is for members that are new to Linux Just starting out and have a question If it is not in the man pages or the how-to's this is the place Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our community you will have the ability to post topics receive our