MURC  

Go Back   MURC > Hardware > Alternative Lifestyles
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
Old 3rd May 2010, 07:51   #1
Haig
Moderator
 
Haig's Avatar
 
Join Date: Aug 1999
Posts: 1,224
Default Ubuntu 10.4 released

Ubuntu 10.4 LTS

http://www.ubuntu.com/products/whati...u/1004features

Kubuntu 10.4LTS
http://www.kubuntu.org/

Ubuntu Studio 10.4
http://ubuntustudio.org/
Haig is offline   Reply With Quote
Old 6th May 2010, 09:29   #2
TransformX
Super MURCer
 
TransformX's Avatar
 
Join Date: Sep 2003
Location: Behind you
Posts: 4,559
Default

Downloaded it and trying it on a virtualbox. Very impressed with the new look. It's very well done, has a good 'feel' to it and overall gives a very polished impression. The installer is also very consumer-oriented, which is a nice touch.
Attached Images
File Type: png Screenshot.png (154.9 KB, 5 views)
__________________
"For every action, there is an equal and opposite criticism."
TransformX is offline   Reply With Quote
Old 6th May 2010, 12:22   #3
dZeus
Moderator
 
dZeus's Avatar
 
Join Date: Aug 2000
Location: over there
Posts: 4,074
Default

Quote:
Originally Posted by TransformX View Post
Downloaded it and trying it on a virtualbox. Very impressed with the new look. It's very well done, has a good 'feel' to it and overall gives a very polished impression. The installer is also very consumer-oriented, which is a nice touch.
now we need a smartbook or tablet with similar specs (IPS or better screen, 10+ hours battery life) as an Ipad to run it. Preferrably with a slightly stronger CPU (dual core Cortex-A9). I would buy one!
dZeus is offline   Reply With Quote
Old 7th May 2010, 01:01   #4
TransformX
Super MURCer
 
TransformX's Avatar
 
Join Date: Sep 2003
Location: Behind you
Posts: 4,559
Default

http://www.osnews.com/story/23261/Re...Lynx_10_04_LTS
__________________
"For every action, there is an equal and opposite criticism."
TransformX is offline   Reply With Quote
Old 9th May 2010, 09:24   #5
TransformX
Super MURCer
 
TransformX's Avatar
 
Join Date: Sep 2003
Location: Behind you
Posts: 4,559
Default

Ok, upgraded to 10.04 and been going nuts ever since. Simple: it won't boot.
The excuse:
Quote:
ALERT! /dev/disk/by-uuid/XXXXXXXX does not exist. Dropping to a shell!
I've been digging around for any sort of solution (and even tried some) but to no avail. Finally, I've located a post someone wrote about typing 'exit' and having his system boot.
I tried it and.. it worked! Then I tried again and it failed a few times till it worked again. Confused? So am I.

ls /dev/sd* showed something rather peculiar: sdf (the hdd) and the partitions inside it only agreed to appear 20 seconds or so after dropping to shell. To make things even more bizzare, WindowsXP which is on the same HDD boots just fine, as usual.
I've done a complete reinstall, dist-upgrade, the works, nothing changes it.
Like I said, I've googled around and nothing helpful came up. Any ideas?

My system relevant(?) info:
Quote:
$ fdisk -l

Disk /dev/sde: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe66ac87e

Device Boot Start End Blocks Id System
/dev/sde1 * 1 24 192748+ 83 Linux
/dev/sde2 25 267 1951897+ 82 Linux swap / Solaris
/dev/sde3 268 30401 242051355 83 Linux

Disk /dev/sdf: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x474f474e

Device Boot Start End Blocks Id System
/dev/sdf1 1 91915 738307206 83 Linux
/dev/sdf2 * 91916 121600 238444762+ 7 HPFS/NTFS


$ blkid
/dev/sde1: UUID="8c9bb9aa-62f6-4576-9792-374de9ad4d6d" SEC_TYPE="ext2" TYPE="ext3"
/dev/sde2: UUID="5aca2eaf-a841-4694-978b-e4b9cdb04848" TYPE="swap"
/dev/sde3: LABEL="Backup" UUID="f9743b39-6b8d-47ca-b932-e91d8d307696" TYPE="ext4"
/dev/sdf1: UUID="7d5ea08a-a688-4888-9f31-2a05f437df34" TYPE="ext4"
/dev/sdf2: UUID="0054102554102048" TYPE="ntfs"

Grub2 settings:
Quote:
$ cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi

function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}

function recordfail {
set recordfail=1
if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 7d5ea08a-a688-4888-9f31-2a05f437df34
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 7d5ea08a-a688-4888-9f31-2a05f437df34
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 7d5ea08a-a688-4888-9f31-2a05f437df34
linux /boot/vmlinuz-2.6.32-22-generic root=/dev/sdf1 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 7d5ea08a-a688-4888-9f31-2a05f437df34
echo 'Loading Linux 2.6.32-22-generic ...'
linux /boot/vmlinuz-2.6.32-22-generic root=/dev/sdf1 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 7d5ea08a-a688-4888-9f31-2a05f437df34
linux /boot/vmlinuz-2.6.32-21-generic root=/dev/sdf1 ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 7d5ea08a-a688-4888-9f31-2a05f437df34
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=/dev/sdf1 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 7d5ea08a-a688-4888-9f31-2a05f437df34
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 7d5ea08a-a688-4888-9f31-2a05f437df34
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sdf2)" {
insmod ntfs
set root='(hd1,2)'
search --no-floppy --fs-uuid --set 0054102554102048
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

edit: some more info about my bios - My IDE (250G) HDD is set as none in the bios (not auto detect or anything) and my boot HDD is the Sata one (sdf). My boot partition is the same as / and my installation uses my old swap partition on the IDE hdd (sde2)
__________________
"For every action, there is an equal and opposite criticism."

Last edited by TransformX : 9th May 2010 at 09:27.
TransformX is offline   Reply With Quote
Old 9th May 2010, 14:13   #6
TransformX
Super MURCer
 
TransformX's Avatar
 
Join Date: Sep 2003
Location: Behind you
Posts: 4,559
Default

Another weird bit:

Quote:
$ ls /dev/sd*
/dev/sda /dev/sdc /dev/sde /dev/sde2 /dev/sdf /dev/sdf2
/dev/sdb /dev/sdd /dev/sde1 /dev/sde3 /dev/sdf1

$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdf2 during installation
UUID=5aca2eaf-a841-4694-978b-e4b9cdb04848 none swap sw 0 0
No such thing as sda1 in my device list..
__________________
"For every action, there is an equal and opposite criticism."
TransformX is offline   Reply With Quote
Old 9th May 2010, 19:47   #7
Haig
Moderator
 
Haig's Avatar
 
Join Date: Aug 1999
Posts: 1,224
Default

I had a similar issue where the UUID in fstab did not match the ones listed in menu.lst

I followed instructions from user "chrisccoulson" on this thread and got it back to booting properly:

http://ubuntu-virginia.ubuntuforums....d.php?t=813090
Haig is offline   Reply With Quote
Old 9th May 2010, 21:26   #8
TransformX
Super MURCer
 
TransformX's Avatar
 
Join Date: Sep 2003
Location: Behind you
Posts: 4,559
Default

Switching my fstab to be uuid based didn't fix it, neither did an upgrade (mentioned later in a link to a new thread).
I find it weird that SDE and SDF are only discovered about 20 seconds after dropping to the shell. They simply don't exist before that, either by UUID or by /dev/sdX location.
__________________
"For every action, there is an equal and opposite criticism."
TransformX is offline   Reply With Quote
Old 10th May 2010, 21:37   #9
Marshmallowman
Super MURCer
 
Marshmallowman's Avatar
 
Join Date: Sep 1999
Location: Perth,WA,Australia
Posts: 3,392
Default

You could set a startup delay for the hdd in the bios. (if your bios allows it)

It maybe a band aid, but worth a try.
Marshmallowman is offline   Reply With Quote
Old 10th May 2010, 22:24   #10
TransformX
Super MURCer
 
TransformX's Avatar
 
Join Date: Sep 2003
Location: Behind you
Posts: 4,559
Default

I'm not sure my bios allows it, but I still don't get why my WinXP boots almost instantly when it's just another (2nd) partition in the very same hdd.
__________________
"For every action, there is an equal and opposite criticism."
TransformX is offline   Reply With Quote
Old 23rd May 2010, 19:38   #11
UtwigMU
Super MURCer
 
UtwigMU's Avatar
 
Join Date: Jul 2002
Location: Slovenia/EU
Posts: 3,487
Default

You could replace UUIDS with sda etc... I had similar issue when I was trying to clone Suse and since it listed disks by IDs it didn't boot. I edited grub and fstab and added partitions instead of UUIDS and it booted. Just an idea, I'm not sure it's the correct solution.
__________________
Haterake are!
UtwigMU is offline   Reply With Quote
Old 23rd May 2010, 22:35   #12
TransformX
Super MURCer
 
TransformX's Avatar
 
Join Date: Sep 2003
Location: Behind you
Posts: 4,559
Default

Didn't work either.. apt-get dist-upgrade kind of helped, sometimes it boots all the way.
__________________
"For every action, there is an equal and opposite criticism."
TransformX is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 19:26.


with thanks to my employer.
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.