LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-01-2009, 07:22 PM   #16
romad
LQ Newbie
 
Registered: Jun 2009
Location: GA USA
Distribution: Ubuntu 9.04, openSuSe 11.1
Posts: 21

Original Poster
Rep: Reputation: 17

sorry... you are dealing with a cherry here.

Results were:

grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 17 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+17 p (hd0,0)/boot/grub/stage2
/boot/grub/menu.lst"... succeeded
Done.


However still change. When I boot without the CD.. goes straight to the blinking cursor. Someone mentioned on another forum, possible video...? Is it possible that there IS a hidden partition that Gparted could have missed... i know, i'm grabbing at straws here.

Thanks for sticking with it... on the bright side, i'm learning my way around Linux quicker than i would have otherwise.
 
Old 07-01-2009, 07:39 PM   #17
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
OK, I'll just quote a previous poster since I'm too lazy too type this all over:
Quote:
When the GRUB menu is first displayed, press the "e" key to start the GRUB temporary boot configuration editor. Move the cursor to the uuid a90b911c-c82e-4711-81cf-81043e7ff803 line and press "e" again to edit it.
Now here is where we depart from the previous poster. Do not delete that line, just add these at the end of the line:
noacpi pci=noacpi all_generic_ide
Then press enter, then b (I think it is "b" for boot).
If that works, we'lll need to store those arguments permanently in /boot/grub/menu.lst.
 
Old 07-01-2009, 08:10 PM   #18
romad
LQ Newbie
 
Registered: Jun 2009
Location: GA USA
Distribution: Ubuntu 9.04, openSuSe 11.1
Posts: 21

Original Poster
Rep: Reputation: 17
I added noacpi pci=noacpi all_generic_ide to the end of the 'uuid' string, and then attempted a boot... still no joy.

Also i'm not sure if this helps, but earlier when I modified the kernel string as the previous posted sugested:
Code:
 kernel /boot/vmlinuz-2.6.28-13-generic root=/dev/sda1 ro quiet splash
the computer immediately restarts...
 
Old 07-01-2009, 08:33 PM   #19
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Aargh. This is what I should have posted:
noapic nolapic acpi=off pci=nomsi all_generic_ide
I seem to rememer that this is what it took to get earlier Ubuntu releases working.

But who can tell. Those optiplexes have unfortunately been problematic for at least three years. What used to work was using the LILO bootloader rather than GRUB - but I'm not sure whether it still does. If you feel like trying, you'll need to download the alternate install cd and make sure that you select LILO during set-up. The install process is much the same, only it all looks far less polished. But hey, you'll experience what linux looked like only a couple of years ago.
 
Old 07-01-2009, 08:46 PM   #20
romad
LQ Newbie
 
Registered: Jun 2009
Location: GA USA
Distribution: Ubuntu 9.04, openSuSe 11.1
Posts: 21

Original Poster
Rep: Reputation: 17
Thanks for all your help Jay. I'll give this a try and post results...
 
Old 07-02-2009, 09:26 AM   #21
romad
LQ Newbie
 
Registered: Jun 2009
Location: GA USA
Distribution: Ubuntu 9.04, openSuSe 11.1
Posts: 21

Original Poster
Rep: Reputation: 17
I tried the switches you suggest, but still no go. I downloaded the Ubuntu Alternate CD and did a reinstall (reminds me of the old Netware/DOS days). but it doesn't give an option to use lilo. Should I try an older version, or can i install lilo directly?

or should i throw my hands up with this Optiplex and concede defeat?
 
Old 07-02-2009, 11:44 AM   #22
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Didn't you get the screen you can see in the link I am posting here ?
http://members.iinet.net.au/~herman546/p6.html#If_you_choose_Go_Back__to_Install_LILO_Boot_Loader
 
Old 07-02-2009, 11:59 AM   #23
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
romad:

if my old man's eyes didn't fail me, one last thing you should do is this--

a) boot from your cd; mount the /dev/sda1 to a point in /mnt
b) chroot to the installed system --this time mounted at /mnt
c) execute: --$ sudo grub-install /dev/sda

if your grub at /boot/grub was properly installed this should straighten everything down to the mbr

Reboot.

hope it helps.

good luck.
 
Old 07-02-2009, 03:09 PM   #24
romad
LQ Newbie
 
Registered: Jun 2009
Location: GA USA
Distribution: Ubuntu 9.04, openSuSe 11.1
Posts: 21

Original Poster
Rep: Reputation: 17
Yeee *&%$*&@ Haaaww! Installing LILO has EXORCISED THE DEMONS!! The alternate CD setup actually never prompts for the menu. But after creating the partitions, etc.... at the next screen I chose "Go Back" and there was the menu that you linked in your last post. WORKED THE FIRST TIME!

Thanks for everyone's help on this, I'm looking forward to a long loving relationship with Linux.

Cheers,
 
Old 07-02-2009, 03:59 PM   #25
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
I would recommend that you do a little extra research on LILO because there is a hidden catch. GRUB is fully automated and will update itself each time a new kernel is installed - LILO requires some manual work.
 
Old 07-02-2009, 04:16 PM   #26
romad
LQ Newbie
 
Registered: Jun 2009
Location: GA USA
Distribution: Ubuntu 9.04, openSuSe 11.1
Posts: 21

Original Poster
Rep: Reputation: 17
Duly noted... thanks again for the help
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trouble with PXE Boot Install McBLT Linux - Newbie 4 09-04-2008 10:54 PM
Ubuntu Install Trouble with Intel 82845G graphics card cyborg939 Linux - Hardware 11 07-15-2007 08:48 AM
Ubuntu 6.10 install trouble stumpedguy_frustrate Ubuntu 5 03-29-2007 07:07 PM
trouble install boot loader grub or lilo tilley Linux - Software 10 10-24-2003 04:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:55 PM.

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