Topic: Strange (udev?) behavior of 0.13-1 livecd on HP Envy4
I tried to boot both the 0.9 and the 0.13-1 livecd's on my Envy4. I'm using a Pioneer DVDRW drive attached via USB2. I've also tried it on a USB flash memory and has the same issue.
All versions (usb or livecd) seem to fail with some weird behavior..
First off the minor one that's only relevant to the 0.13-1 stable livecd: The graphics driver seems to set the backlight off, which gives the impression the machine is dead. It seems like turning up the backlight make it look OK.
Second on 0.13-1 It seems the default boot ends up crashing after detecting USB. It seems that going into "safe VGA" mode bypasses this.
Note: the 0.9 version does not have either of these problems.
OK, back to the main issue: When gnuparted is finally loaded, a yellow triangle with a black exclamation mark is marked on all partitions - it seems it can't read them. Viewing the dmesg log it seems to imply that the ntfs partitions weren't marked "clean" by Windows (Windows 7). However this should have been the case,..
The next weird issue: when I open a terminal and cd /dev, I only see /dev/sda (and /dev/sdb, the accelerator card). There are no sda1, sda2, sda3, sda4. If I try to mknod them manually and access them (such as less -f them) they report the drives don't exist? However it can read /dev/sda; it does properly identify the ntfs partitions on the disk and less -f /dev/sda works, at least I can inspect the contents of the boot sector.
Weird.
Also I was kind of confused by the default partition scheme on the machine: While I can't see /dev/sda1, /dev/sda2, etc. I can still fdisk /dev/sda. This reports
/dev/sda1: a 199MiB partition NTFS. Is this a Windows Boot launcher partition?
/dev/sda2: the 446GiB main partition NTFS. Expected.
/dev/sda3: the 19.35GiB restore partition NTFS. Expected.
/dev/sda4: a 108MiB Fat32 partition - What is this?
Unfortunately without the /dev/sda4 pointing to them I can't mount that partition to peek at it... Not only this, I have to dump a partition to install Linux... I hope the Fat32 partition I can jettison without any problems.
Any ideas on any of these anomalies? This is a fairly new machine so I kind of expect a lot of issues...
(also, I've never liked how my touchpads worked in either version of gparted live media. My Asus eeePC and IIRC my HP Pavillion laptop/netbooks, it seems like wherever I touch the pointer automatically moves to that absolute location of that screen. Makes it very hard to click on buttons with the tap gesture. It's even worse on the Envy because using the hardware buttons can also move the pointer as it's a fused device. In windows this works fine despite the buttons fused with the touch surface... In Gentoo Linux, the touchpads end up with the behavior I expect (meaning all gestures are pointer-relative). Workaround is to use a real, external mouse...)