Ubuntu 6.1 64bit install - getting past booting the kernel

Mar 27
0

Ubuntu 6.1 64bit install - getting past booting the kernel

Tue, 2007-03-27 12:42 — superuser

Trying to get Unbuntu 6.1 server AMD64 installed and it sticks on the part:

.
Decompressing the kernel
Booting the kernel

Seems to be quite a few others having the same issue, I am having this on a Dell Poweredge SC1435.

Anyway quite a simple fix, there are various different syntaxes for turning off APCI but I will detail what worked for me anyway.

Upon booting off the CD press F6 on the install from CD option, there you can enter boot parameters.

Currently mine ended with ..quiet --

Delete the quiet option so you get lots more information on the screen and add the following after -- :

noacpi acpi=off pci=noacpi

Then hopefully you should be able to get Ubuntu installed ;)

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].

More information about formatting options