[Bug 1241589] Re: ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

2013-12-10 Thread Eromatic
Same problem here with ubuntu-13.10-desktop-amd64
(21ec41563ff34da27d4a0b56f2680c4f), but with booting on a live DVD. I
already have ubuntu-12.10-desktop-i386 installed on one of the hard
drives, but haven't been able to do a clean install or test of
ubuntu-13.10-desktop-amd64 due to running into the busy box - initramfs
wall.

-Computer-
Processor   : 4x AMD Athlon(tm) II X4 640 Processor
Memory  : 4125MB (973MB used)
Operating System: Ubuntu 12.10
-Display-
Resolution  : 1600x900 pixels
OpenGL Renderer : GeForce 9500 GT/PCIe/SSE2/3DNOW!
X11 Vendor  : The X.Org Foundation
-Multimedia-
Audio Adapter   : ICE1724 - Chaintech AV-710
Audio Adapter   : HDA-Intel - HDA ATI SB
-Input Devices-
 AT Translated Set 2 keyboard
 Logitech Unifying Device. Wireless
 Generic X-Box pad
 Media Center Ed. eHome Infrared Remote Transceiver
 HDA ATI SB Line
 HDA ATI SB Rear Mic
 HDA ATI SB Line Out
 MCE IR Keyboard/Mouse (mceusb)
-Printers-
No printers found
-SCSI Disks-
ATA WDC WD2500YD-01N
ATA ST31000528AS
ATA ST1000DM003-1CH1
HL-DT-ST DVD-RAM GH22LS30
ATA WDC WD400EB-00CP
ATA MAXTOR STM320082
-BIOS-
Date: 04/18/2012
Vendor  : American Megatrends Inc.
Version : 4.6.5
-Board-
Name: A960M-M3
Vendor  : ECS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241589

Title:
  ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1241589/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241589] Re: ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

2014-02-23 Thread Eromatic
#31
I've been able to narrow down my issue to a single hard drive (ATA 
ST1000DM003-1CH1 (/dev/sdc)). With this hard drive disconnected from the 
computer, the liveUSB is bootable into the live ubuntu 13.10 64bit OS. An fdisk 
list states that Disk /dev/sdc doesn't contain a valid partition table. I can 
recall that this drive was formated through the Disks application, using 
Partitioning (GPT) under Ubuntu 12.10 32bit. This drive (Seagate) was also a 
new drive at the time. The hard drive is mountable under a  Ubuntu 12.10 32bit 
install and has shown no issue in reading from and writing to the drive.


Doing (sudo fdisk -l) has shown:

Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x

Disk /dev/sdc doesn't contain a valid partition table


Disks application info for /dev/sdc:

SMART assessment- Disk is OK (31° C / 88° F)
Volumes - Drive label / 1.0 TB Ext4
Size - 1.0 TB (1,000,204,886,016 bytes)
Device - /dev/sdc
Contents - Ext4 (version 1.0)
Drive is mounted


(Note that the Device doesn't show as /dev/sdc1.)

In addition, this recent test was done using a USB flash drive loaded
through unetbootin to live boot Ubuntu 13.10 64bit. This boot issue is
also seen in the current daily builds of Trusty 32bit & 64bit. Assuming
that a drive does not contain a valid partition table as seen by fdisk
-l, then the live OS boot attempt will fail. LiveUSB testing of Ubuntu
13.04 32bit has shown no such boot issues with this hard drive connected
to the computer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241589

Title:
  ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1241589/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1241589] Re: ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

2014-03-04 Thread Eromatic
Using the information as provided by #53 & #54, I was able to boot into
the liveOS of Ubuntu 14.04 with the problem hard drive connected, and
that the hard drive is detected by the liveOS.

With a Unetbootin liveUSB of Ubuntu 14.04, I did the following:

