← Back to team overview

sony-vaio-z-series team mailing list archive

Re: INTEL card issues on Sony Vaio VPC Z12 / 2.6.36-rc

 

On 14/09/2010 21:06, K. Posern wrote:
Hi Laurent / everybody,

Could you / anyone else for whom grub1 works
(/ideally/ someone with a Sony VPCZ12 notebook and 1080 panel)

send me your / their menu.lst config from grub-1?

...

Because I am working with grub2 guys to figure out why grub2 does not
work and grub1 works - and I don't succeed yet to install grub1
(probably because I don't use the dmraid -f imsm, but mdadm for my intel
bios-support sw-raid (aka fakeraid;)).


I'm using mdadm also

uranus:~% cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath] [faulty]
md1 : active raid0 sdd2[2] sdc2[1] sdb2[0]
      143476224 blocks 128k chunks

md0 : active raid0 sdd1[2] sdc1[1] sdb1[0]
      44073984 blocks 128k chunks

unused devices: <none>
uranus:~%

uranus:~% sudo fdisk -l

Disk /dev/sda: 64.0 GB, 64023257088 bytes
255 heads, 63 sectors/track, 7783 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: 0x1e6fbd87

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      102400    7  HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2              13        7535    60417024    7  HPFS/NTFS
/dev/sda3            7535        7783     1996499+  83  Linux

Disk /dev/sdb: 64.0 GB, 64023257088 bytes
255 heads, 63 sectors/track, 7783 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: 0xf5ee7750

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1 1 1829 14691411 fd Linux raid autodetect /dev/sdb2 1830 7783 47825505 fd Linux raid autodetect

Disk /dev/sdc: 64.0 GB, 64023257088 bytes
255 heads, 63 sectors/track, 7783 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: 0xf5ee7753

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1 1 1829 14691411 fd Linux raid autodetect /dev/sdc2 1830 7783 47825505 fd Linux raid autodetect

Disk /dev/sdd: 64.0 GB, 64023257088 bytes
255 heads, 63 sectors/track, 7783 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: 0xf5ee7752

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1 1 1829 14691411 fd Linux raid autodetect /dev/sdd2 1830 7783 47825505 fd Linux raid autodetect

Disk /dev/md0: 45.1 GB, 45131759616 bytes
2 heads, 4 sectors/track, 11018496 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 393216 bytes
Disk identifier: 0x00000000

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

Disk /dev/md1: 146.9 GB, 146919653376 bytes
2 heads, 4 sectors/track, 35869056 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 393216 bytes
Disk identifier: 0x00000000

Disk /dev/md1 doesn't contain a valid partition table
uranus:~%


uranus:~% mount
/dev/md0 on / type ext4 (rw,noatime,discard)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda3 on /boot type ext2 (rw)
/dev/md1 on /home type btrfs (rw,noatime,discard,ssd,noacl)
tmpfs on /tmp type tmpfs (rw,size=500M,mode=1777)
tmpfs on /var/tmp type tmpfs (rw,size=100M,mode=1777)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-legacy-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/md0 ro fastboot i8042.nopnp elevator=deadline

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,2)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title		Debian GNU/Linux, kernel 2.6.35.4-vaio
root		(hd0,2)
kernel		/vmlinuz-2.6.35.4-vaio root=/dev/md0 ro fastboot i8042.nopnp elevator=deadline 

title		Debian GNU/Linux, kernel 2.6.35.4-vaio (single-user mode)
root		(hd0,2)
kernel		/vmlinuz-2.6.35.4-vaio root=/dev/md0 ro fastboot i8042.nopnp elevator=deadline single

title		Debian GNU/Linux, kernel 2.6.35.2-xps-1330
root		(hd0,2)
kernel		/vmlinuz-2.6.35.2-xps-1330 root=/dev/md0 ro fastboot i8042.nopnp elevator=deadline 

title		Debian GNU/Linux, kernel 2.6.35.2-xps-1330 (single-user mode)
root		(hd0,2)
kernel		/vmlinuz-2.6.35.2-xps-1330 root=/dev/md0 ro fastboot i8042.nopnp elevator=deadline single

title		Debian GNU/Linux, kernel 2.6.35-rc5-xps-1330
root		(hd0,2)
kernel		/vmlinuz-2.6.35-rc5-xps-1330 root=/dev/md0 ro fastboot i8042.nopnp elevator=deadline 
initrd		/initrd.img-2.6.35-rc5-xps-1330

title		Debian GNU/Linux, kernel 2.6.35-rc5-xps-1330 (single-user mode)
root		(hd0,2)
kernel		/vmlinuz-2.6.35-rc5-xps-1330 root=/dev/md0 ro fastboot i8042.nopnp elevator=deadline single
initrd		/initrd.img-2.6.35-rc5-xps-1330

title		Debian GNU/Linux, kernel 2.6.34-vaio-3
root		(hd0,2)
kernel		/vmlinuz-2.6.34-vaio-3 root=/dev/md0 ro fastboot i8042.nopnp elevator=deadline 

title		Debian GNU/Linux, kernel 2.6.34-vaio-3 (single-user mode)
root		(hd0,2)
kernel		/vmlinuz-2.6.34-vaio-3 root=/dev/md0 ro fastboot i8042.nopnp elevator=deadline single

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title       Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
title       Win7
root        (hd0,0)
savedefault
makeactive
chainloader +1


Follow ups

References