Triple boot
Posted: 20. Apr 2014, 23:28
Hello,
Two days ago I decided to install a lubuntu and salix along windows in my pc to make a tripleboot. So I installed lubuntu first (it was working well) and then i installed salix. But at bootstart i had only salix and windows but not lubuntu :/
Then i ran liloconfig (simple mode), as i did during salix installation but it remains the same thing. I tried the expert mode and miracle, i had a lubuntu entry. So i could boot from salix and windows but not from lubuntu.
Finally now, what I have: Windows and Salix entries who work well + a Lubuntu entry.
This Lubuntu entry prompts a problem "couldn't mount because of unsupported optional features (240)". If I boot from lubuntu, the desktop appears but the system freezes and is unusable: the mouse cursor does not work and I have to reboot the pc.
How can I solve this problem?
I join some informations concerning /etc/fstab, /etc/lilo.conf and a fsdisk -l output that the excellent slxmpp suggested me to show you.
Thank you very much for any answer
/etc/fstab
(I noticed the was no /dev/sda4 and /dev/sdb4 partitions, which are lubuntu's ones :/)
/etc/lilo.conf
fsdisk -l command:
Two days ago I decided to install a lubuntu and salix along windows in my pc to make a tripleboot. So I installed lubuntu first (it was working well) and then i installed salix. But at bootstart i had only salix and windows but not lubuntu :/
Then i ran liloconfig (simple mode), as i did during salix installation but it remains the same thing. I tried the expert mode and miracle, i had a lubuntu entry. So i could boot from salix and windows but not from lubuntu.
Finally now, what I have: Windows and Salix entries who work well + a Lubuntu entry.
This Lubuntu entry prompts a problem "couldn't mount because of unsupported optional features (240)". If I boot from lubuntu, the desktop appears but the system freezes and is unusable: the mouse cursor does not work and I have to reboot the pc.
How can I solve this problem?
I join some informations concerning /etc/fstab, /etc/lilo.conf and a fsdisk -l output that the excellent slxmpp suggested me to show you.
Thank you very much for any answer

/etc/fstab
(I noticed the was no /dev/sda4 and /dev/sdb4 partitions, which are lubuntu's ones :/)
Code: Select all
/dev/sdb2 swap swap defaults 0 0
/dev/sdb5 swap swap defaults 0 0
/dev/sda3 / xfs defaults 1 1
/dev/sdb6 /home xfs defaults 1 2
/dev/sda1 /media/Windows ntfs-3g fmask=133,dmask=022 1 0
/dev/sda2 /media/Donnees ntfs-3g fmask=111,dmask=000 1 0
/dev/sdb3 /media/Igzz ntfs-3g fmask=111,dmask=000 1 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro,comment=x-gvfs-show 0 0
/dev/fd0 /mnt/floppy auto noauto,users,rw,umask=00 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
/etc/lilo.conf
Code: Select all
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/sda
compact
# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
bitmap = /boot/salix.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
bmp-colors = 255,20,255,20,255,20
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used. We don't specify it here, as there's just one column.
bmp-table = 15,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
bmp-timer = 65,6,0,255
# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
#message = /boot/boot_message.txt
# Append any additional kernel parameters:
append="quiet vt.default_utf8=1"
prompt
#timeout = 300
# VESA framebuffer console @ 1024x768x64k
vga = 791
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Windows bootable partition config begins
other = /dev/sda1
label = Windows
table = /dev/sda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda3
label = Salix
read-only # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda4
label = Lubuntu
read-only # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
fsdisk -l command:
Code: Select all
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d12b6
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 136316927 68157440 7 HPFS/NTFS/exFAT
/dev/sda2 136316928 583198719 223440896 7 HPFS/NTFS/exFAT
/dev/sda3 * 583198720 599975935 8388608 83 Linux
/dev/sda4 * 599975936 625141759 12582912 83 Linux
Disk /dev/sdb: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000e3815
Device Boot Start End Blocks Id System
/dev/sdb1 2048 83888127 41943040 5 Extended
/dev/sdb2 83888128 85985279 1048576 82 Linux swap
/dev/sdb3 174739456 390721535 107991040 7 HPFS/NTFS/exFAT
/dev/sdb4 85985280 174739455 44377088 83 Linux
/dev/sdb5 4096 2101247 1048576 82 Linux swap
/dev/sdb6 2103296 83886079 40891392 83 Linux