LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-03-2009, 08:13 AM   #1
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Rep: Reputation: 65
Problem with installing ubuntu 9.04 from hard disk


Hi,
I downloaded the ubuntu 9.04 cd.iso and put it in windows c:\ drive.
Downloaded this "grub4dos-0.4.4".
Making a folder named "boot" in c:\ drive and inside it made another folder named grub.
Copied everything from "grub4dos-0.4.4" to c:\boot\grub.
Extracting the ubuntu.iso copied the vmlinuz and initrd.img to c:\boot

In menu.lst added this
title UbuntuInstallerlinux
kernel (hd0,0)/boot/vmlinuz
initrd (hd0,0)/boot/initrd.gz

In c:\boot.ini added this
C:\grldr=Start GRUB


Rebooting when i select the UbuntuInstallerlinux it starts loading but after sometime it promts me saying enter 'help' for built in command.
Nothing to do from there.

Would anyone please tell what to do now?
 
Old 05-04-2009, 02:08 AM   #2
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
ubuntu on windows

Dear sir,
why put it on 'c' ? Give it it's own partition.
 
Old 05-04-2009, 08:55 AM   #3
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Original Poster
Rep: Reputation: 65
Quote:
Originally Posted by Fred Caro View Post
Dear sir,
why put it on 'c' ? Give it it's own partition.
Would you please explain it in detail?
 
Old 05-04-2009, 09:02 AM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Fred is saying partition the HD so Ubuntu has it's own partition.

Basically, stick the ubuntu live cd in your computer and reboot.

Choose "install Ubuntu"

At the partitioning screen, choose the option where Ubuntu will share the HD with windows, usually the first option.

Go along with the install and reboot when it's done.

Notes, always have a windows install/recovery disc handy.

Defrag and delete temp files in windows, then reboot and let it idle for a few, then reboot into ubuntu livecd.

Don't choose any option where Ubuntu will take the whole disk.
The Ubuntu grub installer should automatically see windows and add it to menu.lst
 
Old 05-12-2009, 09:05 PM   #5
bincho_fan
LQ Newbie
 
Registered: May 2009
Distribution: ubuntu
Posts: 1

Rep: Reputation: 0
it seems that you forgot to specify the root for grub itself,
add the code below "title UbuntuInstallerlinux":
Code:
root (hd0,0)
 
Old 08-27-2009, 07:53 PM   #6
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Original Poster
Rep: Reputation: 65
Quote:
Originally Posted by linus72 View Post
Fred is saying partition the HD so Ubuntu has it's own partition.

Basically, stick the ubuntu live cd in your computer and reboot.

Choose "install Ubuntu"

At the partitioning screen, choose the option where Ubuntu will share the HD with windows, usually the first option.

Go along with the install and reboot when it's done.

Notes, always have a windows install/recovery disc handy.

Defrag and delete temp files in windows, then reboot and let it idle for a few, then reboot into ubuntu livecd.

Don't choose any option where Ubuntu will take the whole disk.
The Ubuntu grub installer should automatically see windows and add it to menu.lst
After choosing install ubuntu , i'm not getting any option to choose partition where ubuntu will share the HD.

After sometime a black screen like a terminal(something like initframes) enter help for built in command.

Nothing to do from there.

Tried putting the ubuntu.iso i c:\ drive and putting on a different empty partition.

Same result.
 
Old 08-27-2009, 08:33 PM   #7
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
try
kernel (hd0,0)/boot/vmlinuz root=/dev/sda1
or maybe it's root=ramfs can't remember which one works
 
Old 08-27-2009, 08:53 PM   #8
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Original Poster
Rep: Reputation: 65
Quote:
Originally Posted by colorpurple21859 View Post
try
kernel (hd0,0)/boot/vmlinuz root=/dev/sda1
or maybe it's root=ramfs can't remember which one works
What does it mean by ramfs?
 
Old 08-27-2009, 08:58 PM   #9
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Original Poster
Rep: Reputation: 65
Will the ubuntu.iso desktop do?
Is the alternate cd.iso necessary to install from windows?
 
Old 08-27-2009, 09:13 PM   #10
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
the filesystem is running from ram and not from a hardrive filesystem not sure of the exact wording for it. on some cd,s i had to extract the entire iso to the hardrive to get it to boot maybe extracting iso to c\ubuntu will work if you have the diskspace
 
Old 08-28-2009, 04:07 PM   #11
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
cola install iso from h.disk

You list federa as your 'distro' but refer to 'C' as where you put the iso, this is confusing. In any case would it not be easier to burn the image to a cd/dvd and use the graphic partitioner on that to shrink your Windows partition, assuming that is the partition in use (windows). If this is not possible (no cd drive) then you can download and install Ubuntu 9.04 over the net but I think it is a virtual system but works fine on my ancient laptop along side XP.
If iso I recommend a fresh one.

Fred.
 
Old 08-29-2009, 09:24 AM   #12
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
this works
Code:
title ?

root (hd0,0)

kernel (hd0,0)/boot/vmlinuz ramdisk_size=100000 boot=casper root=/dev/ram0 fromiso=/dev/sda1/ubuntu-9.04-desktop-i386.iso

initrd (hd0,0)/boot/initrd.gz
fromiso=<location of iso file> for me is on first hardrive first partition formatted as vfat32. Extracted initrd.gz and vmlinuz from iso. used this for reference
http://ubuntuforums.org/showthread.php?t=457318

Last edited by colorpurple21859; 08-29-2009 at 09:32 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Master Hard Disk Error after installing Ubuntu 8.10 - hard disk died koja Linux - Hardware 3 04-13-2009 08:44 AM
Problem running ubuntu 8.04 from external hard disk ilbozza Linux - Newbie 3 05-08-2008 03:10 AM
Hard disk problem after using ubuntu live cd ceng_er Linux - Software 14 10-04-2007 01:00 AM
Installing Ubuntu onto a hard disk image DJ747 Linux - Desktop 0 11-07-2006 04:52 AM
Problem in installing slackware 10.0 from hard disk avinesh Slackware - Installation 5 10-29-2004 10:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 05:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration