Ubuntu Installation :: Can't Get Head Around Hd(0,0) And Sda1 Conversion?

Mar 16, 2010

I'm setting up my menu.lst for GRUB Legacy (downgraded from GRUB2 in 9.10) and I'm just having difficulty getting my head around converting the /dev/sda1, sda2 etc to hd(0,0), (0,1).

My partitions are as follows:

sda1 = Windows XP (ntfs primary partition)
sda2 = Windows Vista (ntfs primary partition)
sda3 = Linux boot (small ext2 primary partition)
sda4 = extended partition
sda5 = Windows XP second different installation (ntfs logical partition)
sda6 = Ubuntu 9.10 root (ext3 logical partition)
sda7 = linux-swap (swap logical partition)

As I said, I am trying to set these up in GRUB, but cannot work out what all the hd(0,x) equivalents are. I *thought* it was just a case of subtracting 1 from the sdax number, but it doesn't appear to be that way.

View 2 Replies


ADVERTISEMENT

Ubuntu Installation :: Cannot Mount /dev/sda1 In Live CD

Jun 8, 2011

In a desperate attempt to play Tomb Raider, I have shrunk the /dev/sda1 with GParted in Maverick Live CD (the same one I used to install) then installed WinXP on it. Unfortunately for reason X, XP simply does not boot. So again I am in the Live CD, I have deleted the XP partition and am now trying to fix Grub2. In all the tutorials, you need to mount the normal partition. Which is what I am trying to do, but:

Code:
sudo mount /dev/sda1
mount: can't find /dev/sda1 in /etc/fstab or /etc/mtab

So there in nothing that I can do. Under "Places" I see my 489GB file system but I cannot mount it.

At least I am getting Internet through the Live CD and I always have Knoppix on hand.

EDIT: I should tell you that there is a boot flag on the /dev/sda1.

View 1 Replies View Related

Ubuntu Installation :: Permission Denied While Trying To Open /dev/sda1?

Mar 25, 2010

When, from the live cd I try to execute

Code:
e2fsck -y /dev/sda1
All i get is:[code].......

View 3 Replies View Related

Ubuntu Installation :: SDA1 Mounted On /CDROM While Booting From CD

May 5, 2010

I'm trying to install Lucid on a computer with windows already present. When I ran trough the install procedure no drives show up at the partitioning stage. So I check some things out and it turns out that /dev/sda1 is mounted to /cdrom and I can't umount it because it says the disk is in use. I'm booting with the live-cd downloaded from ubuntu. Why is this happening? Previously with older live-cd's I always have to mount the HD manually if I wanted to access it for any reason?

View 2 Replies View Related

Ubuntu Installation :: Grub 2 With Windows On /dev/sda Linux On /dev/sda1

Jun 5, 2010

I tried to update my system from 9.10 to 10.04 but when the system boots it says that it can not find the symbol for grub_puts_ and drops me into grub rescue.

I have a live disc and have been trying to get grub to reinstall following the advice from different websites and forum threads. It seems that everything goes smooth until I get to the part where you run update-grub. At that point I get the following:

/usr/sbin/grub-probe: error: cannot find a device for / ( is /dev mounted?).

My configuration is as follows:

windows is loaded on /dev/sda1. fdisk -l lists this partition as bootable.
linux / is loaded on /dev/sdb1
/usr is loaded on /dev/sdb5
/var is loaded on /dev/sdb6
/home is loaded on /dev/sdb9

[Code]....

this is where I have problems. it says: /usr/sbin/grub-probe: error: cannot find a device for / ( is /dev mounted?).

View 2 Replies View Related

Ubuntu :: Bootup Error Messages "render Ring Head Not Reset To Zero Ctl 00000000 Head 02001000 Tail 00000000 Start 02001000"

Feb 3, 2011

So everytime I resume Ubuntu from hibernation, it remains black for a time then 2 messages on the screen appear for about 10 seconds before I can log-in:

Code: [ 0.556247] [drm:init_ring_common] *ERROR* render ring head not reset to zero ctl 00000000 head 02001000 tail 00000000 start 02001000 [ 0.556320] [drm:init_ring_common] *ERROR* render ring head forced to zero ctl 00000000 head 00000000 tail 00000000 start 02001000

View 3 Replies View Related

Ubuntu Installation :: Wrongly Mkfs To /dev/sda1 Insted Of /dev/sdb1 Data Deleted?

Jun 6, 2011

