Out of space

Richard Barmann reb at barmannsbar.com
Tue Aug 2 02:55:58 UTC 2016


richard at richard-desktop:~$ cat /etc/fstab # /etc/fstab: static file 
system information. # # Use 'blkid' 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> # / was on /dev/sdb8 during installation 
UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 /               ext4 
errors=remount-ro 0       1 # swap was on /dev/sdb6 during installation 
UUID=b5f5dc0a-b292-45af-bb91-d2107b1b303b none            swap    
sw              0       0 /dev/fd0 /media/floppy0  auto    
rw,user,noauto,exec,utf8 0       0 richard at richard-desktop:~$ grep linux 
/boot/grub/grub.cfg ### BEGIN /etc/grub.d/10_linux ###         set 
linux_gfx_mode=keep         set linux_gfx_mode=text       set 
linux_gfx_mode=text     set linux_gfx_mode=keep   set 
linux_gfx_mode=text export linux_gfx_mode menuentry 'Ubuntu' --class 
ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-simple-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' { gfxmode 
$linux_gfx_mode         linux /boot/vmlinuz-4.4.0-31-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff submenu 'Advanced options for Ubuntu' $menuentry_id_option 
'gnulinux-advanced-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' { menuentry 
'Ubuntu, with Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux 
--class gnu --class os $menuentry_id_option 
'gnulinux-4.4.0-31-generic-advanced-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-31-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-31-generic 
(upstart)' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.4.0-31-generic-init-upstart-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-31-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff init=/sbin/upstart         menuentry 'Ubuntu, with Linux 
4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux 
--class gnu --class os $menuentry_id_option 
'gnulinux-4.4.0-31-generic-recovery-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 linux   /boot/vmlinuz-4.4.0-31-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro recovery 
nomodeset          menuentry 'Ubuntu, with Linux 4.4.0-24-generic' 
--class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.4.0-24-generic-advanced-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-24-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-24-generic 
(upstart)' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.4.0-24-generic-init-upstart-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-24-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff init=/sbin/upstart         menuentry 'Ubuntu, with Linux 
4.4.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux 
--class gnu --class os $menuentry_id_option 
'gnulinux-4.4.0-24-generic-recovery-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 linux   /boot/vmlinuz-4.4.0-24-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro recovery 
nomodeset          menuentry 'Ubuntu, with Linux 4.4.0-22-generic' 
--class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.4.0-22-generic-advanced-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-22-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-22-generic 
(upstart)' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.4.0-22-generic-init-upstart-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-22-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff init=/sbin/upstart         menuentry 'Ubuntu, with Linux 
4.4.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux 
--class gnu --class os $menuentry_id_option 
'gnulinux-4.4.0-22-generic-recovery-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 linux   /boot/vmlinuz-4.4.0-22-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro recovery 
nomodeset          menuentry 'Ubuntu, with Linux 4.4.0-21-generic' 
--class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.4.0-21-generic-advanced-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-21-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-21-generic 
(upstart)' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.4.0-21-generic-init-upstart-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-21-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff init=/sbin/upstart         menuentry 'Ubuntu, with Linux 
4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux 
--class gnu --class os $menuentry_id_option 
'gnulinux-4.4.0-21-generic-recovery-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 linux   /boot/vmlinuz-4.4.0-21-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro recovery 
nomodeset          menuentry 'Ubuntu, with Linux 4.4.0-18-generic' 
--class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.4.0-18-generic-advanced-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-18-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-18-generic 
(upstart)' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.4.0-18-generic-init-upstart-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.4.0-18-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff init=/sbin/upstart         menuentry 'Ubuntu, with Linux 
4.4.0-18-generic (recovery mode)' --class ubuntu --class gnu-linux 
--class gnu --class os $menuentry_id_option 
'gnulinux-4.4.0-18-generic-recovery-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 linux   /boot/vmlinuz-4.4.0-18-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro recovery 
nomodeset          menuentry 'Ubuntu, with Linux 4.2.0-35-generic' 
--class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.2.0-35-generic-advanced-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.2.0-35-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.2.0-35-generic 
(upstart)' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'gnulinux-4.2.0-35-generic-init-upstart-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 gfxmode $linux_gfx_mode                 linux 
/boot/vmlinuz-4.2.0-35-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro  quiet splash 
$vt_handoff init=/sbin/upstart         menuentry 'Ubuntu, with Linux 
4.2.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux 
--class gnu --class os $menuentry_id_option 
'gnulinux-4.2.0-35-generic-recovery-9c10543d-4ff7-45b3-88a0-9faf7e8f8482' 
{                 linux   /boot/vmlinuz-4.2.0-35-generic 
root=UUID=9c10543d-4ff7-45b3-88a0-9faf7e8f8482 ro recovery nomodeset  
### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### 
### END /etc/grub.d/20_linux_xen ###         linux16 
/boot/memtest86+.bin console=ttyS0,115200n8 menuentry 'Ubuntu 16.04 LTS 
(16.04) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-simple-25625eec-8226-419e-b22d-0e8b164e0478' 
{         linux /boot/vmlinuz-4.4.0-28-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff submenu 'Advanced options for Ubuntu 16.04 LTS (16.04) (on 
/dev/sda2)' $menuentry_id_option 
'osprober-gnulinux-advanced-25625eec-8226-419e-b22d-0e8b164e0478' 
{         menuentry 'Ubuntu (on /dev/sda2)' --class gnu-linux --class 
gnu --class os $menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-28-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-28-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-28-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-28-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-28-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-28-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-28-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-28-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 4.4.0-24-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-24-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-24-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-24-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-24-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-24-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 4.4.0-22-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-22-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-22-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-22-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-22-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-22-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 4.4.0-21-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-21-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-21-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-21-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-21-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-21-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 4.4.0-18-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-18-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-18-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-18-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-18-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-18-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 4.4.0-17-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-17-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-17-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-17-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-17-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-17-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 4.4.0-16-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-16-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-16-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-16-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-16-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-16-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 4.4.0-15-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-15-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-15-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.4.0-15-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.4.0-15-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.4.0-15-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 4.2.0-35-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.2.0-35-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.2.0-35-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.2.0-35-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 4.2.0-29-generic (on 
/dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.2.0-29-generic--25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.2.0-29-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 4.2.0-29-generic 
(recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-4.2.0-29-generic-root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 
ro recovery nomodeset-25625eec-8226-419e-b22d-0e8b164e0478' 
{                 linux /boot/vmlinuz-4.2.0-29-generic 
root=UUID=25625eec-8226-419e-b22d-0e8b164e0478 ro recovery nomodeset 
menuentry 'Ubuntu 15.04 (15.04) (on /dev/sdb7)' --class gnu-linux 
--class gnu --class os $menuentry_id_option 
'osprober-gnulinux-simple-c110d3e9-0292-43c8-8a06-ab48cba38006' 
{         linux /boot/vmlinuz-3.19.0-26-generic 
root=UUID=c110d3e9-0292-43c8-8a06-ab48cba38006 ro quiet splash 
$vt_handoff submenu 'Advanced options for Ubuntu 15.04 (15.04) (on 
/dev/sdb7)' $menuentry_id_option 
'osprober-gnulinux-advanced-c110d3e9-0292-43c8-8a06-ab48cba38006' 
{         menuentry 'Ubuntu (on /dev/sdb7)' --class gnu-linux --class 
gnu --class os $menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-3.19.0-26-generic--c110d3e9-0292-43c8-8a06-ab48cba38006' 
{                 linux /boot/vmlinuz-3.19.0-26-generic 
root=UUID=c110d3e9-0292-43c8-8a06-ab48cba38006 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 3.19.0-26-generic (on 
/dev/sdb7)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-3.19.0-26-generic--c110d3e9-0292-43c8-8a06-ab48cba38006' 
{                 linux /boot/vmlinuz-3.19.0-26-generic 
root=UUID=c110d3e9-0292-43c8-8a06-ab48cba38006 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 3.19.0-26-generic 
(recovery mode) (on /dev/sdb7)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-3.19.0-26-generic-root=UUID=c110d3e9-0292-43c8-8a06-ab48cba38006 
ro recovery nomodeset-c110d3e9-0292-43c8-8a06-ab48cba38006' 
{                 linux /boot/vmlinuz-3.19.0-26-generic 
root=UUID=c110d3e9-0292-43c8-8a06-ab48cba38006 ro recovery 
nomodeset         menuentry 'Ubuntu, with Linux 3.19.0-15-generic (on 
/dev/sdb7)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-3.19.0-15-generic--c110d3e9-0292-43c8-8a06-ab48cba38006' 
{                 linux /boot/vmlinuz-3.19.0-15-generic 
root=UUID=c110d3e9-0292-43c8-8a06-ab48cba38006 ro quiet splash 
$vt_handoff         menuentry 'Ubuntu, with Linux 3.19.0-15-generic 
(recovery mode) (on /dev/sdb7)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/boot/vmlinuz-3.19.0-15-generic-root=UUID=c110d3e9-0292-43c8-8a06-ab48cba38006 
ro recovery nomodeset-c110d3e9-0292-43c8-8a06-ab48cba38006' 
{                 linux /boot/vmlinuz-3.19.0-15-generic 
root=UUID=c110d3e9-0292-43c8-8a06-ab48cba38006 ro recovery nomodeset 
richard at richard-desktop:~$ blkid richard at richard-desktop:~$


On 08/01/2016 04:47 PM, Ralf Mardorf wrote:
> On Mon, 1 Aug 2016 22:36:51 +0200, Ralf Mardorf wrote:
>> On Mon, 1 Aug 2016 21:06:02 +0100, Colin Law wrote:
>>> Do you have any idea what is in all those Linux partitions? You have
>>> two on sda and 4 on sdb.
>> He mentioned two Ubuntu installs. I ask him to post the output of
>> "cat /etc/fstab", this should be a good starting point for us, to help
>> him.
> Richard,
>
> please, also post the output of
>
>    grep linux /boot/grub/grub.cfg
>
> and instead of
>
>    blkid /dev/sda1
>
> post the output of
>
>    blkid
>
> Regards,
> Ralf
>
>





More information about the ubuntu-users mailing list