Hey
I have a issue after install of VectorLinux 7.0 STD GOLD and hope
that you can help me.
The computer will not start from hard drive after completing the
the GUI installer. GRUB launch the boot options menu but then fail.
The screen is blank.
Manually starting the computer using the installer do work. The boot
command is "linux root=/dev/sda1 ro". I installed VL 7.0 from USB-
stick.
My knowledge of GRUB is very limited. Since the boot splash with
its boot options turns up I presume the problem is in section
10_linux in /etc/grub.d.
The grub.cfg file
### BEGIN /etc/grub.d/10_linux ###
menuentry "VectorLinux GNU/Linux, Linux 3.0.8" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root efc8e945-7a30-4bbd-8fbd-b9144eb71610
linux16 /boot/vmlinuz-3.0.8 root=/dev/sda1 ro splash=silent vga=791
initrd16 /boot/initrd
}
menuentry "VectorLinux GNU/Linux, Linux 3.0.8 (TUI)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root efc8e945-7a30-4bbd-8fbd-b9144eb71610
linux16 /boot/vmlinuz-3.0.8 root=/dev/sda1 ro splash=silent vga=791 2
initrd16 /boot/initrd
}
### END /etc/grub.d/10_linux ###
So what do I do to make this laptop run without need for start cables. ;-)
My system is a HP pavilion dv6700. Many linux dists out there have
problem with it. Xorg for example crash then I try to set the
the proper resolution (1280x800 - 16x10) using xrandr. It do accept
1024x768 thankfully.
Thanks...