(Finding the LiveUSB /dev/***1)

1) Allow the liveUSB to boot into the Busybox initramfs command prompt.
2) At the (initramfs) command prompt, type in: blkid
3) From the produced drive list, I assumed that the only TYPE="vfat" that was 
listed had corresponded to the liveUSB flash drive, as that was the only 
connected device using FAT32. The vfat in my case was listed for /dev/sdf1
4) To reboot the computer, at the (initramfs) prompt, type in: reboot

(Second part using Unetbootin liveUSB)

1) Highlight "Try Ubuntu without installing".
2) Press the Tab key to bring up the boot parameters.
3) I then changed my line of:

/casper/vmlinuz.efi initrd=/casper/initrd.lz
file=/cdrom/preseed/ubuntu.seed boot=casper  quiet splash -- persistent

to

/casper/vmlinuz.efi initrd=/casper/initrd.lz
file=/cdrom/preseed/ubuntu.seed boot=casper  quiet splash live-
media=/dev/sdf1 -- persistent

4) Hit enter to continue with the boot into the liveOS.


If using Unetbootin for your liveUSB, one could also make the command 
persistent by editing the syslinux.cfg that is on the root directory after the 
creation of the liveUSB. There you should be able to apply the 
"live-media=/dev/***1" (replace *** with your liveUSB location value) to the 
"append" lines for "^Try Ubuntu without installing" and "^Install Ubuntu".

Example:

label ubnentry1
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper  
quiet splash live-media=/dev/sdf1 -- persistent

label ubnentry2
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper 
only-ubiquity  quiet splash live-media=/dev/sdf1 -- persistent

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241589

Title:
  ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1241589/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241589] Re: ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

2014-03-14 Thread Eromatic
The trusty-desktop-i386.iso build from 13-Mar-2014 07:48 is still
showing the busybox prompt. Workaround with "live-media=/dev/xxx1"
remains needed to continue with the boot. (The workaround is also
compatible for Mint.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241589

Title:
  ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1241589/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241589] Re: ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

2014-03-20 Thread Eromatic
The casper package has updated to 1.339 in Trusty. Daily build trusty-
desktop-i386 as of 20-Mar-2014 07:50 corrects the busybox boot issue
that was seen on the computer with the attached hard drive which did not
contain a valid partition table. (The bug is fixed for me.)

Related bug that brought the changes for casper 1.339:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1293811

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241589

Title:
  ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1241589/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1031007] [NEW] Global menu of Nautilus breaks at random

2012-07-30 Thread Eromatic
Public bug reported:

When selecting any of the drop-down global menus of a Nautilus window,
the result seen is that it will render only a small gray rectangle below
each menu. Global menu options for other running and new applications
continue to function as normal at time of menu failure within Nautilus.
A reboot of the computer will correct the issue when the Nautilus global
menu failure does occur. This issue seems to happen every once in a
great while for no known reason.

(Reported as: ubuntu-bug nautilus)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nautilus 1:3.4.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic-pae 3.2.21
Uname: Linux 3.2.0-27-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
Date: Mon Jul 30 13:56:42 2012
GsettingsChanges:
 org.gnome.nautilus.window-state geometry '1159x656+65+24'
 org.gnome.nautilus.window-state sidebar-width 168
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1031007

Title:
  Global menu of Nautilus breaks at random

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1031007/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1031007] Re: Global menu of Nautilus breaks at random

2012-07-30 Thread Eromatic
** Attachment added: "Screenshot of the Nautilus menu bug when it occurs."
   
https://bugs.launchpad.net/bugs/1031007/+attachment/3242705/+files/nautius%20menu%20bug%201.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1031007

Title:
  Global menu of Nautilus breaks at random

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1031007/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1019337] Re: gtk-window-decorator crashes with BadWindow (invalid Window parameter), from XGetWindowProperty() from get_frame_type()

2012-08-01 Thread Eromatic
I believe my issue may be related. In using Irfanview 4.32 under WINE
1.5.9 and after running and completing Irfanview's batch conversion, you
will see a popup window indicating that the batch conversion is done.
After once you select the "Exit batch" button, all window decoractions
are lost for all applications (Missing title bars).

To Reproduce:

-Install WINE 1.5.9
-Install Irfanview to WINE
-Run Irfanview in WINE
-Select from Irfanview's menu: File -> Batch Conversion/Rename
-Batch conversion setup options are:

-Work as Batch conversion
-Batch conversion settings output format = PNG
-Output directory set to wherever you want to later locate the converted files.
-"Lookin" should allow you to browse for available image files (png, jpg, gif)
-Add at least two files to the Input files box below by select a image from 
above and then selecting the Add button.

-Click on Start Batch
-Once done, a popup window will appear that will indicate the status of the 
batch conversion. 
-Click on within that popup window the "Exit batch" button

-The problem occurs after clicking on the "Exit batch" button.


A workaround for Irfanview users is to select the button "Return to batch" and 
then to exit out of the batch conversion window. That will prevent one from 
losing the title bars and close buttons on all applications.

(This happens with Ubuntu 12.04 32bit, unity 5.12-0ubuntu1.1, compiz
1:0.9.7.8-0ubuntu1.2, Kernel Linux 3.2.0-27-generic-pae, GNOME 3.4.2)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019337

Title:
  gtk-window-decorator crashes with BadWindow (invalid Window
  parameter), from XGetWindowProperty() from get_frame_type()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1019337] Re: gtk-window-decorator crashes with BadWindow (invalid Window parameter), from XGetWindowProperty() from get_frame_type()

2012-08-03 Thread Eromatic
I upgraded to
http://launchpad.net/ubuntu/+source/compiz/1:0.9.7.8-0ubuntu1.3 using
precise-proposed.  These packages fixed the issue seen with the above
comment #41.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019337

Title:
  gtk-window-decorator crashes with BadWindow (invalid Window
  parameter), from XGetWindowProperty() from get_frame_type()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1019337] Re: gtk-window-decorator crashes with BadWindow (invalid Window parameter), from XGetWindowProperty() from get_frame_type()

2012-08-03 Thread Eromatic
Correction: 
I upgraded to http://launchpad.net/ubuntu/+source/compiz/1:0.9.7.8-0ubuntu1.3 
using precise-proposed. These packages fixed the issue seen with the above 
comment #39. No relation to comment #41.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019337

Title:
  gtk-window-decorator crashes with BadWindow (invalid Window
  parameter), from XGetWindowProperty() from get_frame_type()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1019337] Re: gtk-window-decorator crashes with BadWindow (invalid Window parameter), from XGetWindowProperty() from get_frame_type()

2012-08-09 Thread Eromatic
Upgraded to
https://launchpad.net/ubuntu/+source/compiz/1:0.9.7.8-0ubuntu1.4 through
precise-proposed. No decorator crashes seen with Irfanview & WINE.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019337

Title:
  gtk-window-decorator crashes with BadWindow (invalid Window
  parameter), from XGetWindowProperty() from get_frame_type()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1073913] Re: Nautilus list view is constantly adjusting size of the columns

2013-03-26 Thread Eromatic
I can confirm under Ubuntu 12.10 (Unity) that using the HighContrast
theme does prevent the Nautilus list view from constantly adjusting size
of the columns.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1073913

Title:
  Nautilus list view is constantly adjusting size of the columns

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1073913/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1143495] Re: udisks reporting input/output error that seems to be nonsense

2013-03-27 Thread Eromatic
I have also seen this issue within Ubuntu 12.10. Will a backport fix
also be available?

udisksd[1895]: Error performing housekeeping for drive
/org/freedesktop/UDisks2/drives/WDC_WD400EB_00CPF0_WD_WCAATA803870:
Error updating SMART data: sk_disk_smart_status: Input/output error
(udisks-error-quark, 0)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1143495

Title:
  udisks reporting input/output error that seems to be nonsense

To manage notifications about this bug go to:
https://bugs.launchpad.net/libatasmart/+bug/1143495/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 993397] Re: vdpau not working (well) with Ubuntu12.04 Unity

2012-09-23 Thread Eromatic
One workaround that seems to work for me under mplayer2 is to add
option:

-vo vdpau:queuetime_windowed=0:queuetime_fs=0:fps=-1

(This is on Unity3d, Compiz, and nvidia driver 295.49. No disabling sync
to vbank required.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993397

Title:
  vdpau not working (well) with Ubuntu12.04 Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1835660] Re: initramfs unpacking failed

2020-04-26 Thread Eromatic
USB 2.0 flash drive install of ubuntu-20.04-desktop-amd64.iso
UNetbootin 677-1~bionic1 
AMD Athlon II X4 640
ASRock N68-S

The first time that I ran the USB install, the live version of Ubuntu
20.04 succeeded in booting without issue. Now each and every time I
attempt to boot the live USB, I get the following display which prevents
me from installing Ubuntu 20.04:

[0.391406] Initramfs unpacking failed: Decoding failed
[0.571137] Failed to execute /init (error -2)
[0.571241] Kernel panic - not syncing: No working init found. Try passing init= 
option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
[0.571349] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 5.4.0-26-generic #30-Ubuntu
[0.571434] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./N68-S, 
BIOS P2.00 12/15/2009
[0.571521] Call Trace:
[0.571593]  dump_stack+0x6d/0x9a
[0.571661]  ? rest_init+0x30/0xb0
[0.571729]  panic+0x101/0x2e3
[0.571797]  ? do_execve+0x25/0x30
[0.571863]  ? rest_init+0xb0/0xb0
[0.571930]  kernel_init+0xfb/0x100
[0.571998]  ret_from_fork+0x22/0x40
[0.572091] Kernel Offset: 0x29a0 from 0x8100 (relocation range: 
0x8000-0xbfff)
[0.572182] ---[ end Kernel panic - not syncing: No working init found.  Try 
passing init= option to kernel. See Linux Documentation/admin-guide/init.rst 
for guidance. ]---


Think that maybe something got corrupted on the flash drive, I redid the 
UNetbootin install, but the issue still remains. MD5 of 
ubuntu-20.04-desktop-amd64.iso checked good before procceeding.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1835660

Title:
  initramfs unpacking failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1835660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs