![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Installation & Upgrades For questions about upgrading and installation of your new Ubuntu OS. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Dipped in Ubuntu
![]() |
Ok, I have installed 7.04 on a dell optiplex 320, installed and configured lilo and updated to latest kernel by using chroot from the install cd.
It boots past lilo then says Code:
cant find /root/etc/fstab Code:
(interamfs)
__________________
Tony J
Unanswered Posts Team: A team for handling unanswered posts. | The Blog: http://apjone.com | Hardware Team:A team for handling hardware forums Last edited by apjone; April 14th, 2007 at 01:03 PM.. |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2006
Beans: 18
|
Re: 7.04 Dell Optiplex 320 Install
Same problem to me... install lilo from alternate cd
|
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2006
Beans: 18
|
Re: 7.04 Dell Optiplex 320 Install
I think that this issue is related to this bug https://bugs.launchpad.net/ubuntu/fe...adm/+bug/75681
unfortunately i must to give up to use feisty and install etch on my workstation optiplex 320, at least for now ! Last edited by mfa81; April 16th, 2007 at 02:58 PM.. |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() |
Re: 7.04 Dell Optiplex 320 Install
After trying multiple things from various places, I finally managed to get the Feisty beta to boot on my Optiplex 320.
I'll outline the entire procedure step-by-step, in the case that someone more inexperienced with Linux comes across this thread with the same problem. Keep in mind that my system is a dual-booting system with WindowsXP, and thus, the device names (/dev/sda3, for example) may be different. Also, you will need an active, preferably fast, internet connection. First, download and install the Feisty Fawn beta, of course. Next, instead of booting the new system (it won't work), boot back into the Live CD environment. Open a terminal (Applications -> Accessories -> Terminal) and type the following, step by step (pressing Enter after each line of course): Code:
sudo mkdir /media/ubuntu sudo mount /dev/sda3 /media/ubuntu sudo mount -t proc none /media/ubuntu/proc sudo mount -o bind /dev/ /media/ubuntu/dev sudo chroot /media/ubuntu /bin/bash Now we install LILO: Code:
sudo apt-get install lilo Code:
sudo cp /etc/fstab /etc/fstab.backup sudo vim /etc/fstab Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda3 UUID=18f2c772-d63f-4b71-a560-4146d0a4f298 / ext3 defaults,errors=remount-ro 0 1 # /dev/sda5 UUID=6ffc9530-c9e4-4657-ac3c-5772716ae51c none swap sw 0 0 /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/hdb /media/cdrom1 udf,iso9660 user,noauto 0 0 /dev/scd0 /media/cdrom2 udf,iso9660 user,noauto 0 0 Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda3 /dev/sda3 / ext3 defaults,errors=remount-ro 0 1 # /dev/sda5 /dev/sda5 none swap sw 0 0 /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/hdb /media/cdrom1 udf,iso9660 user,noauto 0 0 /dev/scd0 /media/cdrom2 udf,iso9660 user,noauto 0 0 Code:
liloconfig Anyway, liloconfig will ask a few questions, default answers should be fine in most cases, you even get to choose your LILO theme at one point. Ignore any errors about your video adaptor. The very last question will be about your master boot record (MBR), and if your setup isn't anything fancy, you should answer 'Yes' here. (in other words, if you don't know what this all means, you should probably just answer 'yes'.) If liloconfig ran without any errors, we now need to open up lilo.conf and make a few changes: Code:
sudo vim /etc/lilo.conf Scroll all the way to the bottom to this section: Code:
image=/boot/vmlinuz-2.6.20-12-generic
label="Lin 2.6.20img0"
initrd=/boot/initrd.img-2.6.20-12-generic
read-only
append="pci=nomsi"
Anyway, next we want to enable the Windows boot option, if you're dual-booting: Code:
# If you have another OS on this machine (say DOS), # you can boot if by uncommenting the following lines # (Of course, change /dev/hda2 to wherever your DOS partition is.) other=/dev/sda2 label="Windows" Now, simply run: Code:
lilo Now we update: Code:
sudo apt-get update sudo apt-get upgrade After the upgrade is complete, you should be able to reboot, and have a working install! One thing to note though, you won't have the pretty Ubuntu loading boot screen when you use LILO. There's probably a way to enable it, and if anyone knows how, feel free to post it here, along with any other improvements to this method you may find. Also please note that this most likely will only apply to the beta of Feisty Fawn. I would assume that the bug will be fixed by the time the final release rolls around. Special thanks to the LILO guide found here: http://users.bigpond.net.au/hermanzone/ Last edited by Staceman; April 16th, 2007 at 03:07 PM.. |
|
|
|
|
|
#5 | |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2006
Beans: 18
|
Re: 7.04 Dell Optiplex 320 Install
Works fine to me !
Quote:
Code:
append="pci=nomsi splash" |
|
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() |
Re: 7.04 Dell Optiplex 320 Install
Any better situation with 7.04 final?
__________________
We read Knuth so you don't have to. |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() |
Re: 7.04 Dell Optiplex 320 Install
I wasn't expecting the final release to be out so soon!
I've got my machine running pretty smoothly, not sure if I want to take the chance and experiment and hose it again! Given the fact it's the final release, there will be more people trying it out, and thus I'm sure we'll hear something from someone sooner or later, if there's still an issue with these machines. |
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2006
Beans: 4
|
Re: 7.04 Dell Optiplex 320 Install
I just tried an install with the new Feisty Fawn live CD; with a standard install, GRUB still hangs on boot (assuming I added the "pci=nomsi" correctly for GRUB...).
Looks like we're going to have to continue switching to LILO, as described above. |
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2007
Beans: 2
|
Re: 7.04 Dell Optiplex 320 Install
Hi
I am currently trying to install ubuntu 7.04 on an Optiplex 320 with dual booting and have had the problems described here and elsewhere. Thanks for the adicve regarding the lilo loader. However, I can't get it to work for me. After following the steps described above, whenI reboot "MBR" breifly appears in the top left corner of the otherwise blank screen and then windows loads. I have installed both a partition boot record and a master boot record, and have tried with and without the lines in the lilo.conf file about the windows operating system commented out. many thanks doctorock |
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2007
Beans: 2
|
Re: 7.04 Dell Optiplex 320 Install
I worked out what my problem was. The linux partition with the boot loader (sda3) was not set to active, even though I requested that it be so in liloconfig. Instead the windows partition was. I fixed the problem with the gparted tool and now I have Ubuntu up and running.
Thanks again for the instructions. I would have been lost without them. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|