lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 16 Jun 2012 19:06:53 -0400
From:	James <bjlockie@...kie.ca>
To:	Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: boot change to /dev/sdc1 but still think it's /dev/sda2


I'm having a problem where I installed an SSD (/dev/sdc1) and even though I have grub set to
root (hd0,0)
kernel /boot/bzImage root=/dev/sdc1 rootfstype=ext4 raid=noautodetect
it thinks my root is /dev/sda2 (my old boot). It is my ssd though (size, contents).

I read that I can try using the uuid:
kernel /boot/bzImage root=/dev/disk/by-uuid/e2647271-08fb-4af5-9a6f-11283a521bbd rootfstype=ext4 raid=noautodetect
My system won't boots bot won't load the kernel that way.

I took a pic of the oops, it's fuzzy but I think it is readable.
http://lockie.ca/test/small_DSCN0077.JPG

My /etc/fstab
UUID="a82c245a-5323-4eda-a094-fa2de81721a5"     /boot           ext2    noauto,noatime  0 0
UUID="e2647271-08fb-4af5-9a6f-11283a521bbd"     /               ext4    defaults,auto,noatime,discard   0 0
UUID="743d709c-766c-477a-a892-65808cae645d"     /other          ext4    defaults,auto,noatime   0 0
UUID="b7c60eb6-5501-4f1e-9c05-a416770cc32f"     /storage        ext4    defaults,auto,noatime   0 0
tmpfs                   /tmp            tmpfs   size=4G,mode=1777   0 0

rjl@...etah ~ $ df
df: '/media/storage': No such file or directory
Filesystem     1K-blocks      Used Available Use% Mounted on
/dev/sda2       87773488   9259380  74118248  12% /

kernel-3.5.0-rc2+
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