Yeah.. but linux stays in logical partitions afaik. why do i get this error and it does not proceed further. My data is locked in windows partition, I have no backup.
grub>
grub>set root=(hd0,7)
grub>linux /boot/vmlinuz-linux root=/dev/sda7
grub>initrd /boot/initramfs-linux.img
grub>boot
grub-install /dev/sda5
/usr/sbin/grub-bios-setup: warning: File system 'ext2' doesn't support embedding.
/usr/sbin/grub-bios-setup: warning: Embedding is not possble. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
/usr/sbin/grub-bios-setup: error: will not proceed with blocklists
They removed AIF. Installation will be a bit harder now.
pacman -S lsb-release
[Dialer Defaults]
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
; Phone = <Target Phone Number>
ISDN = 0
; Username = <Your Login Name>
Init1 = ATZ
; Password = <Your Password>
Modem = /dev/ttyUSB1
Baud = 9600
[Dialer tata]
Init3 = AT+CGDCONT=1,"IP","tatadocomo3g"
Phone = *99#
Username = " "
Password = " "
Stupid Mode = 1
Modem = /dev/ttyUSB3
sudo wvdial tata
This is a bookmark thread for me.
*bbs.archlinux.org/viewtopic.php?id=149316
*bbs.archlinux.org/viewtopic.php?id=149408
A small note for Arch users using HP printers.
If you'll try using hp-setup to configure your printer after installing hplip, you'll face problems because for Arch /usr/bin/python is for Python 3 now. /usr/bin/python2 is for Python 2.7.
A year hence, and you'll still face this problem while installing proprietary plugin for hplip.
Solution?
Just a while before installing the plugin, rename /usr/bin/python to python4lol. Rename /usr/bin/python2 to python. And continue installing. Rename them back to normal afterwards.
[Dialer Defaults]
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
; Phone = <Target Phone Number>
ISDN = 0
; Username = <Your Login Name>
Init1 = ATZ
; Password = <Your Password>
Modem = /dev/ttyUSB3
Baud = 9600
[Dialer tata]
Init3 = AT+CGDCONT=1,"IP","tatadocomo3g"
Phone = *99#
Username = " "
Password = " "
Stupid Mode = 1
Modem = /dev/ttyUSB3
Seriously, the damn systemd system is very very frustrating. I really don't like it. The old init system was damn awesome. Everything in one file. Who else is loathing it?
Seriously, the damn systemd system is very very frustrating. I really don't like it. The old init system was damn awesome. Everything in one file. Who else is loathing it?
systemd is better.Seriously, the damn systemd system is very very frustrating. I really don't like it. The old init system was damn awesome. Everything in one file. Who else is loathing it?
Hmm.. then maybe I need to read the full documentation of systemd..
I am trying to make a fresh Arch VM on virtualbox. I am facing this error when I selected "Configure System"
Cannot do anything after this.
Please advice.