GRUB Loading stage1.5
GRUB loading, please wait...
Error 21
Apparently, the Ubuntu installation - even when installed to the USB drive - attempted to drop the boot loader on the main hard drive. This fouled up Vista booting as well. Time for repair work.
I booted from the Ubuntu disc again, this time going through the installer and selecting "manual" for disk partitioning. I edited my /dev/sda1 ntfs partition to be 50000 MB instead of the default 60008 MB. It said it "may take a long time" to resize. It took 10 minutes. I created a 9000 GB partition for root and used the rest for swap. I know I have more RAM than swap so cannot hibernate my computer, but I am ok with that.
When creating a password for the user account, remember how much of a pain it is to use symbols or numbers on the Q1 Ultra. I made mine in all letters. After that, the installation was smooth.
Upon first boot, the GRUB boot loader came up fine. I decided to first test if I had lost Vista in the installation. Vista's boot loader triggered just fine but then went right into chkdsk. No errors reported in chkdsk and, upon completion and reboot, Vista worked as well as Vista does.
Time to explore Ubuntu!
What works out of the box:
- Thumb keyboard
- Mouse pointer
- Joystick mode on the mouse pointer
- Wired networking
- WiFi networking
- Bluetooth
- Volume buttons
- User buttons on the right (works as a D pad)
- Visual enhancements
- SD card reader
- Power suspend and resume
- Cameras and camera button
- Touch
- Flash and Flash Video
(first check to make sure the flash drive is mounted as /media/disk as it would by default.)
mkdir /media/flashdiskThat gave me the root filesystem mounted to /media/flashdisk. I wanted to see what Ubuntu Mobile was using for a touchscreen controller, so I poked around in /media/flashdisk/etc/X11/xorg.conf
mount /media/disk/rootfs.img /media/flashdisk -o loop
I wondered how lazy I could possibly be and still make this work. Here's what I did:
- cp /etc/X11/xorg.conf /etc/X11/original.xorg.conf
- cp /media/flashdrive/etc/X11/xorg.conf /etc/X11/xorg.conf
No such luck. Ubuntu restarted into "low graphics mode." I copied the file back and rebooted again, then removed the Synaptics lines from xorg.conf and added the wacom lines in.
While I was in there, I decided to see what else showed up in the Ubuntu Mobile boot. One thing caught my eye:
/media/flashdrive/etc/init.d/samsung-q1-ultra-keycode-setup
Nice! That will get my buttons going! I put that in my /etc/init.d and added the matching symlink from etc/rc3.d to my own rc3.d
Of course, I still didn't have a /dev/input/wacom so I needed to make one:
After some poking, I decided to borrow /etc/udev/rules.d/60-xserver-xorg-input-wacom.rules and put it on the Ubuntu install.
At this point (after a reboot) I discovered that my touchscreen registered mouse clicks and double-clicks, but did not track around the screen. Google led me to this great page, but I was still having difficulty and the calibration tool did not run properly.
I took a break after that and did some other work. I intended to set up the SD card reader as swap space, but made a couple typos and fried my partition table on the hard drive. This experiment is paused for now. I'll return to it next weekend after I settle in to my new apartment. Hope this helps somebody!

4 comments:
I know this has nothing to do with the most recent post but I was wondering about the hard drive. I will be getting a q1ua000 in the mail tomorrow and I want to swap the HDD for a SSD. What connections does the HDD use for power and data? (SATA, IDE etc...)? I have scoured the interwebs and found no such information in documentation, reviews or blogs. Thanks. z@zystudios.com
I think it is a ZIF connector
Hey,
I just started reading your blog after catching you on youtube.
Awesome work on the site/videos btw...
I was going to suggest you use one of the open source flash players...Gnash might work for you, it might not. Adobe really and truly gives linux the worst plugin they could muster. I could tell you stories that would give you nightmares about youtube and hardy heron not agreeing.
Keep up the great work,
Matt
I wrote a tutorial about how to install Gutsy and Hardy on a Samsung Q1. Everything works fine on Gutsy, but some major issues mede me switch back to Gutsy... until all the bugs are fixed.
http://creafab.free.fr/Tut_divers/Installation_kubuntu_samsung_Q1_avec_windows.html
PS : Sorry, it's in French !
Post a Comment