aooi Installer Failure

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
jholzy
Forum User
Forum User
Posts: 37
Joined: Thu Feb 14, 2008 12:33 pm
Location: South Shore of Lake Erie.
Contact:

aooi Installer Failure

Unread post by jholzy »

How do I fix this? This is what I get after: wget -q -O - http://www.atomicorp.com/installers/aooi |sh

This is on an i386 / 1and1 Root 1 / New FD 6 minimal image / ART Repos / yum update all
Done.
Setting up installer kernel: mount: unknown filesystem type 'iso9660'
cp: cannot stat `1/isolinux/vmlinuz': No such file or directory
cp: cannot stat `1/isolinux/initrd.img': No such file or directory
Done
ks path is hd:hda2/ks-1and1i386.cfg
sh: line 356: lilo: command not found
Setting the system to boot into the installer
sh: line 359: lilo: command not found
Done
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Wow, not only did they remove iso9660 support this time around, they took out lilo too?

Does /sbin/lilo exist?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Just in case this is because of the way you logged into root (su vs su -) I made it use the full path, and grab the ISO kernels off the website instead of from the ISO.
guga-nyc
Forum User
Forum User
Posts: 18
Joined: Tue Aug 30, 2005 7:35 am

iso9660

Unread post by guga-nyc »

Yeah,

I recently installed the C5.1 on my box. During the course of reimages the support on iso9660 just vanished.

Didn't notice about lilo, that way you can't copy over the master boot record, can you ?

Are they making though to install it using the aooi ?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

You have no idea :P I can't tell you how many things they've changed to make it harder for AOOI to work. Removing vfat and iso9660, the network install issue, missing utils, etc.

So far nothing has been a complete show stopper, its just *amazingly annoying* to have to keep compensating for their design issues.

Yes you can copy over an MBR, and an external copy of lilo. If I have to do that, I will add that in. Im hoping it was just a path problem.
guga-nyc
Forum User
Forum User
Posts: 18
Joined: Tue Aug 30, 2005 7:35 am

Errr

Unread post by guga-nyc »

Guess we need to wait for the Debian Monger Admin drop dead ... :lol:
Last edited by guga-nyc on Sun Feb 17, 2008 12:25 am, edited 1 time in total.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

I just tested this out with the latest image from 1and1, and all is well again. I changed AOOI to download what it needs, so the iso9660 dependency is gone. Ball is back in their court to come up with a new way to confound and annoy
guga-nyc
Forum User
Forum User
Posts: 18
Joined: Tue Aug 30, 2005 7:35 am

Good News

Unread post by guga-nyc »

They can use the diversion by obfuscating techniques ... hehehe
in their minds is like " - Only if you knew the POWER of the dark side !!!"

Good news is that we are on the light side of the force, they can never beat us ....

Great to know, need to share ... I linked this thread in a post in 1and1faq ...

thanks Yoda ... errr Scott
jholzy
Forum User
Forum User
Posts: 37
Joined: Thu Feb 14, 2008 12:33 pm
Location: South Shore of Lake Erie.
Contact:

Hmmm...

Unread post by jholzy »

I didn't get any email notices that this thread had any activity... I'll reimage and run aooi again to see if it works. Thanks
jholzy
Forum User
Forum User
Posts: 37
Joined: Thu Feb 14, 2008 12:33 pm
Location: South Shore of Lake Erie.
Contact:

No Joy

Unread post by jholzy »

No go again: Used the same info as shown above.



Here's the ssh screen output: (I can give you the serial screen output if it would help.)
# wget -q -O - http://www.atomicorp.com/installers/aooi |sh

Atomic Offline OS Installer (AOOI)
by Scott R. Shinn <scott@atomicrocketturtle.com>
Version 0.12.3

Credits:
www.gnuker.com
www.nefw.net
www.orionhost.net
www.protechone.com
Robinet at 1and1.fr

This installer does not back up your data, if for
any reason it fails you will need to reimage the system.

Hit enter if you accept this risk and wish to continue,
otherwise hit Ctrl-C to quit



Turtle power.



Do you want to perform an installation over the network, or from a locally
cached ISO. Local installations may be required if for some reason the
installation kernel cannot work correctly with your network card. For most
installations, choose network.

Network or Local installation (network/local) [Default: network] ?
--20:36:24-- http://www.atomicorp.com/installers/AOOI/i386/vmlinuz
Resolving www.atomicorp.com... 82.165.242.46
Connecting to www.atomicorp.com|82.165.242.46|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1791540 (1.7M) [text/plain]
Saving to: `STDOUT'

100%[======================================= 1,791,540 3.42M/s in 0.5s

20:36:25 (3.42 MB/s) - `-' saved [1791540/1791540]

--20:36:25-- http://www.atomicorp.com/installers/AOO ... initrd.img
Resolving www.atomicorp.com... 82.165.242.46
Connecting to www.atomicorp.com|82.165.242.46|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5239578 (5.0M) [text/plain]
Saving to: `STDOUT'

100%[=======================================

20:36:26 (7.24 MB/s) - `-' saved [5239578/5239578]