I had a working Ubuntu 9.10 with Windows 7 installed, and i was writing an image of IPCOP [URL] to the USB drive incorrectly, i did mkfs on my primary partation i.e. /dev/sda1 now i am trapped in situation, i was trying to write and usb-hdd image of ipcop on USB Drive, while doing so, i have given following commands

1. mkfs.vfat /dev/sda1
2. e2label usb-pen
3. zcat filename > /dev/sda1

* now the stupid thing i have done, is given /sda1( My HDD ) instead of /sdb1 (USB Drive), it has successfully loaded IPCOP bootable on my primary drive, and my laptop is not working now.

Laptop Partation Info:
/dev/sda1 - NTFS (Windows 7 Prof)
/dev/sda2 - NTFS

[code].....

now i want to get my partitions & data back, if anybody have idea about how to get rid of this situation. The good thing i have done, is that, i didn't tried to install anything on the drive after this happened, with hopes that i can get my data back i guess that it can be recovered but confusion is that, which data recovery software to use, and for linux or windows, as i had my data on NTFS filesystem and currently there is Free Space and EXT4 partition.

View 2 Replies View Related

Ubuntu Installation :: Re Partition Space In Middle Of Drive Without Messing With Windows(sda1&2) And Shared Part

Jul 23, 2010

I've dual booted Ubuntu and Windows for years now and I've installed OSx86 on a separate drive which Grub2 picked up automagically and everything has been working great -- except I'm out of space. So I bought a 1.5 TB drive and installed win7 into sda1 (100MB NTFS bootloader for windows) and sda2 (50 GB NTFS windows drive). I now want to install two or three flavors of Linux. I'm thinking Ubuntu 10.04, Debian 5.05, and (if I'm bold enough) gentoo. each in 50GB partitions. I've already partitioned the drive a bit putting a 1.2 TB shared NTFS partition at the end (sda10), and a 2 GB swap parition just before that(sda9) My questions are:

(1) can all my linux distro's share that 2GB swap, or does each need it's own dedicated swap partition (installers generally assume you do)?

(2) can I re-partition space in the middle of the drive without messing with windows(sda1&2) and the shared part. (sda10)?

View 9 Replies View Related

Ubuntu Installation :: Dual Boot With Debian - Write /dev/sda1 To The Bootloader Rather Than /dev/hda1 Using Grub-mkconfig?

Aug 19, 2010

I installed Debian on my PC and then installed Ubuntu. This worked fine and I could dual boot between the two. The PATA disk was /dev/hda on debian and (I think) /dev/sda on Ubuntu. I copied the entire disk to a sata disk using dd from knoppix and put the PATA one to one side. Now the Ubuntu comes up fine but when I boot debian, it complains about references to /dev/hda1, which is present in grub - root=/dev/hda1. Debian now expects sda references rather than hda references. How do I persuade Ubuntu to write /dev/sda1 to the bootloader rather than /dev/hda1 using grub-mkconfig?

View 1 Replies View Related

Fedora Installation :: Database Conversion From Mysql 4.1.22 To Mysql 5 For A Client?

Apr 2, 2009

I have the latest LAMP running on F10 but need to do a database conversion from mysql 4.1.22 to mysql 5 for a client.

View 4 Replies View Related

Ubuntu :: Replace 10.04 On SDA1 With 10.04?

Aug 20, 2010

Usually if I want to do a fresh install I just wipe the disk, but this time I really want to keep my home partition and overcome a libwnck bug that can only be beaten with a fresh installation.

So I need to completely replace 10.04 on partition 1 (root) and link it to partition 2 (home). How do I do this?

View 3 Replies View Related

Ubuntu :: Sda1 And Sdb1showing As The Same?

Feb 7, 2011

i'm having quite the time trying to automount both my windows partition and sd card on boot. when i go into pysdm, it shows that sda1(windows) is actually sdb1(which is my card) so my windows partition wont ever automount! heres a pic along with my fstab:

Quote:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc

[Code]....

View 3 Replies View Related

Ubuntu :: 10.04 Can't Mount Its Own Partition (/dev/sda1)

Feb 26, 2011

I turned on my laptop today and noticed a load of unfamiliar startup text so I knew something was wrong. Now whenever I startup my laptop, GRUB loads fine but when I try to start Ubuntu it says the following:

Quote:

mount : mounting /dev on /root/dev failed : No such file or directory
mount : mounting /sys on /root/sys failed : No such file or directory
mount : mounting /proc on /root/proc failed : No such file or directory

[code]....

so all I'm left with is this BusyBox command prompt. I'm on a live Ubuntu CD right now and if I try to mount /dev/sda1 either in the terminal (with the mount command) or with the GUI it just gets stuck.

Quote:

This will provide you with a list of your drives and partitions, you need to pick the one that your root file system is installed to, it will be something like /dev/sda1 but in my case I can't even mount /dev/sda1. When I run sudo fdisk -l heres what I get

Quote:

ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders

[code]...

thats weird because I rebooted with a live Ubuntu CD and didn't even try to mount /dev/sda1 this time. The instructions were to then try to mount the drive from the GUI so heres what happens when I do that: it attempted to mount it for about a minute then gave me this error message When I tried again heres the error it gave me The problem seems to be that /dev/sda1 can't be mounted for some reason.

I don't know what that error message means and I don't know what else I can do to further diagnose /dev/sda1 and find out why it can't be mounted. Ordinarily I'd just reinstall Ubuntu but I have a couple of lab reports that I had saved on that partition so I'm in trouble if I can't figure out how to access the partition.

EDIT: At the end of that other thread someone recommends to use testdisk to recover the data from the partition. All I really need to do is get those lab reports back but I had them saved inside a Windows 7 guest on Virtual Box. Will this complicate matters a lot for me?

UPDATE: I tried to reinstall Ubuntu and it wouldn't work. Seems this is a bigger problem than I suspected. Does this mean my harddrive is corrupted? I can still use the Windows 7 partition but I take it that the Ubuntu installer not working is a bad sign.

View 3 Replies View Related

Ubuntu :: Dd If=/dev/zero Of=/dev/sda1 \ Low-level Formatting An HD From Another Computer?

Jan 8, 2010

I am in 9.10 LiveCD , low-level formatting an HD from another computer, but when i did# dd if=/dev/zero of=/dev/sda1 dd does something , but at 413 MB stops

root@ubuntu:~# dd if=/dev/zero of=/dev/sda1
dd: writing to `/dev/sda1': Input/output error
806433+0 records in

[code]....

View 9 Replies View Related

Ubuntu :: Move /usr Directory From Sda1 To Sdb1?

Jun 16, 2010

I have 2 hard disks, one is full and I would like to move my /usr directory from sda1 to sdb1.

I tried the following..

sudo mkdir /driveb
sudo mount /sdb1 /driveb
cd /driveb
sudo mkdir /usr
sudo cp -b --copy-contents -r /usr /driveb/usr
code....

I don't fully understand the difference between a directory and a mount point and I may be treating them wrong.

I would like /usr to point to sdb.

is it possible, or should I try to change my path instead and ignore this problem?

View 8 Replies View Related

Ubuntu :: Change Sda2 To Sda1 Using Fdisk?

Dec 1, 2010

I'll avoid the details of what got me here and get right to the point.I have two primary partitions on 1 hard drive. sda1 is my fat32 recovery partition and sda2 is my ntfs windows xp partition. I need to know how to change the order around so xp is sda1 by using the terminal in the ubuntu live cd.

View 9 Replies View Related

Ubuntu :: Unable To Mount /dev/sda1 - Can't Find Volume

Aug 21, 2010

The problem I'm having didn't seem to be covered in other posts. Despite following what is supposed to be a straigtforward method, I am still unable to mount /dev/sda1.

Using Ubuntu 10.04 LTS LiveCD - Lucid Lynx

sudo /bin/bash
fdisk -lDisk /dev/sda: 250.1 GB
Disk identifier: 0xa08ea08e
Device Boot Start End Blocks Id System

[Code].....

I find it strange that fdisk sees the drive but mount doesn't.

View 2 Replies View Related

Ubuntu :: Reinstalled Grub2 Multiple Times Before, But On /dev/sda1, Now It Is Not?

Oct 15, 2010

I've reinstalled Grub2 multiple times before, but Ubuntu was on /dev/sda1, now it is not. Here is my partition table:

/dev/sda1 - 105GB - Windows
/dev/sda2 - 200GB - Extended
/dev/sda5 - 110GB - Media

[code]....

View 4 Replies View Related

Ubuntu :: Sda1 Full, Cleanup Commands Not Working

Oct 25, 2010

I have had the same problem of /dev/sda1 becoming full and have been able to fix it with the commands:

sudo apt-get clean
sudo apt-get autoremove
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade

But this time I am still unable to free significant space. Here is the output of various commands.

df -h
/dev/sda1 5.6G 5.4G 0 100% /
varrun 498M 108K 498M 1% /var/run
varlock 498M 0 498M 0% /var/lock
udev 498M 76K 498M 1% /dev

[Code].....

View 1 Replies View Related

Ubuntu :: Unable To Open -m/dev/sda1 - No Such File Or Directory

Dec 31, 2008

I have two large HDD's in my windows based system. Of course I partitioned them and such (by the way the OS is XP Home) I decided that i would like to try Ubuntu so set up a live CD of version 8.10. now I used the install directions on the disk and installed onto a external 500 gig HDD.Now I can't boot to XP and I get GRUB errors. Some times iit's error 17 sometimes it's 21 . I try using the command terminal ...sudo ms-sys /dev sda1 (my boot-able NTFS disk) but I get "Unable to open -m/dev/sda1, No such file or directory"

View 5 Replies View Related

Ubuntu :: /dev/sda1 Or UUID Xxxxxxx Not Found After Upgrade To 10.04 From 9.10

May 28, 2010

I was upgrading from 9.10 to 10.04 and now my HDD can't boot at all to the 2.6.34-rc6 kernel, I get dumped to the busybox shell, and when I select the 2.6.30.9 I get "The hard drive for / is not ready or not present."

I can see the drive fine with fdisk -l, /dev/sda1 is my HDD, but when booting something isn't working right. Also, is there a way to make GRUB 2 automatically show the menu so I don't have to hold down the shift key?

View 5 Replies View Related

Debian :: Dev SDA1 Causes Low Disk Space

Jun 28, 2010

My problem: 1GB-capacity dev SDA1 got filled up to 100% and made system unusable in less than one month. No downloads or updates were made during this period of time. I don't know which files/programs would be safe to delete since it all seem to be system files.

Here is a screen-shot that might shed some light on what is happening

[URL]

View 14 Replies View Related

Fedora :: Got A Message That The Sda1 Filesystem Was Corrupt?

Jan 8, 2010

I had an interesting problem with my workstation this morning. When I booted the system I got a message that the sda1 filesystem was corrupt. I ran fsck on all the unmounted filesystems and found them to be clean. I then booted from the F12 live CD and checked the file systems again using 'Disk Utility' - everything appeared to be clean. However I still couldn't boot the system. I eventually reinstalled F12 from the Live CD.

Seems to be a bit strange as all the checks I ran showed the file system to be OK.

View 2 Replies View Related

Fedora Hardware :: HDD With Several Partitions - SDA1 Begins As SDA

Oct 27, 2010

I am just wondering if I have a HDD with several partitions, sda1, sda2, sda3, sda4. SDA is how Linux understund entire HDD, and sda1 is the first partition. But the question is if first 512 bytes of sda1 are the same as first 512 bytes in sda.

View 3 Replies View Related

General :: Use Fdisk To Make Sda2 Sda1?

Jan 25, 2010

I used GParted to delete my first partition,then moved my second partition to the beginning of the disk. That all went well, but the partition table still shows an unused entry of 0 blocks listed at partition 1. How do I get rid of that entry and make my old second partition sda1?

View 1 Replies View Related

General :: Cannot Access Sda1 Through Command Prompt

Apr 7, 2011

I am trying to access another partition on my drive through the command prompt. I have tried to access it through the /dev directory but when I input "cd ./sda1" or "cd /sda1" it says no such file or directory.

View 8 Replies View Related

General :: Cannot Boot Sda1 - Load Kernel First

Jul 3, 2011

Ubuntu 9.1 is installed in sda1, however, while creating a separate boot partition an error occurred and now I can not boot sda1. I get the message load kernel first. I have tried without success to learn to load a kernel.

View 5 Replies View Related

Ubuntu Multimedia :: EPS To JPG Conversion?

Apr 1, 2010

I have generated some .eps figure which I needed to show one by one. I converted them using convert file.eps file.jpg but the generated files were kind of blurred (not much, but they are not of the same quality as the .eps files) Is there anything to do to get a good conversion? Also, which is better, is/are there any image viewer package that would help show the .eps files as .jpg files? I have tried, gthumb, gqview, f-spot, image magic (display).

View 8 Replies View Related

Ubuntu :: Looking For A Desktop Conversion App?

Apr 5, 2010

Anyone know of a desktop app that allows me to quickly plug in kb, gb, bytes, etc. and have them converted? I know there's lots of web apps, but was fishing to see if there was a desktop app to facilitate this.

View 1 Replies View Related

Ubuntu :: PHP Files Conversion To JPG?

Oct 29, 2010

I have a couple of files which are categorized as .php, is there a way of converting them into something readable in UBUNTU.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved