Ubuntu :: Tty Not Created At Boot?
Jan 12, 2010
ly after updating, tty consoles are not created during boot. When using Ctrl+Alt+F[1-6] I get a blinking cursor and no login prompt. When I use:
Code:
sudo getty -8 38400 tty1
a tty port is created and I get the login prompt.
View 1 Replies
ADVERTISEMENT
Jul 8, 2010
After an upgrade from 8.04 -> 10.04 my system is unable to boot. After a lot of work it seems that the blocking problem is that /dev/md0 is not being created in initramfs so the volume group containing the / file system is not being activated and therefore the boot fails at that point. In /sbin both mdadm and lmv exist and the arrays and volume groups can be created manually using them. The system can then complete booting. Updating initramfs after booting has no apparent effect.
Based on posts I have found I have tried adding raid=noautodetect and rootdelay=240 to the GRUB kernel command line separately and together with no effect, except delaying the boot. It seems that udev is not running correctly so I began digging through the udev rules but don't really understand how it actually works.In /lib/udev/rules I found;
85_mdadm.rules
85_lmv2.rules
If I were guessing (and I am) I would expect 85_lvm2 to be run before 85_mdadm, which is the wrong order. I also found 56_lvm.rules which doesn't seem to do anything. I would appreciate pointers of testing these rules to see what the problem is. It seems all of the pieces are there for this to wok correctly but there is something missing. How can I run or test a single rule? Which udevadm options test these rules,
View 2 Replies
View Related
Oct 12, 2010
I am new to ubuntu! I installed ubuntu and removed all partitions, now I have only one partition with 160 GB, Wanted to install again Xp but my laptop cant boot from CD/DVD, used GParted to create another partition and created one ntfs, but I have now one problem, ubuntu is not starting and I cant boot from CD. My laptop is Sony Vaio VGN-Fz18E .
View 8 Replies
View Related
Jan 23, 2011
Every time I boot 10.04 on my laptop, the file ~/.xsession-errors is created.
I post here the content of my ~/.xsession-errors and the output of dmesg:
NB: I'm running 10.04 on a Dell laptop m101z.
~/.xsession-errors:
View 2 Replies
View Related
Jul 1, 2011
Im trying to build an initrd image for my livecd using cpio -o -H newc, but the livecd can't boot. If I create the initrd image using mkfs.ext2 then it works.
View 2 Replies
View Related
Jan 6, 2010
In light of my previous achievement in wireless networking, I've decided to create a larger issue for myself to solve. Which hopefully I can get some help with. Because my system is totally kisspoped up, for those of you who get what that means. I was trying to install GRUB via the .txz package and it created a mirrored image of the /boot folder. Which for some reason contained the / folder. Which in turn held /boot and all the other folders / is expected to contain.
Now, trying to remove the extra /boot folder proved difficult, but once I finally was able to figure it out, I remembered I could removepkg and that would probably mend the situation. However, I was already 20-something percent through moving the files to trash. Now when I checked /, /boot was gone from there. Along with various other folders. SO! Apparently the /tmp/boot folder created was in reality the /boot folder, albeit in the wrong place and having the wrong contents. Somehow, one folder existed as two different versions of itself at the same point in time. Much as a Time Lord might. Deleting one made the other vanish with it.
Good news:I removed it via Thunar and it should be in the root user's trash /home and some other folders had yet to be trashed when I hit cancel, so I can still use some things Bad news:I never ran X as root, so I don't know if it HAS a trash folder I can only use things already started up because the binaries are gone, but the configuration files in /home are still there (although /usr/bin remains)
Ideally, there would be a big UNDO button somewhere in this long row of function keys. Reasonably, there should be some kind of restoration tool. Realistically, I think I'm going to have to reinstall the system, which wasn't easy in the first place due to my faulty disc bay which detects discs at will.
View 6 Replies
View Related
Aug 1, 2011
I'm a little bit confused with partitioning the filesystem in Linux. the difference between creating the file system with fdisk and mkfs (when formatting the disk). I can't clearly tell my problem, so please look at this picture:
View 2 Replies
View Related
Aug 31, 2010
when I tried to install Fedora on my pc, I got this error message " Defined Root partition not created a / boot/efi partition. I am trying to install it on a seperate hd. My main one has windows xp pro, but I do not want to interfer with that at all?.
View 14 Replies
View Related
Jun 30, 2010
I have a 500GB SATA drive in a USB enclosure that I use to backup my system.My first step was to clone the 500GB drive in my computer to the USB drive.Now I would like to use rsync to copy changes made since that cloning to the filesystem on the USB drive.But Ubuntu will not let me mount the filesystem because it has the exact same UUID as the main filesystem! I don't know how the UUIDs are created, but without a unique UUID I do not know how to do the mount.
View 5 Replies
View Related
Dec 9, 2010
I was able to create a new partition in my terminal using fdisk.
So basically this is just an additional partition in my currently installed linux (ubuntu). Now my problem is, how can I use that partition or how can I save files or install applications on it?
I tried creating a File system mkfs.ext3 /dev/sdb1, and I also mounted it, but when I copy files on the directory where I mounted it, it says "Permission Denied". I dont know if Im doing it correctly though.
View 1 Replies
View Related
Feb 10, 2010
is there a way i can use mv or another command to move a file to a directory that has not been created yet.Id like to be able to create the directory and move theile in one command. Can this be done? if so how
View 8 Replies
View Related
May 2, 2010
My boyfriend has an old IBM Thinkpad that he said I can use to install Ubuntu on and use it as a 2nd computer. Here's the problem, the computer doesn't have a CD drive, but does have USB. I've been trying to get a bootable USB drive created, but with no luck.
The USB drive is 2GB. Which Ubuntu would fit on here? The Thinkpad has a 20GB hard drive, and about 512MB memory. The processor I think is a Pentium III. I've even tried installing Ubuntu through the wubi.exe file, but it won't load. The current OS is a Japanese Windows 98. Do I need a bigger flash drive? The netbook remix version? or something else?
View 5 Replies
View Related
Mar 29, 2011
i have one static IP, how can i turn it into multiple IPs so i can run multiple games on one machine.
View 1 Replies
View Related
Dec 9, 2010
Im a new user of Linux, for my present activity, I was able to create a new partition in my terminal using fdisk.So basically this is just an additional partition in my currently installed linux (ubuntu). Now my problm is, how can I use that partition or how can I save files or install applications on it? I tried creating a File system mkfs.ext3 /dev/sdb1, and I also mounted it,but when I copy files on the directory where I mounted it, it says "Permission Denied". I dont know if Im doing it correctly though
Thanks
View 2 Replies
View Related
Jan 18, 2010
I can't figure out where to see when files and folders where created on the system. All I can see in Gnome and the terminal is the modification time. I also want to see the last access time.
View 2 Replies
View Related
Mar 4, 2010
I just finished installing Karmic Koala on my computer a little while ago... and I chose to partition the drive manually. My computer has 2 hard drives:
Here's the HDD which boots first and has Grub and Ubuntu on it:
[URL]
And my second HDD which has Windows and a backup partition called "datas":
[URL]
And here's a copy of my /etc/fstab file:
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
[code]....
The ext3 partition on the 250GB drive called "datas" is an old partition that I created while I was still using Intrepid... and it works just fine. However the partition called "archives", which I created during the installation of Karmic, doesn't seem to work properly. For some reason I can't write any files or folders on it. Why is that?
View 3 Replies
View Related
Jun 3, 2010
when I create a new text file in my pendrive, it become executable automatically. The text file name append with asterisk(*). However when I create a text file in Desktop, the created text file is normal and is not executable.
Another thing is when I copy a PDF file to my pendrive, it become executable file with asterisk (*) append after the PDF name. I've try copy whatever to pendrive but all end up with executable file.
View 6 Replies
View Related
Jun 17, 2010
who has a hitachi dvd cam. makes movies records them to dvd's. but the permissions of the disk do not allow for anybody to open them?
I can gksu nautilus to find the permissions of the disk are set to "-1 - user #-1"
what is this about and how do i fix it so that i can read/copy/do anything with the disk without root permission?
the owner permissions are set by the camera, i'm assuming, because the actual disk creation has nothing to do with ubuntu at all.
View 1 Replies
View Related
Aug 23, 2010
My son's laptop with Ubuntu on went belly up, so before we dumped it I salvaged the hard disk.....now some weeks later he remembers there is some things he wants on the disk. Luckily I had done nothing with it ....have just connected the disk to my system I can see everything above(should that be below) home but not anything in his account. Any bright ideas for getting at his data is there a way of mass changing permissions or whatever?
View 3 Replies
View Related
Oct 2, 2010
Everytime I open a drive, an icon shows up on the desktop. i hate that! i want a clean desktop free of icons so i can put pretty widgets and all that other junk . how do i stop this from happening?
View 2 Replies
View Related
Oct 17, 2010
I'm having problems trying to install Ubuntu 10.10 onto a partition that I have created. I boot from disc, select that I want to instal it to a partition and when I get to the list of available partitions, it is not listed.
View 7 Replies
View Related
Nov 23, 2010
I ran Scalpel to retrieve some files from an old HDD, what I didn't realise is how much larger the output from Scalpel is than the original disk space.
So what happened is at about 5% of files carved (pass 2/2) my disk space was full and the program aborted.
Then when I rebooted Ubuntu I can't get in unless using Recovery Mode.
I think this is because there is no disk space left. The error I get is to do with Gnome Power Manager not being configured, I never had this error before.
So I went into CLI prompt and performed 'find -maxdepth 2 | grep *.mpg' and I can see a tonne of mpg directores called ./~/mpg-1-6, ./~/mpg-1-7, etc, and they all have lots of files.
Now I have no way of deleting these, I tried using 'sudo rmdir */*mpg' and it cannot find the directory.
When I go to my home folder and 'sudo ls -al' these aren't listed.
The only way I can see them is using the 'find' command.
Can I chain the find command with a delete command somehow?
View 9 Replies
View Related
Dec 20, 2010
I wrote a very simple script to compile a Tex document and open the resulting PDF output file. The problem I have is that every now and then there are multiple PDF files in the same directory. For example if I have a file called test.tex I run my script and it compiles the test.tex and creates a file called test.pdf If there are only one tex and pdf file in this folder there is no problem. If there is also a 1.pdf in this folder the test.tex will compile and 1.pdf will open.
My question is: is there a way to open the exact pdf file that was created by the .tex file?
My script file is this:
#!/bin/sh
pdflatex *.tex
gnome-open *.pdf
View 5 Replies
View Related
Apr 26, 2011
I've created a live cd with wubuntu.iso on it and am having trouble getting it to deploy on another laptop. Is there another file in the remastersys folder that needs to be added so it will auto deploy? This is part of remastersys creation for cloning your system to deploy on another laptop/pc.
View 4 Replies
View Related
Jan 3, 2010
I created a few 'images' with Brasero a few days ago to burn at a future point in time, today. The first thing I noticed while copying the 'images' is that there were two files, one sans extension and one .toc, not the single .iso I'm used to dealing with.Unfortunately I did not have internet access while copying so I was unable to obtain clarification or how to proceed. So now I have around 50 of these pairs I would like nvert to music CDs.After much Googling I have yet to obtain any relevant info on how to proceed.
View 2 Replies
View Related
Jan 23, 2010
I installed Windows XP on my system using QEMU as a 2GB virtual drive in my home directory. I don't want to have it anymore, however I can't get rid of this 2GB used space with windows XP. I can't even delete QEMU, because the command sudo apt-get remove qemu tells me that package qemu is not installed. (however it is there, works, and is able to start Windows XP as usual).
How can I get rid of this qemu/Win XP and have 2GB of my home folder available again?
View 1 Replies
View Related
Mar 9, 2010
Alright, so, I booted using linux live, and was poking around Gparted, and was going to test some things on my extra hdd (80gb, IDE) -I thought that extra hard drive was selected, what I clicked Create Partition Table. Apparently, it was my primary hdd, (250gb Sata, Windows Vista x64) that was selected. I think I may have tried to cancel it after a few seconds, realizing what was happening, but yeah, it now shows the entire hdd as unallocated space. I immediately shut down the computer, pulled out linux live and tried to boot to windows, but I immediately got an error saying the disk couldn't boot, asking for a system disk.
There was a thread with a guy who had a similar thing happen to him, but the thread dropped off... [URL]
sudo ./testdisk_static
Opened testdisk for me, but now that testdisk is open, I'm not really sure what I need to do. I'm guessing that the boot sector on that hdd is gone. Are my files gone forever? There are some files that I don't have backed up on there, that I'm hoping are not gone. I would love it even more if I could somehow just repair that boot sector, and not have to reinstall everything on my machine.
View 9 Replies
View Related
Mar 10, 2010
I'm just trying to install Ubuntu server 9.10 to a logical volume manager partition. I have two physical disks of 250GB - each has a 10GB primary partition and 240GB logical partition for LVM
I created partions using 'manual partitioning'.
It shows:
LVM VG grpA 240GB
LVM VG grpB 240GB
SCSI1 (sda) 250GB
#5 logical 240GB K lvm
[Code].....
I want '/' (i.e root) to be on a logical volume in the lvm 'grpA' (on disk sda).
But the installer does not offer creation of Logical Volumes or their format - only seems to go as low as volume group. If I try continuing installer complains that 'no root file system is defined'.
Does anyone know how I create the LV and install with root there?
(On another machine with 9.04 I used the guided partitioning with use entire disk and lvm - that just worked putting root in the lvm... but this current machine needs a specific layout).
View 4 Replies
View Related
Apr 24, 2010
I've been using a LiveUSB I created using unetbootin from Windows Vista/7.
Whenever I use it to install Ubuntu (done it a few times now) or as a LiveUSB to try and rescue my installation, it never shuts down or reboots. It just starts the cycle then hangs on the white Ubuntu logo. As it never gets past this, I'm forced to hard power off, and I'm concerned this could be damaging my mounted system drives? I've decided I should be unmounting before I try and shut it down now, is there a proper way to do this, and can I fix the LiveUSB itself?
View 5 Replies
View Related
May 1, 2010
After finally getting Ubuntu 10.04 installed (with a few disasters along the way) I sought to recreate a shell script for backing up critical files that I had been using with 9.04. The destination for the files was /media/disk (with "disk" being the name that I had given to the USB flash drives in the past with 9.04.).
One drive mounted perfectly, and the shell script ran as it normally should. However, two other drives gave "file or directory not found" error messages and no files were copied. One of the drives lists its name as a very forbidding
"/media/5d588180-19eb-4656-8677-b652c4ed0003.
I attempted to re-name it to "disk", using e2label after un-mounting it, but that did not work? If I run the shell script on several different USB flash drives that I alternate, they must all have the same name.
View 1 Replies
View Related