Ubuntu :: Get Into Menu.lst And Fstab From Live Cd?
Nov 28, 2010
It looks like my problems with Error 15 are because I have UUID entries instead of root entries.
How can I access menu.lst and fstab using a live cd so I can edit the entries?
It looks like these files are on sda1.
View 3 Replies
ADVERTISEMENT
Aug 29, 2010
Due to my script error my boot/grub/menu.lst and etc/fstab files are ruined without being backed up first.
Anyone, the boot/grub/menu.lst and etc/fstab file of Ubuntu 10 LTS installed by default on HD (or whatever).
View 22 Replies
View Related
Apr 9, 2010
I have a question about mounting partitions. I thought of using UUID or LABEL in fstab and menu.1st Is there an advantage of one over the other?
View 5 Replies
View Related
Jan 2, 2010
I realized that my understanding of UUIDs in Linux to specifying hard disk partitions may be erroneous.
The proverbial wisdom is that one should not use hard-coded device specifications in fstab and in the boot menu.lst, such as /dev/sda1 etc. The reason normally given is that if hard disk order changes or the order of partitions change, then the entries will be incorrect since they are hardcoded to partitions following a specific order.
So my understanding was that using hard disk labels, in the form of LABEL=xxxx, or UUIDs in the form of UUID=some-uuid, would prevent these problems when disk order or partition order changed.
I decided to avoid the use of LABEL in case I wanted to change the LABEL on a partition to make the names of partitions more easily identifiable. I then thought that UUID was ideal since it never changed for a partition no matter even if I moved that partition to another drive or added another hard drive and thus changes the order of hard drives on my computer. I essentially thought that once UUID was determined for a partition, it never changed but was somehow part of the partition in the hardware of my computer.
Then I became curious of how a UUID was determined. I did this because I often make backups of partitions on external SATA drives and wanted to make sure that somehow the backup would not duplicate whatever Linux considers the UUID of a partition and present a Linux distribution with two UUIDS which are somehow the same and therefore confuse the Linux distribution to the point that I could not use it. I am aware that UUID means a unique id, but I wanted to make sure I understand how that unique id is determined in Linux. This is especially true since the tool I use to make backups of an entire partition is a Windows application, and not a Linux application, and I wanted to make sure that the backup partition UUID would not duplicate that of an existing partition.
In my very brief research in how a UUID is generated under Linux it appears that it is not something that is part of the hardware of the partition itself but rather a number generated by some parameters of the partition, one of which is the partition order.
If it is, it means to me that if I move a partition from one place to another, even on the same hard drive, or to another hard drive, a Linux distribution will no longer find the partition based on the UUID. In that case it seems as if the UUID is subject to the same weakness as the device specification in fstab and menu.lst in that the order of a partition or the placement of a partition on a particular hard drive will cause the designation to no longer refer to the same partition. In which case it appears to me that only the LABEL parameter is not subject to this weakness and as long as I keep distinct labels for all partitions on my hard drive I could theoretically move them around at will and a Linux distribution will find them correctly. I am aware of course that my computer must always find the boot partition to be able to boot a Linux distribution, so moving Linux parttions where I want them is subject to the ability of my computer to find them from the MBR of my hard drives. But in the main it now appears to me that the best way to insure that moving partitions does not keep a Linux distribution from botting correctly is to use LABEL, and not UUID, in fstab and menu.lst, and of course to make sure that if I decide to change the LABEL of a partition that I must change its entry in fstab and possibly menu.lst before rebooting that distribution.
If I have been wrong in my latest surmises I would appreciate being corrected, as the information I found on UUIDs and how they are generated may not be correct. Also if there is more exact information on exactly how partition UUIDs are generated in Linux I would appreciating anyone pointing it out to me.
View 10 Replies
View Related
Jan 19, 2010
I have installed Fedora 12 i686 Live to a 200 mb partition on an external drive. Before the install I created a 6.7 GB ext3 partition and a 45 GB ext3 partition. The live cd copied the image to a 200 mb partition.
partition 2bce0f9d-53a6-4ec2-b5ad-1a6915c74260 is 45 GB
partition 4683EB23BED2EB34 is 102.6 GB NTFS
partition b7240ff1-0807-42ba-e172-bff5872519ad is 6.7 GB
[code]....
Will creating an entry in fstab sdb6 and sdb8 allow the fedora distrib dvd to install to the external hd? How do I create the entries?
I have a raid0 hd with windows xp pro. When i try to shrink the partition using anaconda, I get a disk error and the comper locks up. I have to shut off the ups to reboot.
View 11 Replies
View Related
Apr 15, 2009
I have been battering with FC10 and software RAID for a while now, and hopefully I will have a full working system soon. Basically, I tried using the F10 live CD to setup Software RAID 1 between 1 hard drives for redundancy (I know its not hardware raid but budget is tight) with the following table;
[Code]....
I set these up by using the RAID button on the partition section of the install except swap, which I set-up using the New partition button, created 1 swap partition on each hard drive that didn't take part in RAID. Almost every time I tried to do this install, it halted due to an error with one of the raid partitions and exited the installer. I actually managed it once, in about...ooo 10-15 times of trying but I broke it. After getting very frustrated I decided to build it using just 3 partitions
[Code]....
I left the rest un-touched. This worked fine after completing the install and setting up grub, reboot in to the install. I then installed gparted and cut the drive up further to finish my table on both hard drives. I then used mdadm --create...etc to create my RAID partitions. So I now have
[Code]....
View 2 Replies
View Related
Jan 5, 2010
What would be the best way list disk and partitions in the fstab file?
View 1 Replies
View Related
Jan 15, 2010
I've had two hd's in my box forever. for more space and backup reasons. Well I have started running the Debian Squeeze distro since December. I've had many issues, some are still unresolved. but now I'm running into major headaches with the fstab. Specifically dealing with/wondering why UUID's are used instead of the old /dev/hd? I was a little annoyed when I tried Kubuntu to find /dev/sd? used instead of /dev/hd? but that was workable. But the UUID's are a nightmare. Here's my problem.
My main box is finally giving up the ghost. The mobo is dying. So in order to do some tests I took my hd bundle (my two hard drives with their cables) physically out of the box and temp installed them in a test box. I wanted to do some benchmark and other tests. I got all kinds of errors. I found that the system wasn't recognizing the UUID's listed in fstab. My concern is when the new mobo gets here next week I won't simply be able to plug the hd's in like I always have been and just let Linux reconfigure itself (Debian used to be good about this). I really don't want to have to clean reinstall if it's not needed.
So for this I have two questions. WHY developers decided to drop using /dev/hd? or even /dev/sd? ?
And is it possible to revert fstab's listings back to the old /dev/hd? settings. In debian fstab had lines commented out showing how each partition was listed in it's /dev/hd? status during install.
I'm getting really sick of all these archane changes in ALL aspects of linux that don't seem to have any good explaination or need.
View 4 Replies
View Related
Jun 20, 2011
how to add acronis .iso file to LiveMode boot menu and booting from it?
View 1 Replies
View Related
Jan 19, 2010
I've apparently changed my fstab file and now my boot drive fails to mount. The original file is still there "fstab.BAK". How do I rename the current fstab to another name and rename the fstab.BAK to fstab? Since this is read only in the /etc directory I have not been able to make this happen from a command prompt.
View 9 Replies
View Related
Dec 21, 2010
I have the same problem with an Ubuntu 10.04 live CD. Whenever I attempt to boot (Lu|U)buntu from a live CD/USB, on most computers. it works just fine. However, on two computers, the live media starts off just fine with the main menu (Try Ubuntu without installing, etc.), then, when I select any option except 'Boot from First Hard Disk', after a few seconds, the CD stops spinning or the USB loses power. I'm convinced it's not a problem from the media, since it works perfectly fine on some computers.
Sysinfo:
Code:
Host Name: OWNER-PC
OS Name: Microsoftr Windows VistaT Home Premium
OS Version: 6.0.6001 Service Pack 1 Build 6001
OS Manufacturer: Microsoft Corporation
[code]...
View 1 Replies
View Related
May 2, 2011
To make Unity useful for me I need to make some changes. I wonder if it's possible to:
1. Hide the top panel or (better) remove it completely (I can live without global menu).
2. Make the Unity Launcher work like a panel - so it won't be possible to move windows behind it.
View 2 Replies
View Related
Mar 4, 2011
I've created live squeeze usb-hdd with syslinux as boot manager:LB_BOOTLOADER="syslinux". Now if I boot from this usb-hdd image I get in the boot menu:
Live
Live (failsafe)
Live 686
Live 686 (failsafe)
How to configure to put these "failsafes" away?
View 5 Replies
View Related
Mar 4, 2010
How can I create a multi bootable (with menu) cd/dvd that contains a number of live cds? Is there any "easy" way of doing this? Isolinux is the way to go I guess, but is there any tool available for this?
View 2 Replies
View Related
Feb 27, 2011
I have already read the related threads but unfortunately, none of the solutions works/ applies to my problem: Having Ubuntu 10.10 as bootable DVD, I am trying to upgrade from Jaunty. When I do so however, after selcting "Install Ubuntu 10.10" in the installer menu I get the "unable to find medium containing live file system" error. I already installed grub2 and set acpi=off, my DVD is on primary master and, obviously boots as well.
View 9 Replies
View Related
Sep 8, 2010
I've done a good few ubuntu installations for friends and colleagues and now my Dad wants in on the action. His PC is more than capable of running ubuntu 32 bit BUT I've hit a brick wall I've never come across before. I've burnt a CD image of the 10.04 iso from [URL] on my ubuntu box and for some reason, his PC just won't boot from it. If I select the option to manually select the boot source, all I see is the hardware monitor telling me things like CPU temperature. As for the Live USB - nothing whatsoever. Is it possible that I've managed to corrupt the iso file somehow?
View 3 Replies
View Related
Apr 28, 2011
Live CD: I dowloaded the ISO, burned it to CD, booted from this CD. It starts to load and I can see the purple background with the loading icons. Everything seems normal. But instead of ending up with the login screen, it ends up with a screen that says 'Please remove all bootup media and hit ENTER' or something like this. So I hit enter and then it shuts off my computer. That's it.
Live Stick: So I tried another option and created a stick with 'usb-creator.exe' that is on the CD. Then I start from that stick, but all I end up is a line of 'Syslinux bla bla copyright 20xx-2011'. That's it. Then it does nothing anymore. The cursor is blinking, but no prompt or whatsoever and keyboard input doesn't do anything.
Now something weird: When I insert Live CD and Live Stick at the same time and then boot my computer, then it boots into Ubuntu. Obviously it loads the first parts from CD and then the rest from stick. Because when I'm then in Ubuntu and try to format the stick, it says it can't do so, because there's system files from that stick in use.
View 5 Replies
View Related
Nov 9, 2010
I can't seem to find this anywhere. I have burned Debian 5.06 for i386 and trying to login when running the live cd. What is the username and password to get in?
edit....
I found 'user' and 'live' but they don't work.
View 10 Replies
View Related
Aug 18, 2010
I need aufs support/patch for kernel 2.6.34.1 as i i need to create a live linux distro for my organization and linux live scripts (the scripts which I am using for creating live linux distro) require aufs and squashfs support. There is a directive for squashfs in kernel configuration file but nothing for aufs and the patch available at linux-live site seems not to work.
View 14 Replies
View Related
Feb 1, 2011
Howto create USB Live image using live-helper under Lenny?
View 1 Replies
View Related
Sep 22, 2009
I just downloaded OpenSuse 11.1 64 bit live cd from it's official site.I have live usb creater in my xp box , with the help of which I successfully created live USB for fedora 11 earlier. Now the problem is whenever I try to create live usb using Opensuse live ISO image after extracting all files to usb , it gets failed.The same thing is happening with OpenSolaris 11 live cd iso image. Does this mean that live usb creater I have, was only foe Fedora distros?
View 4 Replies
View Related
Jul 8, 2010
When I edit my applications menu to to hide games they stay on the menu. Everything else hides when prompted.
View 6 Replies
View Related
Jul 12, 2010
I installed the Global Menu Bar applet for my top panel, thus removing the menu bar from most, if not, all of my apps on Ubuntu. I removed the applet, mainly because of how God-Awful and inconvenient it was. Now, I don't have any menu bars on my apps!
View 3 Replies
View Related
Mar 16, 2010
i found a tutorial to auto-mount ntfs drivers at kubuntu start
[URL]
but i can't find the K menu > System Settings > Advanced Tab > Disk & File Systems menu.it disappeared in kubuntu 9.10?
View 2 Replies
View Related
Jul 2, 2010
I'm brand new to Linux and Ubunto 10.04.On the menu bar at the top of my desktop I seem to have attracted some kind of bug!The Log Out Symbol repeats itself across almost the entire menu bar and I cannot remove it. If I remove other buttons from the menu the space is immediately replaced by more Log Out Buttons.When I hover on the icon I get the message 'Log out of this session to log in as a different user' and when I right-cllick to click on 'Remove from Panel' or 'Move' nothing happens.It is not possible to right-click on another part of the menu bar to change the Menu Properties.
View 1 Replies
View Related
Jul 8, 2010
I'm looking for a way to hide the icons in the Gnome menu bar.
The only thing i've found is the gconf-editor and unchecking /desktop/gnome/interface/menus_have_icons, but that only affects the System menu and not Applications and Places...
Example:
Must be like:
How to disable them ?
I'm running Ubuntu 10.04LTS with Gnome 2.30
View 5 Replies
View Related
Aug 5, 2010
I've been using Ubuntu for about 5 years now. I just installed it on one of my neighbors computers.I tried deleting an applet from the top menu bar and the entire menu bar disappeared. I click on the add new menu bar and it just throws something up on the side. I'm using 10.04. I never had this problem before.
View 8 Replies
View Related
Oct 14, 2010
i am using the global menu applet on ubuntu desktop edition. almost all of the apps shows its main menu on the global menu applet, but lyx doesn't. am i the only one experiencing this problem? i am using updated maverick.
View 2 Replies
View Related
Jan 7, 2010
I have installed Hamfax via apt which shows up in usr/share/Hamfax.I also installed hamradiomenus from apt but there is no ham radio menu and no sign of Hamfax anywhere in any menu.I checked Main Menu editor and there is a generic entry for ham radio which is italicised showing there's no entries under it.How do I get Hamfax on a menu? I remember adding Hamfax on my old desktop PC and it was immediately available in accessories. How do I enable it to a menu?
View 1 Replies
View Related
Feb 15, 2010
9.10 has no menu.lst file and hitting ESC to does not bring up the grub menu. How can we set bootup options or boot an alternate kernel? I would really like to set the resolution at boot time so that my console (Ctrl-Alt-F5, for example) has 80 columns instead of 40. (What a stupid default, gigantic Commodore-64-like text!) It would also be nice if the Login screen could be set to the resolution that I want.
In previous releases, there were ways to do this. In 9.10, I haven't been able to figure out how.
Is there a document explaining all of the radical changes?
View 5 Replies
View Related