Detected Lilo, adding atomic entry
Setting lilo to boot the atomic entry *once*
sh: line 367: /sbin/lilo: No such file or directory
sh: line 368: /sbin/lilo: No such file or directory


Done


The installer has been configured, back up your data including your /etc/psa/psa.key, and reboot the system.
Root password has been temporarily set to: atomic555
jholzy
Forum User
Forum User
Posts: 37
Joined: Thu Feb 14, 2008 12:33 pm
Location: South Shore of Lake Erie.
Contact:

Unread post by jholzy »

here's an interesting exerpt from the restart:
w83627hf/thf/hg WDT: Watchdog already running. Resetting timeout to 60 sec
w83627hf/thf/hg WDT: cannot register miscdev on minor=130 (err=-16)
w83877f_wdt: I/O address 0x0443 already in use
machzwd: MachZ ZF-Logic Watchdog driver initializing.
machzwd: no ZF-Logic found
SoftDog: cannot register miscdev on minor=130 (err=-16)
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
raid6: int32x1 629 MB/s
raid6: int32x2 618 MB/s
raid6: int32x4 543 MB/s
raid6: int32x8 373 MB/s
raid6: mmxx1 1621 MB/s
raid6: mmxx2 1758 MB/s
raid6: sse1x1 827 MB/s
raid6: sse1x2 1407 MB/s
raid6: sse2x1 1446 MB/s
raid6: sse2x2 2169 MB/s
raid6: using algorithm sse2x2 (2169 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
md: faulty personality registered for level -5
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (4096 buckets, 16384 max)
ctnetlink v0.93: registering with nfnetlink.
ip_tables: (C) 2000-2006 Netfilter Core Team
ClusterIP Version 0.8 loaded successfully
arp_tables: (C) 2002 David S. Miller
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
Using IPI No-Shortcut mode
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 228k freed
INIT: version 2.86 booting
Welcome to Fedora Core
Press 'I' to enter interactive startup.
Setting clock (localtime): Sat Feb 16 20:41:00 UTC 2008 [ OK ]
Starting udev: [ OK ]
Loading default keymap (de-latin1-nodeadkeys): [ OK ]
Setting hostname localhost.localdomain: [ OK ]
Setting up Logical Volume Management: No volume groups found
[ OK ]
Checking filesystems
Checking all file systems.
fsck: cannot check /dev/hda5: fsck.xfs not found
fsck: cannot check /dev/hda6: fsck.xfs not found
fsck: cannot check /dev/hda7: fsck.xfs not found
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/hda1
/: clean, 7662/123648 files, 61054/246991 blocks
[ OK ]
Remounting root filesystem in read-write mode: [ OK ]
Mounting local filesystems: [ OK ]
Enabling local filesystem quotas: [ OK ]
Enabling /etc/fstab swaps: [ OK ]
INIT: Entering runlevel: 3
Entering non-interactive startup
FATAL: Module acpi_cpufreq not found.
Flushing firewall rules: [ OK ]
Setting chains to policy ACCEPT: raw nat mangle filter [ OK ]
Unloading iptables modules: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... done.
[ OK ]
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Mounting other filesystems: [ OK ]
Starting sshd: [ OK ]
Starting ntpd: [ OK ]
Starting sendmail: [ OK ]
Starting sm-client: [ OK ]
Starting crond: [ OK ]
Starting atd: [ OK ]

Fedora Core release 6 (Zod)
Kernel 2.6.23.16-20080211a on an i686
jholzy
Forum User
Forum User
Posts: 37
Joined: Thu Feb 14, 2008 12:33 pm
Location: South Shore of Lake Erie.
Contact:

Debian Minimal

Unread post by jholzy »

this is what I ran into with a debian image:
Welcome to CentOS




+-------------+ Error downloading kickstart file +-------------+
| |
| Unable to download the kickstart file. Please modify the |
| kickstart parameter below or press Cancel to proceed as an |
| interactive installation. |
| |
| http://www.atomicorp.com/installers/AOO ... fg________ |
| |
| +----+ +--------+ |
| | OK | | Cancel | |
| +----+ +--------+ |
| |
| |
+--------------------------------------------------------------+




<Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

*rolls eyes*

sh: line 367: /sbin/lilo: No such file or directory

Can you take a look in /sbin on that image and let me know if anything like lilo or grub is in there. Even if its .old or .bak.
jholzy
Forum User
Forum User
Posts: 37
Joined: Thu Feb 14, 2008 12:33 pm
Location: South Shore of Lake Erie.
Contact:

Unread post by jholzy »

Here's everything that looks close:
grub
grubby
grub-install
grub-md5-crypt
grub-terminfo
lilo.real
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

You gotta be fucking kidding me. What does /sbin/lilo.real -v return?
Post Reply