Quantcast
Channel: Ubuntu Forums - Installation & Upgrades
Viewing all articles
Browse latest Browse all 26379

[ubuntu] 12.04, 12.10 x64 Server install problems - swap or RAID-related?

$
0
0
I'm having problems installing Ubuntu Server similar to those I've seen others encounter, but I've yet to find a clear answer on how to solve from any of their threads. :confused:

I've tried installing amd64 12.04 Server and amd64 12.10 Server on a Supermicro SuperServer 6015B-NT and had zero luck. Install media = usb stick. This is a dual proc Xeon E5420 2.5GHz machine w/28GB of RAM and an Adaptec 5405 RAID controller, with 4 x 3TB Toshiba 7200 rpm SATA drives configured for RAID 10 (~6TB array).

Problem:

- Boot fails, usually somewhere after a statement like this:
Code:

[t1] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem
[t2] EXT4-fs (dm-0): write access will be enabled during recovery
[t3] EXT4-fs (dm-0): recovery complete
[t4] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opt: (null)
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
[t5] Adding 29356028k swap on /dev/mapper/host-swap_1. Priority:-1 extents:1 across:29356028k
[t6] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro

and then... haaaaang (ctrl-alt-del doesn't work)

- Recovery mode also fails to boot, usually after what appears to be an ATI Radeon driver issue or an ACPI error:
Code:

[t1] ACPI Warning: 0x00000000fed1f410-0x00000000fed1f414 SystemMemory conflicts with Region \RCRB 1 (20120320/utaddress-251)
[t2] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[t3] lpc_ich: Resource conflict(s) found affecting iTCO_wdt
[t4] EDAC MC: Ver: 2.1.0
[t5] [drm] Initialized drm 1.1.0 20060810
[t6] gpio_ich: ACPI BAR is busy, GPI 0 - 15 unavailable
[t7] gpio_ich: GPIO from 206 to 255 on gpio_ich
[t8] dca service started, version 1.12.1

and then.... haaaaaang (ctrl-alt-del doesn't work)

Radeon break looks a little more like this:
Code:

[t3] lpc_ich: Resource conflict(s) found affecting iTCO_wdt
[t4] spchp: Standard Hot Plug PCI Controller Driver version: 0.4
[t5] gpio_ich: ACPI BAR is busy, GPI 0 - 15 unavailable
[t6] gpio_ich: GPIO from 206 to 255 on gpio_ich
[t7] ioatdma: Intel(R) QuickData Technology Driver 4.00
[t8] EDAC MC: Ver: 2.1.0
[t9] [drm] Initialized drm 1.1.0 20060810
[t10] [drm] VGACON disable radeon kernel modesetting
[t11] [drm] Support vblank timestamp caching Rev 1 (10.10.2010).
[t12] [drm] No driver support for vblank timestamp query.
[t13] [drm] Intialized radeon 1.33.0 20080528 for 0000:09:01.0 on minor 0

and then.... haaaaaang (ctrl-alt-del doesn't work)

- Rescue Mode provides a little bit of detail:
I've typically elected to Execute a shell in /dev/host/root:

Code:

# cat /etc/fstab

# /etc/fstab: static file system information
# warning to use 'blkid'
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/host-root  / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda2 during installation
UUID=158...-...ebe  /boot ext2 defaults 0 2
/dev/mapper/host-swap_1  none swap sw 0 0
/dev/fd0  /media/floppy0 auto rw,user,noauto,exec,utf8  0  0


# blkid
/dev/sda2:  UUID="158...-...ebe" TYPE="ext2"
/dev/sda3:  UUID="fhh...-...f01"  TYPE="LVM2_member:
/dev/mapper/host-root:  UUID="bd5...-...839"  TYPE="ext4"
/dev/mapper/host-swap_1:  UUID="a89...-...93d"  TYPE="swap"


# fdisk -l /dev/sda

WARNING: GPT detected on '/dev/sda/'! The util fdisk doesn't support GPT. Use gnu parted.

Disk /dev/sda: lots of info...
Units = secotrs of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot    Start    End    Blocks    Id  System
/dev/sda1      1        lots      lots        ee    GPT


# parted /dev/sda print
Model: Adaptec hostraid (scsi)
Disk  /dev/sda: 5991GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number    Start      End        Size        File system    Name    Flags
 1            1049kB 2097kB  1049kB                                      bios_grub
 2            2097kB  258MB  256MB    ext2
 3            258MB    5991GB  5991GB                                    lvm


# cat /var/log/boot
(Nothing has been logged yet.)

# cat /var/log/dmesg
(Nothing has been logged yet.)


# cat /var/log/bootstrap.log

...
...
Processing triggers for initramfs-tools ...
#


Any help or suggestions are MOST appreciated! Thanks! :)

Viewing all articles
Browse latest Browse all 26379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>